@uploadcare/file-uploader 1.28.0-alpha.1 → 1.28.0-alpha.111
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/dist/abstract/CTX.d.ts +5 -3
- package/dist/abstract/CTX.d.ts.map +1 -0
- package/dist/abstract/TypedCollection.d.ts +2 -1
- package/dist/abstract/TypedCollection.d.ts.map +1 -0
- package/dist/abstract/TypedData.d.ts +3 -2
- package/dist/abstract/TypedData.d.ts.map +1 -0
- package/dist/abstract/UploaderPublicApi.d.ts +7 -6
- package/dist/abstract/UploaderPublicApi.d.ts.map +1 -0
- package/dist/abstract/buildOutputCollectionState.d.ts +3 -2
- package/dist/abstract/buildOutputCollectionState.d.ts.map +1 -0
- package/dist/abstract/customConfigOptions.d.ts +1 -0
- package/dist/abstract/customConfigOptions.d.ts.map +1 -0
- package/dist/abstract/defineComponents.d.ts +1 -0
- package/dist/abstract/defineComponents.d.ts.map +1 -0
- package/dist/abstract/features/ClipboardLayer.d.ts +2 -1
- package/dist/abstract/features/ClipboardLayer.d.ts.map +1 -0
- package/dist/abstract/loadFileUploaderFrom.d.ts +1 -0
- package/dist/abstract/loadFileUploaderFrom.d.ts.map +1 -0
- package/dist/abstract/loadFileUploaderFrom.js +1 -8
- package/dist/abstract/localeRegistry.d.ts +1 -0
- package/dist/abstract/localeRegistry.d.ts.map +1 -0
- package/dist/abstract/managers/LocaleManager.d.ts +3 -2
- package/dist/abstract/managers/LocaleManager.d.ts.map +1 -0
- package/dist/abstract/managers/ModalManager.d.ts +3 -2
- package/dist/abstract/managers/ModalManager.d.ts.map +1 -0
- package/dist/abstract/managers/SecureUploadsManager.d.ts +2 -1
- package/dist/abstract/managers/SecureUploadsManager.d.ts.map +1 -0
- package/dist/abstract/managers/TelemetryManager.d.ts +4 -3
- package/dist/abstract/managers/TelemetryManager.d.ts.map +1 -0
- package/dist/abstract/managers/ValidationManager.d.ts +7 -6
- package/dist/abstract/managers/ValidationManager.d.ts.map +1 -0
- package/dist/abstract/managers/a11y.d.ts +3 -2
- package/dist/abstract/managers/a11y.d.ts.map +1 -0
- package/dist/abstract/managers/plugin/PluginManager.d.ts +3 -2
- package/dist/abstract/managers/plugin/PluginManager.d.ts.map +1 -0
- package/dist/abstract/managers/plugin/PluginTypes.d.ts +4 -3
- package/dist/abstract/managers/plugin/PluginTypes.d.ts.map +1 -0
- package/dist/abstract/managers/plugin/index.d.ts +1 -0
- package/dist/abstract/managers/plugin/index.d.ts.map +1 -0
- package/dist/abstract/sharedConfigKey.d.ts +2 -1
- package/dist/abstract/sharedConfigKey.d.ts.map +1 -0
- package/dist/abstract/uploadEntrySchema.d.ts +4 -3
- package/dist/abstract/uploadEntrySchema.d.ts.map +1 -0
- package/dist/blocks/ActivityHeader/ActivityHeader.d.ts +2 -0
- package/dist/blocks/ActivityHeader/ActivityHeader.d.ts.map +1 -0
- package/dist/blocks/CameraSource/CameraSource.d.ts +7 -2
- package/dist/blocks/CameraSource/CameraSource.d.ts.map +1 -0
- package/dist/blocks/CameraSource/calcCameraModes.d.ts +2 -1
- package/dist/blocks/CameraSource/calcCameraModes.d.ts.map +1 -0
- package/dist/blocks/CameraSource/constants.d.ts +1 -0
- package/dist/blocks/CameraSource/constants.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/index.d.ts +2 -0
- package/dist/blocks/CloudImageEditor/index.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts +10 -2
- package/dist/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/CropFrame.d.ts +2 -1
- package/dist/blocks/CloudImageEditor/src/CropFrame.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.d.ts +5 -3
- package/dist/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorButtonControl.d.ts +4 -2
- package/dist/blocks/CloudImageEditor/src/EditorButtonControl.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts +3 -2
- package/dist/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorFilterControl.d.ts +4 -2
- package/dist/blocks/CloudImageEditor/src/EditorFilterControl.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorImageCropper.d.ts +4 -2
- package/dist/blocks/CloudImageEditor/src/EditorImageCropper.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorImageFader.d.ts +3 -2
- package/dist/blocks/CloudImageEditor/src/EditorImageFader.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorOperationControl.d.ts +2 -1
- package/dist/blocks/CloudImageEditor/src/EditorOperationControl.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorScroller.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorScroller.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorSlider.d.ts +5 -3
- package/dist/blocks/CloudImageEditor/src/EditorSlider.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/EditorToolbar.d.ts +12 -2
- package/dist/blocks/CloudImageEditor/src/EditorToolbar.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/crop-utils.d.ts +2 -1
- package/dist/blocks/CloudImageEditor/src/crop-utils.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/cropper-constants.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/cropper-constants.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts +5 -3
- package/dist/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts +3 -2
- package/dist/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts +3 -2
- package/dist/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/index.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/index.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/classNames.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/classNames.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/linspace.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/linspace.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts +3 -2
- package/dist/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/parseTabs.d.ts +2 -1
- package/dist/blocks/CloudImageEditor/src/lib/parseTabs.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/pick.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/pick.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts +2 -1
- package/dist/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/state.d.ts +3 -2
- package/dist/blocks/CloudImageEditor/src/state.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/svg-sprite.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/svg-sprite.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/toolbar-constants.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/toolbar-constants.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/types.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/types.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/util.d.ts +2 -1
- package/dist/blocks/CloudImageEditor/src/util.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditor/src/utils/parseFilterValue.d.ts +1 -0
- package/dist/blocks/CloudImageEditor/src/utils/parseFilterValue.d.ts.map +1 -0
- package/dist/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts +5 -2
- package/dist/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts.map +1 -0
- package/dist/blocks/Config/Config.d.ts +4 -2
- package/dist/blocks/Config/Config.d.ts.map +1 -0
- package/dist/blocks/Config/assertions.d.ts +2 -1
- package/dist/blocks/Config/assertions.d.ts.map +1 -0
- package/dist/blocks/Config/computed-properties.d.ts +2 -1
- package/dist/blocks/Config/computed-properties.d.ts.map +1 -0
- package/dist/blocks/Config/initialConfig.d.ts +2 -1
- package/dist/blocks/Config/initialConfig.d.ts.map +1 -0
- package/dist/blocks/Config/normalizeConfigValue.d.ts +2 -1
- package/dist/blocks/Config/normalizeConfigValue.d.ts.map +1 -0
- package/dist/blocks/Config/validatorsType.d.ts +5 -4
- package/dist/blocks/Config/validatorsType.d.ts.map +1 -0
- package/dist/blocks/Copyright/Copyright.d.ts +3 -1
- package/dist/blocks/Copyright/Copyright.d.ts.map +1 -0
- package/dist/blocks/DropArea/DropArea.d.ts +5 -2
- package/dist/blocks/DropArea/DropArea.d.ts.map +1 -0
- package/dist/blocks/DropArea/addDropzone.d.ts +1 -0
- package/dist/blocks/DropArea/addDropzone.d.ts.map +1 -0
- package/dist/blocks/DropArea/getDropItems.d.ts +1 -0
- package/dist/blocks/DropArea/getDropItems.d.ts.map +1 -0
- package/dist/blocks/ExternalSource/ExternalSource.d.ts +6 -1
- package/dist/blocks/ExternalSource/ExternalSource.d.ts.map +1 -0
- package/dist/blocks/ExternalSource/MessageBridge.d.ts +2 -1
- package/dist/blocks/ExternalSource/MessageBridge.d.ts.map +1 -0
- package/dist/blocks/ExternalSource/buildThemeDefinition.d.ts +2 -1
- package/dist/blocks/ExternalSource/buildThemeDefinition.d.ts.map +1 -0
- package/dist/blocks/ExternalSource/query-string.d.ts +1 -0
- package/dist/blocks/ExternalSource/query-string.d.ts.map +1 -0
- package/dist/blocks/ExternalSource/types.d.ts +1 -0
- package/dist/blocks/ExternalSource/types.d.ts.map +1 -0
- package/dist/blocks/FileItem/FileItem.d.ts +8 -3
- package/dist/blocks/FileItem/FileItem.d.ts.map +1 -0
- package/dist/blocks/FileItem/FileItemConfig.d.ts +2 -1
- package/dist/blocks/FileItem/FileItemConfig.d.ts.map +1 -0
- package/dist/blocks/FormInput/FormInput.d.ts +1 -0
- package/dist/blocks/FormInput/FormInput.d.ts.map +1 -0
- package/dist/blocks/Icon/Icon.d.ts +4 -2
- package/dist/blocks/Icon/Icon.d.ts.map +1 -0
- package/dist/blocks/Img/Img.d.ts +1 -0
- package/dist/blocks/Img/Img.d.ts.map +1 -0
- package/dist/blocks/Img/ImgBase.d.ts +1 -0
- package/dist/blocks/Img/ImgBase.d.ts.map +1 -0
- package/dist/blocks/Img/ImgConfig.d.ts +3 -2
- package/dist/blocks/Img/ImgConfig.d.ts.map +1 -0
- package/dist/blocks/Img/configurations.d.ts +1 -0
- package/dist/blocks/Img/configurations.d.ts.map +1 -0
- package/dist/blocks/Img/props-map.d.ts +1 -0
- package/dist/blocks/Img/props-map.d.ts.map +1 -0
- package/dist/blocks/Img/utils/parseObjectToString.d.ts +1 -0
- package/dist/blocks/Img/utils/parseObjectToString.d.ts.map +1 -0
- package/dist/blocks/Modal/Modal.d.ts +4 -2
- package/dist/blocks/Modal/Modal.d.ts.map +1 -0
- package/dist/blocks/PluginActivityRenderer/PluginActivityRenderer.d.ts +8 -5
- package/dist/blocks/PluginActivityRenderer/PluginActivityRenderer.d.ts.map +1 -0
- package/dist/blocks/PluginActivityRenderer/index.d.ts +1 -0
- package/dist/blocks/PluginActivityRenderer/index.d.ts.map +1 -0
- package/dist/blocks/ProgressBar/ProgressBar.d.ts +4 -2
- package/dist/blocks/ProgressBar/ProgressBar.d.ts.map +1 -0
- package/dist/blocks/ProgressBarCommon/ProgressBarCommon.d.ts +5 -2
- package/dist/blocks/ProgressBarCommon/ProgressBarCommon.d.ts.map +1 -0
- package/dist/blocks/Select/Select.d.ts +3 -1
- package/dist/blocks/Select/Select.d.ts.map +1 -0
- package/dist/blocks/SimpleBtn/SimpleBtn.d.ts +5 -1
- package/dist/blocks/SimpleBtn/SimpleBtn.d.ts.map +1 -0
- package/dist/blocks/SourceBtn/SourceBtn.d.ts +5 -2
- package/dist/blocks/SourceBtn/SourceBtn.d.ts.map +1 -0
- package/dist/blocks/SourceList/SourceList.d.ts +4 -2
- package/dist/blocks/SourceList/SourceList.d.ts.map +1 -0
- package/dist/blocks/Spinner/Spinner.d.ts +3 -1
- package/dist/blocks/Spinner/Spinner.d.ts.map +1 -0
- package/dist/blocks/StartFrom/StartFrom.d.ts +4 -2
- package/dist/blocks/StartFrom/StartFrom.d.ts.map +1 -0
- package/dist/blocks/Thumb/Thumb.d.ts +6 -3
- package/dist/blocks/Thumb/Thumb.d.ts.map +1 -0
- package/dist/blocks/UploadCtxProvider/EventEmitter.d.ts +5 -4
- package/dist/blocks/UploadCtxProvider/EventEmitter.d.ts.map +1 -0
- package/dist/blocks/UploadCtxProvider/UploadCtxProvider.d.ts +2 -1
- package/dist/blocks/UploadCtxProvider/UploadCtxProvider.d.ts.map +1 -0
- package/dist/blocks/UploadList/UploadList.d.ts +7 -1
- package/dist/blocks/UploadList/UploadList.d.ts.map +1 -0
- package/dist/blocks/UrlSource/UrlSource.d.ts +5 -1
- package/dist/blocks/UrlSource/UrlSource.d.ts.map +1 -0
- package/dist/blocks/svg-backgrounds/svg-backgrounds.d.ts +1 -0
- package/dist/blocks/svg-backgrounds/svg-backgrounds.d.ts.map +1 -0
- package/dist/blocks/themes/uc-basic/svg-sprite.d.ts +1 -0
- package/dist/blocks/themes/uc-basic/svg-sprite.d.ts.map +1 -0
- package/dist/cameraPlugin.js +1 -0
- package/dist/{cloud-image-editor.css → cloudImageEditorPlugin.css} +334 -432
- package/dist/cloudImageEditorPlugin.js +1 -0
- package/dist/{cloud-image-editor.layered.css → cloudImageEditorPlugin.layered.css} +31 -291
- package/dist/core.d.ts +3 -0
- package/dist/core.d.ts.map +1 -0
- package/dist/env.d.ts +1 -0
- package/dist/env.d.ts.map +1 -0
- package/dist/env.js +1 -8
- package/dist/externalSourcesPlugin.js +1 -0
- package/dist/imageShrinkPlugin.js +1 -0
- package/dist/index.css +2012 -9
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +7 -1796
- package/dist/index.layered.css +1960 -9
- package/dist/index.ssr.js +1290 -0
- package/dist/instagramPlugin.js +1 -0
- package/dist/lit/BaseComponent.d.ts +4 -3
- package/dist/lit/BaseComponent.d.ts.map +1 -0
- package/dist/lit/Constructor.d.ts +1 -0
- package/dist/lit/Constructor.d.ts.map +1 -0
- package/dist/lit/CssDataMixin.d.ts +3 -2
- package/dist/lit/CssDataMixin.d.ts.map +1 -0
- package/dist/lit/LightDomMixin.d.ts +3 -2
- package/dist/lit/LightDomMixin.d.ts.map +1 -0
- package/dist/lit/LitActivityBlock.d.ts +4 -3
- package/dist/lit/LitActivityBlock.d.ts.map +1 -0
- package/dist/lit/LitBlock.d.ts +17 -16
- package/dist/lit/LitBlock.d.ts.map +1 -0
- package/dist/lit/LitSolutionBlock.d.ts +6 -5
- package/dist/lit/LitSolutionBlock.d.ts.map +1 -0
- package/dist/lit/LitUploaderBlock.d.ts +8 -7
- package/dist/lit/LitUploaderBlock.d.ts.map +1 -0
- package/dist/lit/PubSubCompat.d.ts +1 -0
- package/dist/lit/PubSubCompat.d.ts.map +1 -0
- package/dist/lit/RegisterableElementMixin.d.ts +3 -2
- package/dist/lit/RegisterableElementMixin.d.ts.map +1 -0
- package/dist/lit/SharedState.d.ts +23 -22
- package/dist/lit/SharedState.d.ts.map +1 -0
- package/dist/lit/SymbioteCompatMixin.d.ts +3 -2
- package/dist/lit/SymbioteCompatMixin.d.ts.map +1 -0
- package/dist/lit/TestModeController.d.ts +3 -2
- package/dist/lit/TestModeController.d.ts.map +1 -0
- package/dist/lit/Uid.d.ts +1 -0
- package/dist/lit/Uid.d.ts.map +1 -0
- package/dist/lit/activity-constants.d.ts +2 -1
- package/dist/lit/activity-constants.d.ts.map +1 -0
- package/dist/lit/createDebugPrinter.d.ts +3 -2
- package/dist/lit/createDebugPrinter.d.ts.map +1 -0
- package/dist/lit/findBlockInCtx.d.ts +3 -2
- package/dist/lit/findBlockInCtx.d.ts.map +1 -0
- package/dist/lit/getOutputData.d.ts +3 -2
- package/dist/lit/getOutputData.d.ts.map +1 -0
- package/dist/lit/hasBlockInCtx.d.ts +3 -2
- package/dist/lit/hasBlockInCtx.d.ts.map +1 -0
- package/dist/lit/l10n.d.ts +3 -2
- package/dist/lit/l10n.d.ts.map +1 -0
- package/dist/lit/parseCssPropertyValue.d.ts +1 -0
- package/dist/lit/parseCssPropertyValue.d.ts.map +1 -0
- package/dist/lit/shared-instances.d.ts +15 -14
- package/dist/lit/shared-instances.d.ts.map +1 -0
- package/dist/locales/file-uploader/ar.d.ts +1 -0
- package/dist/locales/file-uploader/ar.d.ts.map +1 -0
- package/dist/locales/file-uploader/ar.js +1 -143
- package/dist/locales/file-uploader/az.d.ts +1 -0
- package/dist/locales/file-uploader/az.d.ts.map +1 -0
- package/dist/locales/file-uploader/az.js +1 -135
- package/dist/locales/file-uploader/ca.d.ts +1 -0
- package/dist/locales/file-uploader/ca.d.ts.map +1 -0
- package/dist/locales/file-uploader/ca.js +1 -137
- package/dist/locales/file-uploader/cs.d.ts +1 -0
- package/dist/locales/file-uploader/cs.d.ts.map +1 -0
- package/dist/locales/file-uploader/cs.js +1 -139
- package/dist/locales/file-uploader/da.d.ts +1 -0
- package/dist/locales/file-uploader/da.d.ts.map +1 -0
- package/dist/locales/file-uploader/da.js +1 -135
- package/dist/locales/file-uploader/de.d.ts +1 -0
- package/dist/locales/file-uploader/de.d.ts.map +1 -0
- package/dist/locales/file-uploader/de.js +1 -135
- package/dist/locales/file-uploader/el.d.ts +1 -0
- package/dist/locales/file-uploader/el.d.ts.map +1 -0
- package/dist/locales/file-uploader/el.js +1 -135
- package/dist/locales/file-uploader/en.d.ts +1 -0
- package/dist/locales/file-uploader/en.d.ts.map +1 -0
- package/dist/locales/file-uploader/en.js +1 -8
- package/dist/locales/file-uploader/es.d.ts +1 -0
- package/dist/locales/file-uploader/es.d.ts.map +1 -0
- package/dist/locales/file-uploader/es.js +1 -137
- package/dist/locales/file-uploader/et.d.ts +1 -0
- package/dist/locales/file-uploader/et.d.ts.map +1 -0
- package/dist/locales/file-uploader/et.js +1 -135
- package/dist/locales/file-uploader/fi.d.ts +1 -0
- package/dist/locales/file-uploader/fi.d.ts.map +1 -0
- package/dist/locales/file-uploader/fi.js +1 -135
- package/dist/locales/file-uploader/fr.d.ts +1 -0
- package/dist/locales/file-uploader/fr.d.ts.map +1 -0
- package/dist/locales/file-uploader/fr.js +1 -137
- package/dist/locales/file-uploader/he.d.ts +1 -0
- package/dist/locales/file-uploader/he.d.ts.map +1 -0
- package/dist/locales/file-uploader/he.js +1 -137
- package/dist/locales/file-uploader/hy.d.ts +1 -0
- package/dist/locales/file-uploader/hy.d.ts.map +1 -0
- package/dist/locales/file-uploader/hy.js +1 -135
- package/dist/locales/file-uploader/is.d.ts +1 -0
- package/dist/locales/file-uploader/is.d.ts.map +1 -0
- package/dist/locales/file-uploader/is.js +1 -135
- package/dist/locales/file-uploader/it.d.ts +1 -0
- package/dist/locales/file-uploader/it.d.ts.map +1 -0
- package/dist/locales/file-uploader/it.js +1 -137
- package/dist/locales/file-uploader/ja.d.ts +1 -0
- package/dist/locales/file-uploader/ja.d.ts.map +1 -0
- package/dist/locales/file-uploader/ja.js +1 -135
- package/dist/locales/file-uploader/ka.d.ts +1 -0
- package/dist/locales/file-uploader/ka.d.ts.map +1 -0
- package/dist/locales/file-uploader/ka.js +1 -135
- package/dist/locales/file-uploader/kk.d.ts +1 -0
- package/dist/locales/file-uploader/kk.d.ts.map +1 -0
- package/dist/locales/file-uploader/kk.js +1 -135
- package/dist/locales/file-uploader/ko.d.ts +1 -0
- package/dist/locales/file-uploader/ko.d.ts.map +1 -0
- package/dist/locales/file-uploader/ko.js +1 -135
- package/dist/locales/file-uploader/lv.d.ts +1 -0
- package/dist/locales/file-uploader/lv.d.ts.map +1 -0
- package/dist/locales/file-uploader/lv.js +1 -137
- package/dist/locales/file-uploader/nb.d.ts +1 -0
- package/dist/locales/file-uploader/nb.d.ts.map +1 -0
- package/dist/locales/file-uploader/nb.js +1 -135
- package/dist/locales/file-uploader/nl.d.ts +1 -0
- package/dist/locales/file-uploader/nl.d.ts.map +1 -0
- package/dist/locales/file-uploader/nl.js +1 -135
- package/dist/locales/file-uploader/pl.d.ts +1 -0
- package/dist/locales/file-uploader/pl.d.ts.map +1 -0
- package/dist/locales/file-uploader/pl.js +1 -139
- package/dist/locales/file-uploader/pt.d.ts +1 -0
- package/dist/locales/file-uploader/pt.d.ts.map +1 -0
- package/dist/locales/file-uploader/pt.js +1 -137
- package/dist/locales/file-uploader/ro.d.ts +1 -0
- package/dist/locales/file-uploader/ro.d.ts.map +1 -0
- package/dist/locales/file-uploader/ro.js +1 -137
- package/dist/locales/file-uploader/ru.d.ts +1 -0
- package/dist/locales/file-uploader/ru.d.ts.map +1 -0
- package/dist/locales/file-uploader/ru.js +1 -139
- package/dist/locales/file-uploader/sk.d.ts +1 -0
- package/dist/locales/file-uploader/sk.d.ts.map +1 -0
- package/dist/locales/file-uploader/sk.js +1 -139
- package/dist/locales/file-uploader/sr.d.ts +1 -0
- package/dist/locales/file-uploader/sr.d.ts.map +1 -0
- package/dist/locales/file-uploader/sr.js +1 -137
- package/dist/locales/file-uploader/sv.d.ts +1 -0
- package/dist/locales/file-uploader/sv.d.ts.map +1 -0
- package/dist/locales/file-uploader/sv.js +1 -135
- package/dist/locales/file-uploader/tr.d.ts +1 -0
- package/dist/locales/file-uploader/tr.d.ts.map +1 -0
- package/dist/locales/file-uploader/tr.js +1 -135
- package/dist/locales/file-uploader/uk.d.ts +1 -0
- package/dist/locales/file-uploader/uk.d.ts.map +1 -0
- package/dist/locales/file-uploader/uk.js +1 -139
- package/dist/locales/file-uploader/vi.d.ts +1 -0
- package/dist/locales/file-uploader/vi.d.ts.map +1 -0
- package/dist/locales/file-uploader/vi.js +1 -135
- package/dist/locales/file-uploader/zh-TW.d.ts +1 -0
- package/dist/locales/file-uploader/zh-TW.d.ts.map +1 -0
- package/dist/locales/file-uploader/zh-TW.js +1 -135
- package/dist/locales/file-uploader/zh.d.ts +1 -0
- package/dist/locales/file-uploader/zh.d.ts.map +1 -0
- package/dist/locales/file-uploader/zh.js +1 -135
- package/dist/plugins/cameraPlugin.d.ts +2 -1
- package/dist/plugins/cameraPlugin.d.ts.map +1 -0
- package/dist/plugins/cloudImageEditorPlugin.d.ts +2 -1
- package/dist/plugins/cloudImageEditorPlugin.d.ts.map +1 -0
- package/dist/plugins/externalSourcesPlugin.d.ts +2 -1
- package/dist/plugins/externalSourcesPlugin.d.ts.map +1 -0
- package/dist/plugins/imageShrinkPlugin.d.ts +2 -1
- package/dist/plugins/imageShrinkPlugin.d.ts.map +1 -0
- package/dist/plugins/instagramPlugin.d.ts +2 -1
- package/dist/plugins/instagramPlugin.d.ts.map +1 -0
- package/dist/plugins/unsplashPlugin.d.ts +2 -1
- package/dist/plugins/unsplashPlugin.d.ts.map +1 -0
- package/dist/plugins/urlSourcePlugin.d.ts +2 -1
- package/dist/plugins/urlSourcePlugin.d.ts.map +1 -0
- package/dist/solutions/adaptive-image/index.d.ts +1 -0
- package/dist/solutions/adaptive-image/index.d.ts.map +1 -0
- package/dist/solutions/cloud-image-editor/CloudImageEditor.d.ts +1 -0
- package/dist/solutions/cloud-image-editor/CloudImageEditor.d.ts.map +1 -0
- package/dist/solutions/cloud-image-editor/index.d.ts +2 -0
- package/dist/solutions/cloud-image-editor/index.d.ts.map +1 -0
- package/dist/solutions/file-uploader/inline/FileUploaderInline.d.ts +10 -1
- package/dist/solutions/file-uploader/inline/FileUploaderInline.d.ts.map +1 -0
- package/dist/solutions/file-uploader/inline/index.d.ts +1 -0
- package/dist/solutions/file-uploader/inline/index.d.ts.map +1 -0
- package/dist/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts +11 -1
- package/dist/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts.map +1 -0
- package/dist/solutions/file-uploader/minimal/index.d.ts +1 -0
- package/dist/solutions/file-uploader/minimal/index.d.ts.map +1 -0
- package/dist/solutions/file-uploader/regular/FileUploaderRegular.d.ts +12 -1
- package/dist/solutions/file-uploader/regular/FileUploaderRegular.d.ts.map +1 -0
- package/dist/solutions/file-uploader/regular/index.d.ts +1 -0
- package/dist/solutions/file-uploader/regular/index.d.ts.map +1 -0
- package/dist/types/dom.d.ts +1 -0
- package/dist/types/dom.d.ts.map +1 -0
- package/dist/types/events.d.ts +2 -1
- package/dist/types/events.d.ts.map +1 -0
- package/dist/types/exported.d.ts +11 -10
- package/dist/types/exported.d.ts.map +1 -0
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.d.ts.map +1 -0
- package/dist/urlSourcePlugin.js +1 -0
- package/dist/utils/UID.d.ts +2 -1
- package/dist/utils/UID.d.ts.map +1 -0
- package/dist/utils/UploadSource.d.ts +1 -0
- package/dist/utils/UploadSource.d.ts.map +1 -0
- package/dist/utils/WindowHeightTracker.d.ts +2 -1
- package/dist/utils/WindowHeightTracker.d.ts.map +1 -0
- package/dist/utils/abilities.d.ts +1 -0
- package/dist/utils/abilities.d.ts.map +1 -0
- package/dist/utils/applyStyles.d.ts +1 -0
- package/dist/utils/applyStyles.d.ts.map +1 -0
- package/dist/utils/browser-info.d.ts +1 -0
- package/dist/utils/browser-info.d.ts.map +1 -0
- package/dist/utils/cdn-utils.d.ts +1 -0
- package/dist/utils/cdn-utils.d.ts.map +1 -0
- package/dist/utils/comma-separated.d.ts +1 -0
- package/dist/utils/comma-separated.d.ts.map +1 -0
- package/dist/utils/debounce.d.ts +1 -0
- package/dist/utils/debounce.d.ts.map +1 -0
- package/dist/utils/delay.d.ts +1 -0
- package/dist/utils/delay.d.ts.map +1 -0
- package/dist/utils/fileTypes.d.ts +1 -0
- package/dist/utils/fileTypes.d.ts.map +1 -0
- package/dist/utils/get-top-level-origin.d.ts +1 -0
- package/dist/utils/get-top-level-origin.d.ts.map +1 -0
- package/dist/utils/getLocaleDirection.d.ts +1 -0
- package/dist/utils/getLocaleDirection.d.ts.map +1 -0
- package/dist/utils/getPluralForm.d.ts +1 -0
- package/dist/utils/getPluralForm.d.ts.map +1 -0
- package/dist/utils/isPromiseLike.d.ts +1 -0
- package/dist/utils/isPromiseLike.d.ts.map +1 -0
- package/dist/utils/isSecureTokenExpired.d.ts +2 -1
- package/dist/utils/isSecureTokenExpired.d.ts.map +1 -0
- package/dist/utils/memoize.d.ts +1 -0
- package/dist/utils/memoize.d.ts.map +1 -0
- package/dist/utils/mixinClass.d.ts +1 -0
- package/dist/utils/mixinClass.d.ts.map +1 -0
- package/dist/utils/parseCdnUrl.d.ts +1 -0
- package/dist/utils/parseCdnUrl.d.ts.map +1 -0
- package/dist/utils/parseShrink.d.ts +1 -0
- package/dist/utils/parseShrink.d.ts.map +1 -0
- package/dist/utils/preloadImage.d.ts +1 -0
- package/dist/utils/preloadImage.d.ts.map +1 -0
- package/dist/utils/prettyBytes.d.ts +1 -0
- package/dist/utils/prettyBytes.d.ts.map +1 -0
- package/dist/utils/resizeImage.d.ts +1 -0
- package/dist/utils/resizeImage.d.ts.map +1 -0
- package/dist/utils/stringToArray.d.ts +1 -0
- package/dist/utils/stringToArray.d.ts.map +1 -0
- package/dist/utils/template-utils.d.ts +1 -0
- package/dist/utils/template-utils.d.ts.map +1 -0
- package/dist/utils/throttle.d.ts +1 -0
- package/dist/utils/throttle.d.ts.map +1 -0
- package/dist/utils/toKebabCase.d.ts +1 -0
- package/dist/utils/toKebabCase.d.ts.map +1 -0
- package/dist/utils/transparentPixelSrc.d.ts +1 -0
- package/dist/utils/transparentPixelSrc.d.ts.map +1 -0
- package/dist/utils/uniqueArray.d.ts +1 -0
- package/dist/utils/uniqueArray.d.ts.map +1 -0
- package/dist/utils/userAgent.d.ts +2 -1
- package/dist/utils/userAgent.d.ts.map +1 -0
- package/dist/utils/validators/collection/index.d.ts +1 -0
- package/dist/utils/validators/collection/index.d.ts.map +1 -0
- package/dist/utils/validators/collection/validateCollectionUploadError.d.ts +2 -1
- package/dist/utils/validators/collection/validateCollectionUploadError.d.ts.map +1 -0
- package/dist/utils/validators/collection/validateMultiple.d.ts +2 -1
- package/dist/utils/validators/collection/validateMultiple.d.ts.map +1 -0
- package/dist/utils/validators/file/index.d.ts +1 -0
- package/dist/utils/validators/file/index.d.ts.map +1 -0
- package/dist/utils/validators/file/validateFileType.d.ts +2 -1
- package/dist/utils/validators/file/validateFileType.d.ts.map +1 -0
- package/dist/utils/validators/file/validateIsImage.d.ts +2 -1
- package/dist/utils/validators/file/validateIsImage.d.ts.map +1 -0
- package/dist/utils/validators/file/validateMaxSizeLimit.d.ts +2 -1
- package/dist/utils/validators/file/validateMaxSizeLimit.d.ts.map +1 -0
- package/dist/utils/validators/file/validateUploadError.d.ts +2 -1
- package/dist/utils/validators/file/validateUploadError.d.ts.map +1 -0
- package/dist/utils/warnOnce.d.ts +1 -0
- package/dist/utils/warnOnce.d.ts.map +1 -0
- package/dist/utils/wildcardRegexp.d.ts +1 -0
- package/dist/utils/wildcardRegexp.d.ts.map +1 -0
- package/dist/utils/withResolvers.d.ts +1 -0
- package/dist/utils/withResolvers.d.ts.map +1 -0
- package/package.json +3 -5
- package/web/file-uploader.iife.min.js +8 -697
- package/web/file-uploader.min.js +8 -1859
- package/web/uc-basic.layered.min.css +1578 -4381
- package/web/uc-basic.min.css +1862 -3788
- package/web/uc-cloud-image-editor.layered.min.css +148 -123
- package/web/uc-cloud-image-editor.min.css +359 -175
- package/web/uc-cloud-image-editor.min.js +8 -457
- package/web/uc-file-uploader-inline.layered.min.css +2145 -3254
- package/web/uc-file-uploader-inline.min.css +2848 -3123
- package/web/uc-file-uploader-inline.min.js +8 -1859
- package/web/uc-file-uploader-minimal.layered.min.css +2145 -3254
- package/web/uc-file-uploader-minimal.min.css +2848 -3123
- package/web/uc-file-uploader-minimal.min.js +8 -1859
- package/web/uc-file-uploader-regular.layered.min.css +2145 -3254
- package/web/uc-file-uploader-regular.min.css +2848 -3123
- package/web/uc-file-uploader-regular.min.js +8 -1859
- package/web/uc-img.min.js +5 -895
- package/dist/ActivityHeader-R6Mlx-dA.js +0 -9
- package/dist/ActivityHeader.css +0 -23
- package/dist/ActivityHeader.layered.css +0 -24
- package/dist/CameraSource-DDwj1jCV.js +0 -511
- package/dist/CameraSource-n1tun2Df.js +0 -10
- package/dist/CameraSource.css +0 -180
- package/dist/CameraSource.layered.css +0 -209
- package/dist/CloudImageEditor-DcVoIRb3.js +0 -2163
- package/dist/CloudImageEditorActivity-Csij4nlC.js +0 -87
- package/dist/CloudImageEditorActivity-DD4NdU0P.js +0 -9
- package/dist/CloudImageEditorActivity.css +0 -14
- package/dist/CloudImageEditorActivity.layered.css +0 -15
- package/dist/Config-DKOromHY.js +0 -433
- package/dist/Config.css +0 -4
- package/dist/Config.layered.css +0 -5
- package/dist/ExternalSource-6MSUgxqy.js +0 -10
- package/dist/ExternalSource-DVEjSkPB.js +0 -253
- package/dist/ExternalSource.css +0 -98
- package/dist/ExternalSource.layered.css +0 -116
- package/dist/Icon-tXRTvEF2.js +0 -1810
- package/dist/Icon.css +0 -14
- package/dist/Icon.layered.css +0 -15
- package/dist/LitUploaderBlock-LxeOZ0ya.js +0 -998
- package/dist/UrlSource-BkyX00I2.js +0 -73
- package/dist/UrlSource-RI8TSD48.js +0 -10
- package/dist/UrlSource.css +0 -17
- package/dist/UrlSource.layered.css +0 -18
- package/dist/abstract/TypedCollection.test.d.ts +0 -1
- package/dist/abstract/TypedData.test.d.ts +0 -1
- package/dist/abstract/managers/__tests__/ModalManager.test.d.ts +0 -13
- package/dist/abstract/managers/__tests__/SecureUploadsManager.test.d.ts +0 -1
- package/dist/blocks/CameraSource/__tests__/calcCameraModes.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/crop-utils.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/lib/classNames.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/lib/linspace.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/lib/parseCropPreset.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/lib/pick.test.d.ts +0 -1
- package/dist/blocks/CloudImageEditor/src/utils/parseFilterValue.test.d.ts +0 -1
- package/dist/blocks/Config/computed-properties.test.d.ts +0 -1
- package/dist/cameraPlugin-weRKO7eG.js +0 -8
- package/dist/cloud-image-editor-hhbyNWLG.js +0 -11
- package/dist/cloudImageEditorPlugin-FjUgbMK3.js +0 -8
- package/dist/en-8OWEmZim.js +0 -135
- package/dist/env-mM-ksNPq.js +0 -8
- package/dist/externalSourcesPlugin-CMBmLT8S.js +0 -8
- package/dist/imageShrinkPlugin-BN6loiP2.js +0 -8
- package/dist/index-base.css +0 -2497
- package/dist/index-base.layered.css +0 -2837
- package/dist/instagramPlugin-CXRm8MGL.js +0 -8
- package/dist/loadFileUploaderFrom-Bfz8L3VB.js +0 -28
- package/dist/plugins-CGUls7EV.js +0 -278
- package/dist/urlSourcePlugin-_WdbEhq2.js +0 -8
- package/dist/utils/UID.test.d.ts +0 -1
- package/dist/utils/browser-info.test.d.ts +0 -1
- package/dist/utils/cdn-utils.test.d.ts +0 -1
- package/dist/utils/fileTypes.test.d.ts +0 -1
- package/dist/utils/get-top-level-origin.test.d.ts +0 -1
- package/dist/utils/getPluralForm.test.d.ts +0 -1
- package/dist/utils/isPromiseLike.test.d.ts +0 -1
- package/dist/utils/isSecureTokenExpired.test.d.ts +0 -1
- package/dist/utils/memoize.test.d.ts +0 -1
- package/dist/utils/parseCdnUrl.test.d.ts +0 -1
- package/dist/utils/parseShrink.test.d.ts +0 -1
- package/dist/utils/prettyBytes.test.d.ts +0 -1
- package/dist/utils/stringToArray.test.d.ts +0 -1
- package/dist/utils/template-utils.test.d.ts +0 -1
- package/dist/utils/toKebabCase.test.d.ts +0 -1
- package/dist/utils/uniqueArray.test.d.ts +0 -1
- package/dist/utils/wildcardRegexp.test.d.ts +0 -1
- package/dist/utils/withResolvers.test.d.ts +0 -1
- package/web/ActivityHeader-BFdTdVfD.js +0 -9
- package/web/ActivityHeader-DQy6rII1.js +0 -9
- package/web/ActivityHeader-DvzMl0uj.js +0 -9
- package/web/ActivityHeader-i4x6_Fne.js +0 -9
- package/web/CameraSource-BAWIA4Wm.js +0 -508
- package/web/CameraSource-BqZCQcij.js +0 -11
- package/web/CameraSource-Brxr4tz4.js +0 -508
- package/web/CameraSource-BvBJ5Uzy.js +0 -508
- package/web/CameraSource-CkHzIE-h.js +0 -11
- package/web/CameraSource-D964yPLu.js +0 -508
- package/web/CameraSource-DE48Az-f.js +0 -11
- package/web/CameraSource-DyPebtRF.js +0 -478
- package/web/CameraSource-pj7Xo81m.js +0 -11
- package/web/CloudImageEditor-CTgUWB07.js +0 -2192
- package/web/CloudImageEditor-CxqV9Lwm.js +0 -2192
- package/web/CloudImageEditor-DoLWHpqV.js +0 -2192
- package/web/CloudImageEditor-Drywn265.js +0 -2192
- package/web/CloudImageEditor-MXcaDtMx.js +0 -2187
- package/web/CloudImageEditorActivity-BPzmfaJV.js +0 -85
- package/web/CloudImageEditorActivity-Br8pU5gd.js +0 -11
- package/web/CloudImageEditorActivity-Cw8b2CEz.js +0 -11
- package/web/CloudImageEditorActivity-Df1ySGq0.js +0 -86
- package/web/CloudImageEditorActivity-DinG5r0y.js +0 -11
- package/web/CloudImageEditorActivity-DmnLLINR.js +0 -85
- package/web/CloudImageEditorActivity-U90BGCek.js +0 -85
- package/web/CloudImageEditorActivity-dNLQZRZI.js +0 -11
- package/web/CloudImageEditorActivity-ur-hQ-6p.js +0 -85
- package/web/Config-8hlBNhvs.js +0 -455
- package/web/Config-BDZhPIyz.js +0 -455
- package/web/Config-CJVNrrjj.js +0 -455
- package/web/Config-DvkVtlQ7.js +0 -455
- package/web/ExternalSource-B9ycBFiD.js +0 -10
- package/web/ExternalSource-BE7HX47E.js +0 -250
- package/web/ExternalSource-BL5GSlol.js +0 -250
- package/web/ExternalSource-BXQY6Dlc.js +0 -10
- package/web/ExternalSource-BXxH3JCD.js +0 -250
- package/web/ExternalSource-BYSS-PPV.js +0 -245
- package/web/ExternalSource-C57a61QN.js +0 -10
- package/web/ExternalSource-CKfMtOgU.js +0 -250
- package/web/ExternalSource-DP6q8ylB.js +0 -10
- package/web/LitUploaderBlock-AX6jOdAS.js +0 -996
- package/web/LitUploaderBlock-BjAaoLl2.js +0 -996
- package/web/LitUploaderBlock-D8E5HuwH.js +0 -996
- package/web/LitUploaderBlock-Dl3ce0Tc.js +0 -996
- package/web/LitUploaderBlock-Oi33U0uf.js +0 -996
- package/web/UrlSource-B9SX3K0L.js +0 -10
- package/web/UrlSource-C3zB1rCb.js +0 -70
- package/web/UrlSource-C7bEU6Xv.js +0 -10
- package/web/UrlSource-CE389CBz.js +0 -70
- package/web/UrlSource-CnvAJ58Y.js +0 -10
- package/web/UrlSource-CqF0h6B-.js +0 -10
- package/web/UrlSource-D-971Nut.js +0 -70
- package/web/UrlSource-DhI3YCt5.js +0 -70
- package/web/UrlSource-hWV7jtB2.js +0 -70
- package/web/abstract/CTX.d.ts +0 -40
- package/web/abstract/TypedCollection.d.ts +0 -47
- package/web/abstract/TypedCollection.test.d.ts +0 -1
- package/web/abstract/TypedData.d.ts +0 -12
- package/web/abstract/TypedData.test.d.ts +0 -1
- package/web/abstract/UploaderPublicApi.d.ts +0 -41
- package/web/abstract/buildOutputCollectionState.d.ts +0 -3
- package/web/abstract/customConfigOptions.d.ts +0 -65
- package/web/abstract/defineComponents.d.ts +0 -1
- package/web/abstract/features/ClipboardLayer.d.ts +0 -12
- package/web/abstract/loadFileUploaderFrom.d.ts +0 -13
- package/web/abstract/localeRegistry.d.ts +0 -5
- package/web/abstract/managers/LocaleManager.d.ts +0 -10
- package/web/abstract/managers/ModalManager.d.ts +0 -53
- package/web/abstract/managers/SecureUploadsManager.d.ts +0 -7
- package/web/abstract/managers/TelemetryManager.d.ts +0 -41
- package/web/abstract/managers/ValidationManager.d.ts +0 -34
- package/web/abstract/managers/__tests__/ModalManager.test.d.ts +0 -13
- package/web/abstract/managers/__tests__/SecureUploadsManager.test.d.ts +0 -1
- package/web/abstract/managers/a11y.d.ts +0 -9
- package/web/abstract/managers/plugin/PluginManager.d.ts +0 -25
- package/web/abstract/managers/plugin/PluginTypes.d.ts +0 -146
- package/web/abstract/managers/plugin/index.d.ts +0 -2
- package/web/abstract/sharedConfigKey.d.ts +0 -2
- package/web/abstract/uploadEntrySchema.d.ts +0 -34
- package/web/blocks/ActivityHeader/ActivityHeader.d.ts +0 -8
- package/web/blocks/CameraSource/CameraSource.d.ts +0 -121
- package/web/blocks/CameraSource/__tests__/calcCameraModes.test.d.ts +0 -1
- package/web/blocks/CameraSource/calcCameraModes.d.ts +0 -5
- package/web/blocks/CameraSource/constants.d.ts +0 -15
- package/web/blocks/CloudImageEditor/index.d.ts +0 -1
- package/web/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts +0 -60
- package/web/blocks/CloudImageEditor/src/CropFrame.d.ts +0 -56
- package/web/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.d.ts +0 -24
- package/web/blocks/CloudImageEditor/src/EditorButtonControl.d.ts +0 -14
- package/web/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts +0 -13
- package/web/blocks/CloudImageEditor/src/EditorFilterControl.d.ts +0 -35
- package/web/blocks/CloudImageEditor/src/EditorImageCropper.d.ts +0 -56
- package/web/blocks/CloudImageEditor/src/EditorImageFader.d.ts +0 -63
- package/web/blocks/CloudImageEditor/src/EditorOperationControl.d.ts +0 -15
- package/web/blocks/CloudImageEditor/src/EditorScroller.d.ts +0 -15
- package/web/blocks/CloudImageEditor/src/EditorSlider.d.ts +0 -33
- package/web/blocks/CloudImageEditor/src/EditorToolbar.d.ts +0 -68
- package/web/blocks/CloudImageEditor/src/crop-utils.d.ts +0 -36
- package/web/blocks/CloudImageEditor/src/crop-utils.test.d.ts +0 -1
- package/web/blocks/CloudImageEditor/src/cropper-constants.d.ts +0 -10
- package/web/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts +0 -31
- package/web/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts +0 -19
- package/web/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts +0 -27
- package/web/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts +0 -38
- package/web/blocks/CloudImageEditor/src/index.d.ts +0 -15
- package/web/blocks/CloudImageEditor/src/lib/classNames.d.ts +0 -5
- package/web/blocks/CloudImageEditor/src/lib/classNames.test.d.ts +0 -1
- package/web/blocks/CloudImageEditor/src/lib/linspace.d.ts +0 -1
- package/web/blocks/CloudImageEditor/src/lib/linspace.test.d.ts +0 -1
- package/web/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts +0 -4
- package/web/blocks/CloudImageEditor/src/lib/parseCropPreset.test.d.ts +0 -1
- package/web/blocks/CloudImageEditor/src/lib/parseTabs.d.ts +0 -2
- package/web/blocks/CloudImageEditor/src/lib/pick.d.ts +0 -1
- package/web/blocks/CloudImageEditor/src/lib/pick.test.d.ts +0 -1
- package/web/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts +0 -7
- package/web/blocks/CloudImageEditor/src/state.d.ts +0 -20
- package/web/blocks/CloudImageEditor/src/svg-sprite.d.ts +0 -2
- package/web/blocks/CloudImageEditor/src/toolbar-constants.d.ts +0 -61
- package/web/blocks/CloudImageEditor/src/types.d.ts +0 -60
- package/web/blocks/CloudImageEditor/src/util.d.ts +0 -2
- package/web/blocks/CloudImageEditor/src/utils/parseFilterValue.d.ts +0 -7
- package/web/blocks/CloudImageEditor/src/utils/parseFilterValue.test.d.ts +0 -1
- package/web/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts +0 -25
- package/web/blocks/Config/Config.d.ts +0 -60
- package/web/blocks/Config/assertions.d.ts +0 -5
- package/web/blocks/Config/computed-properties.d.ts +0 -24
- package/web/blocks/Config/computed-properties.test.d.ts +0 -1
- package/web/blocks/Config/initialConfig.d.ts +0 -6
- package/web/blocks/Config/normalizeConfigValue.d.ts +0 -2
- package/web/blocks/Config/validatorsType.d.ts +0 -18
- package/web/blocks/Copyright/Copyright.d.ts +0 -10
- package/web/blocks/DropArea/DropArea.d.ts +0 -47
- package/web/blocks/DropArea/addDropzone.d.ts +0 -17
- package/web/blocks/DropArea/getDropItems.d.ts +0 -12
- package/web/blocks/ExternalSource/ExternalSource.d.ts +0 -45
- package/web/blocks/ExternalSource/MessageBridge.d.ts +0 -11
- package/web/blocks/ExternalSource/buildThemeDefinition.d.ts +0 -4
- package/web/blocks/ExternalSource/query-string.d.ts +0 -1
- package/web/blocks/ExternalSource/types.d.ts +0 -105
- package/web/blocks/FileItem/FileItem.d.ts +0 -50
- package/web/blocks/FileItem/FileItemConfig.d.ts +0 -10
- package/web/blocks/FormInput/FormInput.d.ts +0 -18
- package/web/blocks/Icon/Icon.d.ts +0 -19
- package/web/blocks/Img/Img.d.ts +0 -14
- package/web/blocks/Img/ImgBase.d.ts +0 -29
- package/web/blocks/Img/ImgConfig.d.ts +0 -28
- package/web/blocks/Img/configurations.d.ts +0 -11
- package/web/blocks/Img/props-map.d.ts +0 -28
- package/web/blocks/Img/utils/parseObjectToString.d.ts +0 -2
- package/web/blocks/Modal/Modal.d.ts +0 -34
- package/web/blocks/PluginActivityRenderer/PluginActivityRenderer.d.ts +0 -32
- package/web/blocks/PluginActivityRenderer/index.d.ts +0 -1
- package/web/blocks/ProgressBar/ProgressBar.d.ts +0 -21
- package/web/blocks/ProgressBarCommon/ProgressBarCommon.d.ts +0 -17
- package/web/blocks/Select/Select.d.ts +0 -18
- package/web/blocks/SimpleBtn/SimpleBtn.d.ts +0 -15
- package/web/blocks/SourceBtn/SourceBtn.d.ts +0 -23
- package/web/blocks/SourceList/SourceList.d.ts +0 -24
- package/web/blocks/Spinner/Spinner.d.ts +0 -9
- package/web/blocks/StartFrom/StartFrom.d.ts +0 -12
- package/web/blocks/Thumb/Thumb.d.ts +0 -35
- package/web/blocks/UploadCtxProvider/EventEmitter.d.ts +0 -70
- package/web/blocks/UploadCtxProvider/UploadCtxProvider.d.ts +0 -44
- package/web/blocks/UploadList/UploadList.d.ts +0 -39
- package/web/blocks/UrlSource/UrlSource.d.ts +0 -14
- package/web/blocks/svg-backgrounds/svg-backgrounds.d.ts +0 -3
- package/web/blocks/themes/uc-basic/svg-sprite.d.ts +0 -2
- package/web/cameraPlugin-DeedXMWV.js +0 -8
- package/web/cameraPlugin-Duy1QwjB.js +0 -8
- package/web/cameraPlugin-QS9SUOtO.js +0 -8
- package/web/cameraPlugin-bq8ggY04.js +0 -8
- package/web/cameraPlugin-cel9YgP_.js +0 -8
- package/web/cloud-image-editor-8DrVRZ7E.js +0 -12
- package/web/cloud-image-editor-BX50EK1U.js +0 -12
- package/web/cloud-image-editor-DSW3oWq-.js +0 -12
- package/web/cloud-image-editor-DuI2Lx4M.js +0 -12
- package/web/cloudImageEditorPlugin-5my6aD36.js +0 -8
- package/web/cloudImageEditorPlugin-Bk19DmJv.js +0 -8
- package/web/cloudImageEditorPlugin-CcdnmtBW.js +0 -8
- package/web/cloudImageEditorPlugin-DQJmDl03.js +0 -8
- package/web/cloudImageEditorPlugin-kojghfqw.js +0 -8
- package/web/constants-BCfCF0cJ.js +0 -4025
- package/web/core.d.ts +0 -42
- package/web/env.d.ts +0 -2
- package/web/externalSourcesPlugin-BTeRm5C0.js +0 -8
- package/web/externalSourcesPlugin-BXgVeojg.js +0 -8
- package/web/externalSourcesPlugin-BgLpuIK9.js +0 -8
- package/web/externalSourcesPlugin-DMc9zs4T.js +0 -8
- package/web/externalSourcesPlugin-Dm9vnTBv.js +0 -8
- package/web/imageShrinkPlugin-BdHgEGZH.js +0 -8
- package/web/imageShrinkPlugin-BjkMGfvT.js +0 -8
- package/web/imageShrinkPlugin-CCkGHL2w.js +0 -8
- package/web/imageShrinkPlugin-D4WjaRGo.js +0 -8
- package/web/imageShrinkPlugin-DqYGutVx.js +0 -8
- package/web/index.d.ts +0 -42
- package/web/instagramPlugin-BTMz0K2a.js +0 -8
- package/web/instagramPlugin-BbIKgTH7.js +0 -8
- package/web/instagramPlugin-CQQhsEJa.js +0 -8
- package/web/instagramPlugin-Cm7lWKae.js +0 -8
- package/web/instagramPlugin-DcclxM_d.js +0 -8
- package/web/lit/BaseComponent.d.ts +0 -12
- package/web/lit/Constructor.d.ts +0 -1
- package/web/lit/CssDataMixin.d.ts +0 -7
- package/web/lit/LightDomMixin.d.ts +0 -8
- package/web/lit/LitActivityBlock.d.ts +0 -53
- package/web/lit/LitBlock.d.ts +0 -83
- package/web/lit/LitSolutionBlock.d.ts +0 -21
- package/web/lit/LitUploaderBlock.d.ts +0 -53
- package/web/lit/PubSubCompat.d.ts +0 -18
- package/web/lit/RegisterableElementMixin.d.ts +0 -7
- package/web/lit/SharedState.d.ts +0 -119
- package/web/lit/SymbioteCompatMixin.d.ts +0 -40
- package/web/lit/TestModeController.d.ts +0 -16
- package/web/lit/Uid.d.ts +0 -3
- package/web/lit/activity-constants.d.ts +0 -11
- package/web/lit/createDebugPrinter.d.ts +0 -3
- package/web/lit/findBlockInCtx.d.ts +0 -3
- package/web/lit/getOutputData.d.ts +0 -2
- package/web/lit/hasBlockInCtx.d.ts +0 -3
- package/web/lit/l10n.d.ts +0 -5
- package/web/lit/parseCssPropertyValue.d.ts +0 -1
- package/web/lit/shared-instances.d.ts +0 -65
- package/web/locales/file-uploader/ar.d.ts +0 -137
- package/web/locales/file-uploader/az.d.ts +0 -129
- package/web/locales/file-uploader/ca.d.ts +0 -131
- package/web/locales/file-uploader/cs.d.ts +0 -133
- package/web/locales/file-uploader/da.d.ts +0 -129
- package/web/locales/file-uploader/de.d.ts +0 -129
- package/web/locales/file-uploader/el.d.ts +0 -129
- package/web/locales/file-uploader/en.d.ts +0 -129
- package/web/locales/file-uploader/es.d.ts +0 -131
- package/web/locales/file-uploader/et.d.ts +0 -129
- package/web/locales/file-uploader/fi.d.ts +0 -129
- package/web/locales/file-uploader/fr.d.ts +0 -131
- package/web/locales/file-uploader/he.d.ts +0 -131
- package/web/locales/file-uploader/hy.d.ts +0 -129
- package/web/locales/file-uploader/is.d.ts +0 -129
- package/web/locales/file-uploader/it.d.ts +0 -131
- package/web/locales/file-uploader/ja.d.ts +0 -129
- package/web/locales/file-uploader/ka.d.ts +0 -129
- package/web/locales/file-uploader/kk.d.ts +0 -129
- package/web/locales/file-uploader/ko.d.ts +0 -129
- package/web/locales/file-uploader/lv.d.ts +0 -131
- package/web/locales/file-uploader/nb.d.ts +0 -129
- package/web/locales/file-uploader/nl.d.ts +0 -129
- package/web/locales/file-uploader/pl.d.ts +0 -133
- package/web/locales/file-uploader/pt.d.ts +0 -131
- package/web/locales/file-uploader/ro.d.ts +0 -131
- package/web/locales/file-uploader/ru.d.ts +0 -133
- package/web/locales/file-uploader/sk.d.ts +0 -133
- package/web/locales/file-uploader/sr.d.ts +0 -131
- package/web/locales/file-uploader/sv.d.ts +0 -129
- package/web/locales/file-uploader/tr.d.ts +0 -129
- package/web/locales/file-uploader/uk.d.ts +0 -133
- package/web/locales/file-uploader/vi.d.ts +0 -129
- package/web/locales/file-uploader/zh-TW.d.ts +0 -129
- package/web/locales/file-uploader/zh.d.ts +0 -129
- package/web/plugins/cameraPlugin.d.ts +0 -2
- package/web/plugins/cloudImageEditorPlugin.d.ts +0 -2
- package/web/plugins/externalSourcesPlugin.d.ts +0 -2
- package/web/plugins/imageShrinkPlugin.d.ts +0 -2
- package/web/plugins/instagramPlugin.d.ts +0 -2
- package/web/plugins/unsplashPlugin.d.ts +0 -16
- package/web/plugins/urlSourcePlugin.d.ts +0 -2
- package/web/plugins-Bt7FXHKx.js +0 -562
- package/web/plugins-CaaolyMk.js +0 -562
- package/web/plugins-Cjgw5oWg.js +0 -562
- package/web/plugins-CzNtrVQB.js +0 -562
- package/web/plugins-DS0hIs2V.js +0 -563
- package/web/ref-BOnG19ns.js +0 -4040
- package/web/ref-BejJFG7m.js +0 -4040
- package/web/ref-DcRg7zo9.js +0 -4040
- package/web/ref-ZWPcLQB9.js +0 -4040
- package/web/solutions/adaptive-image/index.d.ts +0 -2
- package/web/solutions/cloud-image-editor/CloudImageEditor.d.ts +0 -11
- package/web/solutions/cloud-image-editor/index.d.ts +0 -5
- package/web/solutions/file-uploader/inline/FileUploaderInline.d.ts +0 -20
- package/web/solutions/file-uploader/inline/index.d.ts +0 -1
- package/web/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts +0 -23
- package/web/solutions/file-uploader/minimal/index.d.ts +0 -1
- package/web/solutions/file-uploader/regular/FileUploaderRegular.d.ts +0 -17
- package/web/solutions/file-uploader/regular/index.d.ts +0 -1
- package/web/style-map-BmZdux7T.js +0 -37
- package/web/style-map-CZ6fSV6e.js +0 -37
- package/web/style-map-Dk7mLCrB.js +0 -37
- package/web/style-map-HkHnu9oA.js +0 -37
- package/web/style-map-tw1yUEaj.js +0 -37
- package/web/types/dom.d.ts +0 -1
- package/web/types/events.d.ts +0 -4
- package/web/types/exported.d.ts +0 -492
- package/web/types/index.d.ts +0 -5
- package/web/urlSourcePlugin-9lhcr02f.js +0 -8
- package/web/urlSourcePlugin-C-sLGhGb.js +0 -8
- package/web/urlSourcePlugin-DNXDpnRD.js +0 -8
- package/web/urlSourcePlugin-JnD0cnxb.js +0 -8
- package/web/urlSourcePlugin-hcMU2K6T.js +0 -8
- package/web/utils/UID.d.ts +0 -5
- package/web/utils/UID.test.d.ts +0 -1
- package/web/utils/UploadSource.d.ts +0 -37
- package/web/utils/WindowHeightTracker.d.ts +0 -9
- package/web/utils/abilities.d.ts +0 -1
- package/web/utils/applyStyles.d.ts +0 -1
- package/web/utils/browser-info.d.ts +0 -12
- package/web/utils/browser-info.test.d.ts +0 -1
- package/web/utils/cdn-utils.d.ts +0 -53
- package/web/utils/cdn-utils.test.d.ts +0 -1
- package/web/utils/comma-separated.d.ts +0 -2
- package/web/utils/debounce.d.ts +0 -3
- package/web/utils/delay.d.ts +0 -1
- package/web/utils/fileTypes.d.ts +0 -11
- package/web/utils/fileTypes.test.d.ts +0 -1
- package/web/utils/get-top-level-origin.d.ts +0 -1
- package/web/utils/get-top-level-origin.test.d.ts +0 -1
- package/web/utils/getLocaleDirection.d.ts +0 -1
- package/web/utils/getPluralForm.d.ts +0 -1
- package/web/utils/getPluralForm.test.d.ts +0 -1
- package/web/utils/isPromiseLike.d.ts +0 -1
- package/web/utils/isPromiseLike.test.d.ts +0 -1
- package/web/utils/isSecureTokenExpired.d.ts +0 -8
- package/web/utils/isSecureTokenExpired.test.d.ts +0 -1
- package/web/utils/memoize.d.ts +0 -1
- package/web/utils/memoize.test.d.ts +0 -1
- package/web/utils/mixinClass.d.ts +0 -8
- package/web/utils/parseCdnUrl.d.ts +0 -11
- package/web/utils/parseCdnUrl.test.d.ts +0 -1
- package/web/utils/parseShrink.d.ts +0 -7
- package/web/utils/parseShrink.test.d.ts +0 -1
- package/web/utils/preloadImage.d.ts +0 -10
- package/web/utils/prettyBytes.d.ts +0 -11
- package/web/utils/prettyBytes.test.d.ts +0 -1
- package/web/utils/resizeImage.d.ts +0 -1
- package/web/utils/stringToArray.d.ts +0 -1
- package/web/utils/stringToArray.test.d.ts +0 -1
- package/web/utils/template-utils.d.ts +0 -16
- package/web/utils/template-utils.test.d.ts +0 -1
- package/web/utils/throttle.d.ts +0 -3
- package/web/utils/toKebabCase.d.ts +0 -2
- package/web/utils/toKebabCase.test.d.ts +0 -1
- package/web/utils/transparentPixelSrc.d.ts +0 -1
- package/web/utils/uniqueArray.d.ts +0 -1
- package/web/utils/uniqueArray.test.d.ts +0 -1
- package/web/utils/userAgent.d.ts +0 -2
- package/web/utils/validators/collection/index.d.ts +0 -2
- package/web/utils/validators/collection/validateCollectionUploadError.d.ts +0 -2
- package/web/utils/validators/collection/validateMultiple.d.ts +0 -2
- package/web/utils/validators/file/index.d.ts +0 -4
- package/web/utils/validators/file/validateFileType.d.ts +0 -2
- package/web/utils/validators/file/validateIsImage.d.ts +0 -2
- package/web/utils/validators/file/validateMaxSizeLimit.d.ts +0 -2
- package/web/utils/validators/file/validateUploadError.d.ts +0 -2
- package/web/utils/warnOnce.d.ts +0 -1
- package/web/utils/wildcardRegexp.d.ts +0 -1
- package/web/utils/wildcardRegexp.test.d.ts +0 -1
- package/web/utils/withResolvers.d.ts +0 -5
- package/web/utils/withResolvers.test.d.ts +0 -1
|
@@ -1,16 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Package: @uploadcare/file-uploader@1.28.0-alpha.111 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/blob/main/LICENSE
|
|
5
|
+
* Built: 2026-03-03T12:19:32.556Z
|
|
6
|
+
*/
|
|
1
7
|
|
|
2
|
-
/* TODO: we should use basic theme there
|
|
3
|
-
display: inline-flex;
|
|
4
|
-
align-items: center;
|
|
5
|
-
justify-content: center;
|
|
6
|
-
width: var(--uc-button-size);
|
|
7
|
-
height: var(--uc-button-size);
|
|
8
|
-
}uc-icon svg {
|
|
9
|
-
width: calc(var(--uc-button-size) / 2);
|
|
10
|
-
height: calc(var(--uc-button-size) / 2);
|
|
11
|
-
overflow: visible;
|
|
12
|
-
}
|
|
13
|
-
:where([uc-wgt-common]):not(#\#) {
|
|
8
|
+
/* TODO: we should use basic theme there */:where([uc-wgt-common]) {
|
|
14
9
|
/* Font */
|
|
15
10
|
--uc-font-family: system-ui;
|
|
16
11
|
--uc-font-size: 14px;
|
|
@@ -53,9 +48,8 @@
|
|
|
53
48
|
--uc-simple-btn: var(--uc-simple-btn-light);
|
|
54
49
|
--uc-simple-btn-hover: var(--uc-simple-btn-hover-light);
|
|
55
50
|
--uc-simple-btn-foreground: var(--uc-simple-btn-foreground-light);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
:where([uc-wgt-common]):not(#\#) {
|
|
51
|
+
}@supports not (color: oklch(0% 0 0)) {
|
|
52
|
+
:where([uc-wgt-common]) {
|
|
59
53
|
/* Light colors RGB fallback */
|
|
60
54
|
--uc-primary-rgb-light: 23 75 215;
|
|
61
55
|
--uc-primary-light: rgb(var(--uc-primary-rgb-light));
|
|
@@ -98,9 +92,8 @@
|
|
|
98
92
|
--uc-simple-btn-hover-dark: rgb(43 43 43);
|
|
99
93
|
--uc-simple-btn-foreground-dark: rgb(255 255 255);
|
|
100
94
|
}
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
:where([uc-wgt-common]):not(#\#) {
|
|
95
|
+
}@supports (color: oklch(0% 0 0)) {
|
|
96
|
+
:where([uc-wgt-common]) {
|
|
104
97
|
/* Light colors OKLCH */
|
|
105
98
|
--uc-primary-oklch-light: 47% 0.22 264; /* Quick customization: change this value to your brand color */
|
|
106
99
|
--uc-primary-light: oklch(var(--uc-primary-oklch-light));
|
|
@@ -143,26 +136,22 @@
|
|
|
143
136
|
--uc-simple-btn-hover-dark: oklch(29% 0 0);
|
|
144
137
|
--uc-simple-btn-foreground-dark: oklch(100% 0 0);
|
|
145
138
|
}
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
:where([uc-wgt-common]):not(#\#) {
|
|
139
|
+
}@media only screen and (max-height: 600px) {
|
|
140
|
+
:where([uc-wgt-common]) {
|
|
149
141
|
--uc-dialog-max-height: 100%;
|
|
150
142
|
}
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
:where([uc-wgt-common]):not(#\#) {
|
|
143
|
+
}@media only screen and (max-width: 680px) {
|
|
144
|
+
:where([uc-wgt-common]) {
|
|
154
145
|
--uc-grid-col: 2;
|
|
155
146
|
}
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
:where([uc-wgt-common]):not(#\#) {
|
|
147
|
+
}@media only screen and (max-width: 430px) {
|
|
148
|
+
:where([uc-wgt-common]) {
|
|
159
149
|
--uc-dialog-max-width: 100vw;
|
|
160
150
|
--uc-dialog-max-height: var(--uploadcare-blocks-window-height);
|
|
161
151
|
--uc-grid-col: 1;
|
|
162
152
|
}
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
:where([uc-wgt-common]):not(#\#) {
|
|
153
|
+
}@media (prefers-color-scheme: light) {
|
|
154
|
+
:where([uc-wgt-common]) {
|
|
166
155
|
--uc-background: var(--uc-background-light);
|
|
167
156
|
--uc-foreground: var(--uc-foreground-light);
|
|
168
157
|
--uc-primary: var(--uc-primary-light);
|
|
@@ -182,9 +171,8 @@
|
|
|
182
171
|
--uc-simple-btn-hover: var(--uc-simple-btn-hover-light);
|
|
183
172
|
--uc-simple-btn-foreground: var(--uc-simple-btn-foreground-light);
|
|
184
173
|
}
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
:where([uc-wgt-common]):not(#\#) {
|
|
174
|
+
}@media (prefers-color-scheme: dark) {
|
|
175
|
+
:where([uc-wgt-common]) {
|
|
188
176
|
--uc-background: var(--uc-background-dark);
|
|
189
177
|
--uc-foreground: var(--uc-foreground-dark);
|
|
190
178
|
--uc-primary: var(--uc-primary-dark);
|
|
@@ -204,8 +192,7 @@
|
|
|
204
192
|
--uc-simple-btn-hover: var(--uc-simple-btn-hover-dark);
|
|
205
193
|
--uc-simple-btn-foreground: var(--uc-simple-btn-foreground-dark);
|
|
206
194
|
}
|
|
207
|
-
}
|
|
208
|
-
:where(.uc-light):not(#\#) {
|
|
195
|
+
}:where(.uc-light) {
|
|
209
196
|
--uc-background: var(--uc-background-light);
|
|
210
197
|
--uc-foreground: var(--uc-foreground-light);
|
|
211
198
|
--uc-primary: var(--uc-primary-light);
|
|
@@ -224,8 +211,7 @@
|
|
|
224
211
|
--uc-simple-btn: var(--uc-simple-btn-light);
|
|
225
212
|
--uc-simple-btn-hover: var(--uc-simple-btn-hover-light);
|
|
226
213
|
--uc-simple-btn-foreground: var(--uc-simple-btn-foreground-light);
|
|
227
|
-
}
|
|
228
|
-
:where(.uc-dark):not(#\#) {
|
|
214
|
+
}:where(.uc-dark) {
|
|
229
215
|
--uc-background: var(--uc-background-dark);
|
|
230
216
|
--uc-foreground: var(--uc-foreground-dark);
|
|
231
217
|
--uc-primary: var(--uc-primary-dark);
|
|
@@ -244,32 +230,25 @@
|
|
|
244
230
|
--uc-simple-btn: var(--uc-simple-btn-dark);
|
|
245
231
|
--uc-simple-btn-hover: var(--uc-simple-btn-hover-dark);
|
|
246
232
|
--uc-simple-btn-foreground: var(--uc-simple-btn-foreground-dark);
|
|
247
|
-
}
|
|
248
|
-
:where(.uc-purple):not(#\#) {
|
|
233
|
+
}:where(.uc-purple) {
|
|
249
234
|
--uc-primary-oklch-light: 47% 0.22 300;
|
|
250
235
|
--uc-primary-oklch-dark: 69% 0.1768 300;
|
|
251
|
-
}
|
|
252
|
-
:where(.uc-red):not(#\#) {
|
|
236
|
+
}:where(.uc-red) {
|
|
253
237
|
--uc-primary-oklch-light: 47% 0.21 21;
|
|
254
238
|
--uc-primary-oklch-dark: 71% 0.1768 21;
|
|
255
|
-
}
|
|
256
|
-
:where(.uc-orange):not(#\#) {
|
|
239
|
+
}:where(.uc-orange) {
|
|
257
240
|
--uc-primary-oklch-light: 47% 0.1376 51.88;
|
|
258
241
|
--uc-primary-oklch-dark: 69% 0.1768 51.88;
|
|
259
|
-
}
|
|
260
|
-
:where(.uc-green):not(#\#) {
|
|
242
|
+
}:where(.uc-green) {
|
|
261
243
|
--uc-primary-oklch-light: 45% 0.14 130;
|
|
262
244
|
--uc-primary-oklch-dark: 69% 0.1768 130;
|
|
263
|
-
}
|
|
264
|
-
:where(.uc-turquoise):not(#\#) {
|
|
245
|
+
}:where(.uc-turquoise) {
|
|
265
246
|
--uc-primary-oklch-light: 45% 0.0854 174;
|
|
266
247
|
--uc-primary-oklch-dark: 69% 0.1768 174;
|
|
267
|
-
}
|
|
268
|
-
:where(.uc-gray):not(#\#) {
|
|
248
|
+
}:where(.uc-gray) {
|
|
269
249
|
--uc-primary-oklch-light: 10% 0 0;
|
|
270
250
|
--uc-primary-oklch-dark: 97% 0 0;
|
|
271
|
-
}
|
|
272
|
-
:where(.uc-contrast):not(#\#) {
|
|
251
|
+
}:where(.uc-contrast) {
|
|
273
252
|
--uc-border-light: oklch(50% 0 0);
|
|
274
253
|
--uc-border-dark: oklch(50% 0 0);
|
|
275
254
|
|
|
@@ -285,8 +264,11 @@
|
|
|
285
264
|
--uc-background-dark: oklch(10% 0 0);
|
|
286
265
|
--uc-foreground-dark: oklch(100% 0 0);
|
|
287
266
|
}
|
|
267
|
+
|
|
288
268
|
/** biome-ignore-all lint/complexity/noImportantStyles: TODO: Refactor styles to get rid of !important rules */
|
|
269
|
+
|
|
289
270
|
/* TODO: we should use basic theme there */
|
|
271
|
+
|
|
290
272
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) {
|
|
291
273
|
--color-primary-accent: var(--uc-primary);
|
|
292
274
|
--color-text-base: var(--uc-foreground);
|
|
@@ -327,16 +309,18 @@
|
|
|
327
309
|
--modal-header-height: var(--size-panel-heading);
|
|
328
310
|
--modal-toolbar-height: var(--size-panel-heading);
|
|
329
311
|
|
|
330
|
-
--transparent-pixel: url(
|
|
312
|
+
--transparent-pixel: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
|
|
331
313
|
|
|
332
314
|
display: block;
|
|
333
315
|
width: 100%;
|
|
334
316
|
height: 100%;
|
|
335
317
|
max-height: 100%;
|
|
336
318
|
}
|
|
319
|
+
|
|
337
320
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) :is([can-handle-paste]:hover, [can-handle-paste]:focus) {
|
|
338
321
|
--can-handle-paste: "true";
|
|
339
322
|
}
|
|
323
|
+
|
|
340
324
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#)
|
|
341
325
|
:is([tabindex]:focus-visible, [tabindex]:hover, [with-effects]:focus-visible, [with-effects]:hover) {
|
|
342
326
|
--filter-effect: var(--hover-filter) !important;
|
|
@@ -344,35 +328,42 @@
|
|
|
344
328
|
--color-effect: var(--hover-color-rgb) !important;
|
|
345
329
|
--background-effect: var(--hover-background) !important;
|
|
346
330
|
}
|
|
331
|
+
|
|
347
332
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) :is([tabindex]:active, [with-effects]:active) {
|
|
348
333
|
--filter-effect: var(--down-filter) !important;
|
|
349
334
|
--opacity-effect: var(--down-opacity) !important;
|
|
350
335
|
--color-effect: var(--down-color-rgb) !important;
|
|
351
336
|
--background-effect: var(--down-background) !important;
|
|
352
337
|
}
|
|
338
|
+
|
|
353
339
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) :is([tabindex][active], [with-effects][active]) {
|
|
354
340
|
--filter-effect: var(--active-filter) !important;
|
|
355
341
|
--opacity-effect: var(--active-opacity) !important;
|
|
356
342
|
--color-effect: var(--active-color-rgb) !important;
|
|
357
343
|
--background-effect: var(--active-background) !important;
|
|
358
344
|
}
|
|
345
|
+
|
|
359
346
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) [hidden-scrollbar]::-webkit-scrollbar {
|
|
360
347
|
display: none;
|
|
361
348
|
}
|
|
349
|
+
|
|
362
350
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) [hidden-scrollbar] {
|
|
363
351
|
-ms-overflow-style: none;
|
|
364
352
|
scrollbar-width: none;
|
|
365
353
|
}
|
|
354
|
+
|
|
366
355
|
[uc-cloud-image-editor].uc-editor_ON:not(#\#):not(#\#):not(#\#) {
|
|
367
356
|
--modal-header-opacity: 0;
|
|
368
357
|
--modal-header-height: 0px;
|
|
369
358
|
--modal-toolbar-height: calc(var(--size-panel-heading) * 2);
|
|
370
359
|
}
|
|
360
|
+
|
|
371
361
|
[uc-cloud-image-editor].uc-editor_OFF:not(#\#):not(#\#):not(#\#) {
|
|
372
362
|
--modal-header-opacity: 1;
|
|
373
363
|
--modal-header-height: var(--size-panel-heading);
|
|
374
364
|
--modal-toolbar-height: var(--size-panel-heading);
|
|
375
365
|
}
|
|
366
|
+
|
|
376
367
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper {
|
|
377
368
|
--l-min-img-height: var(--modal-toolbar-height);
|
|
378
369
|
--l-max-img-height: 100%;
|
|
@@ -389,18 +380,21 @@
|
|
|
389
380
|
overflow: hidden;
|
|
390
381
|
overflow-y: auto;
|
|
391
382
|
}
|
|
383
|
+
|
|
392
384
|
@media only screen and (max-width: 800px) {
|
|
393
385
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper {
|
|
394
386
|
--l-edit-button-width: 70px;
|
|
395
387
|
--l-toolbar-horizontal-padding: var(--cldtr-gap-min);
|
|
396
388
|
}
|
|
397
389
|
}
|
|
390
|
+
|
|
398
391
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-viewport {
|
|
399
392
|
display: flex;
|
|
400
393
|
align-items: center;
|
|
401
394
|
justify-content: center;
|
|
402
395
|
overflow: hidden;
|
|
403
396
|
}
|
|
397
|
+
|
|
404
398
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-viewport > .uc-image_container > .uc-image {
|
|
405
399
|
--viewer-image-opacity: 1;
|
|
406
400
|
|
|
@@ -419,11 +413,13 @@
|
|
|
419
413
|
user-select: none;
|
|
420
414
|
pointer-events: auto;
|
|
421
415
|
}
|
|
416
|
+
|
|
422
417
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-viewport > .uc-image_container > .uc-image.uc-image_visible_viewer {
|
|
423
418
|
transition:
|
|
424
419
|
opacity var(--transition-duration-3) ease-in-out,
|
|
425
420
|
transform var(--transition-duration-4);
|
|
426
421
|
}
|
|
422
|
+
|
|
427
423
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-viewport > .uc-image_container > .uc-image.uc-image_hidden_to_cropper {
|
|
428
424
|
--viewer-image-opacity: 0;
|
|
429
425
|
|
|
@@ -434,6 +430,7 @@
|
|
|
434
430
|
opacity var(--transition-duration-3) steps(1, jump-end);
|
|
435
431
|
pointer-events: none;
|
|
436
432
|
}
|
|
433
|
+
|
|
437
434
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-viewport > .uc-image_container > .uc-image.uc-image_hidden_effects {
|
|
438
435
|
--viewer-image-opacity: 0;
|
|
439
436
|
|
|
@@ -443,6 +440,7 @@
|
|
|
443
440
|
transform var(--transition-duration-4);
|
|
444
441
|
pointer-events: none;
|
|
445
442
|
}
|
|
443
|
+
|
|
446
444
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-viewport > .uc-image_container {
|
|
447
445
|
position: relative;
|
|
448
446
|
display: block;
|
|
@@ -451,10 +449,12 @@
|
|
|
451
449
|
background-color: var(--color-image-background);
|
|
452
450
|
transition: var(--transition-duration-3);
|
|
453
451
|
}
|
|
452
|
+
|
|
454
453
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-toolbar {
|
|
455
454
|
position: relative;
|
|
456
455
|
transition: 0.3s;
|
|
457
456
|
}
|
|
457
|
+
|
|
458
458
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-toolbar > .uc-toolbar_content {
|
|
459
459
|
position: absolute;
|
|
460
460
|
bottom: 0px;
|
|
@@ -465,6 +465,7 @@
|
|
|
465
465
|
min-height: var(--size-panel-heading);
|
|
466
466
|
background-color: var(--color-fill-contrast);
|
|
467
467
|
}
|
|
468
|
+
|
|
468
469
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-toolbar > .uc-toolbar_content.uc-toolbar_content__viewer {
|
|
469
470
|
display: flex;
|
|
470
471
|
align-items: center;
|
|
@@ -473,13 +474,16 @@
|
|
|
473
474
|
padding-right: var(--l-toolbar-horizontal-padding);
|
|
474
475
|
padding-left: var(--l-toolbar-horizontal-padding);
|
|
475
476
|
}
|
|
477
|
+
|
|
476
478
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-toolbar > .uc-toolbar_content.uc-toolbar_content__editor {
|
|
477
479
|
display: flex;
|
|
478
480
|
}
|
|
481
|
+
|
|
479
482
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-viewport > .uc-info_pan {
|
|
480
483
|
position: absolute;
|
|
481
484
|
user-select: none;
|
|
482
485
|
}
|
|
486
|
+
|
|
483
487
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-viewport > .uc-file_type_outer {
|
|
484
488
|
position: absolute;
|
|
485
489
|
z-index: 2;
|
|
@@ -488,9 +492,11 @@
|
|
|
488
492
|
transform: translateX(-40px);
|
|
489
493
|
user-select: none;
|
|
490
494
|
}
|
|
495
|
+
|
|
491
496
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-viewport > .uc-file_type_outer > .uc-file_type {
|
|
492
497
|
padding: 4px 0.8em;
|
|
493
498
|
}
|
|
499
|
+
|
|
494
500
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-network_problems_splash {
|
|
495
501
|
position: absolute;
|
|
496
502
|
z-index: 999;
|
|
@@ -500,6 +506,7 @@
|
|
|
500
506
|
height: 100%;
|
|
501
507
|
background-color: var(--color-fill-contrast);
|
|
502
508
|
}
|
|
509
|
+
|
|
503
510
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-network_problems_splash > .uc-network_problems_content {
|
|
504
511
|
display: flex;
|
|
505
512
|
flex: 1;
|
|
@@ -507,6 +514,7 @@
|
|
|
507
514
|
align-items: center;
|
|
508
515
|
justify-content: center;
|
|
509
516
|
}
|
|
517
|
+
|
|
510
518
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#)
|
|
511
519
|
> .uc-wrapper
|
|
512
520
|
> .uc-network_problems_splash
|
|
@@ -521,6 +529,7 @@
|
|
|
521
529
|
background-color: var(--uc-muted);
|
|
522
530
|
border-radius: 50%;
|
|
523
531
|
}
|
|
532
|
+
|
|
524
533
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#)
|
|
525
534
|
> .uc-wrapper
|
|
526
535
|
> .uc-network_problems_splash
|
|
@@ -530,12 +539,14 @@
|
|
|
530
539
|
font-size: var(--font-size-ui);
|
|
531
540
|
color: var(--uc-foreground);
|
|
532
541
|
}
|
|
542
|
+
|
|
533
543
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-network_problems_splash > .uc-network_problems_footer {
|
|
534
544
|
display: flex;
|
|
535
545
|
align-items: center;
|
|
536
546
|
justify-content: center;
|
|
537
547
|
height: var(--size-panel-heading);
|
|
538
548
|
}
|
|
549
|
+
|
|
539
550
|
uc-crop-frame:not(#\#):not(#\#):not(#\#) > .uc-svg {
|
|
540
551
|
position: absolute;
|
|
541
552
|
top: 0px;
|
|
@@ -548,6 +559,7 @@ uc-crop-frame:not(#\#):not(#\#):not(#\#) > .uc-svg {
|
|
|
548
559
|
opacity: inherit;
|
|
549
560
|
transition: var(--transition-duration-3);
|
|
550
561
|
}
|
|
562
|
+
|
|
551
563
|
uc-crop-frame:not(#\#):not(#\#):not(#\#) > .uc-thumb {
|
|
552
564
|
--idle-color-rgb: var(--color-text-base);
|
|
553
565
|
--hover-color-rgb: var(--color-primary-accent);
|
|
@@ -560,26 +572,33 @@ uc-crop-frame:not(#\#):not(#\#):not(#\#) > .uc-thumb {
|
|
|
560
572
|
color var(--transition-duration-3),
|
|
561
573
|
opacity var(--transition-duration-3);
|
|
562
574
|
}
|
|
575
|
+
|
|
563
576
|
uc-crop-frame:not(#\#):not(#\#):not(#\#) .uc-thumb--visible {
|
|
564
577
|
opacity: 1;
|
|
565
578
|
pointer-events: auto;
|
|
566
579
|
}
|
|
580
|
+
|
|
567
581
|
uc-crop-frame:not(#\#):not(#\#):not(#\#) .uc-thumb--hidden {
|
|
568
582
|
opacity: 0;
|
|
569
583
|
pointer-events: none;
|
|
570
584
|
}
|
|
585
|
+
|
|
571
586
|
uc-crop-frame:not(#\#):not(#\#):not(#\#) .uc-guides {
|
|
572
587
|
transition: var(--transition-duration-3);
|
|
573
588
|
}
|
|
589
|
+
|
|
574
590
|
uc-crop-frame:not(#\#):not(#\#):not(#\#) .uc-guides--hidden {
|
|
575
591
|
opacity: 0;
|
|
576
592
|
}
|
|
593
|
+
|
|
577
594
|
uc-crop-frame:not(#\#):not(#\#):not(#\#) .uc-guides--semi-hidden {
|
|
578
595
|
opacity: 0.2;
|
|
579
596
|
}
|
|
597
|
+
|
|
580
598
|
uc-crop-frame:not(#\#):not(#\#):not(#\#) .uc-guides--visible {
|
|
581
599
|
opacity: 1;
|
|
582
600
|
}
|
|
601
|
+
|
|
583
602
|
uc-editor-button-control:not(#\#):not(#\#):not(#\#),
|
|
584
603
|
uc-editor-crop-button-control:not(#\#):not(#\#):not(#\#),
|
|
585
604
|
uc-editor-aspect-ratio-button-control:not(#\#):not(#\#):not(#\#),
|
|
@@ -608,6 +627,7 @@ uc-editor-button-control:not(#\#):not(#\#):not(#\#),
|
|
|
608
627
|
|
|
609
628
|
border-radius: var(--uc-radius);
|
|
610
629
|
}
|
|
630
|
+
|
|
611
631
|
uc-editor-button-control:not(#\#):not(#\#):not(#\#) > button,
|
|
612
632
|
uc-editor-crop-button-control:not(#\#):not(#\#):not(#\#) > button,
|
|
613
633
|
uc-editor-aspect-ratio-button-control:not(#\#):not(#\#):not(#\#) > button,
|
|
@@ -626,13 +646,16 @@ uc-editor-button-control:not(#\#):not(#\#):not(#\#) > button,
|
|
|
626
646
|
cursor: pointer;
|
|
627
647
|
transition: var(--l-width-transition);
|
|
628
648
|
}
|
|
649
|
+
|
|
629
650
|
uc-editor-freeform-button-control:not(#\#):not(#\#):not(#\#) > button {
|
|
630
651
|
grid-template-columns: auto var(--l-base-min-width);
|
|
631
652
|
}
|
|
653
|
+
|
|
632
654
|
uc-editor-freeform-button-control:not(#\#):not(#\#):not(#\#) > button > uc-icon {
|
|
633
655
|
margin-left: var(--cldtr-gap-mid-1);
|
|
634
656
|
width: 10px;
|
|
635
657
|
}
|
|
658
|
+
|
|
636
659
|
:where(
|
|
637
660
|
uc-editor-button-control,
|
|
638
661
|
uc-editor-crop-button-control,
|
|
@@ -646,10 +669,12 @@ uc-editor-freeform-button-control:not(#\#):not(#\#):not(#\#) > button > uc-icon
|
|
|
646
669
|
width: var(--size-icon);
|
|
647
670
|
height: var(--size-icon);
|
|
648
671
|
}
|
|
672
|
+
|
|
649
673
|
uc-editor-filter-control:not(#\#):not(#\#):not(#\#) > uc-icon.uc-original-icon > svg {
|
|
650
674
|
width: 100%;
|
|
651
675
|
height: 100%;
|
|
652
676
|
}
|
|
677
|
+
|
|
653
678
|
uc-editor-button-control.uc-active:not(#\#):not(#\#):not(#\#),
|
|
654
679
|
uc-editor-operation-control.uc-active:not(#\#):not(#\#):not(#\#),
|
|
655
680
|
uc-editor-crop-button-control.uc-active:not(#\#):not(#\#):not(#\#),
|
|
@@ -663,6 +688,7 @@ uc-editor-button-control.uc-active:not(#\#):not(#\#):not(#\#),
|
|
|
663
688
|
--hover-background: var(--uc-primary);
|
|
664
689
|
--hover-opacity: 1;
|
|
665
690
|
}
|
|
691
|
+
|
|
666
692
|
uc-editor-button-control.uc-not_active:not(#\#):not(#\#):not(#\#),
|
|
667
693
|
uc-editor-operation-control.uc-not_active:not(#\#):not(#\#):not(#\#),
|
|
668
694
|
uc-editor-crop-button-control.uc-not_active:not(#\#):not(#\#):not(#\#),
|
|
@@ -671,6 +697,7 @@ uc-editor-button-control.uc-not_active:not(#\#):not(#\#):not(#\#),
|
|
|
671
697
|
uc-editor-filter-control.uc-not_active:not(#\#):not(#\#):not(#\#) {
|
|
672
698
|
--idle-color-rgb: var(--uc-secondary-foreground);
|
|
673
699
|
}
|
|
700
|
+
|
|
674
701
|
:where(.uc-contrast):not(#\#):not(#\#):not(#\#) uc-editor-button-control.uc-not_active,
|
|
675
702
|
:where(.uc-contrast):not(#\#):not(#\#):not(#\#) uc-editor-operation-control.uc-not_active,
|
|
676
703
|
:where(.uc-contrast):not(#\#):not(#\#):not(#\#) uc-editor-crop-button-control.uc-not_active,
|
|
@@ -683,6 +710,7 @@ uc-editor-button-control.uc-not_active:not(#\#):not(#\#):not(#\#),
|
|
|
683
710
|
outline: 1px solid var(--uc-border);
|
|
684
711
|
outline-offset: -1px;
|
|
685
712
|
}
|
|
713
|
+
|
|
686
714
|
uc-editor-button-control:not(#\#):not(#\#):not(#\#) > button::before,
|
|
687
715
|
uc-editor-operation-control:not(#\#):not(#\#):not(#\#) > button::before,
|
|
688
716
|
uc-editor-crop-button-control:not(#\#):not(#\#):not(#\#) > button::before,
|
|
@@ -700,6 +728,7 @@ uc-editor-button-control:not(#\#):not(#\#):not(#\#) > button::before,
|
|
|
700
728
|
border-radius: var(--border-radius-editor);
|
|
701
729
|
transition: var(--transition-duration-3);
|
|
702
730
|
}
|
|
731
|
+
|
|
703
732
|
uc-editor-button-control:not(#\#):not(#\#):not(#\#) > button .uc-title,
|
|
704
733
|
uc-editor-operation-control:not(#\#):not(#\#):not(#\#) > button .uc-title,
|
|
705
734
|
uc-editor-crop-button-control:not(#\#):not(#\#):not(#\#) > button .uc-title,
|
|
@@ -711,10 +740,12 @@ uc-editor-button-control:not(#\#):not(#\#):not(#\#) > button .uc-title,
|
|
|
711
740
|
letter-spacing: 1.004px;
|
|
712
741
|
text-transform: uppercase;
|
|
713
742
|
}
|
|
743
|
+
|
|
714
744
|
uc-editor-freeform-button-control:not(#\#):not(#\#):not(#\#) > button .uc-title {
|
|
715
745
|
padding-left: var(--cldtr-gap-mid-1);
|
|
716
746
|
padding-right: 0;
|
|
717
747
|
}
|
|
748
|
+
|
|
718
749
|
uc-editor-button-control:not(#\#):not(#\#):not(#\#) > button uc-icon,
|
|
719
750
|
uc-editor-operation-control:not(#\#):not(#\#):not(#\#) > button uc-icon,
|
|
720
751
|
uc-editor-crop-button-control:not(#\#):not(#\#):not(#\#) > button uc-icon,
|
|
@@ -723,6 +754,7 @@ uc-editor-button-control:not(#\#):not(#\#):not(#\#) > button uc-icon,
|
|
|
723
754
|
uc-editor-filter-control:not(#\#):not(#\#):not(#\#) > button uc-icon {
|
|
724
755
|
pointer-events: none;
|
|
725
756
|
}
|
|
757
|
+
|
|
726
758
|
uc-editor-filter-control:not(#\#):not(#\#):not(#\#) > button .uc-preview {
|
|
727
759
|
position: absolute;
|
|
728
760
|
right: 0;
|
|
@@ -737,16 +769,20 @@ uc-editor-filter-control:not(#\#):not(#\#):not(#\#) > button .uc-preview {
|
|
|
737
769
|
filter: brightness(var(--filter-effect));
|
|
738
770
|
transition: var(--transition-duration-3);
|
|
739
771
|
}
|
|
772
|
+
|
|
740
773
|
uc-editor-filter-control.uc-not_active:not(#\#):not(#\#):not(#\#) .uc-preview[data-loaded] {
|
|
741
774
|
opacity: 1;
|
|
742
775
|
}
|
|
776
|
+
|
|
743
777
|
uc-editor-filter-control.uc-active:not(#\#):not(#\#):not(#\#) .uc-preview {
|
|
744
778
|
opacity: 0;
|
|
745
779
|
}
|
|
780
|
+
|
|
746
781
|
uc-editor-filter-control:not(#\#):not(#\#):not(#\#) > .uc-original-icon {
|
|
747
782
|
color: var(--color-effect);
|
|
748
783
|
opacity: 0.3;
|
|
749
784
|
}
|
|
785
|
+
|
|
750
786
|
uc-editor-image-cropper:not(#\#):not(#\#):not(#\#) {
|
|
751
787
|
position: absolute;
|
|
752
788
|
top: 0px;
|
|
@@ -760,6 +796,7 @@ uc-editor-image-cropper:not(#\#):not(#\#):not(#\#) {
|
|
|
760
796
|
touch-action: none;
|
|
761
797
|
color: var(--color-crop-guides);
|
|
762
798
|
}
|
|
799
|
+
|
|
763
800
|
uc-editor-image-cropper.uc-active_from_editor:not(#\#):not(#\#):not(#\#) {
|
|
764
801
|
transform: scale(1) translate(0px, 0px);
|
|
765
802
|
opacity: 1;
|
|
@@ -768,6 +805,7 @@ uc-editor-image-cropper.uc-active_from_editor:not(#\#):not(#\#):not(#\#) {
|
|
|
768
805
|
opacity var(--transition-duration-3);
|
|
769
806
|
pointer-events: auto;
|
|
770
807
|
}
|
|
808
|
+
|
|
771
809
|
uc-editor-image-cropper.uc-active_from_viewer:not(#\#):not(#\#):not(#\#) {
|
|
772
810
|
transform: scale(1) translate(0px, 0px);
|
|
773
811
|
opacity: 1;
|
|
@@ -776,6 +814,7 @@ uc-editor-image-cropper.uc-active_from_viewer:not(#\#):not(#\#):not(#\#) {
|
|
|
776
814
|
opacity var(--transition-duration-3);
|
|
777
815
|
pointer-events: auto;
|
|
778
816
|
}
|
|
817
|
+
|
|
779
818
|
uc-editor-image-cropper.uc-inactive_to_editor:not(#\#):not(#\#):not(#\#) {
|
|
780
819
|
opacity: 0;
|
|
781
820
|
transition:
|
|
@@ -783,6 +822,7 @@ uc-editor-image-cropper.uc-inactive_to_editor:not(#\#):not(#\#):not(#\#) {
|
|
|
783
822
|
opacity var(--transition-duration-3) calc(var(--transition-duration-3) + 0.05s);
|
|
784
823
|
pointer-events: none;
|
|
785
824
|
}
|
|
825
|
+
|
|
786
826
|
uc-editor-image-cropper:not(#\#):not(#\#):not(#\#) > .uc-canvas {
|
|
787
827
|
position: absolute;
|
|
788
828
|
top: 0px;
|
|
@@ -792,6 +832,7 @@ uc-editor-image-cropper:not(#\#):not(#\#):not(#\#) > .uc-canvas {
|
|
|
792
832
|
width: 100%;
|
|
793
833
|
height: 100%;
|
|
794
834
|
}
|
|
835
|
+
|
|
795
836
|
uc-editor-image-fader:not(#\#):not(#\#):not(#\#) {
|
|
796
837
|
position: absolute;
|
|
797
838
|
top: 0px;
|
|
@@ -800,6 +841,7 @@ uc-editor-image-fader:not(#\#):not(#\#):not(#\#) {
|
|
|
800
841
|
width: 100%;
|
|
801
842
|
height: 100%;
|
|
802
843
|
}
|
|
844
|
+
|
|
803
845
|
uc-editor-image-fader.uc-active_from_viewer:not(#\#):not(#\#):not(#\#) {
|
|
804
846
|
z-index: 3;
|
|
805
847
|
transform: scale(1);
|
|
@@ -809,6 +851,7 @@ uc-editor-image-fader.uc-active_from_viewer:not(#\#):not(#\#):not(#\#) {
|
|
|
809
851
|
opacity var(--transition-duration-3) steps(1, jump-start);
|
|
810
852
|
pointer-events: auto;
|
|
811
853
|
}
|
|
854
|
+
|
|
812
855
|
uc-editor-image-fader.uc-active_from_cropper:not(#\#):not(#\#):not(#\#) {
|
|
813
856
|
z-index: 3;
|
|
814
857
|
transform: scale(1);
|
|
@@ -818,6 +861,7 @@ uc-editor-image-fader.uc-active_from_cropper:not(#\#):not(#\#):not(#\#) {
|
|
|
818
861
|
opacity var(--transition-duration-3) steps(1, jump-end);
|
|
819
862
|
pointer-events: auto;
|
|
820
863
|
}
|
|
864
|
+
|
|
821
865
|
uc-editor-image-fader.uc-inactive_to_cropper:not(#\#):not(#\#):not(#\#) {
|
|
822
866
|
z-index: 3;
|
|
823
867
|
transform: scale(1);
|
|
@@ -827,6 +871,7 @@ uc-editor-image-fader.uc-inactive_to_cropper:not(#\#):not(#\#):not(#\#) {
|
|
|
827
871
|
opacity var(--transition-duration-3) steps(1, jump-end);
|
|
828
872
|
pointer-events: none;
|
|
829
873
|
}
|
|
874
|
+
|
|
830
875
|
uc-editor-image-fader:not(#\#):not(#\#):not(#\#) .uc-fader-image {
|
|
831
876
|
position: absolute;
|
|
832
877
|
top: 0px;
|
|
@@ -839,6 +884,7 @@ uc-editor-image-fader:not(#\#):not(#\#):not(#\#) .uc-fader-image {
|
|
|
839
884
|
user-select: none;
|
|
840
885
|
content-visibility: auto;
|
|
841
886
|
}
|
|
887
|
+
|
|
842
888
|
uc-editor-image-fader:not(#\#):not(#\#):not(#\#) .uc-fader-image--preview {
|
|
843
889
|
background-color: var(--color-image-background);
|
|
844
890
|
border-top-left-radius: var(--border-radius-base);
|
|
@@ -847,6 +893,7 @@ uc-editor-image-fader:not(#\#):not(#\#):not(#\#) .uc-fader-image--preview {
|
|
|
847
893
|
opacity: 0;
|
|
848
894
|
transition: var(--transition-duration-3);
|
|
849
895
|
}
|
|
896
|
+
|
|
850
897
|
uc-editor-scroller:not(#\#):not(#\#):not(#\#) {
|
|
851
898
|
display: flex;
|
|
852
899
|
align-items: center;
|
|
@@ -854,6 +901,7 @@ uc-editor-scroller:not(#\#):not(#\#):not(#\#) {
|
|
|
854
901
|
height: 100%;
|
|
855
902
|
overflow-x: scroll;
|
|
856
903
|
}
|
|
904
|
+
|
|
857
905
|
uc-editor-slider:not(#\#):not(#\#):not(#\#) {
|
|
858
906
|
display: flex;
|
|
859
907
|
align-items: center;
|
|
@@ -861,11 +909,13 @@ uc-editor-slider:not(#\#):not(#\#):not(#\#) {
|
|
|
861
909
|
width: 100%;
|
|
862
910
|
height: var(--size-panel-heading);
|
|
863
911
|
}
|
|
912
|
+
|
|
864
913
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#) {
|
|
865
914
|
position: relative;
|
|
866
915
|
width: 100%;
|
|
867
916
|
height: 100%;
|
|
868
917
|
}
|
|
918
|
+
|
|
869
919
|
@media only screen and (max-width: 600px) {
|
|
870
920
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#) {
|
|
871
921
|
--l-tab-gap: var(--cldtr-gap-mid-1);
|
|
@@ -873,6 +923,7 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#) {
|
|
|
873
923
|
--l-controls-padding: var(--uc-padding);
|
|
874
924
|
}
|
|
875
925
|
}
|
|
926
|
+
|
|
876
927
|
@media only screen and (min-width: 601px) {
|
|
877
928
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#) {
|
|
878
929
|
--l-tab-gap: var(--cldtr-gap-max);
|
|
@@ -880,12 +931,14 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#) {
|
|
|
880
931
|
--l-controls-padding: var(--uc-padding);
|
|
881
932
|
}
|
|
882
933
|
}
|
|
934
|
+
|
|
883
935
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container {
|
|
884
936
|
position: relative;
|
|
885
937
|
width: 100%;
|
|
886
938
|
height: 100%;
|
|
887
939
|
overflow: hidden;
|
|
888
940
|
}
|
|
941
|
+
|
|
889
942
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-toolbar {
|
|
890
943
|
position: absolute;
|
|
891
944
|
display: grid;
|
|
@@ -898,6 +951,7 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-t
|
|
|
898
951
|
transform var(--transition-duration-3) ease-in-out,
|
|
899
952
|
visibility var(--transition-duration-3) ease-in-out;
|
|
900
953
|
}
|
|
954
|
+
|
|
901
955
|
.uc-sub-toolbar:not(#\#):not(#\#):not(#\#) > .uc-list-aspect-ratio-container > .uc-list-aspect-ratio {
|
|
902
956
|
display: grid;
|
|
903
957
|
grid-auto-flow: column;
|
|
@@ -906,21 +960,25 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-t
|
|
|
906
960
|
gap: 6px;
|
|
907
961
|
height: var(--size-panel-heading);
|
|
908
962
|
}
|
|
963
|
+
|
|
909
964
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-toolbar.uc-sub-toolbar--visible {
|
|
910
965
|
transform: translateY(0px);
|
|
911
966
|
opacity: 1;
|
|
912
967
|
pointer-events: auto;
|
|
913
968
|
}
|
|
969
|
+
|
|
914
970
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-toolbar.uc-sub-toolbar--top-hidden {
|
|
915
971
|
transform: translateY(100%);
|
|
916
972
|
opacity: 0;
|
|
917
973
|
pointer-events: none;
|
|
918
974
|
}
|
|
975
|
+
|
|
919
976
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-toolbar.uc-sub-toolbar--bottom-hidden {
|
|
920
977
|
transform: translateY(-100%);
|
|
921
978
|
opacity: 0;
|
|
922
979
|
pointer-events: none;
|
|
923
980
|
}
|
|
981
|
+
|
|
924
982
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-toolbar > .uc-controls-row {
|
|
925
983
|
display: flex;
|
|
926
984
|
align-items: center;
|
|
@@ -928,6 +986,7 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-t
|
|
|
928
986
|
padding-right: var(--l-controls-padding);
|
|
929
987
|
padding-left: var(--l-controls-padding);
|
|
930
988
|
}
|
|
989
|
+
|
|
931
990
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-toolbar > .uc-controls-row > .uc-tab-toggles {
|
|
932
991
|
position: relative;
|
|
933
992
|
display: grid;
|
|
@@ -936,6 +995,7 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-t
|
|
|
936
995
|
align-items: center;
|
|
937
996
|
height: 100%;
|
|
938
997
|
}
|
|
998
|
+
|
|
939
999
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
940
1000
|
> .uc-toolbar-container
|
|
941
1001
|
> .uc-sub-toolbar
|
|
@@ -951,9 +1011,11 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
|
951
1011
|
transform: translateX(0px);
|
|
952
1012
|
transition: transform var(--transition-duration-3);
|
|
953
1013
|
}
|
|
1014
|
+
|
|
954
1015
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-toolbar > .uc-tab-content-row {
|
|
955
1016
|
position: relative;
|
|
956
1017
|
}
|
|
1018
|
+
|
|
957
1019
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-toolbar > .uc-tab-content-row > .uc-tab-content {
|
|
958
1020
|
position: absolute;
|
|
959
1021
|
top: 0px;
|
|
@@ -964,6 +1026,7 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-t
|
|
|
964
1026
|
overflow: hidden;
|
|
965
1027
|
content-visibility: auto;
|
|
966
1028
|
}
|
|
1029
|
+
|
|
967
1030
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
968
1031
|
> .uc-toolbar-container
|
|
969
1032
|
> .uc-sub-toolbar
|
|
@@ -972,6 +1035,7 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
|
972
1035
|
> .uc-tab-toggle.uc-tab-toggle--visible {
|
|
973
1036
|
display: contents;
|
|
974
1037
|
}
|
|
1038
|
+
|
|
975
1039
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
976
1040
|
> .uc-toolbar-container
|
|
977
1041
|
> .uc-sub-toolbar
|
|
@@ -980,6 +1044,7 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
|
980
1044
|
> .uc-tab-toggle.uc-tab-toggle--hidden {
|
|
981
1045
|
display: none;
|
|
982
1046
|
}
|
|
1047
|
+
|
|
983
1048
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
984
1049
|
> .uc-toolbar-container
|
|
985
1050
|
> .uc-sub-toolbar
|
|
@@ -987,6 +1052,7 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
|
987
1052
|
> .uc-tab-toggles.uc-tab-toggles--hidden {
|
|
988
1053
|
display: none;
|
|
989
1054
|
}
|
|
1055
|
+
|
|
990
1056
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
991
1057
|
> .uc-toolbar-container
|
|
992
1058
|
> .uc-sub-toolbar
|
|
@@ -996,6 +1062,7 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
|
996
1062
|
> uc-btn-ui {
|
|
997
1063
|
width: var(--uc-button-size);
|
|
998
1064
|
}
|
|
1065
|
+
|
|
999
1066
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
1000
1067
|
> .uc-toolbar-container
|
|
1001
1068
|
> .uc-sub-toolbar
|
|
@@ -1008,6 +1075,7 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
|
1008
1075
|
width: var(--size-icon);
|
|
1009
1076
|
height: var(--size-icon);
|
|
1010
1077
|
}
|
|
1078
|
+
|
|
1011
1079
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
1012
1080
|
> .uc-toolbar-container
|
|
1013
1081
|
> .uc-sub-toolbar
|
|
@@ -1021,6 +1089,7 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
|
1021
1089
|
min-width: 100%;
|
|
1022
1090
|
padding-left: var(--uc-padding);
|
|
1023
1091
|
}
|
|
1092
|
+
|
|
1024
1093
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
1025
1094
|
> .uc-toolbar-container
|
|
1026
1095
|
> .uc-sub-toolbar
|
|
@@ -1032,6 +1101,7 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
|
1032
1101
|
grid-auto-flow: column;
|
|
1033
1102
|
gap: 6px;
|
|
1034
1103
|
}
|
|
1104
|
+
|
|
1035
1105
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
1036
1106
|
> .uc-toolbar-container
|
|
1037
1107
|
> .uc-sub-toolbar
|
|
@@ -1040,6 +1110,7 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
|
1040
1110
|
.uc-controls-list_inner:last-child {
|
|
1041
1111
|
padding-right: var(--uc-padding);
|
|
1042
1112
|
}
|
|
1113
|
+
|
|
1043
1114
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#) .uc-info-tooltip_container {
|
|
1044
1115
|
position: absolute;
|
|
1045
1116
|
display: flex;
|
|
@@ -1048,6 +1119,7 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#) .uc-info-tooltip_container {
|
|
|
1048
1119
|
width: 100%;
|
|
1049
1120
|
height: 100%;
|
|
1050
1121
|
}
|
|
1122
|
+
|
|
1051
1123
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#) .uc-info-tooltip_wrapper {
|
|
1052
1124
|
position: absolute;
|
|
1053
1125
|
top: calc(-100% - var(--cldtr-gap-mid-2));
|
|
@@ -1057,6 +1129,7 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#) .uc-info-tooltip_wrapper {
|
|
|
1057
1129
|
height: 100%;
|
|
1058
1130
|
pointer-events: none;
|
|
1059
1131
|
}
|
|
1132
|
+
|
|
1060
1133
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#) .uc-info-tooltip {
|
|
1061
1134
|
z-index: 10;
|
|
1062
1135
|
padding: 3px 6px;
|
|
@@ -1070,14 +1143,17 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#) .uc-info-tooltip {
|
|
|
1070
1143
|
opacity: 0;
|
|
1071
1144
|
transition: var(--transition-duration-3);
|
|
1072
1145
|
}
|
|
1146
|
+
|
|
1073
1147
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#) .uc-info-tooltip_visible {
|
|
1074
1148
|
transform: translateY(0px);
|
|
1075
1149
|
opacity: 1;
|
|
1076
1150
|
}
|
|
1151
|
+
|
|
1077
1152
|
uc-editor-toolbar:not(#\#):not(#\#):not(#\#) .uc-slider {
|
|
1078
1153
|
padding-right: var(--l-slider-padding);
|
|
1079
1154
|
padding-left: var(--l-slider-padding);
|
|
1080
1155
|
}
|
|
1156
|
+
|
|
1081
1157
|
uc-btn-ui:not(#\#):not(#\#):not(#\#) > button {
|
|
1082
1158
|
--filter-effect: var(--idle-brightness);
|
|
1083
1159
|
--opacity-effect: var(--idle-opacity);
|
|
@@ -1107,12 +1183,15 @@ uc-btn-ui:not(#\#):not(#\#):not(#\#) > button {
|
|
|
1107
1183
|
transition: var(--l-transition-effect);
|
|
1108
1184
|
user-select: none;
|
|
1109
1185
|
}
|
|
1186
|
+
|
|
1110
1187
|
uc-btn-ui:not(#\#):not(#\#):not(#\#) > button > uc-icon {
|
|
1111
1188
|
pointer-events: none;
|
|
1112
1189
|
}
|
|
1190
|
+
|
|
1113
1191
|
uc-btn-ui:not(#\#):not(#\#):not(#\#) .uc-text {
|
|
1114
1192
|
white-space: nowrap;
|
|
1115
1193
|
}
|
|
1194
|
+
|
|
1116
1195
|
uc-btn-ui:not(#\#):not(#\#):not(#\#) .uc-icon {
|
|
1117
1196
|
display: flex;
|
|
1118
1197
|
align-items: center;
|
|
@@ -1121,22 +1200,27 @@ uc-btn-ui:not(#\#):not(#\#):not(#\#) .uc-icon {
|
|
|
1121
1200
|
filter: brightness(var(--filter-effect));
|
|
1122
1201
|
transition: var(--l-transition-effect);
|
|
1123
1202
|
}
|
|
1203
|
+
|
|
1124
1204
|
uc-btn-ui:not(#\#):not(#\#):not(#\#) .uc-icon_left {
|
|
1125
1205
|
margin-right: var(--cldtr-gap-mid-1);
|
|
1126
1206
|
margin-left: 0px;
|
|
1127
1207
|
}
|
|
1208
|
+
|
|
1128
1209
|
uc-btn-ui:not(#\#):not(#\#):not(#\#) .uc-icon_right {
|
|
1129
1210
|
margin-right: 0px;
|
|
1130
1211
|
margin-left: var(--cldtr-gap-mid-1);
|
|
1131
1212
|
}
|
|
1213
|
+
|
|
1132
1214
|
uc-btn-ui:not(#\#):not(#\#):not(#\#) .uc-icon_single {
|
|
1133
1215
|
margin-right: 0px;
|
|
1134
1216
|
margin-left: 0px;
|
|
1135
1217
|
}
|
|
1218
|
+
|
|
1136
1219
|
uc-btn-ui:not(#\#):not(#\#):not(#\#) .uc-icon_hidden {
|
|
1137
1220
|
display: none;
|
|
1138
1221
|
margin: 0;
|
|
1139
1222
|
}
|
|
1223
|
+
|
|
1140
1224
|
uc-btn-ui.uc-primary:not(#\#):not(#\#):not(#\#) > button {
|
|
1141
1225
|
--idle-color-rgb: var(--uc-primary-foreground);
|
|
1142
1226
|
--idle-brightness: 1;
|
|
@@ -1155,6 +1239,7 @@ uc-btn-ui.uc-primary:not(#\#):not(#\#):not(#\#) > button {
|
|
|
1155
1239
|
--active-opacity: 1;
|
|
1156
1240
|
--active-background: var(--uc-primary);
|
|
1157
1241
|
}
|
|
1242
|
+
|
|
1158
1243
|
uc-btn-ui.uc-primary-icon:not(#\#):not(#\#):not(#\#) > button {
|
|
1159
1244
|
--idle-color-rgb: var(--uc-primary);
|
|
1160
1245
|
--idle-brightness: 1;
|
|
@@ -1176,6 +1261,7 @@ uc-btn-ui.uc-primary-icon:not(#\#):not(#\#):not(#\#) > button {
|
|
|
1176
1261
|
padding: 0;
|
|
1177
1262
|
width: var(--uc-button-size);
|
|
1178
1263
|
}
|
|
1264
|
+
|
|
1179
1265
|
uc-btn-ui.uc-secondary:not(#\#):not(#\#):not(#\#) > button {
|
|
1180
1266
|
--idle-color-rgb: var(--uc-secondary-foreground);
|
|
1181
1267
|
--idle-brightness: 1;
|
|
@@ -1194,9 +1280,11 @@ uc-btn-ui.uc-secondary:not(#\#):not(#\#):not(#\#) > button {
|
|
|
1194
1280
|
--active-opacity: 1;
|
|
1195
1281
|
--active-background: transparent;
|
|
1196
1282
|
}
|
|
1283
|
+
|
|
1197
1284
|
:where(.uc-contrast):not(#\#):not(#\#):not(#\#) uc-btn-ui.uc-secondary > button {
|
|
1198
1285
|
border: 1px solid var(--uc-border);
|
|
1199
1286
|
}
|
|
1287
|
+
|
|
1200
1288
|
uc-btn-ui.uc-secondary-icon:not(#\#):not(#\#):not(#\#) > button {
|
|
1201
1289
|
--idle-color-rgb: var(--uc-secondary-foreground);
|
|
1202
1290
|
--idle-brightness: 1;
|
|
@@ -1218,6 +1306,7 @@ uc-btn-ui.uc-secondary-icon:not(#\#):not(#\#):not(#\#) > button {
|
|
|
1218
1306
|
padding: 0;
|
|
1219
1307
|
width: var(--uc-button-size);
|
|
1220
1308
|
}
|
|
1309
|
+
|
|
1221
1310
|
uc-btn-ui.uc-tab:not(#\#):not(#\#):not(#\#) > button {
|
|
1222
1311
|
--idle-color-rgb: var(--uc-secondary-foreground);
|
|
1223
1312
|
--idle-brightness: 1;
|
|
@@ -1239,6 +1328,7 @@ uc-btn-ui.uc-tab:not(#\#):not(#\#):not(#\#) > button {
|
|
|
1239
1328
|
padding: 0;
|
|
1240
1329
|
width: var(--uc-button-size);
|
|
1241
1330
|
}
|
|
1331
|
+
|
|
1242
1332
|
uc-btn-ui.uc-default:not(#\#):not(#\#):not(#\#) > button {
|
|
1243
1333
|
--idle-color-rgb: var(--uc-secondary-foreground);
|
|
1244
1334
|
--idle-brightness: 1;
|
|
@@ -1257,12 +1347,14 @@ uc-btn-ui.uc-default:not(#\#):not(#\#):not(#\#) > button {
|
|
|
1257
1347
|
--active-opacity: 1;
|
|
1258
1348
|
--active-background: var(--uc-primary-transparent);
|
|
1259
1349
|
}
|
|
1350
|
+
|
|
1260
1351
|
:where(.uc-contrast):not(#\#):not(#\#):not(#\#) uc-btn-ui.uc-default > button {
|
|
1261
1352
|
--idle-background: transparent;
|
|
1262
1353
|
--hover-background: var(--uc-secondary);
|
|
1263
1354
|
--active-background: var(--uc-foreground);
|
|
1264
1355
|
--active-color-rgb: var(--uc-background);
|
|
1265
1356
|
}
|
|
1357
|
+
|
|
1266
1358
|
uc-line-loader-ui:not(#\#):not(#\#):not(#\#) {
|
|
1267
1359
|
position: absolute;
|
|
1268
1360
|
top: 0px;
|
|
@@ -1272,11 +1364,13 @@ uc-line-loader-ui:not(#\#):not(#\#):not(#\#) {
|
|
|
1272
1364
|
height: 2px;
|
|
1273
1365
|
opacity: 0.5;
|
|
1274
1366
|
}
|
|
1367
|
+
|
|
1275
1368
|
uc-line-loader-ui:not(#\#):not(#\#):not(#\#) .uc-inner {
|
|
1276
1369
|
width: 25%;
|
|
1277
1370
|
max-width: 200px;
|
|
1278
1371
|
height: 100%;
|
|
1279
1372
|
}
|
|
1373
|
+
|
|
1280
1374
|
uc-line-loader-ui:not(#\#):not(#\#):not(#\#) .uc-line {
|
|
1281
1375
|
width: 100%;
|
|
1282
1376
|
height: 100%;
|
|
@@ -1284,6 +1378,7 @@ uc-line-loader-ui:not(#\#):not(#\#):not(#\#) .uc-line {
|
|
|
1284
1378
|
transform: translateX(-101%);
|
|
1285
1379
|
transition: transform 1s;
|
|
1286
1380
|
}
|
|
1381
|
+
|
|
1287
1382
|
uc-slider-ui:not(#\#):not(#\#):not(#\#) {
|
|
1288
1383
|
--l-thumb-size: 24px;
|
|
1289
1384
|
--l-zero-dot-size: 5px;
|
|
@@ -1301,6 +1396,7 @@ uc-slider-ui:not(#\#):not(#\#):not(#\#) {
|
|
|
1301
1396
|
width: 100%;
|
|
1302
1397
|
height: calc(var(--l-thumb-size) + (var(--l-zero-dot-size) + var(--l-zero-dot-offset)) * 2);
|
|
1303
1398
|
}
|
|
1399
|
+
|
|
1304
1400
|
uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-thumb {
|
|
1305
1401
|
position: absolute;
|
|
1306
1402
|
left: 0px;
|
|
@@ -1314,6 +1410,7 @@ uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-thumb {
|
|
|
1314
1410
|
opacity var(--transition-duration-2),
|
|
1315
1411
|
background-color var(--transition-duration-2);
|
|
1316
1412
|
}
|
|
1413
|
+
|
|
1317
1414
|
uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-steps {
|
|
1318
1415
|
position: absolute;
|
|
1319
1416
|
display: flex;
|
|
@@ -1325,6 +1422,7 @@ uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-steps {
|
|
|
1325
1422
|
padding-right: calc(var(--l-thumb-size) / 2);
|
|
1326
1423
|
padding-left: calc(var(--l-thumb-size) / 2);
|
|
1327
1424
|
}
|
|
1425
|
+
|
|
1328
1426
|
uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-border-step {
|
|
1329
1427
|
width: 0px;
|
|
1330
1428
|
height: 10px;
|
|
@@ -1332,6 +1430,7 @@ uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-border-step {
|
|
|
1332
1430
|
opacity: 1;
|
|
1333
1431
|
transition: border-color var(--transition-duration-2);
|
|
1334
1432
|
}
|
|
1433
|
+
|
|
1335
1434
|
uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-minor-step {
|
|
1336
1435
|
width: 0px;
|
|
1337
1436
|
height: 4px;
|
|
@@ -1339,6 +1438,7 @@ uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-minor-step {
|
|
|
1339
1438
|
opacity: 0.6;
|
|
1340
1439
|
transition: border-color var(--transition-duration-2);
|
|
1341
1440
|
}
|
|
1441
|
+
|
|
1342
1442
|
uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-zero-dot {
|
|
1343
1443
|
position: absolute;
|
|
1344
1444
|
top: calc(100% - var(--l-zero-dot-offset) * 2);
|
|
@@ -1350,6 +1450,7 @@ uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-zero-dot {
|
|
|
1350
1450
|
opacity: 0;
|
|
1351
1451
|
transition: var(--transition-duration-3);
|
|
1352
1452
|
}
|
|
1453
|
+
|
|
1353
1454
|
uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-input {
|
|
1354
1455
|
position: absolute;
|
|
1355
1456
|
width: calc(100% - 10px);
|
|
@@ -1358,57 +1459,192 @@ uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-input {
|
|
|
1358
1459
|
cursor: pointer;
|
|
1359
1460
|
opacity: 0;
|
|
1360
1461
|
}
|
|
1462
|
+
|
|
1361
1463
|
uc-presence-toggle.uc-transition:not(#\#):not(#\#):not(#\#) {
|
|
1362
1464
|
transition:
|
|
1363
1465
|
opacity var(--transition-duration-3),
|
|
1364
1466
|
visibility var(--transition-duration-3);
|
|
1365
1467
|
}
|
|
1468
|
+
|
|
1366
1469
|
uc-presence-toggle.uc-visible:not(#\#):not(#\#):not(#\#) {
|
|
1367
1470
|
opacity: 1;
|
|
1368
1471
|
pointer-events: inherit;
|
|
1369
1472
|
}
|
|
1473
|
+
|
|
1370
1474
|
uc-presence-toggle.uc-hidden:not(#\#):not(#\#):not(#\#) {
|
|
1371
1475
|
opacity: 0;
|
|
1372
1476
|
pointer-events: none;
|
|
1373
1477
|
}
|
|
1478
|
+
|
|
1374
1479
|
uc-presence-toggle.uc-initial:not(#\#):not(#\#):not(#\#) {
|
|
1375
1480
|
display: none !important;
|
|
1376
1481
|
transition: none !important;
|
|
1377
1482
|
}
|
|
1483
|
+
|
|
1378
1484
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) [role="button"]:focus-visible,
|
|
1379
1485
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) button:focus-visible {
|
|
1380
1486
|
outline: 1px auto Highlight;
|
|
1381
1487
|
outline: 1px auto -webkit-focus-ring-color;
|
|
1382
1488
|
}
|
|
1489
|
+
|
|
1383
1490
|
[uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) .uc-cloud-mask {
|
|
1384
1491
|
pointer-events: none;
|
|
1385
1492
|
}
|
|
1493
|
+
|
|
1386
1494
|
[uc-aspect-ratio-freeform]:not(#\#):not(#\#):not(#\#) button {
|
|
1387
1495
|
display: flex;
|
|
1388
1496
|
}
|
|
1497
|
+
|
|
1389
1498
|
[uc-aspect-ratio-freeform]:not(#\#):not(#\#):not(#\#) uc-icon {
|
|
1390
1499
|
display: none;
|
|
1391
1500
|
}
|
|
1501
|
+
|
|
1392
1502
|
[uc-aspect-ratio-freeform]:not(#\#):not(#\#):not(#\#) .uc-title {
|
|
1393
1503
|
padding-left: var(--cldtr-gap-mid-1);
|
|
1394
1504
|
}
|
|
1505
|
+
|
|
1395
1506
|
:where(uc-editor-freeform-button-control, uc-editor-aspect-ratio-button-control:last-of-type):not(#\#):not(#\#):not(#\#) {
|
|
1396
1507
|
margin-right: calc(3 * var(--cldtr-gap-mid-1));
|
|
1397
1508
|
}
|
|
1509
|
+
|
|
1398
1510
|
:where([uc-cloud-image-editor]):not(#\#):not(#\#):not(#\#) uc-icon {
|
|
1399
1511
|
display: flex;
|
|
1400
1512
|
justify-content: center;
|
|
1401
1513
|
width: 100%;
|
|
1402
1514
|
height: 100%;
|
|
1403
1515
|
}
|
|
1516
|
+
|
|
1404
1517
|
:where([uc-cloud-image-editor]):not(#\#):not(#\#):not(#\#) uc-icon svg {
|
|
1405
1518
|
width: calc(var(--uc-button-size) / 2);
|
|
1406
1519
|
height: calc(var(--uc-button-size) / 2);
|
|
1407
1520
|
}
|
|
1408
|
-
|
|
1521
|
+
|
|
1522
|
+
|
|
1523
|
+
|
|
1524
|
+
|
|
1525
|
+
|
|
1526
|
+
|
|
1527
|
+
|
|
1528
|
+
|
|
1529
|
+
|
|
1530
|
+
|
|
1531
|
+
uc-config:not(#\#) {
|
|
1409
1532
|
display: none;
|
|
1410
1533
|
}
|
|
1411
|
-
|
|
1534
|
+
|
|
1535
|
+
uc-url-source:not(#\#) {
|
|
1536
|
+
display: block;
|
|
1537
|
+
background-color: var(--uc-background);
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
uc-url-source:not(#\#) > .uc-content {
|
|
1541
|
+
display: grid;
|
|
1542
|
+
gap: 4px;
|
|
1543
|
+
grid-template-columns: 1fr min-content;
|
|
1544
|
+
padding: var(--uc-padding);
|
|
1545
|
+
padding-top: 0;
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
uc-url-source:not(#\#) .uc-url-input {
|
|
1549
|
+
display: flex;
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
uc-external-source:not(#\#) {
|
|
1553
|
+
display: flex;
|
|
1554
|
+
flex-direction: column;
|
|
1555
|
+
width: 100%;
|
|
1556
|
+
height: 100%;
|
|
1557
|
+
background-color: var(--uc-background);
|
|
1558
|
+
overflow: hidden;
|
|
1559
|
+
position: relative;
|
|
1560
|
+
}
|
|
1561
|
+
|
|
1562
|
+
[uc-modal]:not(#\#) > dialog:has([activity="external"][active]) {
|
|
1563
|
+
width: 100%;
|
|
1564
|
+
height: 100%;
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1567
|
+
uc-external-source:not(#\#) > .uc-content {
|
|
1568
|
+
position: relative;
|
|
1569
|
+
display: grid;
|
|
1570
|
+
flex: 1;
|
|
1571
|
+
grid-template-rows: 1fr min-content;
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1574
|
+
uc-external-source:not(#\#) iframe {
|
|
1575
|
+
display: block;
|
|
1576
|
+
width: 100%;
|
|
1577
|
+
height: 100%;
|
|
1578
|
+
border: none;
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
uc-external-source:not(#\#) .uc-iframe-wrapper {
|
|
1582
|
+
overflow: hidden;
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
uc-external-source:not(#\#) .uc-toolbar {
|
|
1586
|
+
display: flex;
|
|
1587
|
+
width: 100%;
|
|
1588
|
+
gap: var(--uc-padding);
|
|
1589
|
+
align-items: center;
|
|
1590
|
+
justify-content: space-between;
|
|
1591
|
+
padding: var(--uc-padding);
|
|
1592
|
+
border-top: 1px solid var(--uc-border);
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1595
|
+
uc-external-source:not(#\#) .uc-back-btn {
|
|
1596
|
+
padding-left: 0;
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1599
|
+
uc-external-source:not(#\#) .uc-selection-status-box {
|
|
1600
|
+
color: var(--uc-foreground);
|
|
1601
|
+
display: flex;
|
|
1602
|
+
flex-direction: column;
|
|
1603
|
+
align-items: center;
|
|
1604
|
+
justify-content: center;
|
|
1605
|
+
}
|
|
1606
|
+
|
|
1607
|
+
uc-external-source:not(#\#) .uc-selection-status-box button {
|
|
1608
|
+
color: var(--uc-primary);
|
|
1609
|
+
height: auto;
|
|
1610
|
+
padding: 0;
|
|
1611
|
+
background: none;
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
uc-external-source:not(#\#) .uc-selection-status-box button:hover {
|
|
1615
|
+
text-decoration: underline;
|
|
1616
|
+
}
|
|
1617
|
+
|
|
1618
|
+
uc-external-source:not(#\#) uc-activity-header {
|
|
1619
|
+
position: absolute;
|
|
1620
|
+
width: 100%;
|
|
1621
|
+
justify-content: flex-end;
|
|
1622
|
+
z-index: 1;
|
|
1623
|
+
left: 0;
|
|
1624
|
+
top: 0;
|
|
1625
|
+
right: 0;
|
|
1626
|
+
pointer-events: none;
|
|
1627
|
+
}
|
|
1628
|
+
|
|
1629
|
+
uc-external-source:not(#\#) uc-activity-header .uc-close-btn {
|
|
1630
|
+
pointer-events: auto;
|
|
1631
|
+
}
|
|
1632
|
+
|
|
1633
|
+
uc-external-source:not(#\#) .uc-done-btn > span.uc-hidden {
|
|
1634
|
+
visibility: hidden;
|
|
1635
|
+
pointer-events: none;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
uc-external-source:not(#\#) .uc-done-btn > uc-spinner {
|
|
1639
|
+
position: absolute;
|
|
1640
|
+
width: 100%;
|
|
1641
|
+
height: 100%;
|
|
1642
|
+
display: flex;
|
|
1643
|
+
align-items: center;
|
|
1644
|
+
justify-content: center;
|
|
1645
|
+
}
|
|
1646
|
+
|
|
1647
|
+
uc-camera-source:not(#\#) {
|
|
1412
1648
|
position: relative;
|
|
1413
1649
|
display: flex;
|
|
1414
1650
|
flex-direction: column;
|
|
@@ -1419,11 +1655,13 @@ uc-camera-source {
|
|
|
1419
1655
|
background-color: var(--uc-background);
|
|
1420
1656
|
border-radius: var(--uc-radius);
|
|
1421
1657
|
}
|
|
1422
|
-
|
|
1658
|
+
|
|
1659
|
+
[uc-modal]:not(#\#) > dialog:has([activity="camera"][active]) {
|
|
1423
1660
|
width: 100%;
|
|
1424
1661
|
height: 100%;
|
|
1425
1662
|
}
|
|
1426
|
-
|
|
1663
|
+
|
|
1664
|
+
uc-camera-source:not(#\#) video {
|
|
1427
1665
|
display: block;
|
|
1428
1666
|
width: 100%;
|
|
1429
1667
|
max-height: 100%;
|
|
@@ -1432,7 +1670,8 @@ uc-camera-source video {
|
|
|
1432
1670
|
background-color: var(--uc-muted);
|
|
1433
1671
|
border-radius: var(--uc-radius);
|
|
1434
1672
|
}
|
|
1435
|
-
|
|
1673
|
+
|
|
1674
|
+
uc-camera-source:not(#\#) .uc-toolbar {
|
|
1436
1675
|
position: absolute;
|
|
1437
1676
|
bottom: 0;
|
|
1438
1677
|
display: flex;
|
|
@@ -1441,7 +1680,8 @@ uc-camera-source .uc-toolbar {
|
|
|
1441
1680
|
padding: var(--uc-padding);
|
|
1442
1681
|
background-color: var(--uc-background);
|
|
1443
1682
|
}
|
|
1444
|
-
|
|
1683
|
+
|
|
1684
|
+
uc-camera-source:not(#\#) .uc-content {
|
|
1445
1685
|
display: flex;
|
|
1446
1686
|
flex: 1;
|
|
1447
1687
|
justify-content: center;
|
|
@@ -1451,7 +1691,8 @@ uc-camera-source .uc-content {
|
|
|
1451
1691
|
padding-top: 0;
|
|
1452
1692
|
overflow: hidden;
|
|
1453
1693
|
}
|
|
1454
|
-
|
|
1694
|
+
|
|
1695
|
+
uc-camera-source:not(#\#) .uc-message-box {
|
|
1455
1696
|
display: flex;
|
|
1456
1697
|
flex-direction: column;
|
|
1457
1698
|
gap: 40px;
|
|
@@ -1460,11 +1701,13 @@ uc-camera-source .uc-message-box {
|
|
|
1460
1701
|
padding: 40px 40px 0;
|
|
1461
1702
|
color: var(--uc-foreground);
|
|
1462
1703
|
}
|
|
1463
|
-
|
|
1704
|
+
|
|
1705
|
+
uc-camera-source:not(#\#) .uc-message-box button {
|
|
1464
1706
|
color: var(--uc-primary-foreground);
|
|
1465
1707
|
background-color: var(--uc-primary);
|
|
1466
1708
|
}
|
|
1467
|
-
|
|
1709
|
+
|
|
1710
|
+
uc-camera-source:not(#\#) .uc-shot-btn {
|
|
1468
1711
|
width: 58px;
|
|
1469
1712
|
height: 58px;
|
|
1470
1713
|
color: var(--uc-background);
|
|
@@ -1476,22 +1719,27 @@ uc-camera-source .uc-shot-btn {
|
|
|
1476
1719
|
opacity var(--uc-transition),
|
|
1477
1720
|
transform var(--uc-transition);
|
|
1478
1721
|
}
|
|
1479
|
-
|
|
1722
|
+
|
|
1723
|
+
uc-camera-source:not(#\#) .uc-shot-btn:hover {
|
|
1480
1724
|
transform: scale(1.05);
|
|
1481
1725
|
opacity: 1;
|
|
1482
1726
|
}
|
|
1483
|
-
|
|
1727
|
+
|
|
1728
|
+
uc-camera-source:not(#\#) .uc-shot-btn:active {
|
|
1484
1729
|
transform: scale(1);
|
|
1485
1730
|
opacity: 1;
|
|
1486
1731
|
}
|
|
1487
|
-
|
|
1732
|
+
|
|
1733
|
+
uc-camera-source:not(#\#) .uc-shot-btn[disabled] {
|
|
1488
1734
|
bottom: -80px;
|
|
1489
1735
|
}
|
|
1490
|
-
|
|
1736
|
+
|
|
1737
|
+
uc-camera-source:not(#\#) .uc-shot-btn uc-icon svg {
|
|
1491
1738
|
width: 20px;
|
|
1492
1739
|
height: 20px;
|
|
1493
1740
|
}
|
|
1494
|
-
|
|
1741
|
+
|
|
1742
|
+
uc-camera-source:not(#\#) .uc-controls {
|
|
1495
1743
|
position: relative;
|
|
1496
1744
|
display: flex;
|
|
1497
1745
|
align-items: center;
|
|
@@ -1500,43 +1748,53 @@ uc-camera-source .uc-controls {
|
|
|
1500
1748
|
padding: 0 var(--uc-padding) var(--uc-padding);
|
|
1501
1749
|
min-height: 74px;
|
|
1502
1750
|
}
|
|
1503
|
-
|
|
1751
|
+
|
|
1752
|
+
uc-camera-source:not(.uc-initialized):not(#\#) .uc-controls {
|
|
1504
1753
|
display: none;
|
|
1505
1754
|
}
|
|
1506
|
-
|
|
1755
|
+
|
|
1756
|
+
uc-camera-source:not(#\#) .uc-switcher {
|
|
1507
1757
|
display: flex;
|
|
1508
1758
|
gap: calc(var(--uc-padding) / 2);
|
|
1509
1759
|
}
|
|
1510
|
-
|
|
1760
|
+
|
|
1761
|
+
uc-camera-source:not(#\#) .uc-switch.uc-active {
|
|
1511
1762
|
background-color: var(--uc-secondary);
|
|
1512
1763
|
}
|
|
1513
|
-
|
|
1764
|
+
|
|
1765
|
+
uc-camera-source:not(#\#) .uc-camera-actions {
|
|
1514
1766
|
display: flex;
|
|
1515
1767
|
justify-content: center;
|
|
1516
1768
|
align-items: center;
|
|
1517
1769
|
gap: 5px;
|
|
1518
1770
|
}
|
|
1519
|
-
|
|
1771
|
+
|
|
1772
|
+
uc-camera-source:not(#\#) .uc-stop-record {
|
|
1520
1773
|
background-color: var(--uc-destructive-foreground-light);
|
|
1521
1774
|
opacity: 1;
|
|
1522
1775
|
}
|
|
1523
|
-
|
|
1776
|
+
|
|
1777
|
+
:where(uc-camera-source:is(.uc-recording)):not(#\#) .uc-recording-timer uc-icon {
|
|
1524
1778
|
display: none;
|
|
1525
1779
|
}
|
|
1526
|
-
|
|
1780
|
+
|
|
1781
|
+
:where(uc-camera-source:is(.uc-recording)):not(#\#) .uc-recording-timer {
|
|
1527
1782
|
pointer-events: none;
|
|
1528
1783
|
}
|
|
1529
|
-
|
|
1784
|
+
|
|
1785
|
+
uc-camera-source:not(#\#) .uc-recording-timer {
|
|
1530
1786
|
z-index: 1;
|
|
1531
1787
|
position: relative;
|
|
1532
1788
|
overflow: hidden;
|
|
1533
1789
|
}
|
|
1534
|
-
|
|
1790
|
+
|
|
1791
|
+
:where(uc-camera-source):not(#\#) .uc-recording-timer uc-icon {
|
|
1535
1792
|
width: 10px;
|
|
1536
1793
|
height: 10px;
|
|
1537
1794
|
margin-right: 10px;
|
|
1538
1795
|
}
|
|
1539
|
-
|
|
1796
|
+
|
|
1797
|
+
uc-camera-source:not(#\#) .uc-recording-timer .uc-line {
|
|
1540
1798
|
position: absolute;
|
|
1541
1799
|
content: "";
|
|
1542
1800
|
bottom: 0;
|
|
@@ -1548,24 +1806,30 @@ uc-camera-source .uc-recording-timer .uc-line {
|
|
|
1548
1806
|
transform-origin: left;
|
|
1549
1807
|
transition: transform var(--uc-transition);
|
|
1550
1808
|
}
|
|
1551
|
-
|
|
1809
|
+
|
|
1810
|
+
uc-camera-source:not(#\#) .uc-btn-microphone {
|
|
1552
1811
|
z-index: 1;
|
|
1553
1812
|
}
|
|
1554
|
-
|
|
1813
|
+
|
|
1814
|
+
uc-camera-source:not(#\#) .uc-select {
|
|
1555
1815
|
display: flex;
|
|
1556
1816
|
}
|
|
1557
|
-
|
|
1817
|
+
|
|
1818
|
+
uc-camera-source:not(#\#) .uc-audio-select {
|
|
1558
1819
|
width: 98px;
|
|
1559
1820
|
}
|
|
1560
|
-
|
|
1821
|
+
|
|
1822
|
+
uc-camera-source:not(#\#) .uc-audio-select select {
|
|
1561
1823
|
width: 100%;
|
|
1562
1824
|
}
|
|
1563
|
-
|
|
1825
|
+
|
|
1826
|
+
uc-camera-source:not(#\#) .uc-camera-action {
|
|
1564
1827
|
position: absolute;
|
|
1565
1828
|
inset: 0 var(--uc-padding) var(--uc-padding);
|
|
1566
1829
|
margin: 0 auto;
|
|
1567
1830
|
}
|
|
1568
|
-
|
|
1831
|
+
|
|
1832
|
+
uc-cloud-image-editor-activity:not(#\#) {
|
|
1569
1833
|
position: relative;
|
|
1570
1834
|
display: flex;
|
|
1571
1835
|
width: 100%;
|
|
@@ -1573,103 +1837,23 @@ uc-cloud-image-editor-activity {
|
|
|
1573
1837
|
overflow: hidden;
|
|
1574
1838
|
background-color: var(--uc-background);
|
|
1575
1839
|
}
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
height: 100%;
|
|
1579
|
-
}
|
|
1580
|
-
uc-external-source {
|
|
1581
|
-
display: flex;
|
|
1582
|
-
flex-direction: column;
|
|
1583
|
-
width: 100%;
|
|
1584
|
-
height: 100%;
|
|
1585
|
-
background-color: var(--uc-background);
|
|
1586
|
-
overflow: hidden;
|
|
1587
|
-
position: relative;
|
|
1588
|
-
}
|
|
1589
|
-
[uc-modal] > dialog:has([activity="external"][active]) {
|
|
1590
|
-
width: 100%;
|
|
1591
|
-
height: 100%;
|
|
1592
|
-
}
|
|
1593
|
-
uc-external-source > .uc-content {
|
|
1594
|
-
position: relative;
|
|
1595
|
-
display: grid;
|
|
1596
|
-
flex: 1;
|
|
1597
|
-
grid-template-rows: 1fr min-content;
|
|
1598
|
-
}
|
|
1599
|
-
uc-external-source iframe {
|
|
1600
|
-
display: block;
|
|
1840
|
+
|
|
1841
|
+
[uc-modal]:not(#\#) > dialog:has([activity="cloud-image-edit"][active]) {
|
|
1601
1842
|
width: 100%;
|
|
1602
1843
|
height: 100%;
|
|
1603
|
-
border: none;
|
|
1604
|
-
}
|
|
1605
|
-
uc-external-source .uc-iframe-wrapper {
|
|
1606
|
-
overflow: hidden;
|
|
1607
|
-
}
|
|
1608
|
-
uc-external-source .uc-toolbar {
|
|
1609
|
-
display: flex;
|
|
1610
|
-
width: 100%;
|
|
1611
|
-
gap: var(--uc-padding);
|
|
1612
|
-
align-items: center;
|
|
1613
|
-
justify-content: space-between;
|
|
1614
|
-
padding: var(--uc-padding);
|
|
1615
|
-
border-top: 1px solid var(--uc-border);
|
|
1616
|
-
}
|
|
1617
|
-
uc-external-source .uc-back-btn {
|
|
1618
|
-
padding-left: 0;
|
|
1619
|
-
}
|
|
1620
|
-
uc-external-source .uc-selection-status-box {
|
|
1621
|
-
color: var(--uc-foreground);
|
|
1622
|
-
display: flex;
|
|
1623
|
-
flex-direction: column;
|
|
1624
|
-
align-items: center;
|
|
1625
|
-
justify-content: center;
|
|
1626
|
-
}
|
|
1627
|
-
uc-external-source .uc-selection-status-box button {
|
|
1628
|
-
color: var(--uc-primary);
|
|
1629
|
-
height: auto;
|
|
1630
|
-
padding: 0;
|
|
1631
|
-
background: none;
|
|
1632
|
-
}
|
|
1633
|
-
uc-external-source .uc-selection-status-box button:hover {
|
|
1634
|
-
text-decoration: underline;
|
|
1635
|
-
}
|
|
1636
|
-
uc-external-source uc-activity-header {
|
|
1637
|
-
position: absolute;
|
|
1638
|
-
width: 100%;
|
|
1639
|
-
justify-content: flex-end;
|
|
1640
|
-
z-index: 1;
|
|
1641
|
-
left: 0;
|
|
1642
|
-
top: 0;
|
|
1643
|
-
right: 0;
|
|
1644
|
-
pointer-events: none;
|
|
1645
|
-
}
|
|
1646
|
-
uc-external-source uc-activity-header .uc-close-btn {
|
|
1647
|
-
pointer-events: auto;
|
|
1648
|
-
}
|
|
1649
|
-
uc-external-source .uc-done-btn > span.uc-hidden {
|
|
1650
|
-
visibility: hidden;
|
|
1651
|
-
pointer-events: none;
|
|
1652
1844
|
}
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
height: 100%;
|
|
1657
|
-
display: flex;
|
|
1845
|
+
|
|
1846
|
+
uc-icon:not(#\#) {
|
|
1847
|
+
display: inline-flex;
|
|
1658
1848
|
align-items: center;
|
|
1659
1849
|
justify-content: center;
|
|
1850
|
+
width: var(--uc-button-size);
|
|
1851
|
+
height: var(--uc-button-size);
|
|
1660
1852
|
}
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
display: grid;
|
|
1667
|
-
gap: 4px;
|
|
1668
|
-
grid-template-columns: 1fr min-content;
|
|
1669
|
-
padding: var(--uc-padding);
|
|
1670
|
-
padding-top: 0;
|
|
1671
|
-
}
|
|
1672
|
-
uc-url-source .uc-url-input {
|
|
1673
|
-
display: flex;
|
|
1853
|
+
|
|
1854
|
+
uc-icon:not(#\#) svg {
|
|
1855
|
+
width: calc(var(--uc-button-size) / 2);
|
|
1856
|
+
height: calc(var(--uc-button-size) / 2);
|
|
1857
|
+
overflow: visible;
|
|
1674
1858
|
}
|
|
1675
|
-
|
|
1859
|
+
|