@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.
Files changed (85) hide show
  1. package/dist/components/badge/ElmBadge.css +11 -0
  2. package/dist/components/badge/ElmTag.css +29 -0
  3. package/dist/components/code/ElmCodeBlock.css +58 -0
  4. package/dist/components/code/ElmKatex.css +28 -0
  5. package/dist/components/code/ElmKatex.vue2.mjs +14 -5
  6. package/dist/components/code/ElmShikiHighlighter.css +4 -0
  7. package/dist/components/code/ElmShikiHighlighter2.css +23 -0
  8. package/dist/components/containments/ElmColumn.css +3 -0
  9. package/dist/components/containments/ElmColumnList.css +5 -0
  10. package/dist/components/containments/ElmDesktopWindow.css +27 -0
  11. package/dist/components/containments/ElmModal.css +12 -0
  12. package/dist/components/containments/ElmModal2.css +33 -0
  13. package/dist/components/containments/ElmParallax.css +14 -0
  14. package/dist/components/containments/ElmSnackbar.css +56 -0
  15. package/dist/components/containments/ElmSnackbarContainer.css +9 -0
  16. package/dist/components/containments/ElmSnackbarContainer2.css +20 -0
  17. package/dist/components/containments/ElmToggle.css +13 -0
  18. package/dist/components/containments/ElmToggle2.css +43 -0
  19. package/dist/components/containments/ElmTooltip.css +14 -0
  20. package/dist/components/containments/ElmTooltip2.css +15 -0
  21. package/dist/components/data/ElmMultiProgress.css +23 -0
  22. package/dist/components/data/ElmProgress.css +84 -0
  23. package/dist/components/data/ElmStatusMessage.css +12 -0
  24. package/dist/components/data/ElmStatusMessage2.css +9 -0
  25. package/dist/components/fallback/ElmBlockFallback.css +7 -0
  26. package/dist/components/fallback/ElmRectangleWave.css +33 -0
  27. package/dist/components/fallback/ElmSpinner.css +25 -0
  28. package/dist/components/form/ElmButton.css +12 -0
  29. package/dist/components/form/ElmButton2.css +65 -0
  30. package/dist/components/form/ElmCheckbox.css +67 -0
  31. package/dist/components/form/ElmSwitch.css +42 -0
  32. package/dist/components/form/ElmTextField.css +163 -0
  33. package/dist/components/form/ElmTotp.css +60 -0
  34. package/dist/components/headings/ElmFragmentIdentifier.css +20 -0
  35. package/dist/components/headings/ElmHeading1.css +56 -0
  36. package/dist/components/headings/ElmHeading2.css +72 -0
  37. package/dist/components/headings/ElmHeading3.css +42 -0
  38. package/dist/components/headings/ElmHeading4.css +25 -0
  39. package/dist/components/headings/ElmHeading5.css +25 -0
  40. package/dist/components/headings/ElmHeading6.css +25 -0
  41. package/dist/components/icon/ElmArrowIcon.css +44 -0
  42. package/dist/components/icon/ElmBookmarkIcon.css +40 -0
  43. package/dist/components/icon/ElmCubeIcon.css +38 -0
  44. package/dist/components/icon/ElmDotLoadingIcon.css +41 -0
  45. package/dist/components/icon/ElmLanguageIcon.css +12 -0
  46. package/dist/components/icon/ElmLanguageIcon2.css +9 -0
  47. package/dist/components/icon/ElmLoginIcon.css +16 -0
  48. package/dist/components/icon/ElmToggleTheme.css +18 -0
  49. package/dist/components/icon/languages/Bash.css +6 -0
  50. package/dist/components/inline/ElmInlineLink.css +36 -0
  51. package/dist/components/inline/ElmInlineText.css +41 -0
  52. package/dist/components/media/ElmFile.css +52 -0
  53. package/dist/components/media/ElmImage.css +12 -0
  54. package/dist/components/media/ElmImage2.css +51 -0
  55. package/dist/components/navigation/ElmBookmark.css +104 -0
  56. package/dist/components/navigation/ElmBreadcrumb.css +46 -0
  57. package/dist/components/navigation/ElmPagetop.css +105 -0
  58. package/dist/components/navigation/ElmTableOfContents.css +33 -0
  59. package/dist/components/others/ElmColorSample.css +12 -0
  60. package/dist/components/others/ElmColorSample2.css +34 -0
  61. package/dist/components/others/ElmColorTable.css +26 -0
  62. package/dist/components/table/ElmTable.css +6 -0
  63. package/dist/components/table/ElmTableBody.css +48 -0
  64. package/dist/components/table/ElmTableCell.css +16 -0
  65. package/dist/components/table/ElmTableHeader.css +40 -0
  66. package/dist/components/typography/ElmBlockQuote.css +12 -0
  67. package/dist/components/typography/ElmBulletedList.css +21 -0
  68. package/dist/components/typography/ElmCallout.css +33 -0
  69. package/dist/components/typography/ElmDivider.css +40 -0
  70. package/dist/components/typography/ElmListItem.css +3 -0
  71. package/dist/components/typography/ElmNumberedList.css +26 -0
  72. package/dist/components/typography/ElmParagraph.css +25 -0
  73. package/dist/index.d.ts +0 -5
  74. package/dist/index.mjs +29 -49
  75. package/dist/node_modules/.pnpm/katex@0.16.21/node_modules/katex/dist/katex.min.css +1 -0
  76. package/package.json +2 -3
  77. package/dist/components/inline/ElmInlineIcon.vue.mjs +0 -10
  78. package/dist/components/inline/ElmInlineIcon.vue2.mjs +0 -21
  79. package/dist/components/inline/ElmInlineIcon.vue3.mjs +0 -8
  80. package/dist/components/renderer/ElmJsonRenderer.vue.mjs +0 -98
  81. package/dist/components/renderer/ElmJsonRenderer.vue2.mjs +0 -4
  82. package/dist/components/renderer/ElmJsonRendererAsync.vue.d.ts +0 -3
  83. package/dist/components/renderer/ElmJsonRendererAsync.vue.mjs +0 -24
  84. package/dist/components/renderer/ElmJsonRendererAsync.vue2.mjs +0 -4
  85. package/dist/hooks/useTyping.mjs +0 -37
@@ -0,0 +1,40 @@
1
+ ._wrapper_19n7v_1 {
2
+ all: unset;
3
+ box-sizing: border-box;
4
+ padding: 0.5rem;
5
+ width: 5rem;
6
+ height: 5.5rem;
7
+ border-radius: 0.25rem;
8
+ display: flex;
9
+ flex-direction: column;
10
+ align-items: center;
11
+ justify-content: space-around;
12
+ cursor: pointer;
13
+ transition: background-color 100ms;
14
+ }
15
+ ._wrapper_19n7v_1:hover {
16
+ background-color: rgba(0, 0, 0, 0.1);
17
+ }
18
+ [data-theme=dark] ._wrapper_19n7v_1:hover {
19
+ background-color: rgba(255, 255, 255, 0.1);
20
+ }
21
+ ._favicon_19n7v_22 {
22
+ width: 2.5rem;
23
+ height: 2.5rem;
24
+ }
25
+ ._favicon-svg_19n7v_27 {
26
+ width: 2.5rem;
27
+ height: 2.5rem;
28
+ color: rgba(0, 0, 0, 0.7);
29
+ }
30
+ [data-theme=dark] ._favicon-svg_19n7v_27 {
31
+ color: rgba(255, 255, 255, 0.7);
32
+ }
33
+ ._text_19n7v_36 {
34
+ width: 4rem;
35
+ text-align: center;
36
+ vertical-align: middle;
37
+ line-height: 0.75rem;
38
+ overflow: hidden;
39
+ text-overflow: ellipsis;
40
+ }
@@ -0,0 +1,38 @@
1
+ ._cube_oh6hr_1 {
2
+ position: relative;
3
+ transform-style: preserve-3d;
4
+ transform: rotateX(-30deg) rotateY(-45deg);
5
+ animation: _elmethis-cube-icon-rotate_oh6hr_1 1500ms infinite linear;
6
+ }
7
+ ._face_oh6hr_8 {
8
+ position: absolute;
9
+ width: 100%;
10
+ height: 100%;
11
+ border-width: 1px;
12
+ border-style: solid;
13
+ border-radius: 2px;
14
+ display: flex;
15
+ justify-content: center;
16
+ align-items: center;
17
+ font-weight: bold;
18
+ backface-visibility: hidden;
19
+ -webkit-user-select: none;
20
+ -moz-user-select: none;
21
+ user-select: none;
22
+ border-style: solid;
23
+ border-width: 1px;
24
+ border-color: rgba(0, 0, 0, 0.7);
25
+ background-color: rgba(255, 255, 255, 0.2);
26
+ }
27
+ [data-theme=dark] ._face_oh6hr_8 {
28
+ border-color: rgba(255, 255, 255, 0.7);
29
+ background-color: rgba(0, 0, 0, 0.2);
30
+ }
31
+ @keyframes _elmethis-cube-icon-rotate_oh6hr_1 {
32
+ from {
33
+ transform: rotateX(-30deg) rotateY(-45deg) rotateZ(0deg);
34
+ }
35
+ to {
36
+ transform: rotateX(-30deg) rotateY(315deg) rotateZ(360deg);
37
+ }
38
+ }
@@ -0,0 +1,41 @@
1
+ @keyframes _bounce_1k0sy_1 {
2
+ 0% {
3
+ transform: translateY(0%) scaleY(0.3) scaleX(1.5);
4
+ }
5
+ 10% {
6
+ transform: scaleY(0.8) scaleX(1.2);
7
+ }
8
+ 100% {
9
+ transform: translateY(-400%) scaleY(1.1);
10
+ }
11
+ }
12
+ ._wrapper_1k0sy_12 {
13
+ position: relative;
14
+ display: flex;
15
+ justify-content: space-around;
16
+ align-items: flex-end;
17
+ }
18
+ ._wrapper_1k0sy_12 ._dot_1k0sy_18 {
19
+ width: 20%;
20
+ height: 20%;
21
+ border-radius: 50%;
22
+ animation-name: _bounce_1k0sy_1;
23
+ animation-duration: 0.4s;
24
+ animation-iteration-count: infinite;
25
+ animation-direction: alternate;
26
+ animation-timing-function: ease-out;
27
+ transition: background-color 400ms;
28
+ background-color: rgba(0, 0, 0, 0.7);
29
+ }
30
+ [data-theme=dark] ._wrapper_1k0sy_12 ._dot_1k0sy_18 {
31
+ background-color: rgba(255, 255, 255, 0.7);
32
+ }
33
+ ._wrapper_1k0sy_12 ._dot_1k0sy_18:nth-last-of-type(1) {
34
+ animation-delay: -100ms;
35
+ }
36
+ ._wrapper_1k0sy_12 ._dot_1k0sy_18:nth-last-of-type(2) {
37
+ animation-delay: 0ms;
38
+ }
39
+ ._wrapper_1k0sy_12 ._dot_1k0sy_18:nth-last-of-type(3) {
40
+ animation-delay: 100ms;
41
+ }
@@ -0,0 +1,12 @@
1
+ .v-enter-to[data-v-880dc126],
2
+ .v-leave-from[data-v-880dc126] {
3
+ opacity: 1;
4
+ }
5
+ .v-enter-active[data-v-880dc126],
6
+ .v-leave-active[data-v-880dc126] {
7
+ transition: opacity 100ms;
8
+ }
9
+ .v-enter-from[data-v-880dc126],
10
+ .v-leave-to[data-v-880dc126] {
11
+ opacity: 0;
12
+ }
@@ -0,0 +1,9 @@
1
+ ._block_fz7i5_1 {
2
+ display: inline-block;
3
+ height: var(--size);
4
+ width: var(--size);
5
+ }
6
+ ._icon_fz7i5_7 {
7
+ height: var(--size);
8
+ width: var(--size);
9
+ }
@@ -0,0 +1,16 @@
1
+ ._icon_1rb0v_1 {
2
+ box-sizing: border-box;
3
+ width: var(--width);
4
+ height: var(--width);
5
+ padding: 0.25rem;
6
+ border-radius: 0.25rem;
7
+ color: var(--color);
8
+ cursor: pointer;
9
+ transition: background-color 200ms;
10
+ }
11
+ ._icon_1rb0v_1:hover {
12
+ background-color: rgba(0, 0, 0, 0.1);
13
+ }
14
+ [data-theme=dark] ._icon_1rb0v_1:hover {
15
+ background-color: rgba(255, 255, 255, 0.1);
16
+ }
@@ -0,0 +1,18 @@
1
+ ._icon_15e2g_1 {
2
+ box-sizing: border-box;
3
+ padding: 0.25rem;
4
+ color: rgba(0, 0, 0, 0.8);
5
+ border-radius: 50%;
6
+ cursor: pointer;
7
+ box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.3);
8
+ background-color: rgba(255, 255, 255, 0.2);
9
+ }
10
+ [data-theme=dark] ._icon_15e2g_1 {
11
+ box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.6);
12
+ background-color: rgba(0, 0, 0, 0.2);
13
+ box-sizing: border-box;
14
+ padding: 0.25rem;
15
+ color: rgba(255, 255, 255, 0.8);
16
+ border-radius: 50%;
17
+ cursor: pointer;
18
+ }
@@ -0,0 +1,6 @@
1
+ ._path_1ccs2_1 {
2
+ fill: #293138;
3
+ }
4
+ [data-theme=dark] ._path_1ccs2_1 {
5
+ fill: #d2dbe3;
6
+ }
@@ -0,0 +1,36 @@
1
+ ._link_eebb0_1 {
2
+ all: unset;
3
+ box-sizing: border-box;
4
+ padding: 0 0.25rem;
5
+ font-size: var(--font-size);
6
+ display: inline-flex;
7
+ align-items: center;
8
+ gap: 0.25rem;
9
+ cursor: pointer;
10
+ color: #6987b8;
11
+ border-radius: 0.125rem 0.125rem 0 0;
12
+ border-bottom: dashed 1px #6987b8;
13
+ transition: background-color 200ms, color 200ms;
14
+ }
15
+ ._link_eebb0_1:hover {
16
+ background-color: rgba(105, 135, 184, 0.2);
17
+ }
18
+ ._link_eebb0_1:active {
19
+ color: #59b57c;
20
+ background-color: rgba(89, 181, 124, 0.2);
21
+ }
22
+ ._link_eebb0_1:visited {
23
+ color: #9771bd;
24
+ border-bottom: dashed 1px #9771bd;
25
+ }
26
+ ._link_eebb0_1:visited:hover {
27
+ background-color: rgba(151, 113, 189, 0.2);
28
+ }
29
+ ._link_eebb0_1:visited:active {
30
+ color: #59b57c;
31
+ background-color: rgba(89, 181, 124, 0.2);
32
+ }
33
+ ._link_eebb0_1 ._icon_eebb0_33 {
34
+ width: var(--font-size);
35
+ height: var(--font-size);
36
+ }
@@ -0,0 +1,41 @@
1
+ ._text_1jo5z_1 {
2
+ padding: 0;
3
+ margin: 0;
4
+ color: rgba(0, 0, 0, 0.7);
5
+ color: var(--color, rgba(0, 0, 0, 0.7));
6
+ font-size: 1rem;
7
+ font-size: var(--font-size, 1rem);
8
+ line-height: 1rem;
9
+ line-height: var(--font-size, 1rem);
10
+ background-color: var(--background-color);
11
+ }
12
+ ._text_1jo5z_1::-moz-selection {
13
+ color: rgba(255, 255, 255, 0.7);
14
+ background-color: rgba(0, 0, 0, 0.7);
15
+ background-color: var(--color, rgba(0, 0, 0, 0.7));
16
+ }
17
+ ._text_1jo5z_1::selection {
18
+ color: rgba(255, 255, 255, 0.7);
19
+ background-color: rgba(0, 0, 0, 0.7);
20
+ background-color: var(--color, rgba(0, 0, 0, 0.7));
21
+ }
22
+ [data-theme=dark] ._text_1jo5z_1 {
23
+ color: rgba(255, 255, 255, 0.7);
24
+ color: var(--color, rgba(255, 255, 255, 0.7));
25
+ }
26
+ [data-theme=dark] ._text_1jo5z_1::-moz-selection {
27
+ color: rgba(0, 0, 0, 0.7);
28
+ background-color: rgba(255, 255, 255, 0.7);
29
+ background-color: var(--color, rgba(255, 255, 255, 0.7));
30
+ }
31
+ [data-theme=dark] ._text_1jo5z_1::selection {
32
+ color: rgba(0, 0, 0, 0.7);
33
+ background-color: rgba(255, 255, 255, 0.7);
34
+ background-color: var(--color, rgba(255, 255, 255, 0.7));
35
+ }
36
+ ._code_1jo5z_21 {
37
+ margin-inline: 0.25rem;
38
+ padding: 0.25em 0.5em;
39
+ border-radius: 0.125rem;
40
+ background-color: rgba(0, 0, 0, 0.075);
41
+ }
@@ -0,0 +1,52 @@
1
+ ._file_ox390_1 {
2
+ margin-block: var(--margin-block);
3
+ box-sizing: border-box;
4
+ width: 100%;
5
+ padding: 1rem;
6
+ box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
7
+ display: flex;
8
+ justify-content: space-between;
9
+ align-items: center;
10
+ background-color: rgba(255, 255, 255, 0.2);
11
+ }
12
+ [data-theme=dark] ._file_ox390_1 {
13
+ background-color: rgba(0, 0, 0, 0.2);
14
+ }
15
+ ._file_ox390_1 ._left-container_ox390_15 {
16
+ display: flex;
17
+ justify-content: flex-start;
18
+ align-items: center;
19
+ gap: 0.75rem;
20
+ }
21
+ ._file_ox390_1 ._left-container_ox390_15 ._icon_ox390_21 {
22
+ width: 20px;
23
+ height: 20px;
24
+ transition: color 200ms;
25
+ color: rgba(0, 0, 0, 0.8);
26
+ }
27
+ [data-theme=dark] ._file_ox390_1 ._left-container_ox390_15 ._icon_ox390_21 {
28
+ color: rgba(255, 255, 255, 0.8);
29
+ }
30
+ ._file_ox390_1 ._right-container_ox390_30 {
31
+ display: flex;
32
+ justify-content: flex-end;
33
+ align-items: center;
34
+ gap: 0.75rem;
35
+ }
36
+ ._file_ox390_1 ._right-container_ox390_30 ._download-icon_ox390_36 {
37
+ padding: 0.125rem;
38
+ width: 20px;
39
+ height: 20px;
40
+ cursor: pointer;
41
+ transition: color 200ms, background-color 200ms;
42
+ color: rgba(0, 0, 0, 0.8);
43
+ }
44
+ [data-theme=dark] ._file_ox390_1 ._right-container_ox390_30 ._download-icon_ox390_36 {
45
+ color: rgba(255, 255, 255, 0.8);
46
+ }
47
+ ._file_ox390_1 ._right-container_ox390_30 ._download-icon_ox390_36:hover {
48
+ background-color: rgba(0, 0, 0, 0.1);
49
+ }
50
+ [data-theme=dark] ._file_ox390_1 ._right-container_ox390_30 ._download-icon_ox390_36:hover {
51
+ background-color: rgba(255, 255, 255, 0.1);
52
+ }
@@ -0,0 +1,12 @@
1
+ .v-enter-to[data-v-b0e06ffd],
2
+ .v-leave-from[data-v-b0e06ffd] {
3
+ opacity: 1;
4
+ }
5
+ .v-enter-active[data-v-b0e06ffd],
6
+ .v-leave-active[data-v-b0e06ffd] {
7
+ transition: opacity 300ms;
8
+ }
9
+ .v-enter-from[data-v-b0e06ffd],
10
+ .v-leave-to[data-v-b0e06ffd] {
11
+ opacity: 0;
12
+ }
@@ -0,0 +1,51 @@
1
+ ._image_1brnh_1 {
2
+ display: block;
3
+ margin-block: var(--margin-block);
4
+ width: 100%;
5
+ height: var(--height);
6
+ opacity: var(--opacity);
7
+ transition: opacity 400ms;
8
+ cursor: var(--cursor);
9
+ }
10
+ ._error_1brnh_11 {
11
+ display: flex;
12
+ justify-content: center;
13
+ align-items: center;
14
+ gap: 1rem;
15
+ width: 100%;
16
+ height: 100%;
17
+ min-height: 10rem;
18
+ line-height: 1.5rem;
19
+ color: #c56565;
20
+ }
21
+ ._fallback_1brnh_23 {
22
+ margin-block: var(--margin-block);
23
+ margin: 0;
24
+ padding: 0;
25
+ position: relative;
26
+ width: 100%;
27
+ z-index: 1;
28
+ display: flex;
29
+ justify-content: center;
30
+ align-items: center;
31
+ aspect-ratio: 16/9;
32
+ }
33
+ ._modal_1brnh_36 {
34
+ z-index: 1000;
35
+ position: fixed;
36
+ width: 100%;
37
+ height: 100vh;
38
+ top: 0;
39
+ left: 0;
40
+ background-color: rgba(0, 0, 0, 0.7);
41
+ display: flex;
42
+ justify-content: center;
43
+ align-items: center;
44
+ cursor: zoom-out;
45
+ }
46
+ ._modal_1brnh_36 ._modal-image_1brnh_49 {
47
+ width: 100vw;
48
+ height: 100vh;
49
+ -o-object-fit: contain;
50
+ object-fit: contain;
51
+ }
@@ -0,0 +1,104 @@
1
+ ._parent_1yb8i_1 {
2
+ container-type: inline-size;
3
+ margin-block: var(--margin-block);
4
+ border-radius: 0.25rem;
5
+ box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
6
+ overflow: hidden;
7
+ transition: background-color 200ms, transform 200ms;
8
+ }
9
+ ._parent_1yb8i_1:hover {
10
+ background-color: rgba(105, 135, 184, 0.1);
11
+ transform: translateX(-0.125rem) translateY(-0.125rem);
12
+ }
13
+ ._parent_1yb8i_1:active {
14
+ background-color: rgba(89, 181, 124, 0.1);
15
+ transform: translateX(0) translateY(0);
16
+ }
17
+ ._bookmark_1yb8i_18 {
18
+ all: unset;
19
+ display: flex;
20
+ cursor: pointer;
21
+ background-color: rgba(255, 255, 255, 0.5);
22
+ flex-direction: row;
23
+ height: 120px;
24
+ }
25
+ [data-theme=dark] ._bookmark_1yb8i_18 {
26
+ background-color: rgba(0, 0, 0, 0.2);
27
+ }
28
+ @container (max-width: 700px) {
29
+ ._bookmark_1yb8i_18 {
30
+ flex-direction: column;
31
+ height: auto;
32
+ }
33
+ }
34
+ ._bookmark_1yb8i_18 ._image_1yb8i_35 {
35
+ overflow: hidden;
36
+ height: 100%;
37
+ opacity: 0.9;
38
+ display: flex;
39
+ justify-content: center;
40
+ align-items: center;
41
+ -o-object-fit: cover;
42
+ object-fit: cover;
43
+ -o-object-position: center;
44
+ object-position: center;
45
+ aspect-ratio: 2/1;
46
+ min-width: -moz-min-content;
47
+ min-width: min-content;
48
+ max-width: 35%;
49
+ }
50
+ @container (max-width: 700px) {
51
+ ._bookmark_1yb8i_18 ._image_1yb8i_35 {
52
+ min-width: 0;
53
+ min-width: initial;
54
+ max-width: none;
55
+ max-width: initial;
56
+ width: 100%;
57
+ }
58
+ }
59
+ ._bookmark_1yb8i_18 ._typography_1yb8i_55 {
60
+ overflow: hidden;
61
+ box-sizing: border-box;
62
+ padding: 0.5rem;
63
+ display: flex;
64
+ flex: 1;
65
+ flex-direction: column;
66
+ justify-content: space-between;
67
+ gap: 0.25rem;
68
+ }
69
+ ._bookmark_1yb8i_18 ._typography_1yb8i_55 ._title_1yb8i_65 {
70
+ display: inline;
71
+ width: 100%;
72
+ overflow: hidden;
73
+ white-space: nowrap;
74
+ text-overflow: ellipsis;
75
+ }
76
+ ._bookmark_1yb8i_18 ._typography_1yb8i_55 ._date_1yb8i_72 {
77
+ width: 100%;
78
+ display: flex;
79
+ justify-content: flex-end;
80
+ gap: 0.5rem;
81
+ white-space: nowrap;
82
+ text-overflow: ellipsis;
83
+ }
84
+ ._bookmark_1yb8i_18 ._icon_1yb8i_80 {
85
+ width: 16px;
86
+ height: 16px;
87
+ color: rgba(0, 0, 0, 0.7);
88
+ }
89
+ [data-theme=dark] ._bookmark_1yb8i_18 ._icon_1yb8i_80 {
90
+ color: rgba(255, 255, 255, 0.7);
91
+ }
92
+ ._link_1yb8i_89 {
93
+ width: 100%;
94
+ display: flex;
95
+ justify-content: flex-end;
96
+ align-items: center;
97
+ white-space: nowrap;
98
+ text-overflow: ellipsis;
99
+ gap: 0.5rem;
100
+ }
101
+ ._favicon_1yb8i_99 {
102
+ width: 16px;
103
+ height: 16px;
104
+ }
@@ -0,0 +1,46 @@
1
+ ._container_941di_1 {
2
+ display: flex;
3
+ flex-direction: row;
4
+ align-items: center;
5
+ gap: 0.5rem;
6
+ -webkit-user-select: none;
7
+ -moz-user-select: none;
8
+ user-select: none;
9
+ }
10
+ ._container_941di_1 ._icon_941di_8 {
11
+ width: 20px;
12
+ height: 20px;
13
+ color: rgba(0, 0, 0, 0.7);
14
+ }
15
+ [data-theme=dark] ._container_941di_1 ._icon_941di_8 {
16
+ color: rgba(255, 255, 255, 0.7);
17
+ }
18
+ ._container_941di_1 ._chevron_941di_16 {
19
+ width: 16px;
20
+ height: 16px;
21
+ color: gray;
22
+ }
23
+ ._container_941di_1 ._link-container_941di_21 {
24
+ display: flex;
25
+ flex-direction: row;
26
+ align-items: center;
27
+ gap: 0.5rem;
28
+ box-sizing: border-box;
29
+ padding: 0.25rem;
30
+ border-radius: 0.25rem;
31
+ cursor: pointer;
32
+ transition: background-color 200ms, transform 200ms;
33
+ }
34
+ ._container_941di_1 ._link-container_941di_21:hover {
35
+ background-color: rgba(105, 135, 184, 0.2);
36
+ transform: translateX(-1px) translateY(-1px);
37
+ }
38
+ ._container_941di_1 ._link-container_941di_21:active {
39
+ background-color: rgba(89, 181, 124, 0.2);
40
+ transform: translateX(1px) translateY(1px);
41
+ }
42
+ ._fade_941di_41 {
43
+ opacity: var(--opacity);
44
+ transition: opacity 200ms;
45
+ transition-delay: var(--delay);
46
+ }
@@ -0,0 +1,105 @@
1
+ ._wrapper_q0z76_1 {
2
+ --const-margin: 1rem;
3
+ z-index: 50;
4
+ -webkit-tap-highlight-color: transparent;
5
+ display: block;
6
+ position: fixed;
7
+ bottom: 0;
8
+ margin: 1rem 0.5rem;
9
+ margin: var(--const-margin) 0.5rem;
10
+ width: var(--size);
11
+ height: var(--size);
12
+ left: auto;
13
+ left: var(--left, auto);
14
+ right: auto;
15
+ right: var(---right, auto);
16
+ opacity: 1;
17
+ cursor: pointer;
18
+ -webkit-tap-highlight-color: transparent;
19
+ transition: transform 700ms, opacity 400ms;
20
+ transform-origin: 50% 50%;
21
+ transform: translateY(250%) rotate(180deg);
22
+ }
23
+ ._wrapper--visible_q0z76_20 {
24
+ transition: transform 700ms, opacity 200ms;
25
+ transform: translateY(0%) rotate(0deg);
26
+ }
27
+ ._wrapper_q0z76_1:hover {
28
+ opacity: 0.8;
29
+ }
30
+ ._wrapper_q0z76_1:active {
31
+ opacity: 0.4;
32
+ }
33
+ @keyframes _move_q0z76_1 {
34
+ 0% {
35
+ opacity: 0;
36
+ transform: translateY(600%);
37
+ }
38
+ 25% {
39
+ opacity: 1;
40
+ transform: translateY(220%);
41
+ }
42
+ 42% {
43
+ opacity: 1;
44
+ transform: translateY(200%);
45
+ }
46
+ 67% {
47
+ opacity: 1;
48
+ transform: translateY(0%);
49
+ }
50
+ 100% {
51
+ opacity: 0;
52
+ transform: translateY(-50%) scale(0.5);
53
+ }
54
+ }
55
+ ._wrapper_q0z76_1 ._partial_q0z76_52 {
56
+ position: absolute;
57
+ width: var(--size);
58
+ height: 20px;
59
+ opacity: 0;
60
+ transform: scale3d(0.5, 0.5, 0.5);
61
+ animation: _move_q0z76_1 3000ms ease-out infinite;
62
+ }
63
+ ._wrapper_q0z76_1 ._partial_q0z76_52:nth-of-type(1) {
64
+ animation: _move_q0z76_1 3000ms ease-out 1000ms infinite;
65
+ }
66
+ ._wrapper_q0z76_1 ._partial_q0z76_52:nth-of-type(2) {
67
+ animation: _move_q0z76_1 3000ms ease-out 2000ms infinite;
68
+ }
69
+ ._wrapper_q0z76_1 ._partial_q0z76_52:before, ._wrapper_q0z76_1 ._partial_q0z76_52:after {
70
+ content: "";
71
+ position: absolute;
72
+ top: 0;
73
+ height: 100%;
74
+ width: 50%;
75
+ background-color: rgba(0, 0, 0, 0.7);
76
+ }
77
+ [data-theme=dark] ._wrapper_q0z76_1 ._partial_q0z76_52:before, [data-theme=dark] ._wrapper_q0z76_1 ._partial_q0z76_52:after {
78
+ background-color: rgba(255, 255, 255, 0.7);
79
+ }
80
+ ._wrapper_q0z76_1 ._partial_q0z76_52:before {
81
+ left: 0;
82
+ transform: skew(0deg, -30deg);
83
+ }
84
+ ._wrapper_q0z76_1 ._partial_q0z76_52:after {
85
+ right: 0;
86
+ transform: skew(0deg, 30deg);
87
+ }
88
+ ._wrapper_q0z76_1 ._text_q0z76_85 {
89
+ transition: opacity 200ms ease 400ms;
90
+ width: 100%;
91
+ text-align: center;
92
+ font-family: sans-serif;
93
+ position: absolute;
94
+ z-index: 50;
95
+ bottom: calc(0px - var(--const-margin));
96
+ font-size: 12px;
97
+ white-space: nowrap;
98
+ -webkit-user-select: none;
99
+ -moz-user-select: none;
100
+ user-select: none;
101
+ color: rgba(0, 0, 0, 0.7);
102
+ }
103
+ [data-theme=dark] ._wrapper_q0z76_1 ._text_q0z76_85 {
104
+ color: rgba(255, 255, 255, 0.7);
105
+ }
@@ -0,0 +1,33 @@
1
+ ._toc_gvfxl_1 {
2
+ box-sizing: border-box;
3
+ display: flex;
4
+ flex-direction: column;
5
+ padding-left: 0.5rem;
6
+ border-left-style: solid;
7
+ border-left-width: 0.25rem;
8
+ border-left-color: rgba(0, 0, 0, 0.1);
9
+ }
10
+ [data-theme=dark] ._toc_gvfxl_1 {
11
+ border-left-color: rgba(255, 255, 255, 0.15);
12
+ }
13
+ ._toc_gvfxl_1 ._link_gvfxl_13 {
14
+ all: unset;
15
+ box-sizing: border-box;
16
+ display: flex;
17
+ justify-content: flex-start;
18
+ gap: 0.5rem;
19
+ border-radius: 0.25rem;
20
+ padding: 0.25rem;
21
+ padding-left: 0.25rem;
22
+ padding-left: var(--padding-left, 0.25rem);
23
+ transition: background-color 200ms;
24
+ cursor: pointer;
25
+ }
26
+ ._toc_gvfxl_1 ._link_gvfxl_13:hover {
27
+ background-color: rgba(105, 135, 184, 0.2);
28
+ }
29
+ ._toc_gvfxl_1 ._link_gvfxl_13 ._icon_gvfxl_28 {
30
+ width: 12px;
31
+ height: 12px;
32
+ color: #6987b8;
33
+ }
@@ -0,0 +1,12 @@
1
+ .v-enter-to[data-v-9606dccc],
2
+ .v-leave-from[data-v-9606dccc] {
3
+ opacity: 1;
4
+ }
5
+ .v-enter-active[data-v-9606dccc],
6
+ .v-leave-active[data-v-9606dccc] {
7
+ transition: opacity 300ms;
8
+ }
9
+ .v-enter-from[data-v-9606dccc],
10
+ .v-leave-to[data-v-9606dccc] {
11
+ opacity: 0;
12
+ }