@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,34 @@
|
|
|
1
|
+
._color-bg_819fg_1 {
|
|
2
|
+
width: 5rem;
|
|
3
|
+
height: 2rem;
|
|
4
|
+
border-radius: 0.25rem;
|
|
5
|
+
background-color: var(--background-color);
|
|
6
|
+
cursor: pointer;
|
|
7
|
+
transition: opacity 100ms;
|
|
8
|
+
}
|
|
9
|
+
._color-bg_819fg_1:active {
|
|
10
|
+
opacity: 0.5;
|
|
11
|
+
}
|
|
12
|
+
._text_819fg_13 {
|
|
13
|
+
margin-block: 0.125rem;
|
|
14
|
+
padding: 0.125rem;
|
|
15
|
+
border-radius: 0.125rem;
|
|
16
|
+
transition: color 100ms, background-color 100ms, opacity 100ms;
|
|
17
|
+
color: var(--color);
|
|
18
|
+
cursor: pointer;
|
|
19
|
+
}
|
|
20
|
+
._text_819fg_13:hover {
|
|
21
|
+
color: white;
|
|
22
|
+
background-color: var(--color);
|
|
23
|
+
}
|
|
24
|
+
._text_819fg_13:active {
|
|
25
|
+
opacity: 0.5;
|
|
26
|
+
}
|
|
27
|
+
._text_819fg_13::-moz-selection {
|
|
28
|
+
color: white;
|
|
29
|
+
background-color: var(--color);
|
|
30
|
+
}
|
|
31
|
+
._text_819fg_13::selection {
|
|
32
|
+
color: white;
|
|
33
|
+
background-color: var(--color);
|
|
34
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
._container_2ivef_1 {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
justify-content: flex-start;
|
|
5
|
+
align-items: flex-start;
|
|
6
|
+
gap: 0.25rem;
|
|
7
|
+
}
|
|
8
|
+
._container_2ivef_1 ._row-container_2ivef_8 {
|
|
9
|
+
display: flex;
|
|
10
|
+
justify-content: flex-start;
|
|
11
|
+
align-items: flex-start;
|
|
12
|
+
flex-direction: row;
|
|
13
|
+
gap: 0.25rem;
|
|
14
|
+
}
|
|
15
|
+
._container_2ivef_1 ._row-container_2ivef_8 ._color-name_2ivef_15 {
|
|
16
|
+
width: 6rem;
|
|
17
|
+
color: var(--color);
|
|
18
|
+
}
|
|
19
|
+
._container_2ivef_1 ._row-container_2ivef_8 ._color-name_2ivef_15::-moz-selection {
|
|
20
|
+
background-color: var(--color);
|
|
21
|
+
color: white;
|
|
22
|
+
}
|
|
23
|
+
._container_2ivef_1 ._row-container_2ivef_8 ._color-name_2ivef_15::selection {
|
|
24
|
+
background-color: var(--color);
|
|
25
|
+
color: white;
|
|
26
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
.elmethis-table-header-body tr {
|
|
2
|
+
transition: background-color 200ms;
|
|
3
|
+
}
|
|
4
|
+
.elmethis-table-header-body tr:nth-child(odd) {
|
|
5
|
+
background-color: transparent;
|
|
6
|
+
}
|
|
7
|
+
.elmethis-table-header-body tr:nth-child(even) {
|
|
8
|
+
background-color: rgba(0, 0, 0, 0.025);
|
|
9
|
+
}
|
|
10
|
+
[data-theme=dark] .elmethis-table-header-body tr:nth-child(even) {
|
|
11
|
+
background-color: rgba(255, 255, 255, 0.025);
|
|
12
|
+
}
|
|
13
|
+
.elmethis-table-header-body tr:hover {
|
|
14
|
+
background-color: rgba(105, 135, 184, 0.15);
|
|
15
|
+
}
|
|
16
|
+
[data-theme=dark] .elmethis-table-header-body tr:hover {
|
|
17
|
+
background-color: rgba(105, 135, 184, 0.15);
|
|
18
|
+
}
|
|
19
|
+
.elmethis-table-header-body tr td,
|
|
20
|
+
.elmethis-table-header-body tr th {
|
|
21
|
+
color: rgba(0, 0, 0, 0.7);
|
|
22
|
+
}
|
|
23
|
+
[data-theme=dark] .elmethis-table-header-body tr td,
|
|
24
|
+
[data-theme=dark] .elmethis-table-header-body tr th {
|
|
25
|
+
color: rgba(255, 255, 255, 0.7);
|
|
26
|
+
}
|
|
27
|
+
.elmethis-table-header-body tr td::-moz-selection, .elmethis-table-header-body tr th::-moz-selection {
|
|
28
|
+
color: rgba(255, 255, 255, 0.7);
|
|
29
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
30
|
+
background-color: var(--color, rgba(0, 0, 0, 0.7));
|
|
31
|
+
}
|
|
32
|
+
.elmethis-table-header-body tr td::selection,
|
|
33
|
+
.elmethis-table-header-body tr th::selection {
|
|
34
|
+
color: rgba(255, 255, 255, 0.7);
|
|
35
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
36
|
+
background-color: var(--color, rgba(0, 0, 0, 0.7));
|
|
37
|
+
}
|
|
38
|
+
[data-theme=dark] .elmethis-table-header-body tr td::-moz-selection, [data-theme=dark] .elmethis-table-header-body tr th::-moz-selection {
|
|
39
|
+
color: rgba(0, 0, 0, 0.7);
|
|
40
|
+
background-color: rgba(255, 255, 255, 0.7);
|
|
41
|
+
background-color: var(--color, rgba(255, 255, 255, 0.7));
|
|
42
|
+
}
|
|
43
|
+
[data-theme=dark] .elmethis-table-header-body tr td::selection,
|
|
44
|
+
[data-theme=dark] .elmethis-table-header-body tr th::selection {
|
|
45
|
+
color: rgba(0, 0, 0, 0.7);
|
|
46
|
+
background-color: rgba(255, 255, 255, 0.7);
|
|
47
|
+
background-color: var(--color, rgba(255, 255, 255, 0.7));
|
|
48
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
td.cell[data-v-7bedd3ac] {
|
|
2
|
+
padding: 0.75rem 1rem;
|
|
3
|
+
border-bottom: solid 1px rgba(0, 0, 0, 0.15);
|
|
4
|
+
border-right: dotted 1px rgba(0, 0, 0, 0.1);
|
|
5
|
+
}
|
|
6
|
+
[data-theme=dark] td.cell[data-v-7bedd3ac] {
|
|
7
|
+
border-bottom-color: rgba(255, 255, 255, 0.15);
|
|
8
|
+
border-right-color: rgba(255, 255, 255, 0.1);
|
|
9
|
+
}
|
|
10
|
+
th.cell[data-v-7bedd3ac] {
|
|
11
|
+
padding: 0.75rem 1rem;
|
|
12
|
+
border-right: dotted 1px rgba(255, 255, 255, 0.25);
|
|
13
|
+
}
|
|
14
|
+
[data-theme=dark] th.cell[data-v-7bedd3ac] {
|
|
15
|
+
border-right: dotted 1px rgba(0, 0, 0, 0.25);
|
|
16
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
.elmethis-table-header-thead {
|
|
2
|
+
text-align: left;
|
|
3
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
4
|
+
color: rgba(255, 255, 255, 0.8);
|
|
5
|
+
transition: background-color 400ms, color 400ms;
|
|
6
|
+
}
|
|
7
|
+
[data-theme=dark] .elmethis-table-header-thead {
|
|
8
|
+
background-color: rgba(255, 255, 255, 0.8);
|
|
9
|
+
color: rgba(0, 0, 0, 0.8);
|
|
10
|
+
}
|
|
11
|
+
.elmethis-table-header-thead tr td,
|
|
12
|
+
.elmethis-table-header-thead tr th {
|
|
13
|
+
color: rgba(255, 255, 255, 0.7);
|
|
14
|
+
}
|
|
15
|
+
[data-theme=dark] .elmethis-table-header-thead tr td,
|
|
16
|
+
[data-theme=dark] .elmethis-table-header-thead tr th {
|
|
17
|
+
color: rgba(0, 0, 0, 0.7);
|
|
18
|
+
}
|
|
19
|
+
.elmethis-table-header-thead tr td::-moz-selection, .elmethis-table-header-thead tr th::-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
|
+
.elmethis-table-header-thead tr td::selection,
|
|
25
|
+
.elmethis-table-header-thead tr th::selection {
|
|
26
|
+
color: rgba(0, 0, 0, 0.7);
|
|
27
|
+
background-color: rgba(255, 255, 255, 0.7);
|
|
28
|
+
background-color: var(--color, rgba(255, 255, 255, 0.7));
|
|
29
|
+
}
|
|
30
|
+
[data-theme=dark] .elmethis-table-header-thead tr td::-moz-selection, [data-theme=dark] .elmethis-table-header-thead tr th::-moz-selection {
|
|
31
|
+
color: rgba(255, 255, 255, 0.7);
|
|
32
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
33
|
+
background-color: var(--color, rgba(0, 0, 0, 0.7));
|
|
34
|
+
}
|
|
35
|
+
[data-theme=dark] .elmethis-table-header-thead tr td::selection,
|
|
36
|
+
[data-theme=dark] .elmethis-table-header-thead tr th::selection {
|
|
37
|
+
color: rgba(255, 255, 255, 0.7);
|
|
38
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
39
|
+
background-color: var(--color, rgba(0, 0, 0, 0.7));
|
|
40
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
._blockquote_1oj4b_1 {
|
|
2
|
+
margin-block: 2rem;
|
|
3
|
+
opacity: var(--opacity);
|
|
4
|
+
transition: opacity 800ms;
|
|
5
|
+
box-sizing: border-box;
|
|
6
|
+
margin: 0;
|
|
7
|
+
padding: 0.125rem 1.5rem;
|
|
8
|
+
border-left: 4px solid rgba(0, 0, 0, 0.2);
|
|
9
|
+
}
|
|
10
|
+
[data-theme=dark] ._blockquote_1oj4b_1 {
|
|
11
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
12
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
.elmethis-bulleted-list {
|
|
2
|
+
margin-block: 2rem;
|
|
3
|
+
opacity: var(--opacity);
|
|
4
|
+
transition: opacity 800ms;
|
|
5
|
+
box-sizing: border-box;
|
|
6
|
+
padding-left: 1.25rem;
|
|
7
|
+
}
|
|
8
|
+
.elmethis-bulleted-list li {
|
|
9
|
+
box-sizing: border-box;
|
|
10
|
+
padding-left: 0.5rem;
|
|
11
|
+
margin-block: 0.75rem;
|
|
12
|
+
}
|
|
13
|
+
.elmethis-bulleted-list li::marker {
|
|
14
|
+
content: url("data:image/svg+xml;base64,ICA8c3ZnCiAgICB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICB2aWV3Qm94PScwIDAgMTYgMTYnCiAgICB3aWR0aD0nMTJweCcKICAgIGhlaWdodD0nMTJweCcKICA+CiAgICA8cGF0aAogICAgICBmaWxsPScjNDQ5NzYzJwogICAgICBvcGFjaXR5PScwLjgnCiAgICAgIGQ9J00zIDMuNzMyYTEuNSAxLjUgMCAwIDEgMi4zMDUtMS4yNjVsNi43MDYgNC4yNjdhMS41IDEuNSAwIDAgMSAwIDIuNTMxbC02LjcwNiA0LjI2OEExLjUgMS41IDAgMCAxIDMgMTIuMjY3VjMuNzMyWicKICAgIC8+CiAgPC9zdmc+");
|
|
15
|
+
}
|
|
16
|
+
.elmethis-bulleted-list li ul li::marker {
|
|
17
|
+
content: url("data:image/svg+xml;base64,ICA8c3ZnCiAgICB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICB2aWV3Qm94PScwIDAgMjQgMjQnCiAgICB3aWR0aD0nMTJweCcKICAgIGhlaWdodD0nMTJweCcKICAgIHN0cm9rZT0nIzQ0OTc2MycKICAgIGZpbGw9J3RyYW5zcGFyZW50JwogID4KICAgIDxwYXRoCiAgICAgIHN0cm9rZUxpbmVjYXA9J3JvdW5kJwogICAgICBzdHJva2VMaW5lam9pbj0ncm91bmQnCiAgICAgIGQ9J001LjI1IDUuNjUzYzAtLjg1Ni45MTctMS4zOTggMS42NjctLjk4NmwxMS41NCA2LjM0N2ExLjEyNSAxLjEyNSAwIDAgMSAwIDEuOTcybC0xMS41NCA2LjM0N2ExLjEyNSAxLjEyNSAwIDAgMS0xLjY2Ny0uOTg2VjUuNjUzWicKICAgIC8+CiAgPC9zdmc+");
|
|
18
|
+
}
|
|
19
|
+
.elmethis-bulleted-list li ul li ul li::marker {
|
|
20
|
+
content: url("data:image/svg+xml;base64,ICA8c3ZnCiAgICB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnCiAgICB2aWV3Qm94PScwIDAgMjAgMjAnCiAgICB3aWR0aD0nMTJweCcKICAgIGhlaWdodD0nMTJweCcKICAgIHN0cm9rZT0nIzQ0OTc2MycKICAgIGZpbGw9JyM0NDk3NjMnCiAgPgogICAgPHBhdGgKICAgICAgZmlsbFJ1bGU9J2V2ZW5vZGQnCiAgICAgIGQ9J004LjIyIDUuMjJhLjc1Ljc1IDAgMCAxIDEuMDYgMGw0LjI1IDQuMjVhLjc1Ljc1IDAgMCAxIDAgMS4wNmwtNC4yNSA0LjI1YS43NS43NSAwIDAgMS0xLjA2LTEuMDZMMTEuOTQgMTAgOC4yMiA2LjI4YS43NS43NSAwIDAgMSAwLTEuMDZaJwogICAgICBjbGlwUnVsZT0nZXZlbm9kZCcKICAgIC8+CiAgPC9zdmc+");
|
|
21
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
._callout_s5qh4_1 {
|
|
2
|
+
z-index: 1;
|
|
3
|
+
margin-block: 2rem;
|
|
4
|
+
position: relative;
|
|
5
|
+
box-sizing: border-box;
|
|
6
|
+
display: flex;
|
|
7
|
+
flex-direction: column;
|
|
8
|
+
gap: 0.5rem;
|
|
9
|
+
padding: 0.75rem 1rem;
|
|
10
|
+
border-left: solid 4px var(--border-color);
|
|
11
|
+
}
|
|
12
|
+
._callout_s5qh4_1::after {
|
|
13
|
+
position: absolute;
|
|
14
|
+
content: "";
|
|
15
|
+
left: 0;
|
|
16
|
+
top: 0;
|
|
17
|
+
width: 100%;
|
|
18
|
+
height: 100%;
|
|
19
|
+
background-color: var(--bg-color);
|
|
20
|
+
transition: transform 800ms;
|
|
21
|
+
transform: scaleX(var(--scale));
|
|
22
|
+
transform-origin: left;
|
|
23
|
+
}
|
|
24
|
+
._header_s5qh4_25 {
|
|
25
|
+
display: flex;
|
|
26
|
+
align-items: center;
|
|
27
|
+
gap: 0.5rem;
|
|
28
|
+
}
|
|
29
|
+
._icon_s5qh4_31 {
|
|
30
|
+
width: 20px;
|
|
31
|
+
height: 20px;
|
|
32
|
+
color: var(--icon-color);
|
|
33
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
._divider_z5wle_1 {
|
|
2
|
+
margin-block: var(--margin-block);
|
|
3
|
+
position: relative;
|
|
4
|
+
display: block;
|
|
5
|
+
width: 100%;
|
|
6
|
+
overflow: visible;
|
|
7
|
+
border: none;
|
|
8
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
|
|
9
|
+
transform: scaleX(var(--scale));
|
|
10
|
+
transition: transform 1200ms;
|
|
11
|
+
}
|
|
12
|
+
[data-theme=dark] ._divider_z5wle_1 {
|
|
13
|
+
border-bottom-color: rgba(255, 255, 255, 0.3);
|
|
14
|
+
}
|
|
15
|
+
._divider_z5wle_1::before {
|
|
16
|
+
position: absolute;
|
|
17
|
+
content: "";
|
|
18
|
+
height: 5px;
|
|
19
|
+
width: 5px;
|
|
20
|
+
top: -2px;
|
|
21
|
+
border-radius: 50%;
|
|
22
|
+
background-color: rgba(0, 0, 0, 0.6);
|
|
23
|
+
left: 0;
|
|
24
|
+
}
|
|
25
|
+
[data-theme=dark] ._divider_z5wle_1::before {
|
|
26
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
27
|
+
}
|
|
28
|
+
._divider_z5wle_1::after {
|
|
29
|
+
position: absolute;
|
|
30
|
+
content: "";
|
|
31
|
+
height: 5px;
|
|
32
|
+
width: 5px;
|
|
33
|
+
top: -2px;
|
|
34
|
+
border-radius: 50%;
|
|
35
|
+
background-color: rgba(0, 0, 0, 0.6);
|
|
36
|
+
right: 0;
|
|
37
|
+
}
|
|
38
|
+
[data-theme=dark] ._divider_z5wle_1::after {
|
|
39
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
40
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
.elmethis-numbered-list {
|
|
2
|
+
margin-block: 2rem;
|
|
3
|
+
opacity: var(--opacity);
|
|
4
|
+
transition: opacity 800ms;
|
|
5
|
+
box-sizing: border-box;
|
|
6
|
+
padding-left: 1.25rem;
|
|
7
|
+
}
|
|
8
|
+
.elmethis-numbered-list li {
|
|
9
|
+
box-sizing: border-box;
|
|
10
|
+
padding-left: 0.25rem;
|
|
11
|
+
margin-block: 0.75rem;
|
|
12
|
+
margin-left: 0.25rem;
|
|
13
|
+
list-style-type: decimal;
|
|
14
|
+
}
|
|
15
|
+
.elmethis-numbered-list li::marker {
|
|
16
|
+
color: #9771bd;
|
|
17
|
+
}
|
|
18
|
+
.elmethis-numbered-list li ol li {
|
|
19
|
+
list-style-type: lower-alpha;
|
|
20
|
+
}
|
|
21
|
+
.elmethis-numbered-list li ol li ol li {
|
|
22
|
+
list-style-type: lower-roman;
|
|
23
|
+
}
|
|
24
|
+
.elmethis-numbered-list li ol li ol li ol li {
|
|
25
|
+
list-style-type: lower-greek;
|
|
26
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
._paragraph_19lcl_1 {
|
|
2
|
+
margin-block: 2rem;
|
|
3
|
+
opacity: var(--opacity);
|
|
4
|
+
transition: opacity 800ms;
|
|
5
|
+
color: rgba(0, 0, 0, 0.7);
|
|
6
|
+
}
|
|
7
|
+
._paragraph_19lcl_1::-moz-selection {
|
|
8
|
+
color: rgba(255, 255, 255, 0.7);
|
|
9
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
10
|
+
}
|
|
11
|
+
._paragraph_19lcl_1::selection {
|
|
12
|
+
color: rgba(255, 255, 255, 0.7);
|
|
13
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
14
|
+
}
|
|
15
|
+
[data-theme=dark] ._paragraph_19lcl_1 {
|
|
16
|
+
color: rgba(255, 255, 255, 0.7);
|
|
17
|
+
}
|
|
18
|
+
[data-theme=dark] ._paragraph_19lcl_1::-moz-selection {
|
|
19
|
+
color: rgba(0, 0, 0, 0.7);
|
|
20
|
+
background-color: rgba(255, 255, 255, 0.7);
|
|
21
|
+
}
|
|
22
|
+
[data-theme=dark] ._paragraph_19lcl_1::selection {
|
|
23
|
+
color: rgba(0, 0, 0, 0.7);
|
|
24
|
+
background-color: rgba(255, 255, 255, 0.7);
|
|
25
|
+
}
|
package/dist/index.d.ts
CHANGED
|
@@ -96,9 +96,6 @@ export type { ElmColorSampleProps } from './components/others/ElmColorSample.vue
|
|
|
96
96
|
export { default as ElmColorSample } from './components/others/ElmColorSample.vue';
|
|
97
97
|
export type { ElmColorTableProps } from './components/others/ElmColorTable.vue';
|
|
98
98
|
export { default as ElmColorTable } from './components/others/ElmColorTable.vue';
|
|
99
|
-
export type { ElmJsonRendererProps } from './components/renderer/ElmJsonRenderer.vue';
|
|
100
|
-
export { default as ElmJsonRenderer } from './components/renderer/ElmJsonRenderer.vue';
|
|
101
|
-
export { default as ElmJsonRendererAsync } from './components/renderer/ElmJsonRendererAsync.vue';
|
|
102
99
|
export type { ElmTableProps } from './components/table/ElmTable.vue';
|
|
103
100
|
export { default as ElmTable } from './components/table/ElmTable.vue';
|
|
104
101
|
export type { ElmTableHeaderProps } from './components/table/ElmTableHeader.vue';
|
|
@@ -123,5 +120,3 @@ export type { ElmParagraphProps } from './components/typography/ElmParagraph.vue
|
|
|
123
120
|
export { default as ElmParagraph } from './components/typography/ElmParagraph.vue';
|
|
124
121
|
export type { ElmListItemProps } from './components/typography/ElmListItem.vue';
|
|
125
122
|
export { default as ElmListItem } from './components/typography/ElmListItem.vue';
|
|
126
|
-
export { useElmethisTheme } from './hooks/useElmethisTheme';
|
|
127
|
-
export { useTyping } from './hooks/useTyping';
|