@uploadcare/file-uploader 0.50.1 → 1.1.0
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/README.md +16 -16
- package/abstract/Block.d.ts.map +1 -1
- package/abstract/Block.js +4 -2
- package/abstract/SolutionBlock.js +2 -2
- package/abstract/connectBlocksFrom.d.ts +1 -1
- package/abstract/connectBlocksFrom.js +4 -4
- package/abstract/registerBlocks.d.ts.map +1 -1
- package/abstract/registerBlocks.js +3 -2
- package/blocks/ActivityHeader/activity-header.css +2 -2
- package/blocks/CameraSource/CameraSource.js +8 -8
- package/blocks/CameraSource/camera-source.css +14 -14
- package/blocks/CloudImageEditor/src/CloudImageEditorBlock.js +1 -1
- package/blocks/CloudImageEditor/src/EditorButtonControl.js +1 -1
- package/blocks/CloudImageEditor/src/EditorFilterControl.js +1 -1
- package/blocks/CloudImageEditor/src/EditorImageCropper.js +1 -1
- package/blocks/CloudImageEditor/src/EditorSlider.js +2 -2
- package/blocks/CloudImageEditor/src/EditorToolbar.js +20 -20
- package/blocks/CloudImageEditor/src/css/common.css +142 -142
- package/blocks/CloudImageEditor/src/css/icons.css +2 -2
- package/blocks/CloudImageEditor/src/elements/button/{LrBtnUi.d.ts → BtnUi.d.ts} +3 -3
- package/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts.map +1 -0
- package/blocks/CloudImageEditor/src/elements/button/{LrBtnUi.js → BtnUi.js} +4 -4
- package/blocks/CloudImageEditor/src/index.d.ts +1 -1
- package/blocks/CloudImageEditor/src/index.js +1 -1
- package/blocks/CloudImageEditor/src/template.js +8 -8
- package/blocks/CloudImageEditor/src/util.d.ts.map +1 -1
- package/blocks/CloudImageEditor/src/util.js +2 -0
- package/blocks/CloudImageEditorActivity/index.css +2 -2
- package/blocks/Config/Config.d.ts +1 -1
- package/blocks/Config/Config.js +7 -7
- package/blocks/Config/config.css +1 -1
- package/blocks/Copyright/copyright.css +4 -4
- package/blocks/DropArea/DropArea.d.ts +1 -1
- package/blocks/DropArea/DropArea.js +4 -4
- package/blocks/DropArea/drop-area.css +34 -34
- package/blocks/ExternalSource/ExternalSource.js +5 -5
- package/blocks/ExternalSource/external-source.css +9 -9
- package/blocks/FileItem/FileItem.js +5 -5
- package/blocks/FileItem/file-item.css +22 -22
- package/blocks/Icon/icon.css +2 -2
- package/blocks/Img/ImgConfig.js +1 -1
- package/blocks/Img/configurations.d.ts +1 -1
- package/blocks/Img/configurations.js +1 -1
- package/blocks/Img/test.css +5 -5
- package/blocks/Modal/Modal.js +1 -1
- package/blocks/Modal/modal.css +15 -15
- package/blocks/ProgressBar/progress-bar.css +3 -3
- package/blocks/ProgressBarCommon/ProgressBarCommon.js +1 -1
- package/blocks/ProgressBarCommon/progress-bar-common.css +2 -2
- package/blocks/Range/range.css +8 -8
- package/blocks/Select/select.css +2 -2
- package/blocks/SimpleBtn/SimpleBtn.js +4 -4
- package/blocks/SimpleBtn/simple-btn.css +11 -11
- package/blocks/SourceBtn/SourceBtn.js +1 -1
- package/blocks/SourceBtn/source-btn.css +5 -5
- package/blocks/SourceList/SourceList.js +1 -1
- package/blocks/StartFrom/start-from.css +5 -5
- package/blocks/UploadList/UploadList.js +6 -6
- package/blocks/UploadList/upload-list.css +10 -10
- package/blocks/UrlSource/UrlSource.js +5 -5
- package/blocks/UrlSource/url-source.css +4 -4
- package/blocks/themes/{lr-basic → uc-basic}/common.css +19 -19
- package/blocks/themes/{lr-basic → uc-basic}/config.css +1 -1
- package/blocks/themes/{lr-basic → uc-basic}/theme.css +7 -7
- package/env.d.ts +1 -1
- package/env.d.ts.map +1 -1
- package/env.js +1 -1
- package/index.ssr.d.ts +10 -10
- package/index.ssr.d.ts.map +1 -1
- package/index.ssr.js +108 -108
- package/package.json +1 -1
- package/solutions/adaptive-image/index.js +1 -1
- package/solutions/cloud-image-editor/CloudImageEditor.js +1 -1
- package/solutions/cloud-image-editor/index.css +1 -1
- package/solutions/file-uploader/inline/FileUploaderInline.js +12 -12
- package/solutions/file-uploader/inline/index.css +12 -12
- package/solutions/file-uploader/minimal/FileUploaderMinimal.js +6 -6
- package/solutions/file-uploader/minimal/index.css +25 -25
- package/solutions/file-uploader/regular/FileUploaderRegular.js +15 -15
- package/solutions/file-uploader/regular/index.css +1 -1
- package/types/global.d.ts +2 -2
- package/types/jsx.d.ts +37 -37
- package/utils/cdn-utils.d.ts.map +1 -1
- package/utils/cdn-utils.js +0 -2
- package/web/blocks.iife.min.js +4 -4
- package/web/blocks.min.js +4 -4
- package/web/{lr-file-uploader-regular.min.css → uc-basic.min.css} +1 -1
- package/web/{lr-cloud-image-editor.min.css → uc-cloud-image-editor.min.css} +1 -1
- package/web/uc-cloud-image-editor.min.js +29 -0
- package/web/{lr-file-uploader-inline.min.css → uc-file-uploader-inline.min.css} +1 -1
- package/web/uc-file-uploader-inline.min.js +29 -0
- package/web/{lr-file-uploader-minimal.min.css → uc-file-uploader-minimal.min.css} +1 -1
- package/web/uc-file-uploader-minimal.min.js +28 -0
- package/web/{lr-basic.min.css → uc-file-uploader-regular.min.css} +1 -1
- package/web/uc-file-uploader-regular.min.js +29 -0
- package/web/uc-img.min.js +28 -0
- package/blocks/CloudImageEditor/src/elements/button/LrBtnUi.d.ts.map +0 -1
- package/web/lr-cloud-image-editor.min.js +0 -29
- package/web/lr-file-uploader-inline.min.js +0 -29
- package/web/lr-file-uploader-minimal.min.js +0 -28
- package/web/lr-file-uploader-regular.min.js +0 -29
- package/web/lr-img.min.js +0 -28
- /package/blocks/themes/{lr-basic → uc-basic}/index.css +0 -0
- /package/blocks/themes/{lr-basic → uc-basic}/svg-sprite.d.ts +0 -0
- /package/blocks/themes/{lr-basic → uc-basic}/svg-sprite.d.ts.map +0 -0
- /package/blocks/themes/{lr-basic → uc-basic}/svg-sprite.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* TODO: we shuoud use basic theme there */
|
|
2
2
|
|
|
3
|
-
[
|
|
3
|
+
[uc-cloud-image-editor] {
|
|
4
4
|
--color-primary-accent: var(--uc-primary);
|
|
5
5
|
--color-text-base: var(--uc-foreground);
|
|
6
6
|
--color-text-accent-contrast: var(--uc-background);
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
max-height: 100%;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
[
|
|
49
|
+
[uc-cloud-image-editor] :is([can-handle-paste]:hover, [can-handle-paste]:focus) {
|
|
50
50
|
--can-handle-paste: 'true';
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
[
|
|
53
|
+
[uc-cloud-image-editor]
|
|
54
54
|
:is([tabindex][focus-visible], [tabindex]:hover, [with-effects][focus-visible], [with-effects]:hover) {
|
|
55
55
|
--filter-effect: var(--hover-filter) !important;
|
|
56
56
|
--opacity-effect: var(--hover-opacity) !important;
|
|
@@ -58,42 +58,42 @@
|
|
|
58
58
|
--background-effect: var(--hover-background) !important;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
[
|
|
61
|
+
[uc-cloud-image-editor] :is([tabindex]:active, [with-effects]:active) {
|
|
62
62
|
--filter-effect: var(--down-filter) !important;
|
|
63
63
|
--opacity-effect: var(--down-opacity) !important;
|
|
64
64
|
--color-effect: var(--down-color-rgb) !important;
|
|
65
65
|
--background-effect: var(--down-background) !important;
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
-
[
|
|
68
|
+
[uc-cloud-image-editor] :is([tabindex][active], [with-effects][active]) {
|
|
69
69
|
--filter-effect: var(--active-filter) !important;
|
|
70
70
|
--opacity-effect: var(--active-opacity) !important;
|
|
71
71
|
--color-effect: var(--active-color-rgb) !important;
|
|
72
72
|
--background-effect: var(--active-background) !important;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
-
[
|
|
75
|
+
[uc-cloud-image-editor] [hidden-scrollbar]::-webkit-scrollbar {
|
|
76
76
|
display: none;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
[
|
|
79
|
+
[uc-cloud-image-editor] [hidden-scrollbar] {
|
|
80
80
|
-ms-overflow-style: none;
|
|
81
81
|
scrollbar-width: none;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
-
[
|
|
84
|
+
[uc-cloud-image-editor].uc-editor_ON {
|
|
85
85
|
--modal-header-opacity: 0;
|
|
86
86
|
--modal-header-height: 0px;
|
|
87
87
|
--modal-toolbar-height: calc(var(--size-panel-heading) * 2);
|
|
88
88
|
}
|
|
89
89
|
|
|
90
|
-
[
|
|
90
|
+
[uc-cloud-image-editor].uc-editor_OFF {
|
|
91
91
|
--modal-header-opacity: 1;
|
|
92
92
|
--modal-header-height: var(--size-panel-heading);
|
|
93
93
|
--modal-toolbar-height: var(--size-panel-heading);
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
[
|
|
96
|
+
[uc-cloud-image-editor] > .uc-wrapper {
|
|
97
97
|
--l-min-img-height: var(--modal-toolbar-height);
|
|
98
98
|
--l-max-img-height: 100%;
|
|
99
99
|
--l-edit-button-width: 120px;
|
|
@@ -108,20 +108,20 @@
|
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
@media only screen and (max-width: 800px) {
|
|
111
|
-
[
|
|
111
|
+
[uc-cloud-image-editor] > .uc-wrapper {
|
|
112
112
|
--l-edit-button-width: 70px;
|
|
113
113
|
--l-toolbar-horizontal-padding: var(--cldtr-gap-min);
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
[
|
|
117
|
+
[uc-cloud-image-editor] > .uc-wrapper > .uc-viewport {
|
|
118
118
|
display: flex;
|
|
119
119
|
align-items: center;
|
|
120
120
|
justify-content: center;
|
|
121
121
|
overflow: hidden;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
[
|
|
124
|
+
[uc-cloud-image-editor] > .uc-wrapper > .uc-viewport > .uc-image_container > .uc-image {
|
|
125
125
|
--viewer-image-opacity: 1;
|
|
126
126
|
|
|
127
127
|
position: absolute;
|
|
@@ -140,13 +140,13 @@
|
|
|
140
140
|
pointer-events: auto;
|
|
141
141
|
}
|
|
142
142
|
|
|
143
|
-
[
|
|
143
|
+
[uc-cloud-image-editor] > .uc-wrapper > .uc-viewport > .uc-image_container > .uc-image.uc-image_visible_viewer {
|
|
144
144
|
transition:
|
|
145
145
|
opacity var(--transition-duration-3) ease-in-out,
|
|
146
146
|
transform var(--transition-duration-4);
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
-
[
|
|
149
|
+
[uc-cloud-image-editor] > .uc-wrapper > .uc-viewport > .uc-image_container > .uc-image.uc-image_hidden_to_cropper {
|
|
150
150
|
--viewer-image-opacity: 0;
|
|
151
151
|
|
|
152
152
|
background-image: var(--transparent-pixel);
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
pointer-events: none;
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
[
|
|
160
|
+
[uc-cloud-image-editor] > .uc-wrapper > .uc-viewport > .uc-image_container > .uc-image.uc-image_hidden_effects {
|
|
161
161
|
--viewer-image-opacity: 0;
|
|
162
162
|
|
|
163
163
|
transform: scale(1);
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
pointer-events: none;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
[
|
|
170
|
+
[uc-cloud-image-editor] > .uc-wrapper > .uc-viewport > .uc-image_container {
|
|
171
171
|
position: relative;
|
|
172
172
|
display: block;
|
|
173
173
|
width: 100%;
|
|
@@ -176,12 +176,12 @@
|
|
|
176
176
|
transition: var(--transition-duration-3);
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
-
[
|
|
179
|
+
[uc-cloud-image-editor] > .uc-wrapper > .uc-toolbar {
|
|
180
180
|
position: relative;
|
|
181
181
|
transition: 0.3s;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
-
[
|
|
184
|
+
[uc-cloud-image-editor] > .uc-wrapper > .uc-toolbar > .uc-toolbar_content {
|
|
185
185
|
position: absolute;
|
|
186
186
|
bottom: 0px;
|
|
187
187
|
left: 0px;
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
background-color: var(--color-fill-contrast);
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
-
[
|
|
195
|
+
[uc-cloud-image-editor] > .uc-wrapper > .uc-toolbar > .uc-toolbar_content.uc-toolbar_content__viewer {
|
|
196
196
|
display: flex;
|
|
197
197
|
align-items: center;
|
|
198
198
|
justify-content: space-between;
|
|
@@ -201,16 +201,16 @@
|
|
|
201
201
|
padding-left: var(--l-toolbar-horizontal-padding);
|
|
202
202
|
}
|
|
203
203
|
|
|
204
|
-
[
|
|
204
|
+
[uc-cloud-image-editor] > .uc-wrapper > .uc-toolbar > .uc-toolbar_content.uc-toolbar_content__editor {
|
|
205
205
|
display: flex;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
-
[
|
|
208
|
+
[uc-cloud-image-editor] > .uc-wrapper > .uc-viewport > .uc-info_pan {
|
|
209
209
|
position: absolute;
|
|
210
210
|
user-select: none;
|
|
211
211
|
}
|
|
212
212
|
|
|
213
|
-
[
|
|
213
|
+
[uc-cloud-image-editor] > .uc-wrapper > .uc-viewport > .uc-file_type_outer {
|
|
214
214
|
position: absolute;
|
|
215
215
|
z-index: 2;
|
|
216
216
|
display: flex;
|
|
@@ -219,11 +219,11 @@
|
|
|
219
219
|
user-select: none;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
[
|
|
222
|
+
[uc-cloud-image-editor] > .uc-wrapper > .uc-viewport > .uc-file_type_outer > .uc-file_type {
|
|
223
223
|
padding: 4px 0.8em;
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
[
|
|
226
|
+
[uc-cloud-image-editor] > .uc-wrapper > .uc-network_problems_splash {
|
|
227
227
|
position: absolute;
|
|
228
228
|
z-index: 4;
|
|
229
229
|
display: flex;
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
background-color: var(--color-fill-contrast);
|
|
234
234
|
}
|
|
235
235
|
|
|
236
|
-
[
|
|
236
|
+
[uc-cloud-image-editor] > .uc-wrapper > .uc-network_problems_splash > .uc-network_problems_content {
|
|
237
237
|
display: flex;
|
|
238
238
|
flex: 1;
|
|
239
239
|
flex-direction: column;
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
justify-content: center;
|
|
242
242
|
}
|
|
243
243
|
|
|
244
|
-
[
|
|
244
|
+
[uc-cloud-image-editor]
|
|
245
245
|
> .uc-wrapper
|
|
246
246
|
> .uc-network_problems_splash
|
|
247
247
|
> .uc-network_problems_content
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
border-radius: 50%;
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
[
|
|
259
|
+
[uc-cloud-image-editor]
|
|
260
260
|
> .uc-wrapper
|
|
261
261
|
> .uc-network_problems_splash
|
|
262
262
|
> .uc-network_problems_content
|
|
@@ -266,14 +266,14 @@
|
|
|
266
266
|
color: var(--uc-foreground);
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
[
|
|
269
|
+
[uc-cloud-image-editor] > .uc-wrapper > .uc-network_problems_splash > .uc-network_problems_footer {
|
|
270
270
|
display: flex;
|
|
271
271
|
align-items: center;
|
|
272
272
|
justify-content: center;
|
|
273
273
|
height: var(--size-panel-heading);
|
|
274
274
|
}
|
|
275
275
|
|
|
276
|
-
|
|
276
|
+
uc-crop-frame > .uc-svg {
|
|
277
277
|
position: absolute;
|
|
278
278
|
top: 0px;
|
|
279
279
|
left: 0px;
|
|
@@ -286,7 +286,7 @@ lr-crop-frame > .uc-svg {
|
|
|
286
286
|
transition: var(--transition-duration-3);
|
|
287
287
|
}
|
|
288
288
|
|
|
289
|
-
|
|
289
|
+
uc-crop-frame > .uc-thumb {
|
|
290
290
|
--idle-color-rgb: var(--color-text-base);
|
|
291
291
|
--hover-color-rgb: var(--color-primary-accent);
|
|
292
292
|
--focus-color-rgb: var(--color-primary-accent);
|
|
@@ -299,36 +299,36 @@ lr-crop-frame > .uc-thumb {
|
|
|
299
299
|
opacity var(--transition-duration-3);
|
|
300
300
|
}
|
|
301
301
|
|
|
302
|
-
|
|
302
|
+
uc-crop-frame > .uc-thumb--visible {
|
|
303
303
|
opacity: 1;
|
|
304
304
|
pointer-events: auto;
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
-
|
|
307
|
+
uc-crop-frame > .uc-thumb--hidden {
|
|
308
308
|
opacity: 0;
|
|
309
309
|
pointer-events: none;
|
|
310
310
|
}
|
|
311
311
|
|
|
312
|
-
|
|
312
|
+
uc-crop-frame > .uc-guides {
|
|
313
313
|
transition: var(--transition-duration-3);
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
|
|
316
|
+
uc-crop-frame > .uc-guides--hidden {
|
|
317
317
|
opacity: 0;
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
-
|
|
320
|
+
uc-crop-frame > .uc-guides--semi-hidden {
|
|
321
321
|
opacity: 0.2;
|
|
322
322
|
}
|
|
323
323
|
|
|
324
|
-
|
|
324
|
+
uc-crop-frame > .uc-guides--visible {
|
|
325
325
|
opacity: 1;
|
|
326
326
|
}
|
|
327
327
|
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
328
|
+
uc-editor-button-control,
|
|
329
|
+
uc-editor-crop-button-control,
|
|
330
|
+
uc-editor-filter-control,
|
|
331
|
+
uc-editor-operation-control {
|
|
332
332
|
--l-base-min-width: var(--uc-button-size);
|
|
333
333
|
--l-base-height: var(--uc-button-size);
|
|
334
334
|
--opacity-effect: var(--idle-opacity);
|
|
@@ -350,10 +350,10 @@ lr-editor-operation-control {
|
|
|
350
350
|
--down-background: var(--uc-secondary);
|
|
351
351
|
}
|
|
352
352
|
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
353
|
+
uc-editor-button-control > button,
|
|
354
|
+
uc-editor-crop-button-control > button,
|
|
355
|
+
uc-editor-filter-control > button,
|
|
356
|
+
uc-editor-operation-control > button {
|
|
357
357
|
all: unset;
|
|
358
358
|
position: relative;
|
|
359
359
|
display: grid;
|
|
@@ -368,22 +368,22 @@ lr-editor-operation-control > button {
|
|
|
368
368
|
transition: var(--l-width-transition);
|
|
369
369
|
}
|
|
370
370
|
|
|
371
|
-
:where(
|
|
372
|
-
>
|
|
371
|
+
:where(uc-editor-button-control, uc-editor-crop-button-control, uc-editor-filter-control, uc-editor-operation-control)
|
|
372
|
+
> uc-icon
|
|
373
373
|
> svg {
|
|
374
374
|
width: var(--size-icon);
|
|
375
375
|
height: var(--size-icon);
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
-
|
|
378
|
+
uc-editor-filter-control > uc-icon.uc-original-icon > svg {
|
|
379
379
|
width: 100%;
|
|
380
380
|
height: 100%;
|
|
381
381
|
}
|
|
382
382
|
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
383
|
+
uc-editor-button-control.uc-active,
|
|
384
|
+
uc-editor-operation-control.uc-active,
|
|
385
|
+
uc-editor-crop-button-control.uc-active,
|
|
386
|
+
uc-editor-filter-control.uc-active {
|
|
387
387
|
--idle-color-rgb: var(--uc-primary);
|
|
388
388
|
--idle-background: var(--uc-primary-transparent);
|
|
389
389
|
--idle-opacity: 0.9;
|
|
@@ -392,25 +392,25 @@ lr-editor-filter-control.uc-active {
|
|
|
392
392
|
--hover-opacity: 1;
|
|
393
393
|
}
|
|
394
394
|
|
|
395
|
-
|
|
395
|
+
uc-editor-filter-control.uc-not_active .uc-preview[loaded] {
|
|
396
396
|
opacity: 1;
|
|
397
397
|
}
|
|
398
398
|
|
|
399
|
-
|
|
399
|
+
uc-editor-filter-control.uc-active .uc-preview {
|
|
400
400
|
opacity: 0;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
403
|
+
uc-editor-button-control.uc-not_active,
|
|
404
|
+
uc-editor-operation-control.uc-not_active,
|
|
405
|
+
uc-editor-crop-button-control.uc-not_active,
|
|
406
|
+
uc-editor-filter-control.uc-not_active {
|
|
407
407
|
--idle-color-rgb: var(--uc-secondary-foreground);
|
|
408
408
|
}
|
|
409
409
|
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
410
|
+
uc-editor-button-control > button::before,
|
|
411
|
+
uc-editor-operation-control > button::before,
|
|
412
|
+
uc-editor-crop-button-control > button::before,
|
|
413
|
+
uc-editor-filter-control > button::before {
|
|
414
414
|
position: absolute;
|
|
415
415
|
content: '';
|
|
416
416
|
right: 0;
|
|
@@ -423,17 +423,17 @@ lr-editor-filter-control > button::before {
|
|
|
423
423
|
transition: var(--transition-duration-3);
|
|
424
424
|
}
|
|
425
425
|
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
426
|
+
uc-editor-button-control > button .uc-title,
|
|
427
|
+
uc-editor-operation-control > button .uc-title,
|
|
428
|
+
uc-editor-crop-button-control > button .uc-title,
|
|
429
|
+
uc-editor-filter-control > button .uc-title {
|
|
430
430
|
padding-right: var(--cldtr-gap-mid-1);
|
|
431
431
|
font-size: 0.7em;
|
|
432
432
|
letter-spacing: 1.004px;
|
|
433
433
|
text-transform: uppercase;
|
|
434
434
|
}
|
|
435
435
|
|
|
436
|
-
|
|
436
|
+
uc-editor-filter-control > button .uc-preview {
|
|
437
437
|
position: absolute;
|
|
438
438
|
right: 0;
|
|
439
439
|
left: 0;
|
|
@@ -448,12 +448,12 @@ lr-editor-filter-control > button .uc-preview {
|
|
|
448
448
|
transition: var(--transition-duration-3);
|
|
449
449
|
}
|
|
450
450
|
|
|
451
|
-
|
|
451
|
+
uc-editor-filter-control > .uc-original-icon {
|
|
452
452
|
color: var(--color-effect);
|
|
453
453
|
opacity: 0.3;
|
|
454
454
|
}
|
|
455
455
|
|
|
456
|
-
|
|
456
|
+
uc-editor-image-cropper {
|
|
457
457
|
position: absolute;
|
|
458
458
|
top: 0px;
|
|
459
459
|
left: 0px;
|
|
@@ -467,7 +467,7 @@ lr-editor-image-cropper {
|
|
|
467
467
|
color: var(--color-crop-guides);
|
|
468
468
|
}
|
|
469
469
|
|
|
470
|
-
|
|
470
|
+
uc-editor-image-cropper.uc-active_from_editor {
|
|
471
471
|
transform: scale(1) translate(0px, 0px);
|
|
472
472
|
opacity: 1;
|
|
473
473
|
transition:
|
|
@@ -476,7 +476,7 @@ lr-editor-image-cropper.uc-active_from_editor {
|
|
|
476
476
|
pointer-events: auto;
|
|
477
477
|
}
|
|
478
478
|
|
|
479
|
-
|
|
479
|
+
uc-editor-image-cropper.uc-active_from_viewer {
|
|
480
480
|
transform: scale(1) translate(0px, 0px);
|
|
481
481
|
opacity: 1;
|
|
482
482
|
transition:
|
|
@@ -485,7 +485,7 @@ lr-editor-image-cropper.uc-active_from_viewer {
|
|
|
485
485
|
pointer-events: auto;
|
|
486
486
|
}
|
|
487
487
|
|
|
488
|
-
|
|
488
|
+
uc-editor-image-cropper.uc-inactive_to_editor {
|
|
489
489
|
opacity: 0;
|
|
490
490
|
transition:
|
|
491
491
|
transform var(--transition-duration-4) cubic-bezier(0.37, 0, 0.63, 1),
|
|
@@ -493,7 +493,7 @@ lr-editor-image-cropper.uc-inactive_to_editor {
|
|
|
493
493
|
pointer-events: none;
|
|
494
494
|
}
|
|
495
495
|
|
|
496
|
-
|
|
496
|
+
uc-editor-image-cropper > .uc-canvas {
|
|
497
497
|
position: absolute;
|
|
498
498
|
top: 0px;
|
|
499
499
|
left: 0px;
|
|
@@ -503,7 +503,7 @@ lr-editor-image-cropper > .uc-canvas {
|
|
|
503
503
|
height: 100%;
|
|
504
504
|
}
|
|
505
505
|
|
|
506
|
-
|
|
506
|
+
uc-editor-image-fader {
|
|
507
507
|
position: absolute;
|
|
508
508
|
top: 0px;
|
|
509
509
|
left: 0px;
|
|
@@ -512,7 +512,7 @@ lr-editor-image-fader {
|
|
|
512
512
|
height: 100%;
|
|
513
513
|
}
|
|
514
514
|
|
|
515
|
-
|
|
515
|
+
uc-editor-image-fader.uc-active_from_viewer {
|
|
516
516
|
z-index: 3;
|
|
517
517
|
transform: scale(1);
|
|
518
518
|
opacity: 1;
|
|
@@ -522,7 +522,7 @@ lr-editor-image-fader.uc-active_from_viewer {
|
|
|
522
522
|
pointer-events: auto;
|
|
523
523
|
}
|
|
524
524
|
|
|
525
|
-
|
|
525
|
+
uc-editor-image-fader.uc-active_from_cropper {
|
|
526
526
|
z-index: 3;
|
|
527
527
|
transform: scale(1);
|
|
528
528
|
opacity: 1;
|
|
@@ -532,7 +532,7 @@ lr-editor-image-fader.uc-active_from_cropper {
|
|
|
532
532
|
pointer-events: auto;
|
|
533
533
|
}
|
|
534
534
|
|
|
535
|
-
|
|
535
|
+
uc-editor-image-fader.uc-inactive_to_cropper {
|
|
536
536
|
z-index: 3;
|
|
537
537
|
transform: scale(1);
|
|
538
538
|
opacity: 0;
|
|
@@ -542,7 +542,7 @@ lr-editor-image-fader.uc-inactive_to_cropper {
|
|
|
542
542
|
pointer-events: none;
|
|
543
543
|
}
|
|
544
544
|
|
|
545
|
-
|
|
545
|
+
uc-editor-image-fader .uc-fader-image {
|
|
546
546
|
position: absolute;
|
|
547
547
|
top: 0px;
|
|
548
548
|
left: 0px;
|
|
@@ -555,7 +555,7 @@ lr-editor-image-fader .uc-fader-image {
|
|
|
555
555
|
content-visibility: auto;
|
|
556
556
|
}
|
|
557
557
|
|
|
558
|
-
|
|
558
|
+
uc-editor-image-fader .uc-fader-image--preview {
|
|
559
559
|
background-color: var(--color-image-background);
|
|
560
560
|
border-top-left-radius: var(--border-radius-base);
|
|
561
561
|
border-top-right-radius: var(--border-radius-base);
|
|
@@ -564,7 +564,7 @@ lr-editor-image-fader .uc-fader-image--preview {
|
|
|
564
564
|
transition: var(--transition-duration-3);
|
|
565
565
|
}
|
|
566
566
|
|
|
567
|
-
|
|
567
|
+
uc-editor-scroller {
|
|
568
568
|
display: flex;
|
|
569
569
|
align-items: center;
|
|
570
570
|
width: 100%;
|
|
@@ -572,7 +572,7 @@ lr-editor-scroller {
|
|
|
572
572
|
overflow-x: scroll;
|
|
573
573
|
}
|
|
574
574
|
|
|
575
|
-
|
|
575
|
+
uc-editor-slider {
|
|
576
576
|
display: flex;
|
|
577
577
|
align-items: center;
|
|
578
578
|
justify-content: center;
|
|
@@ -580,14 +580,14 @@ lr-editor-slider {
|
|
|
580
580
|
height: var(--size-panel-heading);
|
|
581
581
|
}
|
|
582
582
|
|
|
583
|
-
|
|
583
|
+
uc-editor-toolbar {
|
|
584
584
|
position: relative;
|
|
585
585
|
width: 100%;
|
|
586
586
|
height: 100%;
|
|
587
587
|
}
|
|
588
588
|
|
|
589
589
|
@media only screen and (max-width: 600px) {
|
|
590
|
-
|
|
590
|
+
uc-editor-toolbar {
|
|
591
591
|
--l-tab-gap: var(--cldtr-gap-mid-1);
|
|
592
592
|
--l-slider-padding: var(--uc-padding);
|
|
593
593
|
--l-controls-padding: var(--uc-padding);
|
|
@@ -595,21 +595,21 @@ lr-editor-toolbar {
|
|
|
595
595
|
}
|
|
596
596
|
|
|
597
597
|
@media only screen and (min-width: 601px) {
|
|
598
|
-
|
|
598
|
+
uc-editor-toolbar {
|
|
599
599
|
--l-tab-gap: var(--cldtr-gap-max);
|
|
600
600
|
--l-slider-padding: var(--uc-padding);
|
|
601
601
|
--l-controls-padding: var(--uc-padding);
|
|
602
602
|
}
|
|
603
603
|
}
|
|
604
604
|
|
|
605
|
-
|
|
605
|
+
uc-editor-toolbar > .uc-toolbar-container {
|
|
606
606
|
position: relative;
|
|
607
607
|
width: 100%;
|
|
608
608
|
height: 100%;
|
|
609
609
|
overflow: hidden;
|
|
610
610
|
}
|
|
611
611
|
|
|
612
|
-
|
|
612
|
+
uc-editor-toolbar > .uc-toolbar-container > .uc-sub-toolbar {
|
|
613
613
|
position: absolute;
|
|
614
614
|
display: grid;
|
|
615
615
|
grid-template-rows: 1fr 1fr;
|
|
@@ -622,25 +622,25 @@ lr-editor-toolbar > .uc-toolbar-container > .uc-sub-toolbar {
|
|
|
622
622
|
visibility var(--transition-duration-3) ease-in-out;
|
|
623
623
|
}
|
|
624
624
|
|
|
625
|
-
|
|
625
|
+
uc-editor-toolbar > .uc-toolbar-container > .uc-sub-toolbar.uc-sub-toolbar--visible {
|
|
626
626
|
transform: translateY(0px);
|
|
627
627
|
opacity: 1;
|
|
628
628
|
pointer-events: auto;
|
|
629
629
|
}
|
|
630
630
|
|
|
631
|
-
|
|
631
|
+
uc-editor-toolbar > .uc-toolbar-container > .uc-sub-toolbar.uc-sub-toolbar--top-hidden {
|
|
632
632
|
transform: translateY(100%);
|
|
633
633
|
opacity: 0;
|
|
634
634
|
pointer-events: none;
|
|
635
635
|
}
|
|
636
636
|
|
|
637
|
-
|
|
637
|
+
uc-editor-toolbar > .uc-toolbar-container > .uc-sub-toolbar.uc-sub-toolbar--bottom-hidden {
|
|
638
638
|
transform: translateY(-100%);
|
|
639
639
|
opacity: 0;
|
|
640
640
|
pointer-events: none;
|
|
641
641
|
}
|
|
642
642
|
|
|
643
|
-
|
|
643
|
+
uc-editor-toolbar > .uc-toolbar-container > .uc-sub-toolbar > .uc-controls-row {
|
|
644
644
|
display: flex;
|
|
645
645
|
align-items: center;
|
|
646
646
|
justify-content: space-between;
|
|
@@ -648,7 +648,7 @@ lr-editor-toolbar > .uc-toolbar-container > .uc-sub-toolbar > .uc-controls-row {
|
|
|
648
648
|
padding-left: var(--l-controls-padding);
|
|
649
649
|
}
|
|
650
650
|
|
|
651
|
-
|
|
651
|
+
uc-editor-toolbar > .uc-toolbar-container > .uc-sub-toolbar > .uc-controls-row > .uc-tab-toggles {
|
|
652
652
|
position: relative;
|
|
653
653
|
display: grid;
|
|
654
654
|
grid-auto-flow: column;
|
|
@@ -657,7 +657,7 @@ lr-editor-toolbar > .uc-toolbar-container > .uc-sub-toolbar > .uc-controls-row >
|
|
|
657
657
|
height: 100%;
|
|
658
658
|
}
|
|
659
659
|
|
|
660
|
-
|
|
660
|
+
uc-editor-toolbar
|
|
661
661
|
> .uc-toolbar-container
|
|
662
662
|
> .uc-sub-toolbar
|
|
663
663
|
> .uc-controls-row
|
|
@@ -673,11 +673,11 @@ lr-editor-toolbar
|
|
|
673
673
|
transition: transform var(--transition-duration-3);
|
|
674
674
|
}
|
|
675
675
|
|
|
676
|
-
|
|
676
|
+
uc-editor-toolbar > .uc-toolbar-container > .uc-sub-toolbar > .uc-tab-content-row {
|
|
677
677
|
position: relative;
|
|
678
678
|
}
|
|
679
679
|
|
|
680
|
-
|
|
680
|
+
uc-editor-toolbar > .uc-toolbar-container > .uc-sub-toolbar > .uc-tab-content-row > .uc-tab-content {
|
|
681
681
|
position: absolute;
|
|
682
682
|
top: 0px;
|
|
683
683
|
left: 0px;
|
|
@@ -689,7 +689,7 @@ lr-editor-toolbar > .uc-toolbar-container > .uc-sub-toolbar > .uc-tab-content-ro
|
|
|
689
689
|
content-visibility: auto;
|
|
690
690
|
}
|
|
691
691
|
|
|
692
|
-
|
|
692
|
+
uc-editor-toolbar
|
|
693
693
|
> .uc-toolbar-container
|
|
694
694
|
> .uc-sub-toolbar
|
|
695
695
|
> .uc-tab-content-row
|
|
@@ -698,7 +698,7 @@ lr-editor-toolbar
|
|
|
698
698
|
pointer-events: auto;
|
|
699
699
|
}
|
|
700
700
|
|
|
701
|
-
|
|
701
|
+
uc-editor-toolbar
|
|
702
702
|
> .uc-toolbar-container
|
|
703
703
|
> .uc-sub-toolbar
|
|
704
704
|
> .uc-tab-content-row
|
|
@@ -707,7 +707,7 @@ lr-editor-toolbar
|
|
|
707
707
|
pointer-events: none;
|
|
708
708
|
}
|
|
709
709
|
|
|
710
|
-
|
|
710
|
+
uc-editor-toolbar
|
|
711
711
|
> .uc-toolbar-container
|
|
712
712
|
> .uc-sub-toolbar
|
|
713
713
|
> .uc-controls-row
|
|
@@ -716,7 +716,7 @@ lr-editor-toolbar
|
|
|
716
716
|
display: contents;
|
|
717
717
|
}
|
|
718
718
|
|
|
719
|
-
|
|
719
|
+
uc-editor-toolbar
|
|
720
720
|
> .uc-toolbar-container
|
|
721
721
|
> .uc-sub-toolbar
|
|
722
722
|
> .uc-controls-row
|
|
@@ -725,7 +725,7 @@ lr-editor-toolbar
|
|
|
725
725
|
display: none;
|
|
726
726
|
}
|
|
727
727
|
|
|
728
|
-
|
|
728
|
+
uc-editor-toolbar
|
|
729
729
|
> .uc-toolbar-container
|
|
730
730
|
> .uc-sub-toolbar
|
|
731
731
|
> .uc-controls-row
|
|
@@ -733,30 +733,30 @@ lr-editor-toolbar
|
|
|
733
733
|
display: none;
|
|
734
734
|
}
|
|
735
735
|
|
|
736
|
-
|
|
736
|
+
uc-editor-toolbar
|
|
737
737
|
> .uc-toolbar-container
|
|
738
738
|
> .uc-sub-toolbar
|
|
739
739
|
> .uc-controls-row
|
|
740
740
|
> .uc-tab-toggles
|
|
741
741
|
> .uc-tab-toggle
|
|
742
|
-
>
|
|
742
|
+
> uc-btn-ui {
|
|
743
743
|
width: var(--uc-button-size);
|
|
744
744
|
}
|
|
745
745
|
|
|
746
|
-
|
|
746
|
+
uc-editor-toolbar
|
|
747
747
|
> .uc-toolbar-container
|
|
748
748
|
> .uc-sub-toolbar
|
|
749
749
|
> .uc-controls-row
|
|
750
750
|
> .uc-tab-toggles
|
|
751
751
|
> .uc-tab-toggle
|
|
752
|
-
>
|
|
753
|
-
>
|
|
752
|
+
> uc-btn-ui
|
|
753
|
+
> uc-icon
|
|
754
754
|
> svg {
|
|
755
755
|
width: var(--size-icon);
|
|
756
756
|
height: var(--size-icon);
|
|
757
757
|
}
|
|
758
758
|
|
|
759
|
-
|
|
759
|
+
uc-editor-toolbar
|
|
760
760
|
> .uc-toolbar-container
|
|
761
761
|
> .uc-sub-toolbar
|
|
762
762
|
> .uc-tab-content-row
|
|
@@ -770,7 +770,7 @@ lr-editor-toolbar
|
|
|
770
770
|
padding-left: var(--uc-padding);
|
|
771
771
|
}
|
|
772
772
|
|
|
773
|
-
|
|
773
|
+
uc-editor-toolbar
|
|
774
774
|
> .uc-toolbar-container
|
|
775
775
|
> .uc-sub-toolbar
|
|
776
776
|
> .uc-tab-content-row
|
|
@@ -782,7 +782,7 @@ lr-editor-toolbar
|
|
|
782
782
|
gap: 6px;
|
|
783
783
|
}
|
|
784
784
|
|
|
785
|
-
|
|
785
|
+
uc-editor-toolbar
|
|
786
786
|
> .uc-toolbar-container
|
|
787
787
|
> .uc-sub-toolbar
|
|
788
788
|
> .uc-tab-content-row
|
|
@@ -791,11 +791,11 @@ lr-editor-toolbar
|
|
|
791
791
|
padding-right: var(--uc-padding);
|
|
792
792
|
}
|
|
793
793
|
|
|
794
|
-
|
|
794
|
+
uc-editor-toolbar .uc-controls-list_last-item {
|
|
795
795
|
margin-right: var(--cldtr-gap-max);
|
|
796
796
|
}
|
|
797
797
|
|
|
798
|
-
|
|
798
|
+
uc-editor-toolbar .uc-info-tooltip_container {
|
|
799
799
|
position: absolute;
|
|
800
800
|
display: flex;
|
|
801
801
|
align-items: flex-start;
|
|
@@ -804,7 +804,7 @@ lr-editor-toolbar .uc-info-tooltip_container {
|
|
|
804
804
|
height: 100%;
|
|
805
805
|
}
|
|
806
806
|
|
|
807
|
-
|
|
807
|
+
uc-editor-toolbar .uc-info-tooltip_wrapper {
|
|
808
808
|
position: absolute;
|
|
809
809
|
top: calc(-100% - var(--cldtr-gap-mid-2));
|
|
810
810
|
display: flex;
|
|
@@ -814,7 +814,7 @@ lr-editor-toolbar .uc-info-tooltip_wrapper {
|
|
|
814
814
|
pointer-events: none;
|
|
815
815
|
}
|
|
816
816
|
|
|
817
|
-
|
|
817
|
+
uc-editor-toolbar .uc-info-tooltip {
|
|
818
818
|
z-index: 3;
|
|
819
819
|
padding: 3px 6px;
|
|
820
820
|
color: var(--color-text-base);
|
|
@@ -828,17 +828,17 @@ lr-editor-toolbar .uc-info-tooltip {
|
|
|
828
828
|
transition: var(--transition-duration-3);
|
|
829
829
|
}
|
|
830
830
|
|
|
831
|
-
|
|
831
|
+
uc-editor-toolbar .uc-info-tooltip_visible {
|
|
832
832
|
transform: translateY(0px);
|
|
833
833
|
opacity: 1;
|
|
834
834
|
}
|
|
835
835
|
|
|
836
|
-
|
|
836
|
+
uc-editor-toolbar .uc-slider {
|
|
837
837
|
padding-right: var(--l-slider-padding);
|
|
838
838
|
padding-left: var(--l-slider-padding);
|
|
839
839
|
}
|
|
840
840
|
|
|
841
|
-
|
|
841
|
+
uc-btn-ui > button {
|
|
842
842
|
--filter-effect: var(--idle-brightness);
|
|
843
843
|
--opacity-effect: var(--idle-opacity);
|
|
844
844
|
--color-effect: var(--idle-color-rgb);
|
|
@@ -869,11 +869,11 @@ lr-btn-ui > button {
|
|
|
869
869
|
user-select: none;
|
|
870
870
|
}
|
|
871
871
|
|
|
872
|
-
|
|
872
|
+
uc-btn-ui .uc-text {
|
|
873
873
|
white-space: nowrap;
|
|
874
874
|
}
|
|
875
875
|
|
|
876
|
-
|
|
876
|
+
uc-btn-ui .uc-icon {
|
|
877
877
|
display: flex;
|
|
878
878
|
align-items: center;
|
|
879
879
|
justify-content: center;
|
|
@@ -882,27 +882,27 @@ lr-btn-ui .uc-icon {
|
|
|
882
882
|
transition: var(--l-transition-effect);
|
|
883
883
|
}
|
|
884
884
|
|
|
885
|
-
|
|
885
|
+
uc-btn-ui .uc-icon_left {
|
|
886
886
|
margin-right: var(--cldtr-gap-mid-1);
|
|
887
887
|
margin-left: 0px;
|
|
888
888
|
}
|
|
889
889
|
|
|
890
|
-
|
|
890
|
+
uc-btn-ui .uc-icon_right {
|
|
891
891
|
margin-right: 0px;
|
|
892
892
|
margin-left: var(--cldtr-gap-mid-1);
|
|
893
893
|
}
|
|
894
894
|
|
|
895
|
-
|
|
895
|
+
uc-btn-ui .uc-icon_single {
|
|
896
896
|
margin-right: 0px;
|
|
897
897
|
margin-left: 0px;
|
|
898
898
|
}
|
|
899
899
|
|
|
900
|
-
|
|
900
|
+
uc-btn-ui .uc-icon_hidden {
|
|
901
901
|
display: none;
|
|
902
902
|
margin: 0;
|
|
903
903
|
}
|
|
904
904
|
|
|
905
|
-
|
|
905
|
+
uc-btn-ui.uc-primary > button {
|
|
906
906
|
--idle-color-rgb: var(--uc-primary-foreground);
|
|
907
907
|
--idle-brightness: 1;
|
|
908
908
|
--idle-opacity: 1;
|
|
@@ -921,7 +921,7 @@ lr-btn-ui.uc-primary > button {
|
|
|
921
921
|
--active-background: var(--uc-primary);
|
|
922
922
|
}
|
|
923
923
|
|
|
924
|
-
|
|
924
|
+
uc-btn-ui.uc-primary-icon > button {
|
|
925
925
|
--idle-color-rgb: var(--uc-primary);
|
|
926
926
|
--idle-brightness: 1;
|
|
927
927
|
--idle-opacity: 1;
|
|
@@ -943,7 +943,7 @@ lr-btn-ui.uc-primary-icon > button {
|
|
|
943
943
|
width: var(--uc-button-size);
|
|
944
944
|
}
|
|
945
945
|
|
|
946
|
-
|
|
946
|
+
uc-btn-ui.uc-secondary > button {
|
|
947
947
|
--idle-color-rgb: var(--uc-secondary-foreground);
|
|
948
948
|
--idle-brightness: 1;
|
|
949
949
|
--idle-opacity: 1;
|
|
@@ -962,7 +962,7 @@ lr-btn-ui.uc-secondary > button {
|
|
|
962
962
|
--active-background: transparent;
|
|
963
963
|
}
|
|
964
964
|
|
|
965
|
-
|
|
965
|
+
uc-btn-ui.uc-secondary-icon > button {
|
|
966
966
|
--idle-color-rgb: var(--uc-secondary-foreground);
|
|
967
967
|
--idle-brightness: 1;
|
|
968
968
|
--idle-opacity: 1;
|
|
@@ -984,7 +984,7 @@ lr-btn-ui.uc-secondary-icon > button {
|
|
|
984
984
|
width: var(--uc-button-size);
|
|
985
985
|
}
|
|
986
986
|
|
|
987
|
-
|
|
987
|
+
uc-btn-ui.uc-tab > button {
|
|
988
988
|
--idle-color-rgb: var(--uc-secondary-foreground);
|
|
989
989
|
--idle-brightness: 1;
|
|
990
990
|
--idle-opacity: 1;
|
|
@@ -1006,7 +1006,7 @@ lr-btn-ui.uc-tab > button {
|
|
|
1006
1006
|
width: var(--uc-button-size);
|
|
1007
1007
|
}
|
|
1008
1008
|
|
|
1009
|
-
|
|
1009
|
+
uc-btn-ui.uc-default > button {
|
|
1010
1010
|
--idle-color-rgb: var(--uc-secondary-foreground);
|
|
1011
1011
|
--idle-brightness: 1;
|
|
1012
1012
|
--idle-opacity: 1;
|
|
@@ -1025,7 +1025,7 @@ lr-btn-ui.uc-default > button {
|
|
|
1025
1025
|
--active-background: var(--uc-primary-transparent);
|
|
1026
1026
|
}
|
|
1027
1027
|
|
|
1028
|
-
|
|
1028
|
+
uc-line-loader-ui {
|
|
1029
1029
|
position: absolute;
|
|
1030
1030
|
top: 0px;
|
|
1031
1031
|
left: 0px;
|
|
@@ -1035,13 +1035,13 @@ lr-line-loader-ui {
|
|
|
1035
1035
|
opacity: 0.5;
|
|
1036
1036
|
}
|
|
1037
1037
|
|
|
1038
|
-
|
|
1038
|
+
uc-line-loader-ui .uc-inner {
|
|
1039
1039
|
width: 25%;
|
|
1040
1040
|
max-width: 200px;
|
|
1041
1041
|
height: 100%;
|
|
1042
1042
|
}
|
|
1043
1043
|
|
|
1044
|
-
|
|
1044
|
+
uc-line-loader-ui .uc-line {
|
|
1045
1045
|
width: 100%;
|
|
1046
1046
|
height: 100%;
|
|
1047
1047
|
background-color: var(--uc-primary);
|
|
@@ -1049,7 +1049,7 @@ lr-line-loader-ui .uc-line {
|
|
|
1049
1049
|
transition: transform 1s;
|
|
1050
1050
|
}
|
|
1051
1051
|
|
|
1052
|
-
|
|
1052
|
+
uc-slider-ui {
|
|
1053
1053
|
--l-thumb-size: 24px;
|
|
1054
1054
|
--l-zero-dot-size: 5px;
|
|
1055
1055
|
--l-zero-dot-offset: 2px;
|
|
@@ -1067,7 +1067,7 @@ lr-slider-ui {
|
|
|
1067
1067
|
height: calc(var(--l-thumb-size) + (var(--l-zero-dot-size) + var(--l-zero-dot-offset)) * 2);
|
|
1068
1068
|
}
|
|
1069
1069
|
|
|
1070
|
-
|
|
1070
|
+
uc-slider-ui .uc-thumb {
|
|
1071
1071
|
position: absolute;
|
|
1072
1072
|
left: 0px;
|
|
1073
1073
|
width: var(--l-thumb-size);
|
|
@@ -1081,7 +1081,7 @@ lr-slider-ui .uc-thumb {
|
|
|
1081
1081
|
background-color var(--transition-duration-2);
|
|
1082
1082
|
}
|
|
1083
1083
|
|
|
1084
|
-
|
|
1084
|
+
uc-slider-ui .uc-steps {
|
|
1085
1085
|
position: absolute;
|
|
1086
1086
|
display: flex;
|
|
1087
1087
|
align-items: center;
|
|
@@ -1093,7 +1093,7 @@ lr-slider-ui .uc-steps {
|
|
|
1093
1093
|
padding-left: calc(var(--l-thumb-size) / 2);
|
|
1094
1094
|
}
|
|
1095
1095
|
|
|
1096
|
-
|
|
1096
|
+
uc-slider-ui .uc-border-step {
|
|
1097
1097
|
width: 0px;
|
|
1098
1098
|
height: 10px;
|
|
1099
1099
|
border-right: 1px solid var(--l-color);
|
|
@@ -1101,7 +1101,7 @@ lr-slider-ui .uc-border-step {
|
|
|
1101
1101
|
transition: border-color var(--transition-duration-2);
|
|
1102
1102
|
}
|
|
1103
1103
|
|
|
1104
|
-
|
|
1104
|
+
uc-slider-ui .uc-minor-step {
|
|
1105
1105
|
width: 0px;
|
|
1106
1106
|
height: 4px;
|
|
1107
1107
|
border-right: 1px solid var(--l-color);
|
|
@@ -1109,7 +1109,7 @@ lr-slider-ui .uc-minor-step {
|
|
|
1109
1109
|
transition: border-color var(--transition-duration-2);
|
|
1110
1110
|
}
|
|
1111
1111
|
|
|
1112
|
-
|
|
1112
|
+
uc-slider-ui .uc-zero-dot {
|
|
1113
1113
|
position: absolute;
|
|
1114
1114
|
top: calc(100% - var(--l-zero-dot-offset) * 2);
|
|
1115
1115
|
left: calc(var(--l-thumb-size) / 2 - var(--l-zero-dot-size) / 2);
|
|
@@ -1121,7 +1121,7 @@ lr-slider-ui .uc-zero-dot {
|
|
|
1121
1121
|
transition: var(--transition-duration-3);
|
|
1122
1122
|
}
|
|
1123
1123
|
|
|
1124
|
-
|
|
1124
|
+
uc-slider-ui .uc-input {
|
|
1125
1125
|
position: absolute;
|
|
1126
1126
|
width: calc(100% - 10px);
|
|
1127
1127
|
height: 100%;
|
|
@@ -1130,28 +1130,28 @@ lr-slider-ui .uc-input {
|
|
|
1130
1130
|
opacity: 0;
|
|
1131
1131
|
}
|
|
1132
1132
|
|
|
1133
|
-
|
|
1133
|
+
uc-presence-toggle.uc-transition {
|
|
1134
1134
|
transition:
|
|
1135
1135
|
opacity var(--transition-duration-3),
|
|
1136
1136
|
visibility var(--transition-duration-3);
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
|
-
|
|
1139
|
+
uc-presence-toggle.uc-visible {
|
|
1140
1140
|
opacity: 1;
|
|
1141
1141
|
pointer-events: inherit;
|
|
1142
1142
|
}
|
|
1143
1143
|
|
|
1144
|
-
|
|
1144
|
+
uc-presence-toggle.uc-hidden {
|
|
1145
1145
|
opacity: 0;
|
|
1146
1146
|
pointer-events: none;
|
|
1147
1147
|
}
|
|
1148
1148
|
|
|
1149
|
-
|
|
1149
|
+
uc-presence-toggle.uc-initial {
|
|
1150
1150
|
display: none !important;
|
|
1151
1151
|
transition: none !important;
|
|
1152
1152
|
}
|
|
1153
1153
|
|
|
1154
|
-
[
|
|
1155
|
-
[
|
|
1154
|
+
[uc-cloud-image-editor] [role='button']:focus-visible,
|
|
1155
|
+
[uc-cloud-image-editor] button:focus-visible {
|
|
1156
1156
|
outline: 1px auto -webkit-focus-ring-color;
|
|
1157
1157
|
}
|