@elmethis/core 1.0.0-alpha.160 → 1.0.0-alpha.162
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/badge/ElmBadge.vue3.mjs +12 -0
- package/dist/components/badge/ElmTag.vue3.mjs +12 -0
- package/dist/components/code/ElmCodeBlock.vue3.mjs +12 -0
- package/dist/components/code/ElmKatex.vue3.mjs +12 -0
- package/dist/components/code/ElmShikiHighlighter.vue.mjs +13 -1
- package/dist/components/code/ElmShikiHighlighter.vue3.mjs +12 -0
- package/dist/components/containments/ElmColumn.vue3.mjs +12 -0
- package/dist/components/containments/ElmColumnList.vue3.mjs +12 -0
- package/dist/components/containments/ElmDesktopWindow.vue3.mjs +12 -0
- package/dist/components/containments/ElmModal.vue.mjs +12 -0
- package/dist/components/containments/ElmModal.vue3.mjs +12 -0
- package/dist/components/containments/ElmParallax.vue3.mjs +12 -0
- package/dist/components/containments/ElmSnackbar.vue3.mjs +12 -0
- package/dist/components/containments/ElmSnackbarContainer.vue.mjs +12 -0
- package/dist/components/containments/ElmSnackbarContainer.vue3.mjs +12 -0
- package/dist/components/containments/ElmToggle.vue.mjs +12 -0
- package/dist/components/containments/ElmToggle.vue3.mjs +12 -0
- package/dist/components/containments/ElmTooltip.vue.mjs +12 -0
- package/dist/components/containments/ElmTooltip.vue3.mjs +12 -0
- package/dist/components/data/ElmMultiProgress.vue3.mjs +12 -0
- package/dist/components/data/ElmProgress.vue3.mjs +12 -0
- package/dist/components/data/ElmStatusMessage.vue.mjs +12 -0
- package/dist/components/data/ElmStatusMessage.vue3.mjs +12 -0
- package/dist/components/fallback/ElmBlockFallback.vue3.mjs +12 -0
- package/dist/components/fallback/ElmRectangleWave.vue3.mjs +12 -0
- package/dist/components/fallback/ElmSpinner.vue3.mjs +12 -0
- package/dist/components/form/ElmButton.vue.mjs +12 -0
- package/dist/components/form/ElmButton.vue3.mjs +12 -0
- package/dist/components/form/ElmCheckbox.vue3.mjs +12 -0
- package/dist/components/form/ElmSwitch.vue3.mjs +12 -0
- package/dist/components/form/ElmTextField.vue3.mjs +12 -0
- package/dist/components/form/ElmTotp.vue3.mjs +12 -0
- package/dist/components/headings/ElmFragmentIdentifier.vue3.mjs +12 -0
- package/dist/components/headings/ElmHeading1.vue3.mjs +12 -0
- package/dist/components/headings/ElmHeading2.vue3.mjs +12 -0
- package/dist/components/headings/ElmHeading3.vue3.mjs +12 -0
- package/dist/components/headings/ElmHeading4.vue3.mjs +12 -0
- package/dist/components/headings/ElmHeading5.vue3.mjs +12 -0
- package/dist/components/headings/ElmHeading6.vue3.mjs +12 -0
- package/dist/components/icon/ElmArrowIcon.vue3.mjs +12 -0
- package/dist/components/icon/ElmBookmarkIcon.vue3.mjs +12 -0
- package/dist/components/icon/ElmCubeIcon.vue3.mjs +12 -0
- package/dist/components/icon/ElmDotLoadingIcon.vue3.mjs +12 -0
- package/dist/components/icon/ElmLanguageIcon.vue.mjs +12 -0
- package/dist/components/icon/ElmLanguageIcon.vue3.mjs +12 -0
- package/dist/components/icon/ElmLoginIcon.vue3.mjs +12 -0
- package/dist/components/icon/ElmToggleTheme.vue3.mjs +12 -0
- package/dist/components/icon/languages/Bash.vue2.mjs +12 -0
- package/dist/components/inline/ElmInlineIcon.vue.mjs +10 -0
- package/dist/components/inline/ElmInlineIcon.vue2.mjs +21 -0
- package/dist/components/inline/ElmInlineIcon.vue3.mjs +20 -0
- package/dist/components/inline/ElmInlineLink.vue3.mjs +12 -0
- package/dist/components/inline/ElmInlineText.vue3.mjs +12 -0
- package/dist/components/media/ElmFile.vue3.mjs +12 -0
- package/dist/components/media/ElmImage.vue.mjs +12 -0
- package/dist/components/media/ElmImage.vue3.mjs +12 -0
- package/dist/components/navigation/ElmBookmark.vue3.mjs +12 -0
- package/dist/components/navigation/ElmBreadcrumb.vue3.mjs +12 -0
- package/dist/components/navigation/ElmPagetop.vue3.mjs +12 -0
- package/dist/components/navigation/ElmTableOfContents.vue3.mjs +12 -0
- package/dist/components/others/ElmColorSample.vue.mjs +12 -0
- package/dist/components/others/ElmColorSample.vue3.mjs +12 -0
- package/dist/components/others/ElmColorTable.vue3.mjs +12 -0
- package/dist/components/renderer/ElmJsonRenderer.vue.mjs +110 -0
- package/dist/components/renderer/ElmJsonRenderer.vue2.mjs +4 -0
- package/dist/components/renderer/ElmJsonRendererAsync.vue.d.ts +3 -0
- package/dist/components/renderer/ElmJsonRendererAsync.vue.mjs +24 -0
- package/dist/components/renderer/ElmJsonRendererAsync.vue2.mjs +4 -0
- package/dist/components/table/ElmTable.vue.mjs +12 -0
- package/dist/components/table/ElmTableBody.vue3.mjs +13 -1
- package/dist/components/table/ElmTableCell.vue.mjs +12 -0
- package/dist/components/table/ElmTableHeader.vue3.mjs +13 -1
- package/dist/components/typography/ElmBlockQuote.vue3.mjs +12 -0
- package/dist/components/typography/ElmBulletedList.vue3.mjs +13 -1
- package/dist/components/typography/ElmCallout.vue3.mjs +12 -0
- package/dist/components/typography/ElmDivider.vue3.mjs +12 -0
- package/dist/components/typography/ElmListItem.vue3.mjs +12 -0
- package/dist/components/typography/ElmNumberedList.vue3.mjs +13 -1
- package/dist/components/typography/ElmParagraph.vue3.mjs +12 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.mjs +44 -28
- package/dist/node_modules/.pnpm/katex@0.16.21/node_modules/katex/dist/katex.min.css +1 -1
- package/package.json +2 -1
- package/dist/components/badge/ElmBadge.css +0 -11
- package/dist/components/badge/ElmTag.css +0 -29
- package/dist/components/code/ElmCodeBlock.css +0 -58
- package/dist/components/code/ElmKatex.css +0 -28
- package/dist/components/code/ElmShikiHighlighter.css +0 -4
- package/dist/components/code/ElmShikiHighlighter2.css +0 -23
- package/dist/components/containments/ElmColumn.css +0 -3
- package/dist/components/containments/ElmColumnList.css +0 -5
- package/dist/components/containments/ElmDesktopWindow.css +0 -27
- package/dist/components/containments/ElmModal.css +0 -12
- package/dist/components/containments/ElmModal2.css +0 -33
- package/dist/components/containments/ElmParallax.css +0 -14
- package/dist/components/containments/ElmSnackbar.css +0 -56
- package/dist/components/containments/ElmSnackbarContainer.css +0 -9
- package/dist/components/containments/ElmSnackbarContainer2.css +0 -20
- package/dist/components/containments/ElmToggle.css +0 -13
- package/dist/components/containments/ElmToggle2.css +0 -43
- package/dist/components/containments/ElmTooltip.css +0 -14
- package/dist/components/containments/ElmTooltip2.css +0 -15
- package/dist/components/data/ElmMultiProgress.css +0 -23
- package/dist/components/data/ElmProgress.css +0 -84
- package/dist/components/data/ElmStatusMessage.css +0 -12
- package/dist/components/data/ElmStatusMessage2.css +0 -9
- package/dist/components/fallback/ElmBlockFallback.css +0 -7
- package/dist/components/fallback/ElmRectangleWave.css +0 -33
- package/dist/components/fallback/ElmSpinner.css +0 -25
- package/dist/components/form/ElmButton.css +0 -12
- package/dist/components/form/ElmButton2.css +0 -65
- package/dist/components/form/ElmCheckbox.css +0 -67
- package/dist/components/form/ElmSwitch.css +0 -42
- package/dist/components/form/ElmTextField.css +0 -163
- package/dist/components/form/ElmTotp.css +0 -60
- package/dist/components/headings/ElmFragmentIdentifier.css +0 -20
- package/dist/components/headings/ElmHeading1.css +0 -56
- package/dist/components/headings/ElmHeading2.css +0 -72
- package/dist/components/headings/ElmHeading3.css +0 -42
- package/dist/components/headings/ElmHeading4.css +0 -25
- package/dist/components/headings/ElmHeading5.css +0 -25
- package/dist/components/headings/ElmHeading6.css +0 -25
- package/dist/components/icon/ElmArrowIcon.css +0 -44
- package/dist/components/icon/ElmBookmarkIcon.css +0 -40
- package/dist/components/icon/ElmCubeIcon.css +0 -38
- package/dist/components/icon/ElmDotLoadingIcon.css +0 -41
- package/dist/components/icon/ElmLanguageIcon.css +0 -12
- package/dist/components/icon/ElmLanguageIcon2.css +0 -9
- package/dist/components/icon/ElmLoginIcon.css +0 -16
- package/dist/components/icon/ElmToggleTheme.css +0 -18
- package/dist/components/icon/languages/Bash.css +0 -6
- package/dist/components/inline/ElmInlineLink.css +0 -36
- package/dist/components/inline/ElmInlineText.css +0 -41
- package/dist/components/media/ElmFile.css +0 -52
- package/dist/components/media/ElmImage.css +0 -12
- package/dist/components/media/ElmImage2.css +0 -51
- package/dist/components/navigation/ElmBookmark.css +0 -104
- package/dist/components/navigation/ElmBreadcrumb.css +0 -46
- package/dist/components/navigation/ElmPagetop.css +0 -105
- package/dist/components/navigation/ElmTableOfContents.css +0 -33
- package/dist/components/others/ElmColorSample.css +0 -12
- package/dist/components/others/ElmColorSample2.css +0 -34
- package/dist/components/others/ElmColorTable.css +0 -26
- package/dist/components/table/ElmTable.css +0 -6
- package/dist/components/table/ElmTableBody.css +0 -48
- package/dist/components/table/ElmTableCell.css +0 -16
- package/dist/components/table/ElmTableHeader.css +0 -40
- package/dist/components/typography/ElmBlockQuote.css +0 -12
- package/dist/components/typography/ElmBulletedList.css +0 -21
- package/dist/components/typography/ElmCallout.css +0 -33
- package/dist/components/typography/ElmDivider.css +0 -40
- package/dist/components/typography/ElmListItem.css +0 -3
- package/dist/components/typography/ElmNumberedList.css +0 -26
- package/dist/components/typography/ElmParagraph.css +0 -25
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
._button_16put_1 {
|
|
2
|
-
all: unset;
|
|
3
|
-
justify-content: center;
|
|
4
|
-
align-items: center;
|
|
5
|
-
gap: 0.5rem;
|
|
6
|
-
border-radius: 0.25rem;
|
|
7
|
-
box-sizing: border-box;
|
|
8
|
-
padding: 0.5rem 1.5rem;
|
|
9
|
-
line-height: 1.5rem;
|
|
10
|
-
-webkit-user-select: none;
|
|
11
|
-
-moz-user-select: none;
|
|
12
|
-
user-select: none;
|
|
13
|
-
cursor: pointer;
|
|
14
|
-
transition: opacity 200ms, transform 200ms;
|
|
15
|
-
opacity: var(--opacity);
|
|
16
|
-
}
|
|
17
|
-
._normal_16put_16 {
|
|
18
|
-
box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
|
|
19
|
-
color: rgba(0, 0, 0, 0.6);
|
|
20
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
21
|
-
}
|
|
22
|
-
[data-theme=dark] ._normal_16put_16 {
|
|
23
|
-
box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.6);
|
|
24
|
-
color: rgba(255, 255, 255, 0.6);
|
|
25
|
-
background-color: rgba(255, 255, 255, 0.1);
|
|
26
|
-
}
|
|
27
|
-
._primary_16put_27 {
|
|
28
|
-
box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
|
|
29
|
-
color: rgba(255, 255, 255, 0.6);
|
|
30
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
31
|
-
}
|
|
32
|
-
[data-theme=dark] ._primary_16put_27 {
|
|
33
|
-
box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.6);
|
|
34
|
-
color: rgba(0, 0, 0, 0.6);
|
|
35
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
36
|
-
}
|
|
37
|
-
._enable_16put_38 {
|
|
38
|
-
transition: opacity 200ms, transform 200ms;
|
|
39
|
-
}
|
|
40
|
-
[data-theme=dark] ._enable_16put_38:hover {
|
|
41
|
-
transform: translateX(-1px) translateY(-1px);
|
|
42
|
-
opacity: 0.7;
|
|
43
|
-
opacity: var(--opacity, 0.7);
|
|
44
|
-
}
|
|
45
|
-
[data-theme=dark] ._enable_16put_38:active {
|
|
46
|
-
transform: translateX(1px) translateY(1px);
|
|
47
|
-
opacity: 0.5;
|
|
48
|
-
opacity: var(--opacity, 0.5);
|
|
49
|
-
}
|
|
50
|
-
._enable_16put_38:hover {
|
|
51
|
-
transform: translateX(-1px) translateY(-1px);
|
|
52
|
-
opacity: 0.7;
|
|
53
|
-
opacity: var(--opacity, 0.7);
|
|
54
|
-
}
|
|
55
|
-
._enable_16put_38:active {
|
|
56
|
-
transform: translateX(1px) translateY(1px);
|
|
57
|
-
opacity: 0.5;
|
|
58
|
-
opacity: var(--opacity, 0.5);
|
|
59
|
-
}
|
|
60
|
-
._flex_16put_58 {
|
|
61
|
-
display: flex;
|
|
62
|
-
justify-content: center;
|
|
63
|
-
align-items: center;
|
|
64
|
-
gap: 0.5rem;
|
|
65
|
-
}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
._container_101ok_1 {
|
|
2
|
-
width: -moz-fit-content;
|
|
3
|
-
width: fit-content;
|
|
4
|
-
font-family: sans-serif;
|
|
5
|
-
-webkit-user-select: none;
|
|
6
|
-
-moz-user-select: none;
|
|
7
|
-
user-select: none;
|
|
8
|
-
cursor: pointer;
|
|
9
|
-
transition: opacity 200ms;
|
|
10
|
-
}
|
|
11
|
-
._container_101ok_1:hover {
|
|
12
|
-
opacity: 0.8;
|
|
13
|
-
}
|
|
14
|
-
._container--disable_101ok_11 {
|
|
15
|
-
opacity: 0.45;
|
|
16
|
-
cursor: not-allowed;
|
|
17
|
-
}
|
|
18
|
-
._container--disable_101ok_11:hover {
|
|
19
|
-
opacity: 0.45;
|
|
20
|
-
}
|
|
21
|
-
._checkbox_101ok_19 {
|
|
22
|
-
stroke: rgba(0, 0, 0, 0.8);
|
|
23
|
-
fill: transparent;
|
|
24
|
-
}
|
|
25
|
-
[data-theme=dark] ._checkbox_101ok_19 {
|
|
26
|
-
stroke: rgba(255, 255, 255, 0.8);
|
|
27
|
-
}
|
|
28
|
-
._rect_101ok_27 {
|
|
29
|
-
transition: all 0.2s;
|
|
30
|
-
}
|
|
31
|
-
._rect--loading_101ok_30 {
|
|
32
|
-
opacity: 0.3;
|
|
33
|
-
}
|
|
34
|
-
._rect--checked_101ok_33 {
|
|
35
|
-
fill: rgba(0, 0, 0, 0.8);
|
|
36
|
-
}
|
|
37
|
-
[data-theme=dark] ._rect--checked_101ok_33 {
|
|
38
|
-
fill: rgba(255, 255, 255, 0.8);
|
|
39
|
-
}
|
|
40
|
-
._loading_101ok_40 {
|
|
41
|
-
transition: opacity 200ms;
|
|
42
|
-
fill: rgba(0, 0, 0, 0.7);
|
|
43
|
-
}
|
|
44
|
-
[data-theme=dark] ._loading_101ok_40 {
|
|
45
|
-
fill: rgba(255, 255, 255, 0.7);
|
|
46
|
-
}
|
|
47
|
-
@keyframes _elmethis-checkbox-check-line_101ok_1 {
|
|
48
|
-
0% {
|
|
49
|
-
stroke-dashoffset: 100%;
|
|
50
|
-
}
|
|
51
|
-
100% {
|
|
52
|
-
stroke-dashoffset: 0%;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
._check-line_101ok_56 {
|
|
56
|
-
stroke-dasharray: 100%;
|
|
57
|
-
animation-name: _elmethis-checkbox-check-line_101ok_1;
|
|
58
|
-
animation-duration: 0.2s;
|
|
59
|
-
animation-timing-function: ease-in-out;
|
|
60
|
-
animation-delay: 0.1s;
|
|
61
|
-
animation-fill-mode: both;
|
|
62
|
-
transform-origin: center;
|
|
63
|
-
stroke: rgba(255, 255, 255, 0.9);
|
|
64
|
-
}
|
|
65
|
-
[data-theme=dark] ._check-line_101ok_56 {
|
|
66
|
-
stroke: rgba(0, 0, 0, 0.9);
|
|
67
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
._switch_y5v18_1 {
|
|
2
|
-
display: none;
|
|
3
|
-
}
|
|
4
|
-
._bar_y5v18_5 {
|
|
5
|
-
z-index: 0;
|
|
6
|
-
padding: var(--padding);
|
|
7
|
-
width: var(--width);
|
|
8
|
-
height: var(--size);
|
|
9
|
-
border-radius: calc((var(--size) + var(--padding)) / 2);
|
|
10
|
-
position: relative;
|
|
11
|
-
cursor: pointer;
|
|
12
|
-
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
|
|
13
|
-
transition: opacity 300ms, background-color 300ms;
|
|
14
|
-
background-color: rgba(128, 128, 128, 0.25);
|
|
15
|
-
}
|
|
16
|
-
._bar--checked_y5v18_17 {
|
|
17
|
-
background-color: var(--color);
|
|
18
|
-
}
|
|
19
|
-
._bar--disabled_y5v18_20 {
|
|
20
|
-
cursor: not-allowed;
|
|
21
|
-
}
|
|
22
|
-
._circle_y5v18_24 {
|
|
23
|
-
z-index: 1;
|
|
24
|
-
width: var(--size);
|
|
25
|
-
height: var(--size);
|
|
26
|
-
border-radius: 50%;
|
|
27
|
-
position: absolute;
|
|
28
|
-
top: var(--padding);
|
|
29
|
-
left: var(--padding);
|
|
30
|
-
transition: transform 300ms, opacity 300ms, background-color 300ms;
|
|
31
|
-
background-color: rgba(255, 255, 255, 0.9);
|
|
32
|
-
}
|
|
33
|
-
._circle--checked_y5v18_35 {
|
|
34
|
-
transform: translateX(calc(var(--width) - var(--size)));
|
|
35
|
-
}
|
|
36
|
-
._circle--disabled_y5v18_38 {
|
|
37
|
-
opacity: 0.5;
|
|
38
|
-
background-color: gray;
|
|
39
|
-
}
|
|
40
|
-
._circle_y5v18_24:hover {
|
|
41
|
-
opacity: 0.8;
|
|
42
|
-
}
|
|
@@ -1,163 +0,0 @@
|
|
|
1
|
-
@keyframes _loading_bthl1_19 {
|
|
2
|
-
0% {
|
|
3
|
-
transform-origin: 0%;
|
|
4
|
-
transform: scaleX(0);
|
|
5
|
-
}
|
|
6
|
-
40% {
|
|
7
|
-
transform-origin: 0%;
|
|
8
|
-
transform: scaleX(1);
|
|
9
|
-
}
|
|
10
|
-
60% {
|
|
11
|
-
transform-origin: 100%;
|
|
12
|
-
transform: scaleX(1);
|
|
13
|
-
}
|
|
14
|
-
100% {
|
|
15
|
-
transform-origin: 100%;
|
|
16
|
-
transform: scaleX(0);
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
._loading_bthl1_19 {
|
|
20
|
-
position: absolute;
|
|
21
|
-
width: 100%;
|
|
22
|
-
height: 100%;
|
|
23
|
-
top: 0;
|
|
24
|
-
left: 0;
|
|
25
|
-
background-color: #6987b8;
|
|
26
|
-
transition: opacity 200ms;
|
|
27
|
-
pointer-events: none;
|
|
28
|
-
animation-name: _loading_bthl1_19;
|
|
29
|
-
animation-iteration-count: infinite;
|
|
30
|
-
animation-duration: 1600ms;
|
|
31
|
-
}
|
|
32
|
-
._wrapper_bthl1_33 {
|
|
33
|
-
overflow: hidden;
|
|
34
|
-
position: relative;
|
|
35
|
-
box-sizing: border-box;
|
|
36
|
-
width: 100%;
|
|
37
|
-
padding: 0.25rem;
|
|
38
|
-
border-radius: 0.25rem;
|
|
39
|
-
display: flex;
|
|
40
|
-
flex-direction: column;
|
|
41
|
-
justify-content: space-between;
|
|
42
|
-
transition: border-color 200ms, background-color 200ms;
|
|
43
|
-
border-style: solid;
|
|
44
|
-
border-width: 1px;
|
|
45
|
-
border-color: var(--border-color);
|
|
46
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
47
|
-
box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
|
|
48
|
-
}
|
|
49
|
-
[data-theme=dark] ._wrapper_bthl1_33 {
|
|
50
|
-
background-color: rgba(255, 255, 255, 0.15);
|
|
51
|
-
box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.75);
|
|
52
|
-
}
|
|
53
|
-
._header_bthl1_55 {
|
|
54
|
-
box-sizing: border-box;
|
|
55
|
-
height: 0.75rem;
|
|
56
|
-
padding: 0 0.25rem;
|
|
57
|
-
display: flex;
|
|
58
|
-
justify-content: space-between;
|
|
59
|
-
}
|
|
60
|
-
._label_bthl1_63 {
|
|
61
|
-
display: inline;
|
|
62
|
-
margin: 0;
|
|
63
|
-
padding: 0;
|
|
64
|
-
font-size: 0.75rem;
|
|
65
|
-
line-height: 0.75rem;
|
|
66
|
-
height: 0.75rem;
|
|
67
|
-
vertical-align: top;
|
|
68
|
-
transition: color 200ms;
|
|
69
|
-
color: rgba(0, 0, 0, 0.65);
|
|
70
|
-
color: var(--color, rgba(0, 0, 0, 0.65));
|
|
71
|
-
}
|
|
72
|
-
[data-theme=dark] ._label_bthl1_63 {
|
|
73
|
-
color: rgba(255, 255, 255, 0.65);
|
|
74
|
-
color: var(--color, rgba(255, 255, 255, 0.65));
|
|
75
|
-
}
|
|
76
|
-
._requierd_bthl1_78 {
|
|
77
|
-
padding-inline: 0.25rem;
|
|
78
|
-
color: #c56565;
|
|
79
|
-
font-weight: bold;
|
|
80
|
-
}
|
|
81
|
-
._body_bthl1_84 {
|
|
82
|
-
display: flex;
|
|
83
|
-
justify-content: space-between;
|
|
84
|
-
align-items: center;
|
|
85
|
-
padding-right: 0.5rem;
|
|
86
|
-
}
|
|
87
|
-
._left-icon_bthl1_91 {
|
|
88
|
-
margin: auto 0.25rem;
|
|
89
|
-
width: 24px;
|
|
90
|
-
height: 24px;
|
|
91
|
-
display: flex;
|
|
92
|
-
justify-content: center;
|
|
93
|
-
align-items: center;
|
|
94
|
-
opacity: 0.7;
|
|
95
|
-
}
|
|
96
|
-
[data-theme=dark] ._left-icon_bthl1_91 {
|
|
97
|
-
filter: invert(1);
|
|
98
|
-
}
|
|
99
|
-
._input_bthl1_104 {
|
|
100
|
-
all: unset;
|
|
101
|
-
box-sizing: border-box;
|
|
102
|
-
padding: 0.5rem;
|
|
103
|
-
width: 100%;
|
|
104
|
-
color: rgba(0, 0, 0, 0.7);
|
|
105
|
-
caret-color: rgba(0, 0, 0, 0.7);
|
|
106
|
-
}
|
|
107
|
-
._input_bthl1_104::-moz-placeholder {
|
|
108
|
-
opacity: 0.5;
|
|
109
|
-
}
|
|
110
|
-
._input_bthl1_104::placeholder {
|
|
111
|
-
opacity: 0.5;
|
|
112
|
-
}
|
|
113
|
-
[data-theme=dark] ._input_bthl1_104::-moz-placeholder {
|
|
114
|
-
opacity: 0.7;
|
|
115
|
-
}
|
|
116
|
-
[data-theme=dark] ._input_bthl1_104::placeholder {
|
|
117
|
-
opacity: 0.7;
|
|
118
|
-
}
|
|
119
|
-
._input_bthl1_104::-moz-selection {
|
|
120
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
121
|
-
color: rgba(255, 255, 255, 0.7);
|
|
122
|
-
}
|
|
123
|
-
._input_bthl1_104::selection {
|
|
124
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
125
|
-
color: rgba(255, 255, 255, 0.7);
|
|
126
|
-
}
|
|
127
|
-
[data-theme=dark] ._input_bthl1_104 {
|
|
128
|
-
color: rgba(255, 255, 255, 0.7);
|
|
129
|
-
caret-color: rgba(255, 255, 255, 0.7);
|
|
130
|
-
}
|
|
131
|
-
[data-theme=dark] ._input_bthl1_104::-moz-selection {
|
|
132
|
-
background-color: rgba(255, 255, 255, 0.7);
|
|
133
|
-
color: rgba(0, 0, 0, 0.7);
|
|
134
|
-
}
|
|
135
|
-
[data-theme=dark] ._input_bthl1_104::selection {
|
|
136
|
-
background-color: rgba(255, 255, 255, 0.7);
|
|
137
|
-
color: rgba(0, 0, 0, 0.7);
|
|
138
|
-
}
|
|
139
|
-
._icon-box_bthl1_131 {
|
|
140
|
-
display: flex;
|
|
141
|
-
justify-content: space-between;
|
|
142
|
-
align-items: center;
|
|
143
|
-
}
|
|
144
|
-
._icon_bthl1_131 {
|
|
145
|
-
box-sizing: border-box;
|
|
146
|
-
border-radius: 50%;
|
|
147
|
-
padding: 0.25rem;
|
|
148
|
-
width: 28px;
|
|
149
|
-
height: 28px;
|
|
150
|
-
transition: background-color 200ms;
|
|
151
|
-
color: gray;
|
|
152
|
-
cursor: pointer;
|
|
153
|
-
}
|
|
154
|
-
._icon_bthl1_131:hover {
|
|
155
|
-
background-color: rgba(128, 128, 128, 0.2);
|
|
156
|
-
}
|
|
157
|
-
._suffix_bthl1_151 {
|
|
158
|
-
opacity: 0.6;
|
|
159
|
-
padding: 0 0.5rem;
|
|
160
|
-
-webkit-user-select: none;
|
|
161
|
-
-moz-user-select: none;
|
|
162
|
-
user-select: none;
|
|
163
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
._dummy-input_gewi2_1 {
|
|
2
|
-
all: unset;
|
|
3
|
-
height: 0px;
|
|
4
|
-
}
|
|
5
|
-
._container_gewi2_6 {
|
|
6
|
-
display: flex;
|
|
7
|
-
align-items: center;
|
|
8
|
-
gap: 0.5rem;
|
|
9
|
-
cursor: pointer;
|
|
10
|
-
}
|
|
11
|
-
._char-box_gewi2_13 {
|
|
12
|
-
display: flex;
|
|
13
|
-
justify-content: center;
|
|
14
|
-
align-items: center;
|
|
15
|
-
width: 3.5rem;
|
|
16
|
-
height: 4rem;
|
|
17
|
-
border: solid 1px #ccc;
|
|
18
|
-
border-radius: 0.25rem;
|
|
19
|
-
transition: border-color 100ms, background-color 100ms, opacity 100ms;
|
|
20
|
-
background-color: rgba(0, 0, 0, 0.025);
|
|
21
|
-
}
|
|
22
|
-
[data-theme=dark] ._char-box_gewi2_13 {
|
|
23
|
-
background-color: rgba(255, 255, 255, 0.025);
|
|
24
|
-
}
|
|
25
|
-
._focused_gewi2_28 {
|
|
26
|
-
border-color: #6987b8;
|
|
27
|
-
background-color: rgba(105, 135, 184, 0.05);
|
|
28
|
-
}
|
|
29
|
-
._loading_gewi2_33 {
|
|
30
|
-
opacity: 0.5;
|
|
31
|
-
background-color: rgba(0, 0, 0, 0.2);
|
|
32
|
-
}
|
|
33
|
-
[data-theme=dark] ._loading_gewi2_33 {
|
|
34
|
-
background-color: rgba(255, 255, 255, 0.2);
|
|
35
|
-
}
|
|
36
|
-
._char_gewi2_13 {
|
|
37
|
-
font-size: 1.75rem;
|
|
38
|
-
font-family: monospace;
|
|
39
|
-
color: rgba(0, 0, 0, 0.7);
|
|
40
|
-
}
|
|
41
|
-
[data-theme=dark] ._char_gewi2_13 {
|
|
42
|
-
color: rgba(255, 255, 255, 0.7);
|
|
43
|
-
}
|
|
44
|
-
._icon_gewi2_50 {
|
|
45
|
-
width: 24px;
|
|
46
|
-
height: 24px;
|
|
47
|
-
padding: 0.5rem;
|
|
48
|
-
border-radius: 50%;
|
|
49
|
-
transition: background-color 200ms;
|
|
50
|
-
color: rgba(0, 0, 0, 0.7);
|
|
51
|
-
}
|
|
52
|
-
._icon_gewi2_50:hover {
|
|
53
|
-
background-color: rgba(0, 0, 0, 0.05);
|
|
54
|
-
}
|
|
55
|
-
[data-theme=dark] ._icon_gewi2_50 {
|
|
56
|
-
color: rgba(255, 255, 255, 0.7);
|
|
57
|
-
}
|
|
58
|
-
[data-theme=dark] ._icon_gewi2_50:hover {
|
|
59
|
-
background-color: rgba(255, 255, 255, 0.05);
|
|
60
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
._fragment_fa0ru_1 {
|
|
2
|
-
display: flex;
|
|
3
|
-
justify-content: flex-end;
|
|
4
|
-
align-items: center;
|
|
5
|
-
}
|
|
6
|
-
._icon_fa0ru_7 {
|
|
7
|
-
padding: 0.25rem;
|
|
8
|
-
border-radius: 0.25rem;
|
|
9
|
-
width: 20px;
|
|
10
|
-
height: 20px;
|
|
11
|
-
color: #6987b8;
|
|
12
|
-
transition: background-color 200ms;
|
|
13
|
-
cursor: pointer;
|
|
14
|
-
}
|
|
15
|
-
._icon_fa0ru_7:hover {
|
|
16
|
-
background-color: rgba(0, 0, 0, 0.1);
|
|
17
|
-
}
|
|
18
|
-
[data-theme=dark] ._icon_fa0ru_7:hover {
|
|
19
|
-
background-color: rgba(255, 255, 255, 0.1);
|
|
20
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
._h1_7nvyi_1 {
|
|
2
|
-
position: relative;
|
|
3
|
-
font-size: var(--font-size);
|
|
4
|
-
line-height: var(cacl(--font-size0.25rem));
|
|
5
|
-
opacity: var(--opacity);
|
|
6
|
-
transition: color 400ms, opacity 800ms;
|
|
7
|
-
color: rgba(0, 0, 0, 0.8);
|
|
8
|
-
}
|
|
9
|
-
._h1_7nvyi_1::-moz-selection {
|
|
10
|
-
color: rgba(255, 255, 255, 0.8);
|
|
11
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
12
|
-
}
|
|
13
|
-
._h1_7nvyi_1::selection {
|
|
14
|
-
color: rgba(255, 255, 255, 0.8);
|
|
15
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
16
|
-
}
|
|
17
|
-
[data-theme=dark] ._h1_7nvyi_1 {
|
|
18
|
-
color: rgba(255, 255, 255, 0.8);
|
|
19
|
-
}
|
|
20
|
-
[data-theme=dark] ._h1_7nvyi_1::-moz-selection {
|
|
21
|
-
color: rgba(0, 0, 0, 0.8);
|
|
22
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
23
|
-
}
|
|
24
|
-
[data-theme=dark] ._h1_7nvyi_1::selection {
|
|
25
|
-
color: rgba(0, 0, 0, 0.8);
|
|
26
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
27
|
-
}
|
|
28
|
-
._h1_7nvyi_1::after {
|
|
29
|
-
position: absolute;
|
|
30
|
-
content: "";
|
|
31
|
-
bottom: -2px;
|
|
32
|
-
left: 0;
|
|
33
|
-
width: 100%;
|
|
34
|
-
height: 0.25px;
|
|
35
|
-
background-color: rgba(0, 0, 0, 0.5);
|
|
36
|
-
transition: transform 800ms;
|
|
37
|
-
transform: scaleX(var(--scale));
|
|
38
|
-
}
|
|
39
|
-
[data-theme=dark] ._h1_7nvyi_1::after {
|
|
40
|
-
background-color: rgba(255, 255, 255, 0.5);
|
|
41
|
-
}
|
|
42
|
-
._h1_7nvyi_1::before {
|
|
43
|
-
position: absolute;
|
|
44
|
-
content: "";
|
|
45
|
-
bottom: -4px;
|
|
46
|
-
left: 45%;
|
|
47
|
-
width: 10%;
|
|
48
|
-
height: 2px;
|
|
49
|
-
background-color: rgba(0, 0, 0, 0.6);
|
|
50
|
-
transition: transform 800ms;
|
|
51
|
-
transform: scaleY(var(--scale));
|
|
52
|
-
transform-origin: top;
|
|
53
|
-
}
|
|
54
|
-
[data-theme=dark] ._h1_7nvyi_1::before {
|
|
55
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
56
|
-
}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
._h2_cxjup_1 {
|
|
2
|
-
margin-block: 1rem;
|
|
3
|
-
position: relative;
|
|
4
|
-
font-size: var(--font-size);
|
|
5
|
-
line-height: var(--font-size);
|
|
6
|
-
opacity: var(--opacity);
|
|
7
|
-
transition: color 400ms, opacity 800ms;
|
|
8
|
-
color: rgba(0, 0, 0, 0.8);
|
|
9
|
-
}
|
|
10
|
-
._h2_cxjup_1::-moz-selection {
|
|
11
|
-
color: rgba(255, 255, 255, 0.8);
|
|
12
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
13
|
-
}
|
|
14
|
-
._h2_cxjup_1::selection {
|
|
15
|
-
color: rgba(255, 255, 255, 0.8);
|
|
16
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
17
|
-
}
|
|
18
|
-
[data-theme=dark] ._h2_cxjup_1 {
|
|
19
|
-
color: rgba(255, 255, 255, 0.8);
|
|
20
|
-
}
|
|
21
|
-
[data-theme=dark] ._h2_cxjup_1::-moz-selection {
|
|
22
|
-
color: rgba(0, 0, 0, 0.8);
|
|
23
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
24
|
-
}
|
|
25
|
-
[data-theme=dark] ._h2_cxjup_1::selection {
|
|
26
|
-
color: rgba(0, 0, 0, 0.8);
|
|
27
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
28
|
-
}
|
|
29
|
-
._h2_cxjup_1::after {
|
|
30
|
-
position: absolute;
|
|
31
|
-
content: "";
|
|
32
|
-
right: 2px;
|
|
33
|
-
bottom: -4px;
|
|
34
|
-
width: 6px;
|
|
35
|
-
height: 8px;
|
|
36
|
-
opacity: 0.8;
|
|
37
|
-
transform: skewX(-25deg);
|
|
38
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
39
|
-
}
|
|
40
|
-
[data-theme=dark] ._h2_cxjup_1::after {
|
|
41
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
42
|
-
}
|
|
43
|
-
._h2_cxjup_1::before {
|
|
44
|
-
position: absolute;
|
|
45
|
-
content: "";
|
|
46
|
-
right: 10px;
|
|
47
|
-
bottom: -4px;
|
|
48
|
-
width: 6px;
|
|
49
|
-
height: 8px;
|
|
50
|
-
opacity: 0.8;
|
|
51
|
-
transform: skewX(-25deg);
|
|
52
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
53
|
-
}
|
|
54
|
-
[data-theme=dark] ._h2_cxjup_1::before {
|
|
55
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
56
|
-
}
|
|
57
|
-
._underline_cxjup_50 {
|
|
58
|
-
overflow: hidden;
|
|
59
|
-
position: absolute;
|
|
60
|
-
content: "";
|
|
61
|
-
bottom: -6px;
|
|
62
|
-
left: 0;
|
|
63
|
-
width: 100%;
|
|
64
|
-
height: 0.25px;
|
|
65
|
-
background-color: rgba(0, 0, 0, 0.5);
|
|
66
|
-
transition: transform 800ms;
|
|
67
|
-
transform: scaleX(var(--scale));
|
|
68
|
-
transform-origin: left;
|
|
69
|
-
}
|
|
70
|
-
[data-theme=dark] ._underline_cxjup_50 {
|
|
71
|
-
background-color: rgba(255, 255, 255, 0.5);
|
|
72
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
._h3_x0d8r_1 {
|
|
2
|
-
margin-block: 1rem;
|
|
3
|
-
position: relative;
|
|
4
|
-
box-sizing: border-box;
|
|
5
|
-
padding-left: 0.75rem;
|
|
6
|
-
font-size: var(--font-size);
|
|
7
|
-
line-height: var(--font-size);
|
|
8
|
-
opacity: var(--opacity);
|
|
9
|
-
transition: color 400ms, opacity 800ms;
|
|
10
|
-
color: rgba(0, 0, 0, 0.8);
|
|
11
|
-
}
|
|
12
|
-
._h3_x0d8r_1::-moz-selection {
|
|
13
|
-
color: rgba(255, 255, 255, 0.8);
|
|
14
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
15
|
-
}
|
|
16
|
-
._h3_x0d8r_1::selection {
|
|
17
|
-
color: rgba(255, 255, 255, 0.8);
|
|
18
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
19
|
-
}
|
|
20
|
-
[data-theme=dark] ._h3_x0d8r_1 {
|
|
21
|
-
color: rgba(255, 255, 255, 0.8);
|
|
22
|
-
}
|
|
23
|
-
[data-theme=dark] ._h3_x0d8r_1::-moz-selection {
|
|
24
|
-
color: rgba(0, 0, 0, 0.8);
|
|
25
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
26
|
-
}
|
|
27
|
-
[data-theme=dark] ._h3_x0d8r_1::selection {
|
|
28
|
-
color: rgba(0, 0, 0, 0.8);
|
|
29
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
30
|
-
}
|
|
31
|
-
._h3_x0d8r_1::after {
|
|
32
|
-
position: absolute;
|
|
33
|
-
content: "";
|
|
34
|
-
width: 3px;
|
|
35
|
-
height: 50%;
|
|
36
|
-
top: 25%;
|
|
37
|
-
left: 0;
|
|
38
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
39
|
-
}
|
|
40
|
-
[data-theme=dark] ._h3_x0d8r_1::after {
|
|
41
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
42
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
._h4_7klov_1 {
|
|
2
|
-
margin-block: 0.5rem;
|
|
3
|
-
font-size: var(--font-size);
|
|
4
|
-
transition: color 400ms;
|
|
5
|
-
color: rgba(0, 0, 0, 0.8);
|
|
6
|
-
}
|
|
7
|
-
._h4_7klov_1::-moz-selection {
|
|
8
|
-
color: rgba(255, 255, 255, 0.8);
|
|
9
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
10
|
-
}
|
|
11
|
-
._h4_7klov_1::selection {
|
|
12
|
-
color: rgba(255, 255, 255, 0.8);
|
|
13
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
14
|
-
}
|
|
15
|
-
[data-theme=dark] ._h4_7klov_1 {
|
|
16
|
-
color: rgba(255, 255, 255, 0.8);
|
|
17
|
-
}
|
|
18
|
-
[data-theme=dark] ._h4_7klov_1::-moz-selection {
|
|
19
|
-
color: rgba(0, 0, 0, 0.8);
|
|
20
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
21
|
-
}
|
|
22
|
-
[data-theme=dark] ._h4_7klov_1::selection {
|
|
23
|
-
color: rgba(0, 0, 0, 0.8);
|
|
24
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
25
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
._h5_1av6v_1 {
|
|
2
|
-
margin-block: 0.5rem;
|
|
3
|
-
font-size: var(--font-size);
|
|
4
|
-
transition: color 400ms;
|
|
5
|
-
color: rgba(0, 0, 0, 0.8);
|
|
6
|
-
}
|
|
7
|
-
._h5_1av6v_1::-moz-selection {
|
|
8
|
-
color: rgba(255, 255, 255, 0.8);
|
|
9
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
10
|
-
}
|
|
11
|
-
._h5_1av6v_1::selection {
|
|
12
|
-
color: rgba(255, 255, 255, 0.8);
|
|
13
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
14
|
-
}
|
|
15
|
-
[data-theme=dark] ._h5_1av6v_1 {
|
|
16
|
-
color: rgba(255, 255, 255, 0.8);
|
|
17
|
-
}
|
|
18
|
-
[data-theme=dark] ._h5_1av6v_1::-moz-selection {
|
|
19
|
-
color: rgba(0, 0, 0, 0.8);
|
|
20
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
21
|
-
}
|
|
22
|
-
[data-theme=dark] ._h5_1av6v_1::selection {
|
|
23
|
-
color: rgba(0, 0, 0, 0.8);
|
|
24
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
25
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
._h6_15uaq_1 {
|
|
2
|
-
margin-block: 0.5rem;
|
|
3
|
-
font-size: var(--font-size);
|
|
4
|
-
transition: color 400ms;
|
|
5
|
-
color: rgba(0, 0, 0, 0.8);
|
|
6
|
-
}
|
|
7
|
-
._h6_15uaq_1::-moz-selection {
|
|
8
|
-
color: rgba(255, 255, 255, 0.8);
|
|
9
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
10
|
-
}
|
|
11
|
-
._h6_15uaq_1::selection {
|
|
12
|
-
color: rgba(255, 255, 255, 0.8);
|
|
13
|
-
background-color: rgba(0, 0, 0, 0.8);
|
|
14
|
-
}
|
|
15
|
-
[data-theme=dark] ._h6_15uaq_1 {
|
|
16
|
-
color: rgba(255, 255, 255, 0.8);
|
|
17
|
-
}
|
|
18
|
-
[data-theme=dark] ._h6_15uaq_1::-moz-selection {
|
|
19
|
-
color: rgba(0, 0, 0, 0.8);
|
|
20
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
21
|
-
}
|
|
22
|
-
[data-theme=dark] ._h6_15uaq_1::selection {
|
|
23
|
-
color: rgba(0, 0, 0, 0.8);
|
|
24
|
-
background-color: rgba(255, 255, 255, 0.8);
|
|
25
|
-
}
|