@elmethis/core 1.0.0-alpha.159 → 1.0.0-alpha.160
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.
- package/dist/components/badge/ElmBadge.css +11 -0
- package/dist/components/badge/ElmTag.css +29 -0
- package/dist/components/code/ElmCodeBlock.css +58 -0
- package/dist/components/code/ElmKatex.css +28 -0
- package/dist/components/code/ElmKatex.vue2.mjs +14 -5
- package/dist/components/code/ElmShikiHighlighter.css +4 -0
- package/dist/components/code/ElmShikiHighlighter2.css +23 -0
- package/dist/components/containments/ElmColumn.css +3 -0
- package/dist/components/containments/ElmColumnList.css +5 -0
- package/dist/components/containments/ElmDesktopWindow.css +27 -0
- package/dist/components/containments/ElmModal.css +12 -0
- package/dist/components/containments/ElmModal2.css +33 -0
- package/dist/components/containments/ElmParallax.css +14 -0
- package/dist/components/containments/ElmSnackbar.css +56 -0
- package/dist/components/containments/ElmSnackbarContainer.css +9 -0
- package/dist/components/containments/ElmSnackbarContainer2.css +20 -0
- package/dist/components/containments/ElmToggle.css +13 -0
- package/dist/components/containments/ElmToggle2.css +43 -0
- package/dist/components/containments/ElmTooltip.css +14 -0
- package/dist/components/containments/ElmTooltip2.css +15 -0
- package/dist/components/data/ElmMultiProgress.css +23 -0
- package/dist/components/data/ElmProgress.css +84 -0
- package/dist/components/data/ElmStatusMessage.css +12 -0
- package/dist/components/data/ElmStatusMessage2.css +9 -0
- package/dist/components/fallback/ElmBlockFallback.css +7 -0
- package/dist/components/fallback/ElmRectangleWave.css +33 -0
- package/dist/components/fallback/ElmSpinner.css +25 -0
- package/dist/components/form/ElmButton.css +12 -0
- package/dist/components/form/ElmButton2.css +65 -0
- package/dist/components/form/ElmCheckbox.css +67 -0
- package/dist/components/form/ElmSwitch.css +42 -0
- package/dist/components/form/ElmTextField.css +163 -0
- package/dist/components/form/ElmTotp.css +60 -0
- package/dist/components/headings/ElmFragmentIdentifier.css +20 -0
- package/dist/components/headings/ElmHeading1.css +56 -0
- package/dist/components/headings/ElmHeading2.css +72 -0
- package/dist/components/headings/ElmHeading3.css +42 -0
- package/dist/components/headings/ElmHeading4.css +25 -0
- package/dist/components/headings/ElmHeading5.css +25 -0
- package/dist/components/headings/ElmHeading6.css +25 -0
- package/dist/components/icon/ElmArrowIcon.css +44 -0
- package/dist/components/icon/ElmBookmarkIcon.css +40 -0
- package/dist/components/icon/ElmCubeIcon.css +38 -0
- package/dist/components/icon/ElmDotLoadingIcon.css +41 -0
- package/dist/components/icon/ElmLanguageIcon.css +12 -0
- package/dist/components/icon/ElmLanguageIcon2.css +9 -0
- package/dist/components/icon/ElmLoginIcon.css +16 -0
- package/dist/components/icon/ElmToggleTheme.css +18 -0
- package/dist/components/icon/languages/Bash.css +6 -0
- package/dist/components/inline/ElmInlineLink.css +36 -0
- package/dist/components/inline/ElmInlineText.css +41 -0
- package/dist/components/media/ElmFile.css +52 -0
- package/dist/components/media/ElmImage.css +12 -0
- package/dist/components/media/ElmImage2.css +51 -0
- package/dist/components/navigation/ElmBookmark.css +104 -0
- package/dist/components/navigation/ElmBreadcrumb.css +46 -0
- package/dist/components/navigation/ElmPagetop.css +105 -0
- package/dist/components/navigation/ElmTableOfContents.css +33 -0
- package/dist/components/others/ElmColorSample.css +12 -0
- package/dist/components/others/ElmColorSample2.css +34 -0
- package/dist/components/others/ElmColorTable.css +26 -0
- package/dist/components/table/ElmTable.css +6 -0
- package/dist/components/table/ElmTableBody.css +48 -0
- package/dist/components/table/ElmTableCell.css +16 -0
- package/dist/components/table/ElmTableHeader.css +40 -0
- package/dist/components/typography/ElmBlockQuote.css +12 -0
- package/dist/components/typography/ElmBulletedList.css +21 -0
- package/dist/components/typography/ElmCallout.css +33 -0
- package/dist/components/typography/ElmDivider.css +40 -0
- package/dist/components/typography/ElmListItem.css +3 -0
- package/dist/components/typography/ElmNumberedList.css +26 -0
- package/dist/components/typography/ElmParagraph.css +25 -0
- package/dist/index.d.ts +0 -5
- package/dist/index.mjs +29 -49
- package/dist/node_modules/.pnpm/katex@0.16.21/node_modules/katex/dist/katex.min.css +1 -0
- package/package.json +2 -3
- package/dist/components/inline/ElmInlineIcon.vue.mjs +0 -10
- package/dist/components/inline/ElmInlineIcon.vue2.mjs +0 -21
- package/dist/components/inline/ElmInlineIcon.vue3.mjs +0 -8
- package/dist/components/renderer/ElmJsonRenderer.vue.mjs +0 -98
- package/dist/components/renderer/ElmJsonRenderer.vue2.mjs +0 -4
- package/dist/components/renderer/ElmJsonRendererAsync.vue.d.ts +0 -3
- package/dist/components/renderer/ElmJsonRendererAsync.vue.mjs +0 -24
- package/dist/components/renderer/ElmJsonRendererAsync.vue2.mjs +0 -4
- package/dist/hooks/useTyping.mjs +0 -37
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
._tag_xg111_1 {
|
|
2
|
+
display: inline-flex;
|
|
3
|
+
width: -moz-min-content;
|
|
4
|
+
width: min-content;
|
|
5
|
+
flex-direction: row;
|
|
6
|
+
flex-wrap: nowrap;
|
|
7
|
+
justify-content: flex-start;
|
|
8
|
+
align-items: center;
|
|
9
|
+
border-width: 1px;
|
|
10
|
+
border-style: solid;
|
|
11
|
+
border-radius: 0.25rem;
|
|
12
|
+
border-color: var(--color);
|
|
13
|
+
color: rgba(0, 0, 0, 0.7);
|
|
14
|
+
}
|
|
15
|
+
[data-theme=dark] ._tag_xg111_1 {
|
|
16
|
+
color: rgba(255, 255, 255, 0.7);
|
|
17
|
+
}
|
|
18
|
+
._icon_xg111_18 {
|
|
19
|
+
display: block;
|
|
20
|
+
line-height: 1;
|
|
21
|
+
margin: 0;
|
|
22
|
+
padding: 0.25rem;
|
|
23
|
+
color: var(--font-color);
|
|
24
|
+
border-radius: 0.125rem 0 0 0.125rem;
|
|
25
|
+
}
|
|
26
|
+
._text_xg111_27 {
|
|
27
|
+
white-space: nowrap;
|
|
28
|
+
padding-inline: 0.5rem;
|
|
29
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
._wrapper_1681m_1 {
|
|
2
|
+
margin-block: var(--margin-block);
|
|
3
|
+
opacity: var(--opacity);
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-direction: column;
|
|
6
|
+
border-radius: 0.25rem;
|
|
7
|
+
transition: background-color 400ms, opacity 800ms;
|
|
8
|
+
background-color: rgba(255, 255, 255, 0.4);
|
|
9
|
+
box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
|
|
10
|
+
}
|
|
11
|
+
[data-theme=dark] ._wrapper_1681m_1 {
|
|
12
|
+
background-color: rgba(255, 255, 255, 0.05);
|
|
13
|
+
box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.3);
|
|
14
|
+
}
|
|
15
|
+
._header_1681m_16 {
|
|
16
|
+
box-sizing: border-box;
|
|
17
|
+
padding: 0.25rem 0.5rem 0.5rem 0.5rem;
|
|
18
|
+
margin: 0.5rem;
|
|
19
|
+
display: flex;
|
|
20
|
+
flex-direction: row;
|
|
21
|
+
justify-content: space-between;
|
|
22
|
+
font-family: "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;
|
|
23
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.2);
|
|
24
|
+
}
|
|
25
|
+
[data-theme=dark] ._header_1681m_16 {
|
|
26
|
+
border-color: rgba(255, 255, 255, 0.2);
|
|
27
|
+
}
|
|
28
|
+
._header__left_1681m_30 {
|
|
29
|
+
display: flex;
|
|
30
|
+
flex-direction: row;
|
|
31
|
+
align-items: center;
|
|
32
|
+
gap: 0.5rem;
|
|
33
|
+
}
|
|
34
|
+
._copy-icon_1681m_37 {
|
|
35
|
+
box-sizing: border-box;
|
|
36
|
+
padding: 0.125rem;
|
|
37
|
+
width: 26px;
|
|
38
|
+
height: 26px;
|
|
39
|
+
border-radius: 0.125rem;
|
|
40
|
+
cursor: pointer;
|
|
41
|
+
transition: background-color 200ms;
|
|
42
|
+
color: rgba(0, 0, 0, 0.7);
|
|
43
|
+
}
|
|
44
|
+
[data-theme=dark] ._copy-icon_1681m_37 {
|
|
45
|
+
color: rgba(255, 255, 255, 0.7);
|
|
46
|
+
}
|
|
47
|
+
._copy-icon_1681m_37:hover {
|
|
48
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
49
|
+
}
|
|
50
|
+
[data-theme=dark] ._copy-icon_1681m_37:hover {
|
|
51
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
52
|
+
}
|
|
53
|
+
._code_1681m_57 {
|
|
54
|
+
padding: 0.25rem 1rem 1rem 1rem;
|
|
55
|
+
overflow-x: auto;
|
|
56
|
+
scrollbar-width: thin;
|
|
57
|
+
scrollbar-color: rgba(105, 135, 184, 0.3) rgba(105, 135, 184, 0.15);
|
|
58
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
._katex_vrtkg_1 {
|
|
2
|
+
margin-block: var(--margin-block);
|
|
3
|
+
color: rgba(0, 0, 0, 0.7);
|
|
4
|
+
}
|
|
5
|
+
._katex_vrtkg_1::-moz-selection {
|
|
6
|
+
color: rgba(255, 255, 255, 0.7);
|
|
7
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
8
|
+
background-color: var(--color, rgba(0, 0, 0, 0.7));
|
|
9
|
+
}
|
|
10
|
+
._katex_vrtkg_1::selection {
|
|
11
|
+
color: rgba(255, 255, 255, 0.7);
|
|
12
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
13
|
+
background-color: var(--color, rgba(0, 0, 0, 0.7));
|
|
14
|
+
}
|
|
15
|
+
[data-theme=dark] ._katex_vrtkg_1 {
|
|
16
|
+
color: rgba(255, 255, 255, 0.7);
|
|
17
|
+
color: var(--color, rgba(255, 255, 255, 0.7));
|
|
18
|
+
}
|
|
19
|
+
[data-theme=dark] ._katex_vrtkg_1::-moz-selection {
|
|
20
|
+
color: rgba(0, 0, 0, 0.7);
|
|
21
|
+
background-color: rgba(255, 255, 255, 0.7);
|
|
22
|
+
background-color: var(--color, rgba(255, 255, 255, 0.7));
|
|
23
|
+
}
|
|
24
|
+
[data-theme=dark] ._katex_vrtkg_1::selection {
|
|
25
|
+
color: rgba(0, 0, 0, 0.7);
|
|
26
|
+
background-color: rgba(255, 255, 255, 0.7);
|
|
27
|
+
background-color: var(--color, rgba(255, 255, 255, 0.7));
|
|
28
|
+
}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { defineComponent, ref, onServerPrefetch, onMounted, onUpdated, createBlock, openBlock, resolveDynamicComponent, normalizeStyle, normalizeClass, withCtx, createElementBlock, toDisplayString } from "vue";
|
|
2
|
-
import { renderToString } from "katex";
|
|
3
|
-
/* empty css */
|
|
4
2
|
const _hoisted_1 = ["innerHTML"];
|
|
5
3
|
const _hoisted_2 = { key: 1 };
|
|
6
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -13,10 +11,21 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
13
11
|
const props = __props;
|
|
14
12
|
const isRendered = ref(false);
|
|
15
13
|
const html = ref(props.expression);
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
let katexRenderToString = null;
|
|
15
|
+
const loadKatex = async () => {
|
|
16
|
+
if (!katexRenderToString) {
|
|
17
|
+
const [{ renderToString }] = await Promise.all([
|
|
18
|
+
import("katex"),
|
|
19
|
+
Promise.resolve({ })
|
|
20
|
+
]);
|
|
21
|
+
katexRenderToString = renderToString;
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
const render = async () => {
|
|
25
|
+
await loadKatex();
|
|
26
|
+
if (!isRendered.value && katexRenderToString) {
|
|
18
27
|
try {
|
|
19
|
-
html.value =
|
|
28
|
+
html.value = katexRenderToString(props.expression, {
|
|
20
29
|
displayMode: props.block
|
|
21
30
|
});
|
|
22
31
|
isRendered.value = true;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
.shiki,
|
|
2
|
+
.shiki span {
|
|
3
|
+
font-family: "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace !important;
|
|
4
|
+
}
|
|
5
|
+
.shiki *::-moz-selection, .shiki span *::-moz-selection {
|
|
6
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
7
|
+
}
|
|
8
|
+
.shiki *::selection,
|
|
9
|
+
.shiki span *::selection {
|
|
10
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
11
|
+
}
|
|
12
|
+
[data-theme=dark] .shiki *::-moz-selection, [data-theme=dark] .shiki span *::-moz-selection {
|
|
13
|
+
background-color: rgba(255, 255, 255, 0.15);
|
|
14
|
+
}
|
|
15
|
+
[data-theme=dark] .shiki *::selection,
|
|
16
|
+
[data-theme=dark] .shiki span *::selection {
|
|
17
|
+
background-color: rgba(255, 255, 255, 0.15);
|
|
18
|
+
}
|
|
19
|
+
[data-theme=dark] .shiki,
|
|
20
|
+
[data-theme=dark] .shiki span {
|
|
21
|
+
color: var(--shiki-dark) !important;
|
|
22
|
+
background-color: var(--shiki-dark-bg) !important;
|
|
23
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
._window_1y8zq_1 {
|
|
2
|
+
border-radius: 0.25rem;
|
|
3
|
+
overflow: hidden;
|
|
4
|
+
transition: background-color 400ms;
|
|
5
|
+
box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
|
|
6
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
7
|
+
}
|
|
8
|
+
[data-theme=dark] ._window_1y8zq_1 {
|
|
9
|
+
box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.35);
|
|
10
|
+
background-color: rgba(255, 255, 255, 0.05);
|
|
11
|
+
}
|
|
12
|
+
._window_1y8zq_1 ._header_1y8zq_12 {
|
|
13
|
+
box-sizing: border-box;
|
|
14
|
+
padding: 0.5rem 0.75rem;
|
|
15
|
+
display: flex;
|
|
16
|
+
justify-content: flex-start;
|
|
17
|
+
align-items: center;
|
|
18
|
+
gap: 0.5rem;
|
|
19
|
+
height: 2rem;
|
|
20
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
21
|
+
}
|
|
22
|
+
._window_1y8zq_1 ._header_1y8zq_12 ._dot_1y8zq_22 {
|
|
23
|
+
width: 0.75rem;
|
|
24
|
+
height: 0.75rem;
|
|
25
|
+
border-radius: 50%;
|
|
26
|
+
background-color: var(--bg);
|
|
27
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
.v-enter-to[data-v-4d114d05],
|
|
2
|
+
.v-leave-from[data-v-4d114d05] {
|
|
3
|
+
opacity: 1;
|
|
4
|
+
}
|
|
5
|
+
.v-enter-active[data-v-4d114d05],
|
|
6
|
+
.v-leave-active[data-v-4d114d05] {
|
|
7
|
+
transition: opacity 200ms;
|
|
8
|
+
}
|
|
9
|
+
.v-enter-from[data-v-4d114d05],
|
|
10
|
+
.v-leave-to[data-v-4d114d05] {
|
|
11
|
+
opacity: 0;
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
._provider_mnaqt_1 {
|
|
2
|
+
opacity: 0;
|
|
3
|
+
opacity: var(--opacity, 0);
|
|
4
|
+
pointer-events: none;
|
|
5
|
+
pointer-events: var(--pointer-events, none);
|
|
6
|
+
margin: 0;
|
|
7
|
+
padding: 0;
|
|
8
|
+
position: fixed;
|
|
9
|
+
left: 0;
|
|
10
|
+
top: 0;
|
|
11
|
+
z-index: 100;
|
|
12
|
+
width: 100%;
|
|
13
|
+
height: 100vh;
|
|
14
|
+
display: flex;
|
|
15
|
+
justify-content: center;
|
|
16
|
+
align-items: center;
|
|
17
|
+
transition: opacity 400ms;
|
|
18
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
19
|
+
}
|
|
20
|
+
[data-theme=dark] ._provider_mnaqt_1 {
|
|
21
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
22
|
+
}
|
|
23
|
+
._provider_mnaqt_1 ._modal_mnaqt_21 {
|
|
24
|
+
box-sizing: border-box;
|
|
25
|
+
width: var(--width);
|
|
26
|
+
padding: 0.5rem;
|
|
27
|
+
box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.4);
|
|
28
|
+
background-color: rgba(233, 233, 233, 0.8);
|
|
29
|
+
box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.8);
|
|
30
|
+
}
|
|
31
|
+
[data-theme=dark] ._provider_mnaqt_1 ._modal_mnaqt_21 {
|
|
32
|
+
background-color: rgba(22, 22, 22, 0.8);
|
|
33
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
._snackbar_ti69w_1 {
|
|
2
|
+
position: relative;
|
|
3
|
+
display: inline-flex;
|
|
4
|
+
flex-direction: row;
|
|
5
|
+
gap: 1rem;
|
|
6
|
+
align-items: center;
|
|
7
|
+
padding: 0.75rem;
|
|
8
|
+
pointer-events: all;
|
|
9
|
+
border-radius: 0.25rem;
|
|
10
|
+
box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
|
|
11
|
+
background-color: rgba(255, 255, 255, 0.5);
|
|
12
|
+
}
|
|
13
|
+
[data-theme=dark] ._snackbar_ti69w_1 {
|
|
14
|
+
box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
|
|
15
|
+
background-color: rgba(0, 0, 0, 0.2);
|
|
16
|
+
}
|
|
17
|
+
._icon_ti69w_18 {
|
|
18
|
+
padding: 0.25rem;
|
|
19
|
+
border-radius: 50%;
|
|
20
|
+
width: 1rem;
|
|
21
|
+
height: 1rem;
|
|
22
|
+
cursor: pointer;
|
|
23
|
+
transition: background-color 200ms;
|
|
24
|
+
color: rgba(0, 0, 0, 0.75);
|
|
25
|
+
}
|
|
26
|
+
[data-theme=dark] ._icon_ti69w_18 {
|
|
27
|
+
color: rgba(255, 255, 255, 0.75);
|
|
28
|
+
}
|
|
29
|
+
._icon_ti69w_18:hover {
|
|
30
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
31
|
+
}
|
|
32
|
+
[data-theme=dark] ._icon_ti69w_18:hover {
|
|
33
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
34
|
+
}
|
|
35
|
+
@keyframes _progress_ti69w_47 {
|
|
36
|
+
0% {
|
|
37
|
+
transform: scaleX(1);
|
|
38
|
+
transform-origin: left;
|
|
39
|
+
}
|
|
40
|
+
100% {
|
|
41
|
+
transform: scaleX(0);
|
|
42
|
+
transform-origin: left;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
._progress_ti69w_47 {
|
|
46
|
+
position: absolute;
|
|
47
|
+
width: 100%;
|
|
48
|
+
height: 3px;
|
|
49
|
+
bottom: 0;
|
|
50
|
+
left: 0;
|
|
51
|
+
background-color: #6987b8;
|
|
52
|
+
animation-name: _progress_ti69w_47;
|
|
53
|
+
animation-iteration-count: 1;
|
|
54
|
+
animation-fill-mode: both;
|
|
55
|
+
animation-timing-function: linear;
|
|
56
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
._snackbar-screen_rfxmg_1 {
|
|
2
|
+
position: fixed;
|
|
3
|
+
top: 0;
|
|
4
|
+
left: 0;
|
|
5
|
+
width: 100%;
|
|
6
|
+
height: 100vh;
|
|
7
|
+
z-index: 1000;
|
|
8
|
+
display: flex;
|
|
9
|
+
justify-content: flex-end;
|
|
10
|
+
align-items: flex-end;
|
|
11
|
+
pointer-events: none;
|
|
12
|
+
}
|
|
13
|
+
._snackbar-container_rfxmg_14 {
|
|
14
|
+
margin: 1rem;
|
|
15
|
+
display: flex;
|
|
16
|
+
flex-direction: column;
|
|
17
|
+
justify-content: flex-end;
|
|
18
|
+
align-items: flex-end;
|
|
19
|
+
gap: 0.5rem;
|
|
20
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
.v-enter-to[data-v-e531925e],
|
|
2
|
+
.v-leave-from[data-v-e531925e] {
|
|
3
|
+
opacity: 1;
|
|
4
|
+
}
|
|
5
|
+
.v-enter-active[data-v-e531925e],
|
|
6
|
+
.v-leave-active[data-v-e531925e] {
|
|
7
|
+
transition: opacity 200ms;
|
|
8
|
+
transform-origin: top;
|
|
9
|
+
}
|
|
10
|
+
.v-enter-from[data-v-e531925e],
|
|
11
|
+
.v-leave-to[data-v-e531925e] {
|
|
12
|
+
opacity: 0;
|
|
13
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
._toggle_1awqj_1 {
|
|
2
|
+
margin-block: var(--margin-block);
|
|
3
|
+
box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
|
|
4
|
+
border-radius: 0.25rem;
|
|
5
|
+
overflow: hidden;
|
|
6
|
+
}
|
|
7
|
+
._summary_1awqj_8 {
|
|
8
|
+
box-sizing: border-box;
|
|
9
|
+
width: 100%;
|
|
10
|
+
padding: 1rem;
|
|
11
|
+
width: 100%;
|
|
12
|
+
cursor: pointer;
|
|
13
|
+
display: flex;
|
|
14
|
+
justify-content: space-between;
|
|
15
|
+
align-items: center;
|
|
16
|
+
gap: 0.5rem;
|
|
17
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
18
|
+
}
|
|
19
|
+
[data-theme=dark] ._summary_1awqj_8 {
|
|
20
|
+
border-color: rgba(255, 255, 255, 0.1);
|
|
21
|
+
background-color: rgba(255, 255, 255, 0.075);
|
|
22
|
+
}
|
|
23
|
+
._icon_1awqj_25 {
|
|
24
|
+
width: 1.25rem;
|
|
25
|
+
height: 1.25rem;
|
|
26
|
+
color: #59b57c;
|
|
27
|
+
color: var(--color, #59b57c);
|
|
28
|
+
transform: rotate(0deg);
|
|
29
|
+
transform: rotate(var(--rotate, 0deg));
|
|
30
|
+
transition: transform 200ms;
|
|
31
|
+
}
|
|
32
|
+
._content_1awqj_33 {
|
|
33
|
+
margin: 0;
|
|
34
|
+
padding: 0.75rem;
|
|
35
|
+
display: block;
|
|
36
|
+
border: solid 1px rgba(0, 0, 0, 0.1);
|
|
37
|
+
border-top: none;
|
|
38
|
+
background-color: rgba(255, 255, 255, 0.025);
|
|
39
|
+
}
|
|
40
|
+
[data-theme=dark] ._content_1awqj_33 {
|
|
41
|
+
border-color: rgba(255, 255, 255, 0.1);
|
|
42
|
+
background-color: rgba(255, 255, 255, 0.025);
|
|
43
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
.v-enter-to[data-v-0ec97e65],
|
|
2
|
+
.v-leave-from[data-v-0ec97e65] {
|
|
3
|
+
transform: scale(1);
|
|
4
|
+
opacity: 1;
|
|
5
|
+
}
|
|
6
|
+
.v-enter-active[data-v-0ec97e65],
|
|
7
|
+
.v-leave-active[data-v-0ec97e65] {
|
|
8
|
+
transition: opacity 100ms, transform 200ms;
|
|
9
|
+
}
|
|
10
|
+
.v-enter-from[data-v-0ec97e65],
|
|
11
|
+
.v-leave-to[data-v-0ec97e65] {
|
|
12
|
+
transform: scale(0.5);
|
|
13
|
+
opacity: 0;
|
|
14
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
._tooltip_1tyuh_1 {
|
|
2
|
+
position: fixed;
|
|
3
|
+
z-index: 1000;
|
|
4
|
+
box-sizing: border-box;
|
|
5
|
+
padding: 0.25rem 0.5rem;
|
|
6
|
+
border-radius: 0.25rem;
|
|
7
|
+
box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
|
|
8
|
+
color: rgba(0, 0, 0, 0.7);
|
|
9
|
+
background-color: rgba(255, 255, 255, 0.9);
|
|
10
|
+
transform-origin: top;
|
|
11
|
+
}
|
|
12
|
+
[data-theme=dark] ._tooltip_1tyuh_1 {
|
|
13
|
+
color: rgba(255, 255, 255, 0.7);
|
|
14
|
+
background-color: rgba(0, 0, 0, 0.9);
|
|
15
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
._container_1xl4h_1 {
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: var(--weight);
|
|
4
|
+
position: relative;
|
|
5
|
+
border-radius: var(--border-radius);
|
|
6
|
+
overflow: hidden;
|
|
7
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
8
|
+
}
|
|
9
|
+
[data-theme=dark] ._container_1xl4h_1 {
|
|
10
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
11
|
+
}
|
|
12
|
+
._bar_1xl4h_13 {
|
|
13
|
+
position: absolute;
|
|
14
|
+
content: "";
|
|
15
|
+
width: 100%;
|
|
16
|
+
height: 100%;
|
|
17
|
+
transition: transform 800ms;
|
|
18
|
+
transform: scaleX(0);
|
|
19
|
+
transform: var(--transform, scaleX(0));
|
|
20
|
+
transform-origin: left;
|
|
21
|
+
background-color: red;
|
|
22
|
+
background-color: var(--color, red);
|
|
23
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
._progress_17sza_1 {
|
|
2
|
+
display: none;
|
|
3
|
+
}
|
|
4
|
+
@keyframes _loading_17sza_23 {
|
|
5
|
+
0% {
|
|
6
|
+
transform: scaleX(0);
|
|
7
|
+
transform-origin: left;
|
|
8
|
+
}
|
|
9
|
+
49% {
|
|
10
|
+
transform: scaleX(1);
|
|
11
|
+
transform-origin: left;
|
|
12
|
+
}
|
|
13
|
+
51% {
|
|
14
|
+
transform: scaleX(1);
|
|
15
|
+
transform-origin: right;
|
|
16
|
+
}
|
|
17
|
+
100% {
|
|
18
|
+
transform: scaleX(0);
|
|
19
|
+
transform-origin: right;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
._loading_17sza_23 {
|
|
23
|
+
position: absolute;
|
|
24
|
+
content: "";
|
|
25
|
+
width: 100%;
|
|
26
|
+
height: 100%;
|
|
27
|
+
transition: transform 800ms;
|
|
28
|
+
transform: scaleX(0);
|
|
29
|
+
transform: var(--scale-x, scaleX(0));
|
|
30
|
+
transform-origin: left;
|
|
31
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
32
|
+
background-color: var(--color, rgba(0, 0, 0, 0.8));
|
|
33
|
+
animation-name: _loading_17sza_23;
|
|
34
|
+
animation-duration: 1600ms;
|
|
35
|
+
animation-iteration-count: infinite;
|
|
36
|
+
}
|
|
37
|
+
[data-theme=dark] ._loading_17sza_23 {
|
|
38
|
+
background-color: rgba(255, 255, 255, 0.8);
|
|
39
|
+
background-color: var(--color, rgba(255, 255, 255, 0.8));
|
|
40
|
+
}
|
|
41
|
+
._container_17sza_40 {
|
|
42
|
+
width: 100%;
|
|
43
|
+
height: var(--weight);
|
|
44
|
+
position: relative;
|
|
45
|
+
border-radius: var(--border-radius);
|
|
46
|
+
overflow: hidden;
|
|
47
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
48
|
+
}
|
|
49
|
+
[data-theme=dark] ._container_17sza_40 {
|
|
50
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
51
|
+
}
|
|
52
|
+
._container_17sza_40 ._value_17sza_51 {
|
|
53
|
+
position: absolute;
|
|
54
|
+
content: "";
|
|
55
|
+
width: 100%;
|
|
56
|
+
height: 100%;
|
|
57
|
+
transition: transform 800ms;
|
|
58
|
+
transform: scaleX(0);
|
|
59
|
+
transform: var(--scale-x, scaleX(0));
|
|
60
|
+
transform-origin: left;
|
|
61
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
62
|
+
background-color: var(--color, rgba(0, 0, 0, 0.8));
|
|
63
|
+
}
|
|
64
|
+
[data-theme=dark] ._container_17sza_40 ._value_17sza_51 {
|
|
65
|
+
background-color: rgba(255, 255, 255, 0.8);
|
|
66
|
+
background-color: var(--color, rgba(255, 255, 255, 0.8));
|
|
67
|
+
}
|
|
68
|
+
._container_17sza_40 ._buffer_17sza_64 {
|
|
69
|
+
position: absolute;
|
|
70
|
+
content: "";
|
|
71
|
+
width: 100%;
|
|
72
|
+
height: 100%;
|
|
73
|
+
transition: transform 400ms;
|
|
74
|
+
transform: scaleX(0);
|
|
75
|
+
transform: var(--scale-x, scaleX(0));
|
|
76
|
+
transform-origin: left;
|
|
77
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
78
|
+
background-color: var(--color, rgba(0, 0, 0, 0.8));
|
|
79
|
+
opacity: 0.25;
|
|
80
|
+
}
|
|
81
|
+
[data-theme=dark] ._container_17sza_40 ._buffer_17sza_64 {
|
|
82
|
+
background-color: rgba(255, 255, 255, 0.8);
|
|
83
|
+
background-color: var(--color, rgba(255, 255, 255, 0.8));
|
|
84
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
.v-enter-to[data-v-0a79ebd0],
|
|
2
|
+
.v-leave-from[data-v-0a79ebd0] {
|
|
3
|
+
opacity: 1;
|
|
4
|
+
}
|
|
5
|
+
.v-enter-active[data-v-0a79ebd0],
|
|
6
|
+
.v-leave-active[data-v-0a79ebd0] {
|
|
7
|
+
transition: opacity 150ms;
|
|
8
|
+
}
|
|
9
|
+
.v-enter-from[data-v-0a79ebd0],
|
|
10
|
+
.v-leave-to[data-v-0a79ebd0] {
|
|
11
|
+
opacity: 0;
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
@keyframes _wave_oz31b_1 {
|
|
2
|
+
0% {
|
|
3
|
+
transform: scale(0);
|
|
4
|
+
opacity: 0;
|
|
5
|
+
}
|
|
6
|
+
30% {
|
|
7
|
+
opacity: 0;
|
|
8
|
+
}
|
|
9
|
+
40% {
|
|
10
|
+
opacity: 1;
|
|
11
|
+
}
|
|
12
|
+
100% {
|
|
13
|
+
transform: scale(1);
|
|
14
|
+
opacity: 0;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
._rectangle-wave_oz31b_17 {
|
|
18
|
+
box-sizing: border-box;
|
|
19
|
+
position: absolute;
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
width: 100%;
|
|
22
|
+
height: 100%;
|
|
23
|
+
animation-name: _wave_oz31b_1;
|
|
24
|
+
animation-duration: 1200ms;
|
|
25
|
+
animation-iteration-count: infinite;
|
|
26
|
+
animation-fill-mode: both;
|
|
27
|
+
border-style: solid;
|
|
28
|
+
border-width: 1px;
|
|
29
|
+
border-color: rgba(0, 0, 0, 0.7);
|
|
30
|
+
}
|
|
31
|
+
[data-theme=dark] ._rectangle-wave_oz31b_17 {
|
|
32
|
+
border-color: rgba(255, 255, 255, 0.7);
|
|
33
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
@keyframes _draw-line_9wi4r_1 {
|
|
2
|
+
0% {
|
|
3
|
+
stroke-dashoffset: 0%;
|
|
4
|
+
}
|
|
5
|
+
100% {
|
|
6
|
+
stroke-dashoffset: 400%;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
@keyframes _rotate_9wi4r_1 {
|
|
10
|
+
0% {
|
|
11
|
+
transform: rotate(180deg);
|
|
12
|
+
}
|
|
13
|
+
100% {
|
|
14
|
+
transform: rotate(-180deg);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
._circle_9wi4r_17 {
|
|
18
|
+
stroke-dasharray: 200%;
|
|
19
|
+
animation: _draw-line_9wi4r_1 1200ms infinite ease-in-out, _rotate_9wi4r_1 1200ms infinite linear;
|
|
20
|
+
transform-origin: center;
|
|
21
|
+
stroke: rgba(0, 0, 0, 0.7);
|
|
22
|
+
}
|
|
23
|
+
[data-theme=dark] ._circle_9wi4r_17 {
|
|
24
|
+
stroke: rgba(255, 255, 255, 0.7);
|
|
25
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
.v-enter-to[data-v-afd6570b],
|
|
2
|
+
.v-leave-from[data-v-afd6570b] {
|
|
3
|
+
opacity: 1;
|
|
4
|
+
}
|
|
5
|
+
.v-enter-active[data-v-afd6570b],
|
|
6
|
+
.v-leave-active[data-v-afd6570b] {
|
|
7
|
+
transition: opacity 100ms;
|
|
8
|
+
}
|
|
9
|
+
.v-enter-from[data-v-afd6570b],
|
|
10
|
+
.v-leave-to[data-v-afd6570b] {
|
|
11
|
+
opacity: 0;
|
|
12
|
+
}
|