@elmethis/core 1.0.0-alpha.161 → 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 (148) 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.vue3.mjs +12 -0
  50. package/dist/components/inline/ElmInlineLink.vue3.mjs +12 -0
  51. package/dist/components/inline/ElmInlineText.vue3.mjs +12 -0
  52. package/dist/components/media/ElmFile.vue3.mjs +12 -0
  53. package/dist/components/media/ElmImage.vue.mjs +12 -0
  54. package/dist/components/media/ElmImage.vue3.mjs +12 -0
  55. package/dist/components/navigation/ElmBookmark.vue3.mjs +12 -0
  56. package/dist/components/navigation/ElmBreadcrumb.vue3.mjs +12 -0
  57. package/dist/components/navigation/ElmPagetop.vue3.mjs +12 -0
  58. package/dist/components/navigation/ElmTableOfContents.vue3.mjs +12 -0
  59. package/dist/components/others/ElmColorSample.vue.mjs +12 -0
  60. package/dist/components/others/ElmColorSample.vue3.mjs +12 -0
  61. package/dist/components/others/ElmColorTable.vue3.mjs +12 -0
  62. package/dist/components/renderer/ElmJsonRenderer.vue.mjs +16 -4
  63. package/dist/components/table/ElmTable.vue.mjs +12 -0
  64. package/dist/components/table/ElmTableBody.vue3.mjs +13 -1
  65. package/dist/components/table/ElmTableCell.vue.mjs +12 -0
  66. package/dist/components/table/ElmTableHeader.vue3.mjs +13 -1
  67. package/dist/components/typography/ElmBlockQuote.vue3.mjs +12 -0
  68. package/dist/components/typography/ElmBulletedList.vue3.mjs +13 -1
  69. package/dist/components/typography/ElmCallout.vue3.mjs +12 -0
  70. package/dist/components/typography/ElmDivider.vue3.mjs +12 -0
  71. package/dist/components/typography/ElmListItem.vue3.mjs +12 -0
  72. package/dist/components/typography/ElmNumberedList.vue3.mjs +13 -1
  73. package/dist/components/typography/ElmParagraph.vue3.mjs +12 -0
  74. package/dist/index.mjs +16 -4
  75. package/dist/node_modules/.pnpm/katex@0.16.21/node_modules/katex/dist/katex.min.css +1 -1
  76. package/package.json +2 -1
  77. package/dist/components/badge/ElmBadge.css +0 -11
  78. package/dist/components/badge/ElmTag.css +0 -29
  79. package/dist/components/code/ElmCodeBlock.css +0 -58
  80. package/dist/components/code/ElmKatex.css +0 -28
  81. package/dist/components/code/ElmShikiHighlighter.css +0 -4
  82. package/dist/components/code/ElmShikiHighlighter2.css +0 -23
  83. package/dist/components/containments/ElmColumn.css +0 -3
  84. package/dist/components/containments/ElmColumnList.css +0 -5
  85. package/dist/components/containments/ElmDesktopWindow.css +0 -27
  86. package/dist/components/containments/ElmModal.css +0 -12
  87. package/dist/components/containments/ElmModal2.css +0 -33
  88. package/dist/components/containments/ElmParallax.css +0 -14
  89. package/dist/components/containments/ElmSnackbar.css +0 -56
  90. package/dist/components/containments/ElmSnackbarContainer.css +0 -9
  91. package/dist/components/containments/ElmSnackbarContainer2.css +0 -20
  92. package/dist/components/containments/ElmToggle.css +0 -13
  93. package/dist/components/containments/ElmToggle2.css +0 -43
  94. package/dist/components/containments/ElmTooltip.css +0 -14
  95. package/dist/components/containments/ElmTooltip2.css +0 -15
  96. package/dist/components/data/ElmMultiProgress.css +0 -23
  97. package/dist/components/data/ElmProgress.css +0 -84
  98. package/dist/components/data/ElmStatusMessage.css +0 -12
  99. package/dist/components/data/ElmStatusMessage2.css +0 -9
  100. package/dist/components/fallback/ElmBlockFallback.css +0 -7
  101. package/dist/components/fallback/ElmRectangleWave.css +0 -33
  102. package/dist/components/fallback/ElmSpinner.css +0 -25
  103. package/dist/components/form/ElmButton.css +0 -12
  104. package/dist/components/form/ElmButton2.css +0 -65
  105. package/dist/components/form/ElmCheckbox.css +0 -67
  106. package/dist/components/form/ElmSwitch.css +0 -42
  107. package/dist/components/form/ElmTextField.css +0 -163
  108. package/dist/components/form/ElmTotp.css +0 -60
  109. package/dist/components/headings/ElmFragmentIdentifier.css +0 -20
  110. package/dist/components/headings/ElmHeading1.css +0 -56
  111. package/dist/components/headings/ElmHeading2.css +0 -72
  112. package/dist/components/headings/ElmHeading3.css +0 -42
  113. package/dist/components/headings/ElmHeading4.css +0 -25
  114. package/dist/components/headings/ElmHeading5.css +0 -25
  115. package/dist/components/headings/ElmHeading6.css +0 -25
  116. package/dist/components/icon/ElmArrowIcon.css +0 -44
  117. package/dist/components/icon/ElmBookmarkIcon.css +0 -40
  118. package/dist/components/icon/ElmCubeIcon.css +0 -38
  119. package/dist/components/icon/ElmDotLoadingIcon.css +0 -41
  120. package/dist/components/icon/ElmLanguageIcon.css +0 -12
  121. package/dist/components/icon/ElmLanguageIcon2.css +0 -9
  122. package/dist/components/icon/ElmLoginIcon.css +0 -16
  123. package/dist/components/icon/ElmToggleTheme.css +0 -18
  124. package/dist/components/icon/languages/Bash.css +0 -6
  125. package/dist/components/inline/ElmInlineIcon.css +0 -32
  126. package/dist/components/inline/ElmInlineLink.css +0 -36
  127. package/dist/components/inline/ElmInlineText.css +0 -41
  128. package/dist/components/media/ElmFile.css +0 -52
  129. package/dist/components/media/ElmImage.css +0 -12
  130. package/dist/components/media/ElmImage2.css +0 -51
  131. package/dist/components/navigation/ElmBookmark.css +0 -104
  132. package/dist/components/navigation/ElmBreadcrumb.css +0 -46
  133. package/dist/components/navigation/ElmPagetop.css +0 -105
  134. package/dist/components/navigation/ElmTableOfContents.css +0 -33
  135. package/dist/components/others/ElmColorSample.css +0 -12
  136. package/dist/components/others/ElmColorSample2.css +0 -34
  137. package/dist/components/others/ElmColorTable.css +0 -26
  138. package/dist/components/table/ElmTable.css +0 -6
  139. package/dist/components/table/ElmTableBody.css +0 -48
  140. package/dist/components/table/ElmTableCell.css +0 -16
  141. package/dist/components/table/ElmTableHeader.css +0 -40
  142. package/dist/components/typography/ElmBlockQuote.css +0 -12
  143. package/dist/components/typography/ElmBulletedList.css +0 -21
  144. package/dist/components/typography/ElmCallout.css +0 -33
  145. package/dist/components/typography/ElmDivider.css +0 -40
  146. package/dist/components/typography/ElmListItem.css +0 -3
  147. package/dist/components/typography/ElmNumberedList.css +0 -26
  148. 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
@@ -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_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
+ })();
1
13
  const icon = "_icon_egf7j_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("._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,
@@ -1,12 +1,24 @@
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
+ })();
1
13
  import { defineComponent, markRaw, createBlock, openBlock, resolveDynamicComponent, h } from "vue";
2
14
  import ElmInlineText from "../inline/ElmInlineText.vue.mjs";
3
15
  import ElmInlineLink from "../inline/ElmInlineLink.vue.mjs";
4
16
  import ElmInlineIcon from "../inline/ElmInlineIcon.vue.mjs";
5
17
  import ElmCallout from "../typography/ElmCallout.vue.mjs";
6
18
  import _sfc_main$5 from "../typography/ElmBulletedList.vue.mjs";
7
- /* empty css */
19
+
8
20
  import _sfc_main$4 from "../typography/ElmNumberedList.vue.mjs";
9
- /* empty css */
21
+
10
22
  import ElmListItem from "../typography/ElmListItem.vue.mjs";
11
23
  import ElmBlockQuote from "../typography/ElmBlockQuote.vue.mjs";
12
24
  import ElmDivider from "../typography/ElmDivider.vue.mjs";
@@ -20,9 +32,9 @@ import ElmCodeBlock from "../code/ElmCodeBlock.vue.mjs";
20
32
  import ElmParagraph from "../typography/ElmParagraph.vue.mjs";
21
33
  import ElmTable from "../table/ElmTable.vue.mjs";
22
34
  import _sfc_main$3 from "../table/ElmTableHeader.vue.mjs";
23
- /* empty css */
35
+
24
36
  import _sfc_main$2 from "../table/ElmTableBody.vue.mjs";
25
- /* empty css */
37
+
26
38
  import _sfc_main$1 from "../table/ElmTableRow.vue.mjs";
27
39
  import ElmTableCell from "../table/ElmTableCell.vue.mjs";
28
40
  import ElmKatex from "../code/ElmKatex.vue.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(".table[data-v-6ed1a868]{margin-block:var(--margin-block);border-collapse:collapse;border-spacing:0;box-shadow:0 0 .125rem #0000001a}"));
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 "./ElmTable.vue2.mjs";
2
14
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
3
15
  const ElmTable = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6ed1a868"]]);
@@ -1,5 +1,17 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode(".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
+ })();
1
13
  import _sfc_main from "./ElmTableBody.vue.mjs";
2
- /* empty css */
14
+
3
15
  export {
4
16
  _sfc_main as default
5
17
  };
@@ -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("td.cell[data-v-7bedd3ac]{padding:.75rem 1rem;border-bottom:solid 1px rgba(0,0,0,.15);border-right:dotted 1px rgba(0,0,0,.1)}[data-theme=dark] td.cell[data-v-7bedd3ac]{border-bottom-color:#ffffff26;border-right-color:#ffffff1a}th.cell[data-v-7bedd3ac]{padding:.75rem 1rem;border-right:dotted 1px rgba(255,255,255,.25)}[data-theme=dark] th.cell[data-v-7bedd3ac]{border-right:dotted 1px rgba(0,0,0,.25)}"));
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 "./ElmTableCell.vue2.mjs";
2
14
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
3
15
  const ElmTableCell = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7bedd3ac"]]);
@@ -1,5 +1,17 @@
1
+ (function() {
2
+ "use strict";
3
+ try {
4
+ if (typeof document != "undefined") {
5
+ var elementStyle = document.createElement("style");
6
+ elementStyle.appendChild(document.createTextNode(".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))}"));
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 "./ElmTableHeader.vue.mjs";
2
- /* empty css */
14
+
3
15
  export {
4
16
  _sfc_main as default
5
17
  };
@@ -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("._blockquote_1oj4b_1{margin-block:2rem;opacity:var(--opacity);transition:opacity .8s;box-sizing:border-box;margin:0;padding:.125rem 1.5rem;border-left:4px solid rgba(0,0,0,.2)}[data-theme=dark] ._blockquote_1oj4b_1{border-left-color:#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 blockquote = "_blockquote_1oj4b_1";
2
14
  const style0 = {
3
15
  blockquote
@@ -1,5 +1,17 @@
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+)}"));
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 "./ElmBulletedList.vue.mjs";
2
- /* empty css */
14
+
3
15
  export {
4
16
  _sfc_main as default
5
17
  };
@@ -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('._callout_s5qh4_1{z-index:1;margin-block:2rem;position:relative;box-sizing:border-box;display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem;border-left:solid 4px var(--border-color)}._callout_s5qh4_1:after{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background-color:var(--bg-color);transition:transform .8s;transform:scaleX(var(--scale));transform-origin:left}._header_s5qh4_25{display:flex;align-items:center;gap:.5rem}._icon_s5qh4_31{width:20px;height:20px;color:var(--icon-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 callout = "_callout_s5qh4_1";
2
14
  const header = "_header_s5qh4_25";
3
15
  const icon = "_icon_s5qh4_31";