@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,65 @@
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
+ }
@@ -0,0 +1,67 @@
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
+ }
@@ -0,0 +1,42 @@
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
+ }
@@ -0,0 +1,163 @@
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
+ }
@@ -0,0 +1,60 @@
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
+ }
@@ -0,0 +1,20 @@
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
+ }
@@ -0,0 +1,56 @@
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
+ }
@@ -0,0 +1,72 @@
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
+ }
@@ -0,0 +1,42 @@
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
+ }
@@ -0,0 +1,25 @@
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
+ }
@@ -0,0 +1,25 @@
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
+ }
@@ -0,0 +1,25 @@
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
+ }
@@ -0,0 +1,44 @@
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
+ }