@elmethis/core 1.0.0-alpha.161 → 1.0.0-alpha.162

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/dist/components/badge/ElmBadge.vue3.mjs +12 -0
  2. package/dist/components/badge/ElmTag.vue3.mjs +12 -0
  3. package/dist/components/code/ElmCodeBlock.vue3.mjs +12 -0
  4. package/dist/components/code/ElmKatex.vue3.mjs +12 -0
  5. package/dist/components/code/ElmShikiHighlighter.vue.mjs +13 -1
  6. package/dist/components/code/ElmShikiHighlighter.vue3.mjs +12 -0
  7. package/dist/components/containments/ElmColumn.vue3.mjs +12 -0
  8. package/dist/components/containments/ElmColumnList.vue3.mjs +12 -0
  9. package/dist/components/containments/ElmDesktopWindow.vue3.mjs +12 -0
  10. package/dist/components/containments/ElmModal.vue.mjs +12 -0
  11. package/dist/components/containments/ElmModal.vue3.mjs +12 -0
  12. package/dist/components/containments/ElmParallax.vue3.mjs +12 -0
  13. package/dist/components/containments/ElmSnackbar.vue3.mjs +12 -0
  14. package/dist/components/containments/ElmSnackbarContainer.vue.mjs +12 -0
  15. package/dist/components/containments/ElmSnackbarContainer.vue3.mjs +12 -0
  16. package/dist/components/containments/ElmToggle.vue.mjs +12 -0
  17. package/dist/components/containments/ElmToggle.vue3.mjs +12 -0
  18. package/dist/components/containments/ElmTooltip.vue.mjs +12 -0
  19. package/dist/components/containments/ElmTooltip.vue3.mjs +12 -0
  20. package/dist/components/data/ElmMultiProgress.vue3.mjs +12 -0
  21. package/dist/components/data/ElmProgress.vue3.mjs +12 -0
  22. package/dist/components/data/ElmStatusMessage.vue.mjs +12 -0
  23. package/dist/components/data/ElmStatusMessage.vue3.mjs +12 -0
  24. package/dist/components/fallback/ElmBlockFallback.vue3.mjs +12 -0
  25. package/dist/components/fallback/ElmRectangleWave.vue3.mjs +12 -0
  26. package/dist/components/fallback/ElmSpinner.vue3.mjs +12 -0
  27. package/dist/components/form/ElmButton.vue.mjs +12 -0
  28. package/dist/components/form/ElmButton.vue3.mjs +12 -0
  29. package/dist/components/form/ElmCheckbox.vue3.mjs +12 -0
  30. package/dist/components/form/ElmSwitch.vue3.mjs +12 -0
  31. package/dist/components/form/ElmTextField.vue3.mjs +12 -0
  32. package/dist/components/form/ElmTotp.vue3.mjs +12 -0
  33. package/dist/components/headings/ElmFragmentIdentifier.vue3.mjs +12 -0
  34. package/dist/components/headings/ElmHeading1.vue3.mjs +12 -0
  35. package/dist/components/headings/ElmHeading2.vue3.mjs +12 -0
  36. package/dist/components/headings/ElmHeading3.vue3.mjs +12 -0
  37. package/dist/components/headings/ElmHeading4.vue3.mjs +12 -0
  38. package/dist/components/headings/ElmHeading5.vue3.mjs +12 -0
  39. package/dist/components/headings/ElmHeading6.vue3.mjs +12 -0
  40. package/dist/components/icon/ElmArrowIcon.vue3.mjs +12 -0
  41. package/dist/components/icon/ElmBookmarkIcon.vue3.mjs +12 -0
  42. package/dist/components/icon/ElmCubeIcon.vue3.mjs +12 -0
  43. package/dist/components/icon/ElmDotLoadingIcon.vue3.mjs +12 -0
  44. package/dist/components/icon/ElmLanguageIcon.vue.mjs +12 -0
  45. package/dist/components/icon/ElmLanguageIcon.vue3.mjs +12 -0
  46. package/dist/components/icon/ElmLoginIcon.vue3.mjs +12 -0
  47. package/dist/components/icon/ElmToggleTheme.vue3.mjs +12 -0
  48. package/dist/components/icon/languages/Bash.vue2.mjs +12 -0
  49. package/dist/components/inline/ElmInlineIcon.vue3.mjs +12 -0
  50. package/dist/components/inline/ElmInlineLink.vue3.mjs +12 -0
  51. package/dist/components/inline/ElmInlineText.vue3.mjs +12 -0
  52. package/dist/components/media/ElmFile.vue3.mjs +12 -0
  53. package/dist/components/media/ElmImage.vue.mjs +12 -0
  54. package/dist/components/media/ElmImage.vue3.mjs +12 -0
  55. package/dist/components/navigation/ElmBookmark.vue3.mjs +12 -0
  56. package/dist/components/navigation/ElmBreadcrumb.vue3.mjs +12 -0
  57. package/dist/components/navigation/ElmPagetop.vue3.mjs +12 -0
  58. package/dist/components/navigation/ElmTableOfContents.vue3.mjs +12 -0
  59. package/dist/components/others/ElmColorSample.vue.mjs +12 -0
  60. package/dist/components/others/ElmColorSample.vue3.mjs +12 -0
  61. package/dist/components/others/ElmColorTable.vue3.mjs +12 -0
  62. package/dist/components/renderer/ElmJsonRenderer.vue.mjs +16 -4
  63. package/dist/components/table/ElmTable.vue.mjs +12 -0
  64. package/dist/components/table/ElmTableBody.vue3.mjs +13 -1
  65. package/dist/components/table/ElmTableCell.vue.mjs +12 -0
  66. package/dist/components/table/ElmTableHeader.vue3.mjs +13 -1
  67. package/dist/components/typography/ElmBlockQuote.vue3.mjs +12 -0
  68. package/dist/components/typography/ElmBulletedList.vue3.mjs +13 -1
  69. package/dist/components/typography/ElmCallout.vue3.mjs +12 -0
  70. package/dist/components/typography/ElmDivider.vue3.mjs +12 -0
  71. package/dist/components/typography/ElmListItem.vue3.mjs +12 -0
  72. package/dist/components/typography/ElmNumberedList.vue3.mjs +13 -1
  73. package/dist/components/typography/ElmParagraph.vue3.mjs +12 -0
  74. package/dist/index.mjs +16 -4
  75. package/dist/node_modules/.pnpm/katex@0.16.21/node_modules/katex/dist/katex.min.css +1 -1
  76. package/package.json +2 -1
  77. package/dist/components/badge/ElmBadge.css +0 -11
  78. package/dist/components/badge/ElmTag.css +0 -29
  79. package/dist/components/code/ElmCodeBlock.css +0 -58
  80. package/dist/components/code/ElmKatex.css +0 -28
  81. package/dist/components/code/ElmShikiHighlighter.css +0 -4
  82. package/dist/components/code/ElmShikiHighlighter2.css +0 -23
  83. package/dist/components/containments/ElmColumn.css +0 -3
  84. package/dist/components/containments/ElmColumnList.css +0 -5
  85. package/dist/components/containments/ElmDesktopWindow.css +0 -27
  86. package/dist/components/containments/ElmModal.css +0 -12
  87. package/dist/components/containments/ElmModal2.css +0 -33
  88. package/dist/components/containments/ElmParallax.css +0 -14
  89. package/dist/components/containments/ElmSnackbar.css +0 -56
  90. package/dist/components/containments/ElmSnackbarContainer.css +0 -9
  91. package/dist/components/containments/ElmSnackbarContainer2.css +0 -20
  92. package/dist/components/containments/ElmToggle.css +0 -13
  93. package/dist/components/containments/ElmToggle2.css +0 -43
  94. package/dist/components/containments/ElmTooltip.css +0 -14
  95. package/dist/components/containments/ElmTooltip2.css +0 -15
  96. package/dist/components/data/ElmMultiProgress.css +0 -23
  97. package/dist/components/data/ElmProgress.css +0 -84
  98. package/dist/components/data/ElmStatusMessage.css +0 -12
  99. package/dist/components/data/ElmStatusMessage2.css +0 -9
  100. package/dist/components/fallback/ElmBlockFallback.css +0 -7
  101. package/dist/components/fallback/ElmRectangleWave.css +0 -33
  102. package/dist/components/fallback/ElmSpinner.css +0 -25
  103. package/dist/components/form/ElmButton.css +0 -12
  104. package/dist/components/form/ElmButton2.css +0 -65
  105. package/dist/components/form/ElmCheckbox.css +0 -67
  106. package/dist/components/form/ElmSwitch.css +0 -42
  107. package/dist/components/form/ElmTextField.css +0 -163
  108. package/dist/components/form/ElmTotp.css +0 -60
  109. package/dist/components/headings/ElmFragmentIdentifier.css +0 -20
  110. package/dist/components/headings/ElmHeading1.css +0 -56
  111. package/dist/components/headings/ElmHeading2.css +0 -72
  112. package/dist/components/headings/ElmHeading3.css +0 -42
  113. package/dist/components/headings/ElmHeading4.css +0 -25
  114. package/dist/components/headings/ElmHeading5.css +0 -25
  115. package/dist/components/headings/ElmHeading6.css +0 -25
  116. package/dist/components/icon/ElmArrowIcon.css +0 -44
  117. package/dist/components/icon/ElmBookmarkIcon.css +0 -40
  118. package/dist/components/icon/ElmCubeIcon.css +0 -38
  119. package/dist/components/icon/ElmDotLoadingIcon.css +0 -41
  120. package/dist/components/icon/ElmLanguageIcon.css +0 -12
  121. package/dist/components/icon/ElmLanguageIcon2.css +0 -9
  122. package/dist/components/icon/ElmLoginIcon.css +0 -16
  123. package/dist/components/icon/ElmToggleTheme.css +0 -18
  124. package/dist/components/icon/languages/Bash.css +0 -6
  125. package/dist/components/inline/ElmInlineIcon.css +0 -32
  126. package/dist/components/inline/ElmInlineLink.css +0 -36
  127. package/dist/components/inline/ElmInlineText.css +0 -41
  128. package/dist/components/media/ElmFile.css +0 -52
  129. package/dist/components/media/ElmImage.css +0 -12
  130. package/dist/components/media/ElmImage2.css +0 -51
  131. package/dist/components/navigation/ElmBookmark.css +0 -104
  132. package/dist/components/navigation/ElmBreadcrumb.css +0 -46
  133. package/dist/components/navigation/ElmPagetop.css +0 -105
  134. package/dist/components/navigation/ElmTableOfContents.css +0 -33
  135. package/dist/components/others/ElmColorSample.css +0 -12
  136. package/dist/components/others/ElmColorSample2.css +0 -34
  137. package/dist/components/others/ElmColorTable.css +0 -26
  138. package/dist/components/table/ElmTable.css +0 -6
  139. package/dist/components/table/ElmTableBody.css +0 -48
  140. package/dist/components/table/ElmTableCell.css +0 -16
  141. package/dist/components/table/ElmTableHeader.css +0 -40
  142. package/dist/components/typography/ElmBlockQuote.css +0 -12
  143. package/dist/components/typography/ElmBulletedList.css +0 -21
  144. package/dist/components/typography/ElmCallout.css +0 -33
  145. package/dist/components/typography/ElmDivider.css +0 -40
  146. package/dist/components/typography/ElmListItem.css +0 -3
  147. package/dist/components/typography/ElmNumberedList.css +0 -26
  148. package/dist/components/typography/ElmParagraph.css +0 -25
@@ -1,44 +0,0 @@
1
- @keyframes _loading_hcczr_27 {
2
- 0% {
3
- background-position: 200% 0%;
4
- }
5
- 33% {
6
- background-position: 100% 0%;
7
- }
8
- 66% {
9
- background-position: 100% 0%;
10
- }
11
- 100% {
12
- background-position: 0% 0%;
13
- }
14
- }
15
- ._arrow_hcczr_15 {
16
- width: var(--size);
17
- height: var(--size);
18
- background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0 50%, rgba(0, 0, 0, 0.2) 50%);
19
- background-size: 200% 100%;
20
- clip-path: polygon(50% 33%, 0% 33%, 0% 66%, 50% 66%, 50% 100%, 100% 50%, 50% 0%);
21
- }
22
- [data-theme=dark] ._arrow_hcczr_15 {
23
- background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0 50%, rgba(255, 255, 255, 0.2) 50%);
24
- background-size: 200% 100%;
25
- }
26
- ._loading_hcczr_27 {
27
- animation-name: _loading_hcczr_27;
28
- animation-duration: 1600ms;
29
- animation-iteration-count: infinite;
30
- }
31
- ._normal_hcczr_33 {
32
- background: rgba(0, 0, 0, 0.7);
33
- transition: background 400ms;
34
- }
35
- [data-theme=dark] ._normal_hcczr_33 {
36
- background: rgba(255, 255, 255, 0.7);
37
- }
38
- ._pending_hcczr_41 {
39
- background: rgba(0, 0, 0, 0.2);
40
- transition: background 400ms;
41
- }
42
- [data-theme=dark] ._pending_hcczr_41 {
43
- background: rgba(255, 255, 255, 0.2);
44
- }
@@ -1,40 +0,0 @@
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
- }
@@ -1,38 +0,0 @@
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
- }
@@ -1,41 +0,0 @@
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
- }
@@ -1,12 +0,0 @@
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
- }
@@ -1,9 +0,0 @@
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
- }
@@ -1,16 +0,0 @@
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
- }
@@ -1,18 +0,0 @@
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
- }
@@ -1,6 +0,0 @@
1
- ._path_1ccs2_1 {
2
- fill: #293138;
3
- }
4
- [data-theme=dark] ._path_1ccs2_1 {
5
- fill: #d2dbe3;
6
- }
@@ -1,32 +0,0 @@
1
- ._icon_egf7j_1 {
2
- margin: 0;
3
- padding: 0;
4
- padding-inline: 0.125rem;
5
- display: inline-block;
6
- vertical-align: middle;
7
- height: 1.5em;
8
- }
9
- ._icon_egf7j_1::-moz-selection {
10
- filter: brightness(1000%);
11
- background-color: rgba(0, 0, 0, 0.25);
12
- background-color: var(--color, rgba(0, 0, 0, 0.25));
13
- }
14
- ._icon_egf7j_1::selection {
15
- filter: brightness(1000%);
16
- background-color: rgba(0, 0, 0, 0.25);
17
- background-color: var(--color, rgba(0, 0, 0, 0.25));
18
- }
19
- [data-theme=dark] ._icon_egf7j_1 {
20
- color: rgba(255, 255, 255, 0.7);
21
- color: var(--color, rgba(255, 255, 255, 0.7));
22
- }
23
- [data-theme=dark] ._icon_egf7j_1::-moz-selection {
24
- color: rgba(0, 0, 0, 0.7);
25
- background-color: rgba(255, 255, 255, 0.25);
26
- background-color: var(--color, rgba(255, 255, 255, 0.25));
27
- }
28
- [data-theme=dark] ._icon_egf7j_1::selection {
29
- color: rgba(0, 0, 0, 0.7);
30
- background-color: rgba(255, 255, 255, 0.25);
31
- background-color: var(--color, rgba(255, 255, 255, 0.25));
32
- }
@@ -1,36 +0,0 @@
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
- }
@@ -1,41 +0,0 @@
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
- }
@@ -1,52 +0,0 @@
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
- }
@@ -1,12 +0,0 @@
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
- }
@@ -1,51 +0,0 @@
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
- }
@@ -1,104 +0,0 @@
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
- }
@@ -1,46 +0,0 @@
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
- }