amotify 0.1.7 → 0.1.9
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/bundler_style.ts +55 -0
- package/dist/@declaration/_.d.ts +5 -109
- package/dist/@declaration/_.js +1 -3
- package/dist/@declaration/module.d.ts +1 -1
- package/dist/@declaration/module.js +0 -1
- package/dist/@declaration/property.d.ts +133 -137
- package/dist/@declaration/property.js +0 -2
- package/dist/@styles/componentClasses/_.css +1499 -0
- package/dist/@styles/componentClasses/_.d.ts +22 -0
- package/dist/@styles/componentClasses/_.js +392 -0
- package/dist/@utils/GenerateClassName.d.ts +11 -0
- package/dist/@utils/GenerateClassName.js +1 -0
- package/dist/@utils/LaunchReactApp.d.ts +19 -0
- package/dist/@utils/LaunchReactApp.js +1 -0
- package/dist/@utils/_.d.ts +11 -0
- package/dist/@utils/_.js +1 -0
- package/dist/@utils/collectForm.d.ts +11 -0
- package/dist/@utils/collectForm.js +1 -0
- package/dist/{@middleware → @utils}/color.d.ts +3 -3
- package/dist/@utils/color.js +1 -0
- package/dist/@utils/config.d.ts +43 -0
- package/dist/@utils/config.js +1 -0
- package/dist/@utils/fin.d.ts +1 -0
- package/dist/@utils/fin.js +1 -0
- package/dist/@utils/jsminEx.d.ts +56 -0
- package/dist/@utils/jsminEx.js +1 -0
- package/dist/@utils/pageTransit.d.ts +11 -0
- package/dist/@utils/pageTransit.js +1 -0
- package/dist/@utils/useRecycle.d.ts +8 -0
- package/dist/@utils/useRecycle.js +1 -0
- package/dist/@utils/useStore.d.ts +18 -0
- package/dist/@utils/useStore.js +1 -0
- package/dist/atoms/Box.d.ts +9 -0
- package/dist/atoms/Box.js +1 -0
- package/dist/atoms/FAI.d.ts +18 -0
- package/dist/atoms/FAI.js +1 -0
- package/dist/atoms/Flex.d.ts +11 -0
- package/dist/atoms/Flex.js +1 -0
- package/dist/atoms/Grid.d.ts +4 -0
- package/dist/atoms/Grid.js +1 -0
- package/dist/atoms/Img.d.ts +11 -0
- package/dist/atoms/Img.js +1 -0
- package/dist/atoms/Logo.d.ts +40 -0
- package/dist/atoms/Logo.js +51 -0
- package/dist/atoms/P.d.ts +9 -0
- package/dist/atoms/P.js +1 -0
- package/dist/atoms/Placeholder.d.ts +9 -0
- package/dist/atoms/Placeholder.js +1 -0
- package/dist/atoms/Span.d.ts +9 -0
- package/dist/atoms/Span.js +1 -0
- package/dist/atoms/_.d.ts +9 -0
- package/dist/atoms/_.js +1 -0
- package/dist/chunk-VY3566IV.js +1 -0
- package/dist/fn/Button.d.ts +82 -0
- package/dist/fn/Button.js +1 -0
- package/dist/fn/Cropper.d.ts +26 -0
- package/dist/fn/Cropper.js +1 -0
- package/dist/fn/Effect/Fade.d.ts +17 -0
- package/dist/fn/Effect/Fade.js +1 -0
- package/dist/fn/Effect/Pudding.d.ts +1 -0
- package/dist/fn/Effect/Pudding.js +1 -0
- package/dist/fn/Effect/Ripple.d.ts +1 -0
- package/dist/fn/Effect/Ripple.js +3 -0
- package/dist/fn/Effect/_.d.ts +9 -0
- package/dist/fn/Effect/_.js +1 -0
- package/dist/fn/Input/Checker.d.ts +17 -0
- package/dist/fn/Input/Checker.js +1 -0
- package/dist/fn/Input/Chips/Selector.d.ts +44 -0
- package/dist/fn/Input/Chips/Selector.js +1 -0
- package/dist/fn/Input/Chips/_.d.ts +60 -0
- package/dist/fn/Input/Chips/_.js +1 -0
- package/dist/fn/Input/Contenteditable.d.ts +17 -0
- package/dist/fn/Input/Contenteditable.js +1 -0
- package/dist/fn/Input/DigitCharacters.d.ts +17 -0
- package/dist/fn/Input/DigitCharacters.js +1 -0
- package/dist/fn/Input/Filer.d.ts +47 -0
- package/dist/fn/Input/Filer.js +1 -0
- package/dist/fn/Input/Hidden.d.ts +13 -0
- package/dist/fn/Input/Hidden.js +1 -0
- package/dist/fn/Input/List.d.ts +50 -0
- package/dist/fn/Input/List.js +1 -0
- package/dist/fn/Input/Parts.d.ts +22 -0
- package/dist/fn/Input/Parts.js +1 -0
- package/dist/fn/Input/Plain.d.ts +7 -0
- package/dist/fn/Input/Plain.js +1 -0
- package/dist/fn/Input/RichSelect.d.ts +32 -0
- package/dist/fn/Input/RichSelect.js +1 -0
- package/dist/fn/Input/Search.d.ts +6 -0
- package/dist/fn/Input/Search.js +1 -0
- package/dist/fn/Input/Segmented.d.ts +22 -0
- package/dist/fn/Input/Segmented.js +1 -0
- package/dist/fn/Input/Select.d.ts +28 -0
- package/dist/fn/Input/Select.js +1 -0
- package/dist/fn/Input/Slider.d.ts +31 -0
- package/dist/fn/Input/Slider.js +1 -0
- package/dist/fn/Input/Switch.d.ts +17 -0
- package/dist/fn/Input/Switch.js +1 -0
- package/dist/fn/Input/Text.d.ts +50 -0
- package/dist/fn/Input/Text.js +1 -0
- package/dist/fn/Input/TextArea.d.ts +19 -0
- package/dist/fn/Input/TextArea.js +1 -0
- package/dist/fn/Input/Time/Picker.d.ts +37 -0
- package/dist/fn/Input/Time/Picker.js +1 -0
- package/dist/fn/Input/Time/_.d.ts +78 -0
- package/dist/fn/Input/Time/_.js +1 -0
- package/dist/fn/Input/_.d.ts +142 -0
- package/dist/fn/Input/_.js +1 -0
- package/dist/fn/Input/core.d.ts +54 -0
- package/dist/fn/Input/core.js +1 -0
- package/dist/fn/Layout/PageNotFound.d.ts +6 -0
- package/dist/fn/Layout/PageNotFound.js +1 -0
- package/dist/fn/Layout/PageRouter.d.ts +27 -0
- package/dist/fn/Layout/PageRouter.js +1 -0
- package/dist/fn/Layout/PageViewController.d.ts +13 -0
- package/dist/fn/Layout/PageViewController.js +1 -0
- package/dist/fn/Layout/Plate.d.ts +9 -0
- package/dist/fn/Layout/Plate.js +1 -0
- package/dist/fn/Layout/RootViewController.d.ts +41 -0
- package/dist/fn/Layout/RootViewController.js +1 -0
- package/dist/fn/Layout/SwipeView.d.ts +40 -0
- package/dist/fn/Layout/SwipeView.js +1 -0
- package/dist/fn/Layout/TabBar.d.ts +16 -0
- package/dist/fn/Layout/TabBar.js +1 -0
- package/dist/fn/Layout/_.d.ts +27 -0
- package/dist/fn/Layout/_.js +1 -0
- package/dist/fn/Loader/_.d.ts +47 -0
- package/dist/fn/Loader/_.js +1 -0
- package/dist/fn/Loader/corner.d.ts +1 -0
- package/dist/fn/Loader/corner.js +1 -0
- package/dist/fn/Loader/mini.d.ts +6 -0
- package/dist/fn/Loader/mini.js +1 -0
- package/dist/fn/Loader/top.d.ts +2 -0
- package/dist/fn/Loader/top.js +1 -0
- package/dist/fn/Sheet.d.ts +75 -0
- package/dist/fn/Sheet.js +1 -0
- package/dist/fn/Snackbar.d.ts +24 -0
- package/dist/fn/Snackbar.js +1 -0
- package/dist/fn/Table/Data.d.ts +128 -0
- package/dist/fn/Table/Data.js +1 -0
- package/dist/fn/Table/Drag.d.ts +18 -0
- package/dist/fn/Table/Drag.js +1 -0
- package/dist/fn/Table/Normal.d.ts +16 -0
- package/dist/fn/Table/Normal.js +1 -0
- package/dist/fn/Table/Parts.d.ts +24 -0
- package/dist/fn/Table/Parts.js +1 -0
- package/dist/fn/Table/Wrapper.d.ts +10 -0
- package/dist/fn/Table/Wrapper.js +1 -0
- package/dist/fn/Table/_.d.ts +42 -0
- package/dist/fn/Table/_.js +1 -0
- package/dist/fn/Table/cellStyling.d.ts +9 -0
- package/dist/fn/Table/cellStyling.js +1 -0
- package/dist/fn/Tooltips.d.ts +31 -0
- package/dist/fn/Tooltips.js +1 -0
- package/dist/fn/_.d.ts +10 -0
- package/dist/fn/_.js +1 -0
- package/dist/index.d.ts +6 -1
- package/dist/index.js +1 -17
- package/dist/mols/Accordion.d.ts +25 -0
- package/dist/mols/Accordion.js +1 -0
- package/dist/mols/Column.d.ts +7 -0
- package/dist/mols/Column.js +1 -0
- package/dist/mols/LinkifyText.d.ts +10 -0
- package/dist/mols/LinkifyText.js +1 -0
- package/dist/mols/List.d.ts +11 -0
- package/dist/mols/List.js +1 -0
- package/dist/mols/Row.d.ts +16 -0
- package/dist/mols/Row.js +1 -0
- package/dist/mols/Text.d.ts +21 -0
- package/dist/mols/Text.js +1 -0
- package/dist/mols/_.d.ts +6 -0
- package/dist/mols/_.js +1 -0
- package/dist/orgs/_.d.ts +1 -0
- package/dist/orgs/_.js +0 -0
- package/dist/style.css +7290 -0
- package/dist/style.d.ts +4 -0
- package/dist/style.js +392 -0
- package/dist/temps/_.d.ts +1 -0
- package/dist/temps/_.js +0 -0
- package/package.json +63 -51
- package/dist/@declaration/amotify.d.ts +0 -1353
- package/dist/@declaration/amotify.js +0 -2
- package/dist/@middleware/GenerateClassName.d.ts +0 -3
- package/dist/@middleware/GenerateClassName.js +0 -282
- package/dist/@middleware/_.d.ts +0 -23
- package/dist/@middleware/_.js +0 -131
- package/dist/@middleware/color.js +0 -99
- package/dist/@middleware/pageTransit.d.ts +0 -2
- package/dist/@middleware/pageTransit.js +0 -31
- package/dist/@middleware/useRecycle.d.ts +0 -2
- package/dist/@middleware/useRecycle.js +0 -43
- package/dist/@middleware/useStore.d.ts +0 -2
- package/dist/@middleware/useStore.js +0 -39
- package/dist/@middleware/userAgent.d.ts +0 -14
- package/dist/@middleware/userAgent.js +0 -36
- package/dist/atoms/Box/index.d.ts +0 -9
- package/dist/atoms/Box/index.js +0 -19
- package/dist/atoms/index.d.ts +0 -4
- package/dist/atoms/index.js +0 -25
|
@@ -0,0 +1,1499 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license amotify
|
|
3
|
+
* amotify 0.1.9
|
|
4
|
+
* https://mingoo.co.jp/
|
|
5
|
+
|
|
6
|
+
* Copyright (c) mingoo, LLC.
|
|
7
|
+
* Released under the MIT license
|
|
8
|
+
|
|
9
|
+
* Latest updated at: 2024/5/14
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/a_img.module.scss */
|
|
13
|
+
._Img_1egfu_1 {
|
|
14
|
+
user-drag: none;
|
|
15
|
+
-webkit-user-drag: none;
|
|
16
|
+
-moz-user-select: none;
|
|
17
|
+
vertical-align: top;
|
|
18
|
+
object-fit: cover;
|
|
19
|
+
width: 100%;
|
|
20
|
+
height: 100%;
|
|
21
|
+
border-radius: inherit;
|
|
22
|
+
}
|
|
23
|
+
._Img_1egfu_1._ShowExpand_true_1egfu_11 {
|
|
24
|
+
transition: var(--animation-time2);
|
|
25
|
+
}
|
|
26
|
+
._Img_1egfu_1._ShowExpand_true_1egfu_11:hover {
|
|
27
|
+
opacity: 0.8;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/a_logo.module.scss */
|
|
31
|
+
._Size_S_10jdu_1 {
|
|
32
|
+
width: calc(var(--grid-unit) * 2);
|
|
33
|
+
height: calc(var(--grid-unit) * 2);
|
|
34
|
+
font-size: var(--grid-unit);
|
|
35
|
+
}
|
|
36
|
+
._Size_R_10jdu_6 {
|
|
37
|
+
width: calc(var(--grid-unit) * 3);
|
|
38
|
+
height: calc(var(--grid-unit) * 3);
|
|
39
|
+
font-size: calc(var(--grid-unit) * 3 / 2);
|
|
40
|
+
}
|
|
41
|
+
._Size_L_10jdu_11 {
|
|
42
|
+
width: calc(var(--grid-unit) * 4);
|
|
43
|
+
height: calc(var(--grid-unit) * 4);
|
|
44
|
+
font-size: calc(var(--grid-unit) * 2.5);
|
|
45
|
+
}
|
|
46
|
+
._Size_2L_10jdu_16 {
|
|
47
|
+
width: calc(var(--grid-unit) * 6);
|
|
48
|
+
height: calc(var(--grid-unit) * 6);
|
|
49
|
+
font-size: calc(var(--grid-unit) * 3);
|
|
50
|
+
}
|
|
51
|
+
._Size_3L_10jdu_21 {
|
|
52
|
+
width: calc(var(--grid-unit) * 8);
|
|
53
|
+
height: calc(var(--grid-unit) * 8);
|
|
54
|
+
font-size: calc(var(--grid-unit) * 4);
|
|
55
|
+
}
|
|
56
|
+
._Icon_10jdu_27 svg {
|
|
57
|
+
height: 100%;
|
|
58
|
+
}
|
|
59
|
+
._Title_10jdu_31 {
|
|
60
|
+
width: auto;
|
|
61
|
+
}
|
|
62
|
+
._Title_10jdu_31 svg {
|
|
63
|
+
height: 100%;
|
|
64
|
+
}
|
|
65
|
+
._ComunIcon_10jdu_38 path {
|
|
66
|
+
filter: drop-shadow(0 0 0 transparent inset, var(--shadow_style_4) var(--shadow_color_remark));
|
|
67
|
+
}
|
|
68
|
+
._ComunTitle_10jdu_42 {
|
|
69
|
+
letter-spacing: 3px;
|
|
70
|
+
}
|
|
71
|
+
._MingooIcon_10jdu_46 ._P_10jdu_46 {
|
|
72
|
+
transform-box: fill-box;
|
|
73
|
+
transform-origin: bottom !important;
|
|
74
|
+
}
|
|
75
|
+
._MingooIcon_10jdu_46 ._P_10jdu_46._P_0_10jdu_50 {
|
|
76
|
+
transform: rotate(0deg);
|
|
77
|
+
}
|
|
78
|
+
._MingooIcon_10jdu_46 ._P_10jdu_46._P_1_10jdu_53 {
|
|
79
|
+
transform: rotate(-30deg);
|
|
80
|
+
}
|
|
81
|
+
._MingooIcon_10jdu_46 ._P_10jdu_46._P_2_10jdu_56 {
|
|
82
|
+
transform: rotate(-60deg);
|
|
83
|
+
}
|
|
84
|
+
._MingooIcon_10jdu_46 ._P_10jdu_46._P_3_10jdu_59 {
|
|
85
|
+
transform: rotate(-90deg);
|
|
86
|
+
}
|
|
87
|
+
._MingooIcon_10jdu_46 ._P_10jdu_46._P_4_10jdu_62 {
|
|
88
|
+
transform: rotate(-120deg);
|
|
89
|
+
}
|
|
90
|
+
._MingooIcon_10jdu_46 ._P_10jdu_46._P_5_10jdu_65 {
|
|
91
|
+
transform: rotate(-150deg);
|
|
92
|
+
}
|
|
93
|
+
._MingooIcon_10jdu_46 ._P_10jdu_46._P_6_10jdu_68 {
|
|
94
|
+
transform: rotate(-180deg);
|
|
95
|
+
}
|
|
96
|
+
._MingooIcon_10jdu_46 ._P_10jdu_46._P_7_10jdu_71 {
|
|
97
|
+
transform: rotate(-210deg);
|
|
98
|
+
}
|
|
99
|
+
._MingooIcon_10jdu_46 ._P_10jdu_46._P_8_10jdu_74 {
|
|
100
|
+
transform: rotate(-240deg);
|
|
101
|
+
}
|
|
102
|
+
._MingooIcon_10jdu_46 ._P_10jdu_46._P_9_10jdu_77 {
|
|
103
|
+
transform: rotate(-270deg);
|
|
104
|
+
opacity: 0.3;
|
|
105
|
+
}
|
|
106
|
+
._MingooIcon_10jdu_46 ._P_10jdu_46._P_10_10jdu_81 {
|
|
107
|
+
transform: rotate(30deg);
|
|
108
|
+
opacity: 0.3;
|
|
109
|
+
}
|
|
110
|
+
._MingooIcon_10jdu_46 ._P_10jdu_46._P_11_10jdu_85 {
|
|
111
|
+
transform: rotate(60deg);
|
|
112
|
+
opacity: 0.3;
|
|
113
|
+
}
|
|
114
|
+
._MingooIcon_10jdu_46 ._P_10jdu_46._P_12_10jdu_89 {
|
|
115
|
+
transform: rotate(90deg);
|
|
116
|
+
opacity: 0.3;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/a_placeholder.module.scss */
|
|
120
|
+
@keyframes _PlaceholderEffect_rl2bi_1 {
|
|
121
|
+
0% {
|
|
122
|
+
left: -50%;
|
|
123
|
+
opacity: 0;
|
|
124
|
+
}
|
|
125
|
+
30% {
|
|
126
|
+
opacity: 1;
|
|
127
|
+
}
|
|
128
|
+
100% {
|
|
129
|
+
left: 150%;
|
|
130
|
+
opacity: 0;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
._Placeholder_rl2bi_14 ._Body_rl2bi_14 {
|
|
134
|
+
position: absolute;
|
|
135
|
+
content: "";
|
|
136
|
+
top: 0;
|
|
137
|
+
left: 0;
|
|
138
|
+
right: 0;
|
|
139
|
+
bottom: 0;
|
|
140
|
+
width: 40%;
|
|
141
|
+
background:
|
|
142
|
+
linear-gradient(
|
|
143
|
+
to right,
|
|
144
|
+
transparent,
|
|
145
|
+
hsl(var(--color-layer5-hsl)));
|
|
146
|
+
animation: 1.5s _PlaceholderEffect_rl2bi_1 linear infinite;
|
|
147
|
+
}
|
|
148
|
+
._Placeholder_rl2bi_14 ._Body_rl2bi_14._Color_white_rl2bi_25 {
|
|
149
|
+
background:
|
|
150
|
+
linear-gradient(
|
|
151
|
+
to right,
|
|
152
|
+
transparent,
|
|
153
|
+
hsl(var(--color-layer1-hsl)));
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/m_accordion.module.scss */
|
|
157
|
+
._Wrap_13krz_1._Open_true_13krz_1 {
|
|
158
|
+
opacity: 1;
|
|
159
|
+
}
|
|
160
|
+
._Wrap_13krz_1._Open_false_13krz_4 {
|
|
161
|
+
opacity: 0 !important;
|
|
162
|
+
pointer-events: none !important;
|
|
163
|
+
}
|
|
164
|
+
._Wrap_13krz_1._Open_false_13krz_4 * {
|
|
165
|
+
pointer-events: none !important;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_snackbar.module.scss */
|
|
169
|
+
._Wrapper_1s842_1 {
|
|
170
|
+
z-index: 8;
|
|
171
|
+
position: absolute;
|
|
172
|
+
max-height: var(--viewHeight);
|
|
173
|
+
max-width: 100%;
|
|
174
|
+
width: 25rem;
|
|
175
|
+
}
|
|
176
|
+
._Cell_1s842_9 {
|
|
177
|
+
transform: scale(0.3);
|
|
178
|
+
transform-origin: bottom right;
|
|
179
|
+
}
|
|
180
|
+
._Cell_1s842_9._FadeIn_1s842_13 {
|
|
181
|
+
transform: scale(1);
|
|
182
|
+
opacity: 1;
|
|
183
|
+
}
|
|
184
|
+
._Cell_1s842_9._FadeOut_1s842_17 {
|
|
185
|
+
transition: 0.2s !important;
|
|
186
|
+
opacity: 0;
|
|
187
|
+
transform: scale(0.3);
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_sheet.module.scss */
|
|
191
|
+
html._FixHeight_1eh7v_1 ._FixScroll_1eh7v_1 {
|
|
192
|
+
overflow: hidden !important;
|
|
193
|
+
min-height: 0 !important;
|
|
194
|
+
height: calc(var(--viewHeight));
|
|
195
|
+
width: 100vw;
|
|
196
|
+
transition: var(--animation-time3);
|
|
197
|
+
}
|
|
198
|
+
@media (max-width: 834px) {
|
|
199
|
+
html._FloatMainSheet_1eh7v_9._Type_bottom_1eh7v_9 {
|
|
200
|
+
overflow: hidden;
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
html._FloatMainSheet_1eh7v_9 ._FixScroll_1eh7v_1 {
|
|
204
|
+
opacity: 0.8 !important;
|
|
205
|
+
pointer-events: none;
|
|
206
|
+
transform-origin: center center;
|
|
207
|
+
transform: scale(0.96);
|
|
208
|
+
border-radius: calc((2vw + 2vh) / 2);
|
|
209
|
+
}
|
|
210
|
+
._Wrapper_1eh7v_21 {
|
|
211
|
+
position: fixed;
|
|
212
|
+
top: 0;
|
|
213
|
+
left: 0;
|
|
214
|
+
right: 0;
|
|
215
|
+
height: 0;
|
|
216
|
+
pointer-events: none;
|
|
217
|
+
z-index: 6;
|
|
218
|
+
}
|
|
219
|
+
._Wrap_1eh7v_21 {
|
|
220
|
+
pointer-events: none !important;
|
|
221
|
+
height: 0;
|
|
222
|
+
}
|
|
223
|
+
._Wrap_1eh7v_21 ._TapSensor_1eh7v_35 {
|
|
224
|
+
position: sticky;
|
|
225
|
+
top: 0;
|
|
226
|
+
height: 0;
|
|
227
|
+
user-select: none;
|
|
228
|
+
-webkit-user-select: none;
|
|
229
|
+
-webkit-touch-callout: none;
|
|
230
|
+
flex: none;
|
|
231
|
+
}
|
|
232
|
+
._Wrap_1eh7v_21 ._TapSensor_1eh7v_35 ._TapContent_1eh7v_44 {
|
|
233
|
+
height: var(--viewHeight);
|
|
234
|
+
width: 100vw;
|
|
235
|
+
}
|
|
236
|
+
._Wrap_1eh7v_21._Hide_1eh7v_48 {
|
|
237
|
+
display: none !important;
|
|
238
|
+
}
|
|
239
|
+
._Wrap_1eh7v_21._Open_1eh7v_51._isNewSheet_true_1eh7v_51 ._Content_1eh7v_51 {
|
|
240
|
+
pointer-events: all !important;
|
|
241
|
+
background-color: rgba(var(--color-dark-rgb), 0.25);
|
|
242
|
+
}
|
|
243
|
+
._Wrap_1eh7v_21._Open_1eh7v_51._isNewSheet_false_1eh7v_55 ._BB_1eh7v_55 {
|
|
244
|
+
pointer-events: all !important;
|
|
245
|
+
}
|
|
246
|
+
._Wrap_1eh7v_21._Tcate_normal_1eh7v_58 ._TapSensor_1eh7v_35:active + ._BB_1eh7v_55 {
|
|
247
|
+
transform: scale(1.015);
|
|
248
|
+
transition: var(--animation-time1);
|
|
249
|
+
}
|
|
250
|
+
._Wrap_1eh7v_21._Tcate_normal_1eh7v_58 ._TapSensor_1eh7v_35:active + ._BB_1eh7v_55 ._BaseBody_1eh7v_62 {
|
|
251
|
+
transition: var(--animation-time1);
|
|
252
|
+
box-shadow: 0 0 0 transparent inset, var(--shadow_style_4) var(--shadow_color_remark);
|
|
253
|
+
}
|
|
254
|
+
._Wrap_1eh7v_21._Tcate_normal_1eh7v_58 ._BB_1eh7v_55 {
|
|
255
|
+
transform: scale(0.75);
|
|
256
|
+
padding: var(--grid-unit);
|
|
257
|
+
pointer-events: none !important;
|
|
258
|
+
}
|
|
259
|
+
._Wrap_1eh7v_21._Tcate_normal_1eh7v_58 ._BB_1eh7v_55 > * {
|
|
260
|
+
pointer-events: all;
|
|
261
|
+
}
|
|
262
|
+
._Wrap_1eh7v_21._Tcate_normal_1eh7v_58._Open_1eh7v_51 ._BB_1eh7v_55 {
|
|
263
|
+
transform: scale(1);
|
|
264
|
+
opacity: 1;
|
|
265
|
+
}
|
|
266
|
+
._Wrap_1eh7v_21._Tcate_drawer_1eh7v_78._Tpos_left_1eh7v_78 ._Content_1eh7v_51 {
|
|
267
|
+
overflow: hidden auto;
|
|
268
|
+
}
|
|
269
|
+
._Wrap_1eh7v_21._Tcate_drawer_1eh7v_78._Tpos_left_1eh7v_78 ._TapSensor_1eh7v_35:active + ._BB_1eh7v_55 {
|
|
270
|
+
transition: var(--animation-time1);
|
|
271
|
+
left: calc(-1 * var(--grid-unit) * 2);
|
|
272
|
+
}
|
|
273
|
+
._Wrap_1eh7v_21._Tcate_drawer_1eh7v_78._Tpos_left_1eh7v_78 ._BB_1eh7v_55 {
|
|
274
|
+
max-width: 100vw;
|
|
275
|
+
left: -10%;
|
|
276
|
+
}
|
|
277
|
+
._Wrap_1eh7v_21._Tcate_drawer_1eh7v_78._Tpos_left_1eh7v_78._Open_1eh7v_51 ._BB_1eh7v_55 {
|
|
278
|
+
left: 0;
|
|
279
|
+
opacity: 1;
|
|
280
|
+
}
|
|
281
|
+
._Wrap_1eh7v_21._Tcate_drawer_1eh7v_78._Tpos_right_1eh7v_93 ._Content_1eh7v_51 {
|
|
282
|
+
overflow: hidden auto;
|
|
283
|
+
}
|
|
284
|
+
._Wrap_1eh7v_21._Tcate_drawer_1eh7v_78._Tpos_right_1eh7v_93 ._TapSensor_1eh7v_35:active + ._BB_1eh7v_55 {
|
|
285
|
+
transition: var(--animation-time1);
|
|
286
|
+
right: calc(-1 * var(--grid-unit) * 2);
|
|
287
|
+
}
|
|
288
|
+
._Wrap_1eh7v_21._Tcate_drawer_1eh7v_78._Tpos_right_1eh7v_93 ._BB_1eh7v_55 {
|
|
289
|
+
max-width: 100vw;
|
|
290
|
+
right: -10%;
|
|
291
|
+
}
|
|
292
|
+
._Wrap_1eh7v_21._Tcate_drawer_1eh7v_78._Tpos_right_1eh7v_93._Open_1eh7v_51 ._BB_1eh7v_55 {
|
|
293
|
+
right: 0;
|
|
294
|
+
opacity: 1;
|
|
295
|
+
}
|
|
296
|
+
._Wrap_1eh7v_21._Tcate_drawer_1eh7v_78._Tpos_bottom_1eh7v_108 ._TapSensor_1eh7v_35:active + ._BB_1eh7v_55 {
|
|
297
|
+
padding-top: 2vh !important;
|
|
298
|
+
transition: var(--animation-time1) !important;
|
|
299
|
+
}
|
|
300
|
+
._Wrap_1eh7v_21._Tcate_drawer_1eh7v_78._Tpos_bottom_1eh7v_108 ._BB_1eh7v_55 {
|
|
301
|
+
padding-top: 10vh;
|
|
302
|
+
}
|
|
303
|
+
._Wrap_1eh7v_21._Tcate_drawer_1eh7v_78._Tpos_bottom_1eh7v_108 ._BB_1eh7v_55 ._DragBar_1eh7v_115 {
|
|
304
|
+
position: relative;
|
|
305
|
+
}
|
|
306
|
+
._Wrap_1eh7v_21._Tcate_drawer_1eh7v_78._Tpos_bottom_1eh7v_108._Open_1eh7v_51 ._BB_1eh7v_55 {
|
|
307
|
+
padding-top: 0;
|
|
308
|
+
opacity: 1 !important;
|
|
309
|
+
transition: var(--animation-time3);
|
|
310
|
+
}
|
|
311
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._TapSensor_1eh7v_35:active + ._BB_1eh7v_55 {
|
|
312
|
+
transform: scale(1.015);
|
|
313
|
+
transition: var(--animation-time1);
|
|
314
|
+
box-shadow: 0 0 0 transparent inset, var(--shadow_style_4) var(--shadow_color_remark);
|
|
315
|
+
}
|
|
316
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._BB_1eh7v_55 {
|
|
317
|
+
transform: scale(0.95);
|
|
318
|
+
}
|
|
319
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._BB_1eh7v_55._CustomSheet_1eh7v_131 {
|
|
320
|
+
position: relative;
|
|
321
|
+
}
|
|
322
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_1_1eh7v_134._Row_1_1eh7v_134,
|
|
323
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_1_1eh7v_134._Row_4_1eh7v_134,
|
|
324
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_4_1eh7v_134._Row_1_1eh7v_134,
|
|
325
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_4_1eh7v_134._Row_4_1eh7v_134 {
|
|
326
|
+
transform-origin: bottom right;
|
|
327
|
+
}
|
|
328
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_1_1eh7v_134._Row_2_1eh7v_137,
|
|
329
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_1_1eh7v_134._Row_5_1eh7v_137,
|
|
330
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_4_1eh7v_134._Row_2_1eh7v_137,
|
|
331
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_4_1eh7v_134._Row_5_1eh7v_137 {
|
|
332
|
+
transform-origin: top right;
|
|
333
|
+
}
|
|
334
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_2_1eh7v_140._Row_1_1eh7v_134,
|
|
335
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_2_1eh7v_140._Row_4_1eh7v_134,
|
|
336
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_5_1eh7v_140._Row_1_1eh7v_134,
|
|
337
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_5_1eh7v_140._Row_4_1eh7v_134 {
|
|
338
|
+
transform-origin: bottom left;
|
|
339
|
+
}
|
|
340
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_2_1eh7v_140._Row_2_1eh7v_137,
|
|
341
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_2_1eh7v_140._Row_5_1eh7v_137,
|
|
342
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_5_1eh7v_140._Row_2_1eh7v_137,
|
|
343
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_5_1eh7v_140._Row_5_1eh7v_137 {
|
|
344
|
+
transform-origin: top left;
|
|
345
|
+
}
|
|
346
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_3_1eh7v_146,
|
|
347
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_18_1eh7v_146 {
|
|
348
|
+
transform-origin: bottom;
|
|
349
|
+
}
|
|
350
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_8_1eh7v_149,
|
|
351
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_23_1eh7v_149 {
|
|
352
|
+
transform-origin: top;
|
|
353
|
+
}
|
|
354
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_11_1eh7v_152,
|
|
355
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_14_1eh7v_152 {
|
|
356
|
+
transform-origin: right;
|
|
357
|
+
}
|
|
358
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_12_1eh7v_155,
|
|
359
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_15_1eh7v_155 {
|
|
360
|
+
transform-origin: left;
|
|
361
|
+
}
|
|
362
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_1_1eh7v_134,
|
|
363
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_4_1eh7v_134 {
|
|
364
|
+
right: 0;
|
|
365
|
+
justify-content: flex-end;
|
|
366
|
+
}
|
|
367
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_2_1eh7v_140,
|
|
368
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_5_1eh7v_140 {
|
|
369
|
+
left: 0;
|
|
370
|
+
}
|
|
371
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Col_3_1eh7v_165 {
|
|
372
|
+
align-items: center;
|
|
373
|
+
justify-content: center;
|
|
374
|
+
}
|
|
375
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Row_1_1eh7v_134,
|
|
376
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Row_4_1eh7v_134 {
|
|
377
|
+
bottom: 0;
|
|
378
|
+
}
|
|
379
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Row_2_1eh7v_137,
|
|
380
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123 ._GPT_1eh7v_134._Row_5_1eh7v_137 {
|
|
381
|
+
top: 0;
|
|
382
|
+
}
|
|
383
|
+
._Wrap_1eh7v_21._Tcate_custom_1eh7v_123._Open_1eh7v_51 ._BB_1eh7v_55 {
|
|
384
|
+
transform: scale(1);
|
|
385
|
+
opacity: 1;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_loader.module.scss */
|
|
389
|
+
._Wrapper_1ha0b_1 {
|
|
390
|
+
z-index: 10;
|
|
391
|
+
position: absolute;
|
|
392
|
+
}
|
|
393
|
+
._TopLoader_1ha0b_6 {
|
|
394
|
+
z-index: 3000;
|
|
395
|
+
cursor: not-allowed !important;
|
|
396
|
+
}
|
|
397
|
+
._TopLoader_1ha0b_6 ._Center_1ha0b_10 {
|
|
398
|
+
width: 10rem;
|
|
399
|
+
height: 10rem;
|
|
400
|
+
}
|
|
401
|
+
._TopLoader_1ha0b_6 ._Child_1ha0b_14 {
|
|
402
|
+
position: absolute;
|
|
403
|
+
transform-origin: 0 0;
|
|
404
|
+
justify-content: flex-end;
|
|
405
|
+
align-items: center;
|
|
406
|
+
display: flex;
|
|
407
|
+
height: 0;
|
|
408
|
+
background-color: white;
|
|
409
|
+
}
|
|
410
|
+
._TopLoader_1ha0b_6 ._Child_1ha0b_14 ._Circle_1ha0b_23 {
|
|
411
|
+
border-radius: 50%;
|
|
412
|
+
animation: _expander_1ha0b_1 6s cubic-bezier(0.61, 0.48, 0.61, 0.76) infinite;
|
|
413
|
+
}
|
|
414
|
+
._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child1_1ha0b_27 {
|
|
415
|
+
width: 3rem;
|
|
416
|
+
animation: _rotation_1ha0b_1 4s cubic-bezier(0.61, 0.48, 0.61, 0.76) infinite -2.5s;
|
|
417
|
+
}
|
|
418
|
+
._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child1_1ha0b_27 ._Circle_1ha0b_23 {
|
|
419
|
+
width: 20px;
|
|
420
|
+
height: 20px;
|
|
421
|
+
}
|
|
422
|
+
._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child2_1ha0b_35 {
|
|
423
|
+
width: 45px;
|
|
424
|
+
animation: _rotation_1ha0b_1 4.7s cubic-bezier(0.61, 0.48, 0.61, 0.76) infinite -1.4s;
|
|
425
|
+
}
|
|
426
|
+
._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child2_1ha0b_35 ._Circle_1ha0b_23 {
|
|
427
|
+
width: 10px;
|
|
428
|
+
height: 10px;
|
|
429
|
+
}
|
|
430
|
+
._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child3_1ha0b_43 {
|
|
431
|
+
width: 46px;
|
|
432
|
+
animation: _rotation_1ha0b_1 3s cubic-bezier(0.61, 0.48, 0.61, 0.76) infinite -3.6s;
|
|
433
|
+
}
|
|
434
|
+
._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child3_1ha0b_43 ._Circle_1ha0b_23 {
|
|
435
|
+
width: 10px;
|
|
436
|
+
height: 10px;
|
|
437
|
+
}
|
|
438
|
+
._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child4_1ha0b_51 {
|
|
439
|
+
width: 32px;
|
|
440
|
+
animation: _rotation_1ha0b_1 5.3s cubic-bezier(0.61, 0.48, 0.61, 0.76) infinite -1.4s;
|
|
441
|
+
}
|
|
442
|
+
._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child4_1ha0b_51 ._Circle_1ha0b_23 {
|
|
443
|
+
width: 6px;
|
|
444
|
+
height: 6px;
|
|
445
|
+
}
|
|
446
|
+
._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child5_1ha0b_59 {
|
|
447
|
+
width: 22px;
|
|
448
|
+
animation: _rotation_1ha0b_1 4.9s cubic-bezier(0.61, 0.48, 0.61, 0.76) infinite -0.9s;
|
|
449
|
+
}
|
|
450
|
+
._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child5_1ha0b_59 ._Circle_1ha0b_23 {
|
|
451
|
+
width: 8px;
|
|
452
|
+
height: 8px;
|
|
453
|
+
}
|
|
454
|
+
._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child6_1ha0b_67 {
|
|
455
|
+
width: 38px;
|
|
456
|
+
animation: _rotation_1ha0b_1 5.4s cubic-bezier(0.61, 0.48, 0.61, 0.76) infinite -3.1s;
|
|
457
|
+
}
|
|
458
|
+
._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child6_1ha0b_67 ._Circle_1ha0b_23 {
|
|
459
|
+
width: 15px;
|
|
460
|
+
height: 15px;
|
|
461
|
+
}
|
|
462
|
+
._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child7_1ha0b_75 {
|
|
463
|
+
width: 42px;
|
|
464
|
+
animation: _rotation_1ha0b_1 6s cubic-bezier(0.61, 0.48, 0.61, 0.76) infinite _-2s_1ha0b_1;
|
|
465
|
+
}
|
|
466
|
+
._TopLoader_1ha0b_6 ._Child_1ha0b_14._Child7_1ha0b_75 ._Circle_1ha0b_23 {
|
|
467
|
+
width: 6px;
|
|
468
|
+
height: 6px;
|
|
469
|
+
}
|
|
470
|
+
@keyframes _rotation_1ha0b_1 {
|
|
471
|
+
0% {
|
|
472
|
+
transform: rotate(0deg);
|
|
473
|
+
}
|
|
474
|
+
50% {
|
|
475
|
+
transform: rotate(360deg);
|
|
476
|
+
}
|
|
477
|
+
100% {
|
|
478
|
+
transform: rotate(720deg);
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
@keyframes _expander_1ha0b_1 {
|
|
482
|
+
0% {
|
|
483
|
+
transform: scale(1);
|
|
484
|
+
}
|
|
485
|
+
30% {
|
|
486
|
+
transform: scale(0);
|
|
487
|
+
}
|
|
488
|
+
70% {
|
|
489
|
+
transform: scale(1.4);
|
|
490
|
+
}
|
|
491
|
+
100% {
|
|
492
|
+
transform: scale(1);
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
._TopLoader_1ha0b_6._Active_true_1ha0b_108 {
|
|
496
|
+
opacity: 1;
|
|
497
|
+
pointer-events: all;
|
|
498
|
+
}
|
|
499
|
+
@keyframes _ldAnm_1ha0b_1 {
|
|
500
|
+
0% {
|
|
501
|
+
height: 20%;
|
|
502
|
+
}
|
|
503
|
+
40% {
|
|
504
|
+
height: 100%;
|
|
505
|
+
}
|
|
506
|
+
80% {
|
|
507
|
+
height: 20%;
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
._CornerLoader_1ha0b_124 ._Wrap_1ha0b_1 {
|
|
511
|
+
height: 1rem;
|
|
512
|
+
gap: 1px;
|
|
513
|
+
}
|
|
514
|
+
._CornerLoader_1ha0b_124 ._Wrap_1ha0b_1 > div {
|
|
515
|
+
box-shadow: 0 0 0 transparent inset, var(--shadow_style_1) var(--shadow_color_remark);
|
|
516
|
+
background-color: white;
|
|
517
|
+
border-radius: 4px;
|
|
518
|
+
width: 2px;
|
|
519
|
+
height: 20%;
|
|
520
|
+
}
|
|
521
|
+
._CornerLoader_1ha0b_124._Active_true_1ha0b_108 {
|
|
522
|
+
opacity: 0.7;
|
|
523
|
+
}
|
|
524
|
+
._CornerLoader_1ha0b_124._Active_true_1ha0b_108 ._Wrap_1ha0b_1 > div {
|
|
525
|
+
animation: 1.2s _ldAnm_1ha0b_1 ease infinite;
|
|
526
|
+
}
|
|
527
|
+
._CornerLoader_1ha0b_124._Active_true_1ha0b_108 ._Wrap_1ha0b_1 > div._Ld1_1ha0b_141 {
|
|
528
|
+
animation-delay: calc(0 * 0.15s);
|
|
529
|
+
}
|
|
530
|
+
._CornerLoader_1ha0b_124._Active_true_1ha0b_108 ._Wrap_1ha0b_1 > div._Ld2_1ha0b_144 {
|
|
531
|
+
animation-delay: calc(1 * 0.15s);
|
|
532
|
+
}
|
|
533
|
+
._CornerLoader_1ha0b_124._Active_true_1ha0b_108 ._Wrap_1ha0b_1 > div._Ld3_1ha0b_147 {
|
|
534
|
+
animation-delay: calc(2 * 0.15s);
|
|
535
|
+
}
|
|
536
|
+
._CornerLoader_1ha0b_124._Active_true_1ha0b_108 ._Wrap_1ha0b_1 > div._Ld4_1ha0b_150 {
|
|
537
|
+
animation-delay: calc(3 * 0.15s);
|
|
538
|
+
}
|
|
539
|
+
@keyframes _ldAnm_1ha0b_1 {
|
|
540
|
+
0% {
|
|
541
|
+
height: 50%;
|
|
542
|
+
}
|
|
543
|
+
25% {
|
|
544
|
+
height: 100%;
|
|
545
|
+
}
|
|
546
|
+
50% {
|
|
547
|
+
height: 20%;
|
|
548
|
+
}
|
|
549
|
+
75% {
|
|
550
|
+
height: 50%;
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
._MiniLoader_1ha0b_168 {
|
|
554
|
+
transition: 0.1s;
|
|
555
|
+
}
|
|
556
|
+
._MiniLoader_1ha0b_168._Active_false_1ha0b_171 {
|
|
557
|
+
display: none !important;
|
|
558
|
+
}
|
|
559
|
+
._MiniLoader_1ha0b_168._Hide_1ha0b_174 {
|
|
560
|
+
display: none !important;
|
|
561
|
+
}
|
|
562
|
+
._MiniLoader_1ha0b_168:not(._Active_1ha0b_108) {
|
|
563
|
+
overflow: hidden;
|
|
564
|
+
padding: 0 !important;
|
|
565
|
+
margin: 0 !important;
|
|
566
|
+
width: 0 !important;
|
|
567
|
+
height: 0 !important;
|
|
568
|
+
}
|
|
569
|
+
._MiniLoader_1ha0b_168 > ._Core_1ha0b_184 {
|
|
570
|
+
animation: _spin_1ha0b_1 0.5s linear infinite;
|
|
571
|
+
}
|
|
572
|
+
._MiniLoader_1ha0b_168 svg {
|
|
573
|
+
height: 100%;
|
|
574
|
+
position: absolute;
|
|
575
|
+
fill: none;
|
|
576
|
+
}
|
|
577
|
+
._MiniLoader_1ha0b_168 ._SVG1_1ha0b_192 {
|
|
578
|
+
stroke-width: 9;
|
|
579
|
+
stroke-dasharray: 220 220;
|
|
580
|
+
stroke-linecap: round;
|
|
581
|
+
animation: _loader_1ha0b_1 1.8s infinite cubic-bezier(0.4, 0, 0.3, 1), _loading_1ha0b_1 1.4s infinite linear;
|
|
582
|
+
vertical-align: middle;
|
|
583
|
+
}
|
|
584
|
+
._MiniLoader_1ha0b_168 ._SVG2_1ha0b_199 {
|
|
585
|
+
stroke-width: 6;
|
|
586
|
+
opacity: 0.2;
|
|
587
|
+
}
|
|
588
|
+
@keyframes _loader_1ha0b_1 {
|
|
589
|
+
from {
|
|
590
|
+
stroke-dashoffset: 220;
|
|
591
|
+
}
|
|
592
|
+
to {
|
|
593
|
+
stroke-dashoffset: -220;
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
@keyframes _loading_1ha0b_1 {
|
|
597
|
+
from {
|
|
598
|
+
transform: none;
|
|
599
|
+
}
|
|
600
|
+
to {
|
|
601
|
+
transform: rotate(360deg);
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_layout.module.scss */
|
|
606
|
+
@media (max-width: 834px) {
|
|
607
|
+
._RootViewController_k39n4_2 ._Content_k39n4_2 {
|
|
608
|
+
min-height: calc(var(--viewHeight) - var(--topNavHeight) - var(--footerNavHeight));
|
|
609
|
+
}
|
|
610
|
+
}
|
|
611
|
+
._RootViewController_k39n4_2 ._TopNav_k39n4_6 {
|
|
612
|
+
z-index: 5;
|
|
613
|
+
}
|
|
614
|
+
._RootViewController_k39n4_2 ._FooterNav_k39n4_9 {
|
|
615
|
+
z-index: 4;
|
|
616
|
+
}
|
|
617
|
+
._RootViewController_k39n4_2 ._Body_k39n4_12 ._SideNav_k39n4_12 {
|
|
618
|
+
z-index: 3;
|
|
619
|
+
}
|
|
620
|
+
._RootViewController_k39n4_2 ._Body_k39n4_12 ._Content_k39n4_2 {
|
|
621
|
+
z-index: 2;
|
|
622
|
+
}
|
|
623
|
+
._SwipeView_k39n4_19 ._Rail_k39n4_19._ShowOther_true_k39n4_19 > ._Child_k39n4_19 {
|
|
624
|
+
opacity: 100% !important;
|
|
625
|
+
}
|
|
626
|
+
._SwipeView_k39n4_19 ._Rail_k39n4_19 ._Child_k39n4_19 {
|
|
627
|
+
opacity: 0%;
|
|
628
|
+
transition: 0.3s;
|
|
629
|
+
height: 0;
|
|
630
|
+
}
|
|
631
|
+
._SwipeView_k39n4_19 ._Rail_k39n4_19 ._Child_k39n4_19._Display_k39n4_27 {
|
|
632
|
+
opacity: 100%;
|
|
633
|
+
height: auto;
|
|
634
|
+
}
|
|
635
|
+
._SwipeView_k39n4_19 ._Rail_k39n4_19 ._Child_k39n4_19._LoopAdjusting_k39n4_31 {
|
|
636
|
+
transition: 0s !important;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_table.module.scss */
|
|
640
|
+
._Wrap_ckumi_1._RowClickable_true_ckumi_1 ._Row_ckumi_1._BodyRow_ckumi_1:not(._DataNotFound_ckumi_1) {
|
|
641
|
+
cursor: pointer;
|
|
642
|
+
}
|
|
643
|
+
._Wrap_ckumi_1._RowClickable_true_ckumi_1 ._Row_ckumi_1._BodyRow_ckumi_1:not(._DataNotFound_ckumi_1):hover ._Cell_ckumi_4 {
|
|
644
|
+
background-color: hsl(var(--color-layer2-hsl));
|
|
645
|
+
}
|
|
646
|
+
._Wrap_ckumi_1._RowClickable_true_ckumi_1 ._Row_ckumi_1._BodyRow_ckumi_1:not(._DataNotFound_ckumi_1):active ._Cell_ckumi_4 {
|
|
647
|
+
background-color: hsl(var(--color-layer3-hsl));
|
|
648
|
+
}
|
|
649
|
+
._Wrap_ckumi_1 ._Table_ckumi_10 {
|
|
650
|
+
min-width: 100%;
|
|
651
|
+
border-collapse: separate;
|
|
652
|
+
border-spacing: 0px;
|
|
653
|
+
height: 100%;
|
|
654
|
+
border-radius: inherit;
|
|
655
|
+
}
|
|
656
|
+
._Wrap_ckumi_1 ._Table_ckumi_10 ._Row_ckumi_1 {
|
|
657
|
+
border-radius: inherit;
|
|
658
|
+
}
|
|
659
|
+
._TableType_drag_ckumi_21 * {
|
|
660
|
+
user-select: none;
|
|
661
|
+
-webkit-user-select: none;
|
|
662
|
+
}
|
|
663
|
+
._TableType_drag_ckumi_21 ._DraggerOrigin_ckumi_25 ._Cell_ckumi_4 {
|
|
664
|
+
transition: var(--animation-time2);
|
|
665
|
+
background-color: hsl(var(--color-layer4-hsl));
|
|
666
|
+
opacity: 0.8;
|
|
667
|
+
pointer-events: none;
|
|
668
|
+
}
|
|
669
|
+
._TableType_drag_ckumi_21 ._DragableButton_ckumi_31 {
|
|
670
|
+
cursor: grab;
|
|
671
|
+
}
|
|
672
|
+
._TableType_drag_ckumi_21 ._DragableButton_ckumi_31:hover {
|
|
673
|
+
color: hsl(var(--color-theme-hsl));
|
|
674
|
+
}
|
|
675
|
+
._TableType_drag_ckumi_21 ._DragableButton_ckumi_31:active {
|
|
676
|
+
color: hsl(var(--color-theme-hsl));
|
|
677
|
+
}
|
|
678
|
+
._TableType_data_ckumi_40 ._Console_ckumi_40 {
|
|
679
|
+
width: 100%;
|
|
680
|
+
border-bottom: 1px solid var(--border-color-normal);
|
|
681
|
+
position: relative;
|
|
682
|
+
z-index: 2;
|
|
683
|
+
flex: none;
|
|
684
|
+
}
|
|
685
|
+
._TableType_data_ckumi_40 ._Console_ckumi_40 + ._TableBase_ckumi_47 {
|
|
686
|
+
border-top-left-radius: 0;
|
|
687
|
+
border-top-right-radius: 0;
|
|
688
|
+
}
|
|
689
|
+
._TableType_data_ckumi_40 ._TableBase_ckumi_47 {
|
|
690
|
+
border-radius: inherit;
|
|
691
|
+
}
|
|
692
|
+
._TableType_data_ckumi_40 ._TableBase_ckumi_47 ._Table_ckumi_10 {
|
|
693
|
+
border-radius: inherit;
|
|
694
|
+
}
|
|
695
|
+
._TableType_data_ckumi_40 ._TableBase_ckumi_47 ._Table_ckumi_10 ._HeadRow_ckumi_57 {
|
|
696
|
+
border-radius: inherit;
|
|
697
|
+
position: relative;
|
|
698
|
+
z-index: 2 !important;
|
|
699
|
+
min-width: 100%;
|
|
700
|
+
}
|
|
701
|
+
._TableType_data_ckumi_40 ._TableBase_ckumi_47 ._Table_ckumi_10 ._HeadRow_ckumi_57 ._Cell_ckumi_4 ._FilterRegion_ckumi_63 {
|
|
702
|
+
font-size: inherit;
|
|
703
|
+
}
|
|
704
|
+
._TableType_data_ckumi_40 ._TableBase_ckumi_47 ._Table_ckumi_10 ._HeadRow_ckumi_57 ._Cell_ckumi_4 ._FilterRegion_ckumi_63 ._Filtering_true_ckumi_66 {
|
|
705
|
+
border: none;
|
|
706
|
+
background-color: hsl(var(--color-theme-hsl)) !important;
|
|
707
|
+
color: #fff !important;
|
|
708
|
+
box-shadow: 0 0 0 transparent inset, var(--shadow_style_1) var(--shadow_color_remark);
|
|
709
|
+
}
|
|
710
|
+
._TableType_data_ckumi_40 ._TableBase_ckumi_47 ._Table_ckumi_10 ._BodyRow_ckumi_1 {
|
|
711
|
+
position: relative;
|
|
712
|
+
z-index: 1;
|
|
713
|
+
}
|
|
714
|
+
._Cell_ckumi_4 {
|
|
715
|
+
font-weight: normal;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_effect.module.scss */
|
|
719
|
+
._RippleElement_1wxnq_1 {
|
|
720
|
+
transition: var(--animation-time1);
|
|
721
|
+
position: relative;
|
|
722
|
+
-webkit-user-select: none;
|
|
723
|
+
user-select: none;
|
|
724
|
+
}
|
|
725
|
+
._RippleElement_1wxnq_1._Color_cloud_1wxnq_7 ._RippleWrap_1wxnq_7 ._Wave_1wxnq_7 {
|
|
726
|
+
background-color: rgba(var(--color-dark-rgb), 0.25) !important;
|
|
727
|
+
}
|
|
728
|
+
._RippleElement_1wxnq_1._Color_theme_1wxnq_10 ._RippleWrap_1wxnq_7 ._Wave_1wxnq_7 {
|
|
729
|
+
background-color: hsl(var(--cH), calc(var(--cS) * 1.2), calc(var(--cL) * 1.25)) !important;
|
|
730
|
+
opacity: 0.4;
|
|
731
|
+
}
|
|
732
|
+
._RippleWrap_1wxnq_7 {
|
|
733
|
+
position: absolute !important;
|
|
734
|
+
z-index: 100 !important;
|
|
735
|
+
top: 0;
|
|
736
|
+
left: 0;
|
|
737
|
+
bottom: 0;
|
|
738
|
+
right: 0;
|
|
739
|
+
overflow: hidden;
|
|
740
|
+
border-radius: inherit;
|
|
741
|
+
pointer-events: none !important;
|
|
742
|
+
}
|
|
743
|
+
._RippleWrap_1wxnq_7 ._Wave_1wxnq_7 {
|
|
744
|
+
position: absolute;
|
|
745
|
+
overflow: hidden;
|
|
746
|
+
top: 0;
|
|
747
|
+
left: 0;
|
|
748
|
+
width: 0;
|
|
749
|
+
height: 0;
|
|
750
|
+
border-radius: 50%;
|
|
751
|
+
transform: translate(-50%, -50%);
|
|
752
|
+
transition: 1s;
|
|
753
|
+
transition-timing-function: var(--animation-style1);
|
|
754
|
+
background-color: rgba(255, 255, 255, 0.75);
|
|
755
|
+
}
|
|
756
|
+
._PuddingEffect_1wxnq_39 {
|
|
757
|
+
animation: _pdAnm_1wxnq_1 0.5s ease;
|
|
758
|
+
position: relative;
|
|
759
|
+
}
|
|
760
|
+
@keyframes _pdAnm_1wxnq_1 {
|
|
761
|
+
0% {
|
|
762
|
+
transform: scale3d(1, 1, 1);
|
|
763
|
+
}
|
|
764
|
+
10% {
|
|
765
|
+
transform: scale3d(1.1, 0.75, 1);
|
|
766
|
+
}
|
|
767
|
+
20% {
|
|
768
|
+
transform: scale3d(0.85, 1.15, 1);
|
|
769
|
+
}
|
|
770
|
+
30% {
|
|
771
|
+
transform: scale3d(1.05, 0.85, 1);
|
|
772
|
+
}
|
|
773
|
+
45% {
|
|
774
|
+
transform: scale3d(0.95, 1.05, 1);
|
|
775
|
+
}
|
|
776
|
+
75% {
|
|
777
|
+
transform: scale3d(1.02, 0.95, 1);
|
|
778
|
+
}
|
|
779
|
+
100% {
|
|
780
|
+
transform: scale3d(1, 1, 1);
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
.eff_expand:active {
|
|
784
|
+
transition: var(--animation-time1);
|
|
785
|
+
transform: scale(1.05);
|
|
786
|
+
}
|
|
787
|
+
.eff_shrink:active {
|
|
788
|
+
transition: var(--animation-time1);
|
|
789
|
+
transform: scale(0.97);
|
|
790
|
+
}
|
|
791
|
+
.eff_push:active {
|
|
792
|
+
box-shadow:
|
|
793
|
+
0 0 0 transparent inset,
|
|
794
|
+
var(--shadow_style_1) var(--shadow_color_remark) inset,
|
|
795
|
+
0 0 0 transparent !important;
|
|
796
|
+
}
|
|
797
|
+
.eff_push:focus {
|
|
798
|
+
box-shadow:
|
|
799
|
+
0 0 0 transparent inset,
|
|
800
|
+
0 0 0 transparent inset,
|
|
801
|
+
var(--shadow_style_3) var(--shadow_color_remark);
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_cropper.module.scss */
|
|
805
|
+
._Wrap_58pz3_1 {
|
|
806
|
+
vertical-align: bottom;
|
|
807
|
+
}
|
|
808
|
+
._Wrap_58pz3_1._Use_profile_58pz3_4 {
|
|
809
|
+
max-width: calc(var(--grid-unit) * 38);
|
|
810
|
+
}
|
|
811
|
+
._Wrap_58pz3_1._Use_head_58pz3_7 {
|
|
812
|
+
max-width: calc(var(--grid-unit) * 72);
|
|
813
|
+
}
|
|
814
|
+
._Canvas_58pz3_11 {
|
|
815
|
+
width: 100%;
|
|
816
|
+
cursor: move;
|
|
817
|
+
overflow: hidden;
|
|
818
|
+
vertical-align: middle;
|
|
819
|
+
}
|
|
820
|
+
._Preview_58pz3_18 {
|
|
821
|
+
display: none;
|
|
822
|
+
}
|
|
823
|
+
._ToneBall_58pz3_22 {
|
|
824
|
+
position: relative;
|
|
825
|
+
width: calc(var(--grid-unit) * 3 / 2);
|
|
826
|
+
height: calc(var(--grid-unit) * 3 / 2);
|
|
827
|
+
border-radius: 50%;
|
|
828
|
+
background-color: gray;
|
|
829
|
+
}
|
|
830
|
+
._ToneBall_1_58pz3_29 {
|
|
831
|
+
background-color: rgb(255, 165, 0);
|
|
832
|
+
}
|
|
833
|
+
._ToneBall_2_58pz3_32 {
|
|
834
|
+
background-color: rgb(150, 150, 255);
|
|
835
|
+
}
|
|
836
|
+
._ToneBall_3_58pz3_35 {
|
|
837
|
+
background-color: rgb(240, 200, 145);
|
|
838
|
+
}
|
|
839
|
+
._ToneBall_4_58pz3_38 {
|
|
840
|
+
background-color: rgb(0, 255, 255);
|
|
841
|
+
}
|
|
842
|
+
._ToneBall_5_58pz3_41 {
|
|
843
|
+
background-color: rgb(255, 0, 255);
|
|
844
|
+
}
|
|
845
|
+
._ToneBall_6_58pz3_44 {
|
|
846
|
+
background-color: rgb(255, 255, 0);
|
|
847
|
+
}
|
|
848
|
+
._ToneBall_7_58pz3_47 {
|
|
849
|
+
background-color: rgb(40, 158, 169);
|
|
850
|
+
}
|
|
851
|
+
._ToneBall_8_58pz3_50 {
|
|
852
|
+
background-color: rgb(90, 112, 162);
|
|
853
|
+
}
|
|
854
|
+
._ToneBall_9_58pz3_53 {
|
|
855
|
+
background-color: rgb(50, 192, 87);
|
|
856
|
+
}
|
|
857
|
+
._ToneBall_10_58pz3_56 {
|
|
858
|
+
background-color: rgb(246, 20, 140);
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_button.module.scss */
|
|
862
|
+
._Wrap_2p2fg_1 {
|
|
863
|
+
text-decoration: none;
|
|
864
|
+
vertical-align: bottom;
|
|
865
|
+
position: relative;
|
|
866
|
+
user-select: none;
|
|
867
|
+
-webkit-user-select: none;
|
|
868
|
+
}
|
|
869
|
+
._Wrap_2p2fg_1 > * {
|
|
870
|
+
position: relative;
|
|
871
|
+
z-index: 2;
|
|
872
|
+
pointer-events: none;
|
|
873
|
+
}
|
|
874
|
+
._Wrap_2p2fg_1[disabled] {
|
|
875
|
+
pointer-events: none;
|
|
876
|
+
}
|
|
877
|
+
._Wrap_2p2fg_1._isLocked_true_2p2fg_16 {
|
|
878
|
+
background-color: hsl(var(--color-layer4-hsl)) !important;
|
|
879
|
+
box-shadow: none !important;
|
|
880
|
+
}
|
|
881
|
+
._Tone_Sub_Color_theme_2p2fg_21,
|
|
882
|
+
._Tone_Clear_Color_theme_2p2fg_21 {
|
|
883
|
+
background-color: hsla(var(--color-theme-hsl), var(--color-theme-opacity-few));
|
|
884
|
+
}
|
|
885
|
+
._Tone_Sub_Color_posi_2p2fg_24,
|
|
886
|
+
._Tone_Clear_Color_posi_2p2fg_24 {
|
|
887
|
+
background-color: rgba(var(--color-positive-rgb), 0.075);
|
|
888
|
+
}
|
|
889
|
+
._Tone_Sub_Color_nega_2p2fg_27,
|
|
890
|
+
._Tone_Clear_Color_nega_2p2fg_27 {
|
|
891
|
+
background-color: rgba(var(--color-negative-rgb), 0.075);
|
|
892
|
+
}
|
|
893
|
+
._Tone_Sub_Color_warn_2p2fg_30,
|
|
894
|
+
._Tone_Clear_Color_warn_2p2fg_30 {
|
|
895
|
+
background-color: rgba(var(--color-warning-rgb), 0.075);
|
|
896
|
+
}
|
|
897
|
+
._Tone_Sub_Color_white_2p2fg_33,
|
|
898
|
+
._Tone_Clear_Color_white_2p2fg_33 {
|
|
899
|
+
background-color: rgba(255, 255, 255, 0.15);
|
|
900
|
+
}
|
|
901
|
+
._Tone_Sub_Color_cloud_2p2fg_36,
|
|
902
|
+
._Tone_Clear_Color_cloud_2p2fg_36 {
|
|
903
|
+
background-color: rgba(var(--color-cloud-rgb), 0.7);
|
|
904
|
+
}
|
|
905
|
+
._Tone_Sub_Color_layer_2p2fg_39,
|
|
906
|
+
._Tone_Clear_Color_layer_2p2fg_39 {
|
|
907
|
+
background-color: hsla(var(--color-layer5-hsl), 0.3);
|
|
908
|
+
}
|
|
909
|
+
._isNeutral_true_2p2fg_43._Tone_Clear_2p2fg_21:not(:hover):not(:focus) {
|
|
910
|
+
background-color: transparent;
|
|
911
|
+
}
|
|
912
|
+
._isNeutral_true_2p2fg_43._Tone_BorderToFill_2p2fg_46:not(:hover):not(:focus) {
|
|
913
|
+
background-color: transparent !important;
|
|
914
|
+
}
|
|
915
|
+
._isNeutral_true_2p2fg_43._Tone_FillToBorder_2p2fg_49:not(:hover):not(:focus) {
|
|
916
|
+
color: white !important;
|
|
917
|
+
}
|
|
918
|
+
._isNeutral_true_2p2fg_43._Tone_FillToBorder_Color_white_2p2fg_52:not(:hover):not(:focus),
|
|
919
|
+
._isNeutral_true_2p2fg_43._Tone_FillToBorder_Color_cloud_2p2fg_52:not(:hover):not(:focus) {
|
|
920
|
+
color: #000 !important;
|
|
921
|
+
}
|
|
922
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Link_2p2fg_55,
|
|
923
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Link_2p2fg_55 {
|
|
924
|
+
color: hsl(var(--color-theme-hsl));
|
|
925
|
+
text-decoration: underline !important;
|
|
926
|
+
}
|
|
927
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Link_2p2fg_55 *,
|
|
928
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Link_2p2fg_55 * {
|
|
929
|
+
text-decoration: underline !important;
|
|
930
|
+
}
|
|
931
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_plain_2p2fg_62,
|
|
932
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_plain_2p2fg_62 {
|
|
933
|
+
background-color: hsl(var(--color-layer3-hsl));
|
|
934
|
+
color: rgb(var(--font-color2-rgb));
|
|
935
|
+
}
|
|
936
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_theme_2p2fg_66,
|
|
937
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_theme_2p2fg_66 {
|
|
938
|
+
background-color: hsla(var(--color-theme-hsl), var(--color-theme-opacity-few));
|
|
939
|
+
color: hsl(var(--color-theme-hsl));
|
|
940
|
+
}
|
|
941
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_posi_2p2fg_70,
|
|
942
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_posi_2p2fg_70 {
|
|
943
|
+
background-color: rgba(var(--color-positive-rgb), 0.1);
|
|
944
|
+
color: rgba(var(--color-positive-rgb), 1);
|
|
945
|
+
}
|
|
946
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_nega_2p2fg_74,
|
|
947
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_nega_2p2fg_74 {
|
|
948
|
+
background-color: rgba(var(--color-negative-rgb), 0.1);
|
|
949
|
+
color: rgba(var(--color-negative-rgb), 1);
|
|
950
|
+
}
|
|
951
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Normal_Color_warn_2p2fg_78,
|
|
952
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Normal_Color_warn_2p2fg_78 {
|
|
953
|
+
background-color: rgba(var(--color-warning-rgb), 0.1);
|
|
954
|
+
color: rgba(var(--color-warning-rgb), 1);
|
|
955
|
+
}
|
|
956
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Border_2p2fg_46,
|
|
957
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Border_2p2fg_46 {
|
|
958
|
+
background-color: rgba(var(--color-cloud-rgb), 1);
|
|
959
|
+
}
|
|
960
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Prime_2p2fg_85,
|
|
961
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Prime_2p2fg_85 {
|
|
962
|
+
opacity: 0.85;
|
|
963
|
+
}
|
|
964
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_theme_2p2fg_21,
|
|
965
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_theme_2p2fg_21,
|
|
966
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_theme_2p2fg_21,
|
|
967
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_theme_2p2fg_21 {
|
|
968
|
+
background-color: hsla(var(--color-theme-hsl), var(--color-theme-opacity-low));
|
|
969
|
+
color: hsl(var(--color-theme-hsl));
|
|
970
|
+
}
|
|
971
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_posi_2p2fg_24,
|
|
972
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_posi_2p2fg_24,
|
|
973
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_posi_2p2fg_24,
|
|
974
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_posi_2p2fg_24 {
|
|
975
|
+
background-color: rgba(var(--color-positive-rgb), 0.125);
|
|
976
|
+
color: rgba(var(--color-positive-rgb), 1);
|
|
977
|
+
}
|
|
978
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_nega_2p2fg_27,
|
|
979
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_nega_2p2fg_27,
|
|
980
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_nega_2p2fg_27,
|
|
981
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_nega_2p2fg_27 {
|
|
982
|
+
background-color: rgba(var(--color-negative-rgb), 0.125);
|
|
983
|
+
color: rgba(var(--color-negative-rgb), 1);
|
|
984
|
+
}
|
|
985
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_warn_2p2fg_30,
|
|
986
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_warn_2p2fg_30,
|
|
987
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_warn_2p2fg_30,
|
|
988
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_warn_2p2fg_30 {
|
|
989
|
+
background-color: rgba(var(--color-warning-rgb), 0.125);
|
|
990
|
+
color: rgba(var(--color-warning-rgb), 1);
|
|
991
|
+
}
|
|
992
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_white_2p2fg_33,
|
|
993
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_white_2p2fg_33,
|
|
994
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_white_2p2fg_33,
|
|
995
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_white_2p2fg_33 {
|
|
996
|
+
background-color: rgba(255, 255, 255, 0.25);
|
|
997
|
+
color: white;
|
|
998
|
+
}
|
|
999
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_cloud_2p2fg_36,
|
|
1000
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_cloud_2p2fg_36,
|
|
1001
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_cloud_2p2fg_36,
|
|
1002
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_cloud_2p2fg_36 {
|
|
1003
|
+
background-color: rgba(var(--color-cloud-rgb), 1);
|
|
1004
|
+
}
|
|
1005
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Sub_Color_layer_2p2fg_39,
|
|
1006
|
+
._isNeutral_true_2p2fg_43:hover._Tone_Clear_Color_layer_2p2fg_39,
|
|
1007
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Sub_Color_layer_2p2fg_39,
|
|
1008
|
+
._isNeutral_true_2p2fg_43:focus._Tone_Clear_Color_layer_2p2fg_39 {
|
|
1009
|
+
background-color: hsla(var(--color-layer5-hsl), 0.5);
|
|
1010
|
+
}
|
|
1011
|
+
._isNeutral_true_2p2fg_43:hover._Tone_FillToBorder_2p2fg_49,
|
|
1012
|
+
._isNeutral_true_2p2fg_43:focus._Tone_FillToBorder_2p2fg_49 {
|
|
1013
|
+
background-color: transparent;
|
|
1014
|
+
}
|
|
1015
|
+
._isNeutral_true_2p2fg_43:hover._Tone_BorderToFill_2p2fg_46,
|
|
1016
|
+
._isNeutral_true_2p2fg_43:focus._Tone_BorderToFill_2p2fg_46 {
|
|
1017
|
+
color: white;
|
|
1018
|
+
}
|
|
1019
|
+
._isNeutral_true_2p2fg_43:hover._Tone_BorderToFill_Color_white_2p2fg_120,
|
|
1020
|
+
._isNeutral_true_2p2fg_43:hover._Tone_BorderToFill_Color_cloud_2p2fg_120,
|
|
1021
|
+
._isNeutral_true_2p2fg_43:focus._Tone_BorderToFill_Color_white_2p2fg_120,
|
|
1022
|
+
._isNeutral_true_2p2fg_43:focus._Tone_BorderToFill_Color_cloud_2p2fg_120 {
|
|
1023
|
+
background-color: white;
|
|
1024
|
+
color: black;
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input.module.scss */
|
|
1028
|
+
._Wrapper_yeuos_1 textarea {
|
|
1029
|
+
display: block;
|
|
1030
|
+
width: 100%;
|
|
1031
|
+
min-height: calc(var(--grid-unit) * 4);
|
|
1032
|
+
resize: vertical;
|
|
1033
|
+
transition-property:
|
|
1034
|
+
border,
|
|
1035
|
+
box-shadow,
|
|
1036
|
+
background-color !important;
|
|
1037
|
+
}
|
|
1038
|
+
._Wrapper_yeuos_1 input,
|
|
1039
|
+
._Wrapper_yeuos_1 select,
|
|
1040
|
+
._Wrapper_yeuos_1 textarea {
|
|
1041
|
+
display: inline-block;
|
|
1042
|
+
}
|
|
1043
|
+
._Wrapper_yeuos_1 input[disabled],
|
|
1044
|
+
._Wrapper_yeuos_1 select[disabled],
|
|
1045
|
+
._Wrapper_yeuos_1 textarea[disabled] {
|
|
1046
|
+
box-shadow: none !important;
|
|
1047
|
+
background-color: hsl(var(--color-layer3-hsl)) !important;
|
|
1048
|
+
color: rgb(var(--font-color5-rgb)) !important;
|
|
1049
|
+
filter: grayscale(50%);
|
|
1050
|
+
cursor: not-allowed !important;
|
|
1051
|
+
}
|
|
1052
|
+
._Wrapper_yeuos_1 input,
|
|
1053
|
+
._Wrapper_yeuos_1 textarea {
|
|
1054
|
+
cursor: text;
|
|
1055
|
+
}
|
|
1056
|
+
._Wrapper_yeuos_1 input::placeholder,
|
|
1057
|
+
._Wrapper_yeuos_1 textarea::placeholder {
|
|
1058
|
+
font-family: inherit;
|
|
1059
|
+
color: rgb(var(--font-color5-rgb));
|
|
1060
|
+
}
|
|
1061
|
+
._Wrapper_yeuos_1 input {
|
|
1062
|
+
min-width: 0;
|
|
1063
|
+
display: block;
|
|
1064
|
+
}
|
|
1065
|
+
._Wrapper_yeuos_1 input[type=text],
|
|
1066
|
+
._Wrapper_yeuos_1 input[type=number] {
|
|
1067
|
+
width: 100%;
|
|
1068
|
+
}
|
|
1069
|
+
._Wrapper_yeuos_1 input[type=number]::-webkit-inner-spin-button,
|
|
1070
|
+
._Wrapper_yeuos_1 input[type=number]::-webkit-outer-spin-button {
|
|
1071
|
+
-webkit-appearance: none;
|
|
1072
|
+
}
|
|
1073
|
+
._Wrapper_yeuos_1 input[type=radio],
|
|
1074
|
+
._Wrapper_yeuos_1 input[type=checkbox],
|
|
1075
|
+
._Wrapper_yeuos_1 input[type=file] {
|
|
1076
|
+
opacity: 0;
|
|
1077
|
+
width: 0;
|
|
1078
|
+
height: 0;
|
|
1079
|
+
overflow: hidden;
|
|
1080
|
+
position: absolute;
|
|
1081
|
+
appearance: none;
|
|
1082
|
+
}
|
|
1083
|
+
._Wrapper_yeuos_1 input:-webkit-autofill {
|
|
1084
|
+
box-shadow: 0 0 0 100rem hsl(var(--color-layer3-hsl)) inset !important;
|
|
1085
|
+
-webkit-text-fill-color: rgb(var(--font-color3-rgb));
|
|
1086
|
+
}
|
|
1087
|
+
._Input_yeuos_48 {
|
|
1088
|
+
outline: none !important;
|
|
1089
|
+
}
|
|
1090
|
+
._Input_yeuos_48:focus,
|
|
1091
|
+
._Input_yeuos_48:active {
|
|
1092
|
+
z-index: 1;
|
|
1093
|
+
background-color: hsl(var(--color-layer1-hsl));
|
|
1094
|
+
}
|
|
1095
|
+
._Input_yeuos_48:focus {
|
|
1096
|
+
border-color: hsl(var(--color-theme-hsl)) !important;
|
|
1097
|
+
box-shadow: 0 0 0 transparent inset, 0 0 0 calc(var(--grid-unit) * 1 / 3) hsla(var(--color-theme-hsl), var(--color-theme-opacity-low));
|
|
1098
|
+
}
|
|
1099
|
+
._Input_yeuos_48:active {
|
|
1100
|
+
box-shadow: 0 0 0 transparent inset, 0 0 0 transparent;
|
|
1101
|
+
transition: var(--animation-time3);
|
|
1102
|
+
}
|
|
1103
|
+
._Input_yeuos_48._InputCover_yeuos_63:focus-within {
|
|
1104
|
+
z-index: 1;
|
|
1105
|
+
background-color: hsl(var(--color-layer1-hsl));
|
|
1106
|
+
}
|
|
1107
|
+
._Input_yeuos_48._InputCover_yeuos_63:focus-within {
|
|
1108
|
+
border-color: hsl(var(--color-theme-hsl)) !important;
|
|
1109
|
+
box-shadow: 0 0 0 transparent inset, 0 0 0 calc(var(--grid-unit) * 1 / 3) hsla(var(--color-theme-hsl), var(--color-theme-opacity-low));
|
|
1110
|
+
}
|
|
1111
|
+
@keyframes _ShowCell_yeuos_1 {
|
|
1112
|
+
100% {
|
|
1113
|
+
opacity: 1;
|
|
1114
|
+
transform: scale(1);
|
|
1115
|
+
}
|
|
1116
|
+
}
|
|
1117
|
+
._IndicatorIcon_yeuos_78 {
|
|
1118
|
+
transform: translateY(-50%);
|
|
1119
|
+
}
|
|
1120
|
+
._DigitCharacterCell_yeuos_82._Combined_yeuos_82:not(:first-child):not(:last-child) {
|
|
1121
|
+
border-radius: 0 !important;
|
|
1122
|
+
}
|
|
1123
|
+
._DigitCharacterCell_yeuos_82._Combined_yeuos_82:first-child {
|
|
1124
|
+
border-top-right-radius: 0 !important;
|
|
1125
|
+
border-bottom-right-radius: 0 !important;
|
|
1126
|
+
}
|
|
1127
|
+
._DigitCharacterCell_yeuos_82._Combined_yeuos_82:last-child {
|
|
1128
|
+
border-top-left-radius: 0 !important;
|
|
1129
|
+
border-bottom-left-radius: 0 !important;
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_chips.module.scss */
|
|
1133
|
+
._SelectorWrapper_vfpyx_1 {
|
|
1134
|
+
overflow: auto;
|
|
1135
|
+
}
|
|
1136
|
+
._SelectorWrapper_vfpyx_1::-webkit-scrollbar,
|
|
1137
|
+
._SelectorWrapper_vfpyx_1::-webkit-scrollbar-track {
|
|
1138
|
+
width: calc(var(--grid-unit) * 2 / 3) !important;
|
|
1139
|
+
height: calc(var(--grid-unit) * 2 / 3) !important;
|
|
1140
|
+
background-color: hsl(var(--color-layer3-hsl));
|
|
1141
|
+
}
|
|
1142
|
+
._SelectorWrapper_vfpyx_1::-webkit-scrollbar-thumb {
|
|
1143
|
+
width: calc(var(--grid-unit) * 2 / 3) !important;
|
|
1144
|
+
height: calc(var(--grid-unit) * 2 / 3) !important;
|
|
1145
|
+
background-color: hsla(var(--color-theme-hsl), 0.75) !important;
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_filer.module.scss */
|
|
1149
|
+
._Input_1g1ty_1:focus + ._List_1g1ty_1 ._AddButton_1g1ty_1 {
|
|
1150
|
+
background-color: hsl(var(--color-layer3-hsl));
|
|
1151
|
+
}
|
|
1152
|
+
._FileName_1g1ty_5 {
|
|
1153
|
+
word-break: break-all;
|
|
1154
|
+
}
|
|
1155
|
+
._AddButton_1g1ty_1 {
|
|
1156
|
+
transition: var(--animation-time2);
|
|
1157
|
+
}
|
|
1158
|
+
._AddButton_1g1ty_1 > * {
|
|
1159
|
+
pointer-events: none;
|
|
1160
|
+
}
|
|
1161
|
+
._AddButton_1g1ty_1:hover {
|
|
1162
|
+
background-color: hsl(var(--color-layer3-hsl));
|
|
1163
|
+
}
|
|
1164
|
+
._AddButton_1g1ty_1._Draggable_1g1ty_18 {
|
|
1165
|
+
background-color: hsl(var(--color-layer3-hsl));
|
|
1166
|
+
}
|
|
1167
|
+
._AddButton_1g1ty_1._Draggable_1g1ty_18 ._AddIcon_1g1ty_21 {
|
|
1168
|
+
animation: 1s infinite _IconAnimation_1g1ty_1;
|
|
1169
|
+
}
|
|
1170
|
+
@keyframes _IconAnimation_1g1ty_1 {
|
|
1171
|
+
0% {
|
|
1172
|
+
box-shadow: 0 0 0 0 hsl(var(--color-theme-hsl));
|
|
1173
|
+
}
|
|
1174
|
+
100% {
|
|
1175
|
+
box-shadow: 0 0 0 1rem hsla(var(--color-theme-hsl), 0);
|
|
1176
|
+
}
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1179
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_list.module.scss */
|
|
1180
|
+
._CellBase_1bm9l_1._HideInput_true_1bm9l_1 ._Input_1bm9l_1 {
|
|
1181
|
+
display: none;
|
|
1182
|
+
}
|
|
1183
|
+
._Input_1bm9l_1:checked + ._Label_1bm9l_5 ._Icon_1bm9l_5 {
|
|
1184
|
+
border-color: transparent;
|
|
1185
|
+
}
|
|
1186
|
+
._Input_1bm9l_1:checked + ._Label_1bm9l_5 ._Icon_1bm9l_5:after,
|
|
1187
|
+
._Input_1bm9l_1:checked + ._Label_1bm9l_5 ._Icon_1bm9l_5 > * {
|
|
1188
|
+
transform: scale(1) !important;
|
|
1189
|
+
opacity: 1 !important;
|
|
1190
|
+
}
|
|
1191
|
+
._Input_1bm9l_1._defaultActiveStyling_true_1bm9l_12:checked:focus + ._Label_1bm9l_5 {
|
|
1192
|
+
opacity: 1 !important;
|
|
1193
|
+
box-shadow:
|
|
1194
|
+
0 0 0 transparent inset,
|
|
1195
|
+
0 0 0 1px hsla(var(--color-theme-hsl), var(--color-theme-opacity-middle)),
|
|
1196
|
+
0 0 0 calc(var(--grid-unit) * 1 / 3) hsla(var(--color-theme-hsl), var(--color-theme-opacity-low)) !important;
|
|
1197
|
+
}
|
|
1198
|
+
._Input_1bm9l_1._defaultActiveStyling_true_1bm9l_12:focus + ._Label_1bm9l_5 {
|
|
1199
|
+
box-shadow: 0 0 0 transparent inset, 0 0 0 calc(var(--grid-unit) * 1 / 3) hsl(var(--color-layer3-hsl)) !important;
|
|
1200
|
+
}
|
|
1201
|
+
._Input_1bm9l_1._defaultActiveStyling_true_1bm9l_12:active + ._Label_1bm9l_5 {
|
|
1202
|
+
opacity: 1 !important;
|
|
1203
|
+
}
|
|
1204
|
+
._Label_1bm9l_5 {
|
|
1205
|
+
-webkit-user-select: none;
|
|
1206
|
+
user-select: none;
|
|
1207
|
+
}
|
|
1208
|
+
._Label_1bm9l_5 * {
|
|
1209
|
+
pointer-events: none;
|
|
1210
|
+
}
|
|
1211
|
+
._Label_1bm9l_5._defaultActiveStyling_true_1bm9l_12:hover {
|
|
1212
|
+
opacity: 0.6;
|
|
1213
|
+
}
|
|
1214
|
+
._Icon_1bm9l_5 {
|
|
1215
|
+
width: 20px;
|
|
1216
|
+
height: 20px;
|
|
1217
|
+
}
|
|
1218
|
+
._Icon_1bm9l_5._CheckboxIcon_1bm9l_38:after {
|
|
1219
|
+
background-color: hsl(var(--color-theme-hsl));
|
|
1220
|
+
}
|
|
1221
|
+
._Icon_1bm9l_5._CheckboxIcon_1bm9l_38 ._I_1bm9l_1 {
|
|
1222
|
+
transform: scale(0.3);
|
|
1223
|
+
}
|
|
1224
|
+
._Icon_1bm9l_5:before,
|
|
1225
|
+
._Icon_1bm9l_5:after {
|
|
1226
|
+
content: "";
|
|
1227
|
+
position: absolute;
|
|
1228
|
+
opacity: 0;
|
|
1229
|
+
transition: var(--animation-time2);
|
|
1230
|
+
}
|
|
1231
|
+
._Icon_1bm9l_5:before {
|
|
1232
|
+
width: 100%;
|
|
1233
|
+
height: 100%;
|
|
1234
|
+
border-radius: inherit;
|
|
1235
|
+
opacity: 1;
|
|
1236
|
+
transition: 0s;
|
|
1237
|
+
transition-timing-function: var(--animation-style1);
|
|
1238
|
+
}
|
|
1239
|
+
._Icon_1bm9l_5:after {
|
|
1240
|
+
top: 0;
|
|
1241
|
+
left: 0;
|
|
1242
|
+
width: 100%;
|
|
1243
|
+
height: 100%;
|
|
1244
|
+
transform: scale(0.3);
|
|
1245
|
+
border-radius: inherit;
|
|
1246
|
+
background-color: hsl(var(--color-layer1-hsl));
|
|
1247
|
+
border: 5.5px solid hsl(var(--color-theme-hsl));
|
|
1248
|
+
box-shadow:
|
|
1249
|
+
0 0 0 transparent inset,
|
|
1250
|
+
0 0 0 transparent inset,
|
|
1251
|
+
var(--shadow_style_0) var(--shadow_color_normal);
|
|
1252
|
+
background-color: white;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_richSelect.module.scss */
|
|
1256
|
+
._Select_2ujbp_1 {
|
|
1257
|
+
cursor: pointer;
|
|
1258
|
+
position: absolute;
|
|
1259
|
+
top: 0;
|
|
1260
|
+
left: 0;
|
|
1261
|
+
right: 0;
|
|
1262
|
+
bottom: 0;
|
|
1263
|
+
opacity: 0;
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_switch.module.scss */
|
|
1267
|
+
._Input_lskuu_1 {
|
|
1268
|
+
position: absolute;
|
|
1269
|
+
height: 0;
|
|
1270
|
+
width: 0;
|
|
1271
|
+
overflow: hidden;
|
|
1272
|
+
}
|
|
1273
|
+
._Input_lskuu_1:checked + ._Label_lskuu_7 ._Dot_lskuu_7 {
|
|
1274
|
+
left: calc(100% - var(--grid-unit) * 2.5) !important;
|
|
1275
|
+
}
|
|
1276
|
+
._Input_lskuu_1:focus + ._Label_lskuu_7 {
|
|
1277
|
+
box-shadow: 0 0 0 calc(var(--grid-unit) * 1 / 3) hsl(var(--color-layer3-hsl));
|
|
1278
|
+
}
|
|
1279
|
+
._Input_lskuu_1[disabled] + ._Label_lskuu_7 {
|
|
1280
|
+
opacity: 0.4;
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_select.module.scss */
|
|
1284
|
+
._Select_2ujbp_1 {
|
|
1285
|
+
cursor: pointer;
|
|
1286
|
+
position: absolute;
|
|
1287
|
+
top: 0;
|
|
1288
|
+
left: 0;
|
|
1289
|
+
right: 0;
|
|
1290
|
+
bottom: 0;
|
|
1291
|
+
opacity: 0;
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_slider.module.scss */
|
|
1295
|
+
._Label_qfhyi_1:before {
|
|
1296
|
+
content: "";
|
|
1297
|
+
position: absolute;
|
|
1298
|
+
top: calc(-1 * var(--grid-unit) * 3 / 2 / 2);
|
|
1299
|
+
height: calc(var(--grid-unit) * 3 / 2 / 2);
|
|
1300
|
+
left: 50%;
|
|
1301
|
+
width: 1px;
|
|
1302
|
+
transform: translateX(-50%);
|
|
1303
|
+
background-color: rgb(var(--font-color4-rgb));
|
|
1304
|
+
}
|
|
1305
|
+
._Label_qfhyi_1:not(:first-child):not(:last-child) {
|
|
1306
|
+
opacity: 0;
|
|
1307
|
+
}
|
|
1308
|
+
._Label_qfhyi_1:first-child,
|
|
1309
|
+
._Label_qfhyi_1:last-child {
|
|
1310
|
+
opacity: 0.6;
|
|
1311
|
+
}
|
|
1312
|
+
._Wrap_qfhyi_18:hover ._Rail_qfhyi_18 ._Bar_qfhyi_18 {
|
|
1313
|
+
background-color: hsl(var(--color-layer5-hsl));
|
|
1314
|
+
}
|
|
1315
|
+
._Wrap_qfhyi_18:hover ._Rail_qfhyi_18 ._Bar_qfhyi_18 ._BarColor_qfhyi_21 {
|
|
1316
|
+
opacity: 1 !important;
|
|
1317
|
+
}
|
|
1318
|
+
._Wrap_qfhyi_18:hover ._Rail_qfhyi_18 + ._Labels_qfhyi_24 ._Label_qfhyi_1 {
|
|
1319
|
+
opacity: 0.75;
|
|
1320
|
+
}
|
|
1321
|
+
._Wrap_qfhyi_18._ShowLegendsAlways_true_qfhyi_27 ._Label_qfhyi_1 {
|
|
1322
|
+
opacity: 1;
|
|
1323
|
+
}
|
|
1324
|
+
._Wrap_qfhyi_18 ._Rail_qfhyi_18 {
|
|
1325
|
+
user-select: none;
|
|
1326
|
+
-webkit-user-select: none;
|
|
1327
|
+
}
|
|
1328
|
+
._Wrap_qfhyi_18 ._Rail_qfhyi_18 * {
|
|
1329
|
+
user-select: none;
|
|
1330
|
+
-webkit-user-select: none;
|
|
1331
|
+
}
|
|
1332
|
+
._Wrap_qfhyi_18 ._Rail_qfhyi_18 ._Ball_qfhyi_38 {
|
|
1333
|
+
transition: box-shadow var(--animation-time2), left 0.1s;
|
|
1334
|
+
}
|
|
1335
|
+
._Wrap_qfhyi_18 ._Rail_qfhyi_18 ._Ball_qfhyi_38:focus {
|
|
1336
|
+
box-shadow: 0 0 0 calc(var(--grid-unit) * 2 / 3) hsla(var(--color-layer5-hsl), 0.4);
|
|
1337
|
+
}
|
|
1338
|
+
._Wrap_qfhyi_18 ._Rail_qfhyi_18 ._Ball_qfhyi_38:before {
|
|
1339
|
+
position: absolute;
|
|
1340
|
+
content: "";
|
|
1341
|
+
top: 0;
|
|
1342
|
+
left: 0;
|
|
1343
|
+
right: 0;
|
|
1344
|
+
bottom: 0;
|
|
1345
|
+
border-radius: 100rem;
|
|
1346
|
+
box-shadow: 0 0 0 transparent inset, var(--shadow_style_0) var(--shadow_color_normal);
|
|
1347
|
+
}
|
|
1348
|
+
._Wrap_qfhyi_18 ._Rail_qfhyi_18:active ._Ball_qfhyi_38 {
|
|
1349
|
+
box-shadow: 0 0 0 calc(var(--grid-unit) * 2 / 3) hsla(var(--color-layer5-hsl), 0.4);
|
|
1350
|
+
}
|
|
1351
|
+
._Wrap_qfhyi_18 ._Rail_qfhyi_18:active + ._Labels_qfhyi_24 ._Label_qfhyi_1 {
|
|
1352
|
+
opacity: 1;
|
|
1353
|
+
}
|
|
1354
|
+
|
|
1355
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_time.module.scss */
|
|
1356
|
+
._Header_1rlyc_1 {
|
|
1357
|
+
position: sticky;
|
|
1358
|
+
top: 0;
|
|
1359
|
+
z-index: 2;
|
|
1360
|
+
background-color: hsl(var(--color-layer1-hsl));
|
|
1361
|
+
}
|
|
1362
|
+
._Body_1rlyc_8 {
|
|
1363
|
+
position: relative;
|
|
1364
|
+
z-index: 1;
|
|
1365
|
+
}
|
|
1366
|
+
._Footer_1rlyc_13 {
|
|
1367
|
+
position: sticky;
|
|
1368
|
+
bottom: 0;
|
|
1369
|
+
z-index: 2;
|
|
1370
|
+
background-color: hsl(var(--color-layer1-hsl));
|
|
1371
|
+
}
|
|
1372
|
+
._ClockBase_1rlyc_20 ._DesignSide_1rlyc_20 ._ClockUiBase_1rlyc_20 ._ClockUi_1rlyc_20 {
|
|
1373
|
+
width: calc(var(--grid-unit) * 4);
|
|
1374
|
+
height: calc(var(--grid-unit) * 4);
|
|
1375
|
+
}
|
|
1376
|
+
._ClockBase_1rlyc_20 ._DesignSide_1rlyc_20 ._ClockUiBase_1rlyc_20 ._ClockUi_1rlyc_20 ._Needle_1rlyc_24 {
|
|
1377
|
+
transform-origin: bottom;
|
|
1378
|
+
transition: 0.4s;
|
|
1379
|
+
left: calc(50% - 0.5px);
|
|
1380
|
+
border-radius: 2px;
|
|
1381
|
+
box-shadow: 0 0 0 0.5px hsl(var(--color-theme-hsl));
|
|
1382
|
+
}
|
|
1383
|
+
._ClockBase_1rlyc_20 ._DesignSide_1rlyc_20 ._ClockUiBase_1rlyc_20 ._ClockUi_1rlyc_20 ._Needle_1rlyc_24._hour_1rlyc_31 {
|
|
1384
|
+
top: calc(var(--grid-unit) * 4 * 0.25);
|
|
1385
|
+
height: calc(50% - var(--grid-unit) * 4 * 0.25);
|
|
1386
|
+
z-index: 1;
|
|
1387
|
+
}
|
|
1388
|
+
._ClockBase_1rlyc_20 ._DesignSide_1rlyc_20 ._ClockUiBase_1rlyc_20 ._ClockUi_1rlyc_20 ._Needle_1rlyc_24._minute_1rlyc_36 {
|
|
1389
|
+
top: calc(var(--grid-unit) * 4 * 0.15);
|
|
1390
|
+
height: calc(50% - var(--grid-unit) * 4 * 0.15);
|
|
1391
|
+
z-index: 2;
|
|
1392
|
+
}
|
|
1393
|
+
._DateBase_1rlyc_42 ._LeftButton_1rlyc_42:active {
|
|
1394
|
+
right: calc(var(--grid-unit) * 1 / 3) !important;
|
|
1395
|
+
}
|
|
1396
|
+
._DateBase_1rlyc_42 ._RightButton_1rlyc_45:active {
|
|
1397
|
+
left: calc(var(--grid-unit) * 1 / 3) !important;
|
|
1398
|
+
}
|
|
1399
|
+
._MonthBase_1rlyc_49 ._LeftButton_1rlyc_42:active {
|
|
1400
|
+
right: calc(var(--grid-unit) * 1 / 3) !important;
|
|
1401
|
+
}
|
|
1402
|
+
._MonthBase_1rlyc_49 ._RightButton_1rlyc_45:active {
|
|
1403
|
+
left: calc(var(--grid-unit) * 1 / 3) !important;
|
|
1404
|
+
}
|
|
1405
|
+
._MonthBase_1rlyc_49 ._Cell_1rlyc_55._isThisMonth_1rlyc_55 {
|
|
1406
|
+
color: #fff !important;
|
|
1407
|
+
background-color: rgba(var(--color-warning-rgb), 1) !important;
|
|
1408
|
+
box-shadow: 0 0 0 transparent inset, var(--shadow_style_1) var(--shadow_color_remark);
|
|
1409
|
+
}
|
|
1410
|
+
._miniYearInput_1rlyc_61 {
|
|
1411
|
+
width: 4em !important;
|
|
1412
|
+
text-align: center;
|
|
1413
|
+
}
|
|
1414
|
+
._CalendarDay_1rlyc_66._isToday_true_1rlyc_66 {
|
|
1415
|
+
color: white !important;
|
|
1416
|
+
background-color: rgba(var(--color-warning-rgb), 1) !important;
|
|
1417
|
+
font-weight: bold;
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
/* esbuild-sass-plugin:css-chunk:src/@styles/componentClasses/f_input_segmented.module.scss */
|
|
1421
|
+
._Label_1516t_1 {
|
|
1422
|
+
user-select: none;
|
|
1423
|
+
-webkit-user-select: none;
|
|
1424
|
+
flex: auto;
|
|
1425
|
+
}
|
|
1426
|
+
._Label_1516t_1._Tone_Auto_1516t_6:before,
|
|
1427
|
+
._Label_1516t_1._Tone_Cloud_1516t_6:before,
|
|
1428
|
+
._Label_1516t_1._Tone_ThemeCloud_1516t_6:before,
|
|
1429
|
+
._Label_1516t_1._Tone_WhiteCloud_1516t_6:before {
|
|
1430
|
+
transform: scale(0.4);
|
|
1431
|
+
position: absolute;
|
|
1432
|
+
content: "";
|
|
1433
|
+
top: 0;
|
|
1434
|
+
left: 0;
|
|
1435
|
+
right: 0;
|
|
1436
|
+
bottom: 0;
|
|
1437
|
+
background-color: hsl(var(--color-theme-hsl));
|
|
1438
|
+
opacity: 0;
|
|
1439
|
+
border-radius: inherit;
|
|
1440
|
+
box-shadow: 0 0 0 transparent inset, var(--shadow_style_0) var(--shadow_color_normal);
|
|
1441
|
+
transition: var(--animation-time2);
|
|
1442
|
+
}
|
|
1443
|
+
._Label_1516t_1._Tone_Auto_1516t_6._Checked_1516t_20:before,
|
|
1444
|
+
._Label_1516t_1._Tone_Cloud_1516t_6._Checked_1516t_20:before,
|
|
1445
|
+
._Label_1516t_1._Tone_ThemeCloud_1516t_6._Checked_1516t_20:before,
|
|
1446
|
+
._Label_1516t_1._Tone_WhiteCloud_1516t_6._Checked_1516t_20:before {
|
|
1447
|
+
transform: scale(1);
|
|
1448
|
+
opacity: 1;
|
|
1449
|
+
}
|
|
1450
|
+
._Label_1516t_1._Tone_WhiteCloud_1516t_6:before {
|
|
1451
|
+
background-color: hsl(var(--color-layer1-hsl));
|
|
1452
|
+
}
|
|
1453
|
+
._Label_1516t_1._Tone_WhiteCloud_1516t_6._Checked_1516t_20 {
|
|
1454
|
+
background-color: hsl(var(--color-layer1-hsl)) !important;
|
|
1455
|
+
}
|
|
1456
|
+
._Label_1516t_1._Tone_ThemeCloud_1516t_6._Checked_1516t_20 {
|
|
1457
|
+
background-color: hsl(var(--color-theme-hsl));
|
|
1458
|
+
}
|
|
1459
|
+
._Label_1516t_1._Tone_ThemeCloud_1516t_6._Checked_1516t_20:focus,
|
|
1460
|
+
._Label_1516t_1._Tone_ThemeCloud_1516t_6._Checked_1516t_20:active {
|
|
1461
|
+
background-color: hsl(var(--color-theme-hsl)) !important;
|
|
1462
|
+
}
|
|
1463
|
+
._Label_1516t_1._Tone_ThemeBorder_1516t_36._Checked_1516t_20 {
|
|
1464
|
+
background-color: hsl(var(--color-theme-hsl));
|
|
1465
|
+
}
|
|
1466
|
+
._Label_1516t_1._Tone_ThemeBorder_1516t_36._Checked_1516t_20:focus,
|
|
1467
|
+
._Label_1516t_1._Tone_ThemeBorder_1516t_36._Checked_1516t_20:active {
|
|
1468
|
+
background-color: hsl(var(--color-theme-hsl)) !important;
|
|
1469
|
+
}
|
|
1470
|
+
._Label_1516t_1._Tone_BottomLine_1516t_42:after {
|
|
1471
|
+
content: "";
|
|
1472
|
+
position: absolute;
|
|
1473
|
+
bottom: 0;
|
|
1474
|
+
left: 0;
|
|
1475
|
+
right: 0;
|
|
1476
|
+
height: calc(var(--grid-unit) * 1 / 3);
|
|
1477
|
+
background-color: hsl(var(--color-theme-hsl));
|
|
1478
|
+
opacity: 0;
|
|
1479
|
+
border-radius: 100rem;
|
|
1480
|
+
transition: var(--animation-time2);
|
|
1481
|
+
}
|
|
1482
|
+
._Label_1516t_1._Tone_BottomLine_1516t_42:hover,
|
|
1483
|
+
._Label_1516t_1._Tone_BottomLine_1516t_42:focus {
|
|
1484
|
+
background-color: hsla(var(--color-theme-hsl), var(--color-theme-opacity-few));
|
|
1485
|
+
color: hsl(var(--color-theme-hsl));
|
|
1486
|
+
}
|
|
1487
|
+
._Label_1516t_1._Tone_BottomLine_1516t_42:hover:after,
|
|
1488
|
+
._Label_1516t_1._Tone_BottomLine_1516t_42:focus:after {
|
|
1489
|
+
opacity: 0.2;
|
|
1490
|
+
}
|
|
1491
|
+
._Label_1516t_1._Tone_BottomLine_1516t_42:active {
|
|
1492
|
+
background-color: hsla(var(--color-theme-hsl), var(--color-theme-opacity-few));
|
|
1493
|
+
}
|
|
1494
|
+
._Label_1516t_1._Tone_BottomLine_1516t_42:active:after {
|
|
1495
|
+
opacity: 0.4;
|
|
1496
|
+
}
|
|
1497
|
+
._Label_1516t_1._Tone_BottomLine_1516t_42._Checked_1516t_20:after {
|
|
1498
|
+
opacity: 1;
|
|
1499
|
+
}
|