@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,266 +1,27 @@
|
|
|
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:31.971Z
|
|
6
|
+
*/
|
|
1
7
|
|
|
2
|
-
/* TODO: we should use basic theme there
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
--uc-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
--uc-preview-size: 32px;
|
|
13
|
-
--uc-padding: 10px;
|
|
14
|
-
--uc-radius: 8px;
|
|
15
|
-
--uc-transition: 0.2s ease;
|
|
16
|
-
--uc-dialog-width: 430px;
|
|
17
|
-
--uc-dialog-max-width: 920px;
|
|
18
|
-
--uc-dialog-max-height: 675px;
|
|
19
|
-
--uc-simple-btn-padding: 7px 14px;
|
|
20
|
-
|
|
21
|
-
--uc-grid-col: 3;
|
|
22
|
-
--uc-grid-preview-image-height: auto;
|
|
23
|
-
--uc-grid-gap: calc(var(--uc-padding) / 2);
|
|
24
|
-
--uc-grid-aspect-ratio: 1 / 1;
|
|
25
|
-
|
|
26
|
-
/* Default colors, in case of media query failure */
|
|
27
|
-
--uc-background: var(--uc-background-light);
|
|
28
|
-
--uc-foreground: var(--uc-foreground-light);
|
|
29
|
-
--uc-primary: var(--uc-primary-light);
|
|
30
|
-
--uc-primary-hover: var(--uc-primary-hover-light);
|
|
31
|
-
--uc-primary-transparent: var(--uc-primary-transparent-light);
|
|
32
|
-
--uc-primary-foreground: var(--uc-primary-foreground-light);
|
|
33
|
-
--uc-secondary: var(--uc-secondary-light);
|
|
34
|
-
--uc-secondary-hover: var(--uc-secondary-hover-light);
|
|
35
|
-
--uc-secondary-foreground: var(--uc-secondary-foreground-light);
|
|
36
|
-
--uc-muted: var(--uc-muted-light);
|
|
37
|
-
--uc-muted-foreground: var(--uc-muted-foreground-light);
|
|
38
|
-
--uc-destructive: var(--uc-destructive-light);
|
|
39
|
-
--uc-destructive-foreground: var(--uc-destructive-foreground-light);
|
|
40
|
-
--uc-border: var(--uc-border-light);
|
|
41
|
-
--uc-dialog-shadow: var(--uc-dialog-shadow-light);
|
|
42
|
-
--uc-simple-btn: var(--uc-simple-btn-light);
|
|
43
|
-
--uc-simple-btn-hover: var(--uc-simple-btn-hover-light);
|
|
44
|
-
--uc-simple-btn-foreground: var(--uc-simple-btn-foreground-light);
|
|
45
|
-
}@supports not (color: oklch(0% 0 0)) {
|
|
46
|
-
:where([uc-wgt-common]) {
|
|
47
|
-
/* Light colors RGB fallback */
|
|
48
|
-
--uc-primary-rgb-light: 23 75 215;
|
|
49
|
-
--uc-primary-light: rgb(var(--uc-primary-rgb-light));
|
|
50
|
-
--uc-primary-hover-light: rgb(var(--uc-primary-rgb-light) / 90%);
|
|
51
|
-
--uc-primary-transparent-light: rgb(var(--uc-primary-rgb-light) / 10%);
|
|
52
|
-
--uc-background-light: rgb(255 255 255);
|
|
53
|
-
--uc-foreground-light: rgb(24 24 24);
|
|
54
|
-
--uc-primary-foreground-light: #fff;
|
|
55
|
-
--uc-secondary-light: rgb(24 24 24 / 5%);
|
|
56
|
-
--uc-secondary-hover-light: rgb(24 24 24 / 8%);
|
|
57
|
-
--uc-secondary-foreground-light: rgb(24 24 24);
|
|
58
|
-
--uc-muted-light: rgb(245 245 245);
|
|
59
|
-
--uc-muted-foreground-light: rgb(113 113 113);
|
|
60
|
-
--uc-destructive-light: rgb(232 19 20 / 5%);
|
|
61
|
-
--uc-destructive-foreground-light: rgb(232 19 20);
|
|
62
|
-
--uc-border-light: rgb(228 228 232);
|
|
63
|
-
--uc-dialog-shadow-light: 0px 6px 20px rgb(0 0 0 / 10%);
|
|
64
|
-
--uc-simple-btn-light: rgb(235 235 235);
|
|
65
|
-
--uc-simple-btn-hover-light: rgb(228 228 228);
|
|
66
|
-
--uc-simple-btn-foreground-light: rgb(24 24 24);
|
|
67
|
-
|
|
68
|
-
/* Dark colors RGB fallback */
|
|
69
|
-
--uc-primary-rgb-dark: 87 154 255;
|
|
70
|
-
--uc-primary-dark: rgb(var(--uc-primary-rgb-dark));
|
|
71
|
-
--uc-primary-hover-dark: rgb(var(--uc-primary-rgb-dark) / 90%);
|
|
72
|
-
--uc-primary-transparent-dark: rgb(var(--uc-primary-rgb-dark) / 7%);
|
|
73
|
-
--uc-background-dark: rgb(27 27 27);
|
|
74
|
-
--uc-foreground-dark: rgb(225 225 225);
|
|
75
|
-
--uc-primary-foreground-dark: rgb(0 0 0);
|
|
76
|
-
--uc-secondary-dark: rgb(225 225 225 / 7%);
|
|
77
|
-
--uc-secondary-hover-dark: rgb(225 225 225 / 10%);
|
|
78
|
-
--uc-secondary-foreground-dark: rgb(225 225 225);
|
|
79
|
-
--uc-muted-dark: rgb(36 36 36);
|
|
80
|
-
--uc-muted-foreground-dark: rgb(152 152 152);
|
|
81
|
-
--uc-destructive-dark: rgb(244 90 79 / 10%);
|
|
82
|
-
--uc-destructive-foreground-dark: rgb(244 90 79);
|
|
83
|
-
--uc-border-dark: rgb(61 61 61);
|
|
84
|
-
--uc-dialog-shadow-dark: 0px 6px 20px rgb(0 0 0 / 25%);
|
|
85
|
-
--uc-simple-btn-dark: rgb(36 36 36);
|
|
86
|
-
--uc-simple-btn-hover-dark: rgb(43 43 43);
|
|
87
|
-
--uc-simple-btn-foreground-dark: rgb(255 255 255);
|
|
88
|
-
}
|
|
89
|
-
}@supports (color: oklch(0% 0 0)) {
|
|
90
|
-
:where([uc-wgt-common]) {
|
|
91
|
-
/* Light colors OKLCH */
|
|
92
|
-
--uc-primary-oklch-light: 47% 0.22 264; /* Quick customization: change this value to your brand color */
|
|
93
|
-
--uc-primary-light: oklch(var(--uc-primary-oklch-light));
|
|
94
|
-
--uc-primary-hover-light: oklch(var(--uc-primary-oklch-light) / 90%);
|
|
95
|
-
--uc-primary-transparent-light: oklch(var(--uc-primary-oklch-light) / 7%);
|
|
96
|
-
--uc-background-light: oklch(100% 0 0);
|
|
97
|
-
--uc-foreground-light: oklch(21% 0 0);
|
|
98
|
-
--uc-primary-foreground-light: oklch(100% 0 0);
|
|
99
|
-
--uc-secondary-light: oklch(21% 0 0 / 0.05);
|
|
100
|
-
--uc-secondary-hover-light: oklch(21% 0 0 / 0.08);
|
|
101
|
-
--uc-secondary-foreground-light: oklch(21% 0 0);
|
|
102
|
-
--uc-muted-light: oklch(97% 0 0);
|
|
103
|
-
--uc-muted-foreground-light: oklch(40% 0 0);
|
|
104
|
-
--uc-destructive-light: oklch(59% 0.235 28.5 / 0.05);
|
|
105
|
-
--uc-destructive-foreground-light: oklch(59% 0.235 28.5);
|
|
106
|
-
--uc-border-light: oklch(92% 0 0);
|
|
107
|
-
--uc-dialog-shadow-light: 0px 6px 20px oklch(0% 0 0 / 0.1);
|
|
108
|
-
--uc-simple-btn-light: oklch(94% 0 0);
|
|
109
|
-
--uc-simple-btn-hover-light: oklch(92% 0 0);
|
|
110
|
-
--uc-simple-btn-foreground-light: oklch(20% 0 0);
|
|
111
|
-
|
|
112
|
-
/* Dark colors OKLCH */
|
|
113
|
-
--uc-primary-oklch-dark: 69% 0.1768 258.4; /* Quick customization: change this value to your brand color */
|
|
114
|
-
--uc-primary-dark: oklch(var(--uc-primary-oklch-dark));
|
|
115
|
-
--uc-primary-hover-dark: oklch(var(--uc-primary-oklch-dark) / 90%);
|
|
116
|
-
--uc-primary-transparent-dark: oklch(var(--uc-primary-oklch-dark) / 7%);
|
|
117
|
-
--uc-background-dark: oklch(22% 0 0);
|
|
118
|
-
--uc-foreground-dark: oklch(91% 0 0);
|
|
119
|
-
--uc-primary-foreground-dark: oklch(0% 0 0);
|
|
120
|
-
--uc-secondary-dark: oklch(91% 0 0 / 0.07);
|
|
121
|
-
--uc-secondary-hover-dark: oklch(91% 0 0 / 0.1);
|
|
122
|
-
--uc-secondary-foreground-dark: oklch(91% 0 0);
|
|
123
|
-
--uc-muted-dark: oklch(26% 0 0);
|
|
124
|
-
--uc-muted-foreground-dark: oklch(68% 0 0);
|
|
125
|
-
--uc-destructive-dark: oklch(67% 0.191 27.5 / 0.1);
|
|
126
|
-
--uc-destructive-foreground-dark: oklch(67% 0.191 27.5);
|
|
127
|
-
--uc-border-dark: oklch(36% 0 0);
|
|
128
|
-
--uc-dialog-shadow-dark: 0px 6px 20px oklch(0% 0 0 / 0.25);
|
|
129
|
-
--uc-simple-btn-dark: oklch(26% 0 0);
|
|
130
|
-
--uc-simple-btn-hover-dark: oklch(29% 0 0);
|
|
131
|
-
--uc-simple-btn-foreground-dark: oklch(100% 0 0);
|
|
132
|
-
}
|
|
133
|
-
}@media only screen and (max-height: 600px) {
|
|
134
|
-
:where([uc-wgt-common]) {
|
|
135
|
-
--uc-dialog-max-height: 100%;
|
|
136
|
-
}
|
|
137
|
-
}@media only screen and (max-width: 680px) {
|
|
138
|
-
:where([uc-wgt-common]) {
|
|
139
|
-
--uc-grid-col: 2;
|
|
140
|
-
}
|
|
141
|
-
}@media only screen and (max-width: 430px) {
|
|
142
|
-
:where([uc-wgt-common]) {
|
|
143
|
-
--uc-dialog-max-width: 100vw;
|
|
144
|
-
--uc-dialog-max-height: var(--uploadcare-blocks-window-height);
|
|
145
|
-
--uc-grid-col: 1;
|
|
146
|
-
}
|
|
147
|
-
}@media (prefers-color-scheme: light) {
|
|
148
|
-
:where([uc-wgt-common]) {
|
|
149
|
-
--uc-background: var(--uc-background-light);
|
|
150
|
-
--uc-foreground: var(--uc-foreground-light);
|
|
151
|
-
--uc-primary: var(--uc-primary-light);
|
|
152
|
-
--uc-primary-hover: var(--uc-primary-hover-light);
|
|
153
|
-
--uc-primary-transparent: var(--uc-primary-transparent-light);
|
|
154
|
-
--uc-primary-foreground: var(--uc-primary-foreground-light);
|
|
155
|
-
--uc-secondary: var(--uc-secondary-light);
|
|
156
|
-
--uc-secondary-hover: var(--uc-secondary-hover-light);
|
|
157
|
-
--uc-secondary-foreground: var(--uc-secondary-foreground-light);
|
|
158
|
-
--uc-muted: var(--uc-muted-light);
|
|
159
|
-
--uc-muted-foreground: var(--uc-muted-foreground-light);
|
|
160
|
-
--uc-destructive: var(--uc-destructive-light);
|
|
161
|
-
--uc-destructive-foreground: var(--uc-destructive-foreground-light);
|
|
162
|
-
--uc-border: var(--uc-border-light);
|
|
163
|
-
--uc-dialog-shadow: var(--uc-dialog-shadow-light);
|
|
164
|
-
--uc-simple-btn: var(--uc-simple-btn-light);
|
|
165
|
-
--uc-simple-btn-hover: var(--uc-simple-btn-hover-light);
|
|
166
|
-
--uc-simple-btn-foreground: var(--uc-simple-btn-foreground-light);
|
|
167
|
-
}
|
|
168
|
-
}@media (prefers-color-scheme: dark) {
|
|
169
|
-
:where([uc-wgt-common]) {
|
|
170
|
-
--uc-background: var(--uc-background-dark);
|
|
171
|
-
--uc-foreground: var(--uc-foreground-dark);
|
|
172
|
-
--uc-primary: var(--uc-primary-dark);
|
|
173
|
-
--uc-primary-hover: var(--uc-primary-hover-dark);
|
|
174
|
-
--uc-primary-transparent: var(--uc-primary-transparent-dark);
|
|
175
|
-
--uc-primary-foreground: var(--uc-primary-foreground-dark);
|
|
176
|
-
--uc-secondary: var(--uc-secondary-dark);
|
|
177
|
-
--uc-secondary-hover: var(--uc-secondary-hover-dark);
|
|
178
|
-
--uc-secondary-foreground: var(--uc-secondary-foreground-dark);
|
|
179
|
-
--uc-muted: var(--uc-muted-dark);
|
|
180
|
-
--uc-muted-foreground: var(--uc-muted-foreground-dark);
|
|
181
|
-
--uc-destructive: var(--uc-destructive-dark);
|
|
182
|
-
--uc-destructive-foreground: var(--uc-destructive-foreground-dark);
|
|
183
|
-
--uc-border: var(--uc-border-dark);
|
|
184
|
-
--uc-dialog-shadow: var(--uc-dialog-shadow-dark);
|
|
185
|
-
--uc-simple-btn: var(--uc-simple-btn-dark);
|
|
186
|
-
--uc-simple-btn-hover: var(--uc-simple-btn-hover-dark);
|
|
187
|
-
--uc-simple-btn-foreground: var(--uc-simple-btn-foreground-dark);
|
|
188
|
-
}
|
|
189
|
-
}:where(.uc-light) {
|
|
190
|
-
--uc-background: var(--uc-background-light);
|
|
191
|
-
--uc-foreground: var(--uc-foreground-light);
|
|
192
|
-
--uc-primary: var(--uc-primary-light);
|
|
193
|
-
--uc-primary-hover: var(--uc-primary-hover-light);
|
|
194
|
-
--uc-primary-transparent: var(--uc-primary-transparent-light);
|
|
195
|
-
--uc-primary-foreground: var(--uc-primary-foreground-light);
|
|
196
|
-
--uc-secondary: var(--uc-secondary-light);
|
|
197
|
-
--uc-secondary-hover: var(--uc-secondary-hover-light);
|
|
198
|
-
--uc-secondary-foreground: var(--uc-secondary-foreground-light);
|
|
199
|
-
--uc-muted: var(--uc-muted-light);
|
|
200
|
-
--uc-muted-foreground: var(--uc-muted-foreground-light);
|
|
201
|
-
--uc-destructive: var(--uc-destructive-light);
|
|
202
|
-
--uc-destructive-foreground: var(--uc-destructive-foreground-light);
|
|
203
|
-
--uc-border: var(--uc-border-light);
|
|
204
|
-
--uc-dialog-shadow: var(--uc-dialog-shadow-light);
|
|
205
|
-
--uc-simple-btn: var(--uc-simple-btn-light);
|
|
206
|
-
--uc-simple-btn-hover: var(--uc-simple-btn-hover-light);
|
|
207
|
-
--uc-simple-btn-foreground: var(--uc-simple-btn-foreground-light);
|
|
208
|
-
}:where(.uc-dark) {
|
|
209
|
-
--uc-background: var(--uc-background-dark);
|
|
210
|
-
--uc-foreground: var(--uc-foreground-dark);
|
|
211
|
-
--uc-primary: var(--uc-primary-dark);
|
|
212
|
-
--uc-primary-hover: var(--uc-primary-hover-dark);
|
|
213
|
-
--uc-primary-transparent: var(--uc-primary-transparent-dark);
|
|
214
|
-
--uc-primary-foreground: var(--uc-primary-foreground-dark);
|
|
215
|
-
--uc-secondary: var(--uc-secondary-dark);
|
|
216
|
-
--uc-secondary-hover: var(--uc-secondary-hover-dark);
|
|
217
|
-
--uc-secondary-foreground: var(--uc-secondary-foreground-dark);
|
|
218
|
-
--uc-muted: var(--uc-muted-dark);
|
|
219
|
-
--uc-muted-foreground: var(--uc-muted-foreground-dark);
|
|
220
|
-
--uc-destructive: var(--uc-destructive-dark);
|
|
221
|
-
--uc-destructive-foreground: var(--uc-destructive-foreground-dark);
|
|
222
|
-
--uc-border: var(--uc-border-dark);
|
|
223
|
-
--uc-dialog-shadow: var(--uc-dialog-shadow-dark);
|
|
224
|
-
--uc-simple-btn: var(--uc-simple-btn-dark);
|
|
225
|
-
--uc-simple-btn-hover: var(--uc-simple-btn-hover-dark);
|
|
226
|
-
--uc-simple-btn-foreground: var(--uc-simple-btn-foreground-dark);
|
|
227
|
-
}:where(.uc-purple) {
|
|
228
|
-
--uc-primary-oklch-light: 47% 0.22 300;
|
|
229
|
-
--uc-primary-oklch-dark: 69% 0.1768 300;
|
|
230
|
-
}:where(.uc-red) {
|
|
231
|
-
--uc-primary-oklch-light: 47% 0.21 21;
|
|
232
|
-
--uc-primary-oklch-dark: 71% 0.1768 21;
|
|
233
|
-
}:where(.uc-orange) {
|
|
234
|
-
--uc-primary-oklch-light: 47% 0.1376 51.88;
|
|
235
|
-
--uc-primary-oklch-dark: 69% 0.1768 51.88;
|
|
236
|
-
}:where(.uc-green) {
|
|
237
|
-
--uc-primary-oklch-light: 45% 0.14 130;
|
|
238
|
-
--uc-primary-oklch-dark: 69% 0.1768 130;
|
|
239
|
-
}:where(.uc-turquoise) {
|
|
240
|
-
--uc-primary-oklch-light: 45% 0.0854 174;
|
|
241
|
-
--uc-primary-oklch-dark: 69% 0.1768 174;
|
|
242
|
-
}:where(.uc-gray) {
|
|
243
|
-
--uc-primary-oklch-light: 10% 0 0;
|
|
244
|
-
--uc-primary-oklch-dark: 97% 0 0;
|
|
245
|
-
}:where(.uc-contrast) {
|
|
246
|
-
--uc-border-light: oklch(50% 0 0);
|
|
247
|
-
--uc-border-dark: oklch(50% 0 0);
|
|
248
|
-
|
|
249
|
-
--uc-muted-light: oklch(98% 0 0);
|
|
250
|
-
--uc-muted-dark: oklch(16% 0 0);
|
|
251
|
-
|
|
252
|
-
--uc-muted-foreground-light: oklch(20% 0 0);
|
|
253
|
-
--uc-muted-foreground-dark: oklch(80% 0 0);
|
|
254
|
-
|
|
255
|
-
--uc-background-light: oklch(100% 0 0);
|
|
256
|
-
--uc-foreground-light: oklch(0% 0 0);
|
|
257
|
-
|
|
258
|
-
--uc-background-dark: oklch(10% 0 0);
|
|
259
|
-
--uc-foreground-dark: oklch(100% 0 0);
|
|
8
|
+
/* TODO: we should use basic theme there */uc-cloud-image-editor-activity {
|
|
9
|
+
position: relative;
|
|
10
|
+
display: flex;
|
|
11
|
+
width: 100%;
|
|
12
|
+
height: 100%;
|
|
13
|
+
overflow: hidden;
|
|
14
|
+
background-color: var(--uc-background);
|
|
15
|
+
}[uc-modal] > dialog:has([activity="cloud-image-edit"][active]) {
|
|
16
|
+
width: 100%;
|
|
17
|
+
height: 100%;
|
|
260
18
|
}
|
|
19
|
+
|
|
261
20
|
/** biome-ignore-all lint/complexity/noImportantStyles: TODO: Refactor styles to get rid of !important rules */
|
|
21
|
+
|
|
262
22
|
/* TODO: we should use basic theme there */
|
|
263
|
-
|
|
23
|
+
|
|
24
|
+
[uc-cloud-image-editor]:not(#\#) {
|
|
264
25
|
--color-primary-accent: var(--uc-primary);
|
|
265
26
|
--color-text-base: var(--uc-foreground);
|
|
266
27
|
--color-text-accent-contrast: var(--uc-background);
|
|
@@ -300,53 +61,62 @@
|
|
|
300
61
|
--modal-header-height: var(--size-panel-heading);
|
|
301
62
|
--modal-toolbar-height: var(--size-panel-heading);
|
|
302
63
|
|
|
303
|
-
--transparent-pixel: url(
|
|
64
|
+
--transparent-pixel: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
|
|
304
65
|
|
|
305
66
|
display: block;
|
|
306
67
|
width: 100%;
|
|
307
68
|
height: 100%;
|
|
308
69
|
max-height: 100%;
|
|
309
70
|
}
|
|
310
|
-
|
|
71
|
+
|
|
72
|
+
[uc-cloud-image-editor]:not(#\#) :is([can-handle-paste]:hover, [can-handle-paste]:focus) {
|
|
311
73
|
--can-handle-paste: "true";
|
|
312
74
|
}
|
|
313
|
-
|
|
75
|
+
|
|
76
|
+
[uc-cloud-image-editor]:not(#\#):not(#\#)
|
|
314
77
|
:is([tabindex]:focus-visible, [tabindex]:hover, [with-effects]:focus-visible, [with-effects]:hover) {
|
|
315
78
|
--filter-effect: var(--hover-filter) !important;
|
|
316
79
|
--opacity-effect: var(--hover-opacity) !important;
|
|
317
80
|
--color-effect: var(--hover-color-rgb) !important;
|
|
318
81
|
--background-effect: var(--hover-background) !important;
|
|
319
82
|
}
|
|
320
|
-
|
|
83
|
+
|
|
84
|
+
[uc-cloud-image-editor]:not(#\#):not(#\#) :is([tabindex]:active, [with-effects]:active) {
|
|
321
85
|
--filter-effect: var(--down-filter) !important;
|
|
322
86
|
--opacity-effect: var(--down-opacity) !important;
|
|
323
87
|
--color-effect: var(--down-color-rgb) !important;
|
|
324
88
|
--background-effect: var(--down-background) !important;
|
|
325
89
|
}
|
|
326
|
-
|
|
90
|
+
|
|
91
|
+
[uc-cloud-image-editor]:not(#\#):not(#\#) :is([tabindex][active], [with-effects][active]) {
|
|
327
92
|
--filter-effect: var(--active-filter) !important;
|
|
328
93
|
--opacity-effect: var(--active-opacity) !important;
|
|
329
94
|
--color-effect: var(--active-color-rgb) !important;
|
|
330
95
|
--background-effect: var(--active-background) !important;
|
|
331
96
|
}
|
|
332
|
-
|
|
97
|
+
|
|
98
|
+
[uc-cloud-image-editor]:not(#\#) [hidden-scrollbar]::-webkit-scrollbar {
|
|
333
99
|
display: none;
|
|
334
100
|
}
|
|
335
|
-
|
|
101
|
+
|
|
102
|
+
[uc-cloud-image-editor]:not(#\#) [hidden-scrollbar] {
|
|
336
103
|
-ms-overflow-style: none;
|
|
337
104
|
scrollbar-width: none;
|
|
338
105
|
}
|
|
339
|
-
|
|
106
|
+
|
|
107
|
+
[uc-cloud-image-editor].uc-editor_ON:not(#\#) {
|
|
340
108
|
--modal-header-opacity: 0;
|
|
341
109
|
--modal-header-height: 0px;
|
|
342
110
|
--modal-toolbar-height: calc(var(--size-panel-heading) * 2);
|
|
343
111
|
}
|
|
344
|
-
|
|
112
|
+
|
|
113
|
+
[uc-cloud-image-editor].uc-editor_OFF:not(#\#) {
|
|
345
114
|
--modal-header-opacity: 1;
|
|
346
115
|
--modal-header-height: var(--size-panel-heading);
|
|
347
116
|
--modal-toolbar-height: var(--size-panel-heading);
|
|
348
117
|
}
|
|
349
|
-
|
|
118
|
+
|
|
119
|
+
[uc-cloud-image-editor]:not(#\#) > .uc-wrapper {
|
|
350
120
|
--l-min-img-height: var(--modal-toolbar-height);
|
|
351
121
|
--l-max-img-height: 100%;
|
|
352
122
|
--l-edit-button-width: 120px;
|
|
@@ -362,19 +132,22 @@
|
|
|
362
132
|
overflow: hidden;
|
|
363
133
|
overflow-y: auto;
|
|
364
134
|
}
|
|
135
|
+
|
|
365
136
|
@media only screen and (max-width: 800px) {
|
|
366
|
-
[uc-cloud-image-editor]:not(#\#)
|
|
137
|
+
[uc-cloud-image-editor]:not(#\#) > .uc-wrapper {
|
|
367
138
|
--l-edit-button-width: 70px;
|
|
368
139
|
--l-toolbar-horizontal-padding: var(--cldtr-gap-min);
|
|
369
140
|
}
|
|
370
141
|
}
|
|
371
|
-
|
|
142
|
+
|
|
143
|
+
[uc-cloud-image-editor]:not(#\#) > .uc-wrapper > .uc-viewport {
|
|
372
144
|
display: flex;
|
|
373
145
|
align-items: center;
|
|
374
146
|
justify-content: center;
|
|
375
147
|
overflow: hidden;
|
|
376
148
|
}
|
|
377
|
-
|
|
149
|
+
|
|
150
|
+
[uc-cloud-image-editor]:not(#\#) > .uc-wrapper > .uc-viewport > .uc-image_container > .uc-image {
|
|
378
151
|
--viewer-image-opacity: 1;
|
|
379
152
|
|
|
380
153
|
position: absolute;
|
|
@@ -392,12 +165,14 @@
|
|
|
392
165
|
user-select: none;
|
|
393
166
|
pointer-events: auto;
|
|
394
167
|
}
|
|
395
|
-
|
|
168
|
+
|
|
169
|
+
[uc-cloud-image-editor]:not(#\#) > .uc-wrapper > .uc-viewport > .uc-image_container > .uc-image.uc-image_visible_viewer {
|
|
396
170
|
transition:
|
|
397
171
|
opacity var(--transition-duration-3) ease-in-out,
|
|
398
172
|
transform var(--transition-duration-4);
|
|
399
173
|
}
|
|
400
|
-
|
|
174
|
+
|
|
175
|
+
[uc-cloud-image-editor]:not(#\#) > .uc-wrapper > .uc-viewport > .uc-image_container > .uc-image.uc-image_hidden_to_cropper {
|
|
401
176
|
--viewer-image-opacity: 0;
|
|
402
177
|
|
|
403
178
|
background-image: var(--transparent-pixel);
|
|
@@ -407,7 +182,8 @@
|
|
|
407
182
|
opacity var(--transition-duration-3) steps(1, jump-end);
|
|
408
183
|
pointer-events: none;
|
|
409
184
|
}
|
|
410
|
-
|
|
185
|
+
|
|
186
|
+
[uc-cloud-image-editor]:not(#\#) > .uc-wrapper > .uc-viewport > .uc-image_container > .uc-image.uc-image_hidden_effects {
|
|
411
187
|
--viewer-image-opacity: 0;
|
|
412
188
|
|
|
413
189
|
transform: scale(1);
|
|
@@ -416,7 +192,8 @@
|
|
|
416
192
|
transform var(--transition-duration-4);
|
|
417
193
|
pointer-events: none;
|
|
418
194
|
}
|
|
419
|
-
|
|
195
|
+
|
|
196
|
+
[uc-cloud-image-editor]:not(#\#) > .uc-wrapper > .uc-viewport > .uc-image_container {
|
|
420
197
|
position: relative;
|
|
421
198
|
display: block;
|
|
422
199
|
width: 100%;
|
|
@@ -424,11 +201,13 @@
|
|
|
424
201
|
background-color: var(--color-image-background);
|
|
425
202
|
transition: var(--transition-duration-3);
|
|
426
203
|
}
|
|
427
|
-
|
|
204
|
+
|
|
205
|
+
[uc-cloud-image-editor]:not(#\#) > .uc-wrapper > .uc-toolbar {
|
|
428
206
|
position: relative;
|
|
429
207
|
transition: 0.3s;
|
|
430
208
|
}
|
|
431
|
-
|
|
209
|
+
|
|
210
|
+
[uc-cloud-image-editor]:not(#\#) > .uc-wrapper > .uc-toolbar > .uc-toolbar_content {
|
|
432
211
|
position: absolute;
|
|
433
212
|
bottom: 0px;
|
|
434
213
|
left: 0px;
|
|
@@ -438,7 +217,8 @@
|
|
|
438
217
|
min-height: var(--size-panel-heading);
|
|
439
218
|
background-color: var(--color-fill-contrast);
|
|
440
219
|
}
|
|
441
|
-
|
|
220
|
+
|
|
221
|
+
[uc-cloud-image-editor]:not(#\#) > .uc-wrapper > .uc-toolbar > .uc-toolbar_content.uc-toolbar_content__viewer {
|
|
442
222
|
display: flex;
|
|
443
223
|
align-items: center;
|
|
444
224
|
justify-content: space-between;
|
|
@@ -446,14 +226,17 @@
|
|
|
446
226
|
padding-right: var(--l-toolbar-horizontal-padding);
|
|
447
227
|
padding-left: var(--l-toolbar-horizontal-padding);
|
|
448
228
|
}
|
|
449
|
-
|
|
229
|
+
|
|
230
|
+
[uc-cloud-image-editor]:not(#\#) > .uc-wrapper > .uc-toolbar > .uc-toolbar_content.uc-toolbar_content__editor {
|
|
450
231
|
display: flex;
|
|
451
232
|
}
|
|
452
|
-
|
|
233
|
+
|
|
234
|
+
[uc-cloud-image-editor]:not(#\#) > .uc-wrapper > .uc-viewport > .uc-info_pan {
|
|
453
235
|
position: absolute;
|
|
454
236
|
user-select: none;
|
|
455
237
|
}
|
|
456
|
-
|
|
238
|
+
|
|
239
|
+
[uc-cloud-image-editor]:not(#\#) > .uc-wrapper > .uc-viewport > .uc-file_type_outer {
|
|
457
240
|
position: absolute;
|
|
458
241
|
z-index: 2;
|
|
459
242
|
display: flex;
|
|
@@ -461,10 +244,12 @@
|
|
|
461
244
|
transform: translateX(-40px);
|
|
462
245
|
user-select: none;
|
|
463
246
|
}
|
|
464
|
-
|
|
247
|
+
|
|
248
|
+
[uc-cloud-image-editor]:not(#\#) > .uc-wrapper > .uc-viewport > .uc-file_type_outer > .uc-file_type {
|
|
465
249
|
padding: 4px 0.8em;
|
|
466
250
|
}
|
|
467
|
-
|
|
251
|
+
|
|
252
|
+
[uc-cloud-image-editor]:not(#\#) > .uc-wrapper > .uc-network_problems_splash {
|
|
468
253
|
position: absolute;
|
|
469
254
|
z-index: 999;
|
|
470
255
|
display: flex;
|
|
@@ -473,14 +258,16 @@
|
|
|
473
258
|
height: 100%;
|
|
474
259
|
background-color: var(--color-fill-contrast);
|
|
475
260
|
}
|
|
476
|
-
|
|
261
|
+
|
|
262
|
+
[uc-cloud-image-editor]:not(#\#) > .uc-wrapper > .uc-network_problems_splash > .uc-network_problems_content {
|
|
477
263
|
display: flex;
|
|
478
264
|
flex: 1;
|
|
479
265
|
flex-direction: column;
|
|
480
266
|
align-items: center;
|
|
481
267
|
justify-content: center;
|
|
482
268
|
}
|
|
483
|
-
|
|
269
|
+
|
|
270
|
+
[uc-cloud-image-editor]:not(#\#)
|
|
484
271
|
> .uc-wrapper
|
|
485
272
|
> .uc-network_problems_splash
|
|
486
273
|
> .uc-network_problems_content
|
|
@@ -494,7 +281,8 @@
|
|
|
494
281
|
background-color: var(--uc-muted);
|
|
495
282
|
border-radius: 50%;
|
|
496
283
|
}
|
|
497
|
-
|
|
284
|
+
|
|
285
|
+
[uc-cloud-image-editor]:not(#\#)
|
|
498
286
|
> .uc-wrapper
|
|
499
287
|
> .uc-network_problems_splash
|
|
500
288
|
> .uc-network_problems_content
|
|
@@ -503,13 +291,15 @@
|
|
|
503
291
|
font-size: var(--font-size-ui);
|
|
504
292
|
color: var(--uc-foreground);
|
|
505
293
|
}
|
|
506
|
-
|
|
294
|
+
|
|
295
|
+
[uc-cloud-image-editor]:not(#\#) > .uc-wrapper > .uc-network_problems_splash > .uc-network_problems_footer {
|
|
507
296
|
display: flex;
|
|
508
297
|
align-items: center;
|
|
509
298
|
justify-content: center;
|
|
510
299
|
height: var(--size-panel-heading);
|
|
511
300
|
}
|
|
512
|
-
|
|
301
|
+
|
|
302
|
+
uc-crop-frame:not(#\#) > .uc-svg {
|
|
513
303
|
position: absolute;
|
|
514
304
|
top: 0px;
|
|
515
305
|
left: 0px;
|
|
@@ -521,7 +311,8 @@ uc-crop-frame:not(#\#):not(#\#):not(#\#) > .uc-svg {
|
|
|
521
311
|
opacity: inherit;
|
|
522
312
|
transition: var(--transition-duration-3);
|
|
523
313
|
}
|
|
524
|
-
|
|
314
|
+
|
|
315
|
+
uc-crop-frame:not(#\#) > .uc-thumb {
|
|
525
316
|
--idle-color-rgb: var(--color-text-base);
|
|
526
317
|
--hover-color-rgb: var(--color-primary-accent);
|
|
527
318
|
--focus-color-rgb: var(--color-primary-accent);
|
|
@@ -533,32 +324,39 @@ uc-crop-frame:not(#\#):not(#\#):not(#\#) > .uc-thumb {
|
|
|
533
324
|
color var(--transition-duration-3),
|
|
534
325
|
opacity var(--transition-duration-3);
|
|
535
326
|
}
|
|
536
|
-
|
|
327
|
+
|
|
328
|
+
uc-crop-frame:not(#\#) .uc-thumb--visible {
|
|
537
329
|
opacity: 1;
|
|
538
330
|
pointer-events: auto;
|
|
539
331
|
}
|
|
540
|
-
|
|
332
|
+
|
|
333
|
+
uc-crop-frame:not(#\#) .uc-thumb--hidden {
|
|
541
334
|
opacity: 0;
|
|
542
335
|
pointer-events: none;
|
|
543
336
|
}
|
|
544
|
-
|
|
337
|
+
|
|
338
|
+
uc-crop-frame:not(#\#) .uc-guides {
|
|
545
339
|
transition: var(--transition-duration-3);
|
|
546
340
|
}
|
|
547
|
-
|
|
341
|
+
|
|
342
|
+
uc-crop-frame:not(#\#) .uc-guides--hidden {
|
|
548
343
|
opacity: 0;
|
|
549
344
|
}
|
|
550
|
-
|
|
345
|
+
|
|
346
|
+
uc-crop-frame:not(#\#) .uc-guides--semi-hidden {
|
|
551
347
|
opacity: 0.2;
|
|
552
348
|
}
|
|
553
|
-
|
|
349
|
+
|
|
350
|
+
uc-crop-frame:not(#\#) .uc-guides--visible {
|
|
554
351
|
opacity: 1;
|
|
555
352
|
}
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
uc-editor-
|
|
559
|
-
uc-editor-
|
|
560
|
-
uc-editor-
|
|
561
|
-
uc-editor-
|
|
353
|
+
|
|
354
|
+
uc-editor-button-control:not(#\#),
|
|
355
|
+
uc-editor-crop-button-control:not(#\#),
|
|
356
|
+
uc-editor-aspect-ratio-button-control:not(#\#),
|
|
357
|
+
uc-editor-freeform-button-control:not(#\#),
|
|
358
|
+
uc-editor-filter-control:not(#\#),
|
|
359
|
+
uc-editor-operation-control:not(#\#) {
|
|
562
360
|
--l-base-min-width: var(--uc-button-size);
|
|
563
361
|
--l-base-height: var(--uc-button-size);
|
|
564
362
|
--opacity-effect: var(--idle-opacity);
|
|
@@ -581,12 +379,13 @@ uc-editor-button-control:not(#\#):not(#\#):not(#\#),
|
|
|
581
379
|
|
|
582
380
|
border-radius: var(--uc-radius);
|
|
583
381
|
}
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
uc-editor-
|
|
587
|
-
uc-editor-
|
|
588
|
-
uc-editor-
|
|
589
|
-
uc-editor-
|
|
382
|
+
|
|
383
|
+
uc-editor-button-control:not(#\#) > button,
|
|
384
|
+
uc-editor-crop-button-control:not(#\#) > button,
|
|
385
|
+
uc-editor-aspect-ratio-button-control:not(#\#) > button,
|
|
386
|
+
uc-editor-freeform-button-control:not(#\#) > button,
|
|
387
|
+
uc-editor-filter-control:not(#\#) > button,
|
|
388
|
+
uc-editor-operation-control:not(#\#) > button {
|
|
590
389
|
all: unset;
|
|
591
390
|
position: relative;
|
|
592
391
|
display: grid;
|
|
@@ -599,13 +398,16 @@ uc-editor-button-control:not(#\#):not(#\#):not(#\#) > button,
|
|
|
599
398
|
cursor: pointer;
|
|
600
399
|
transition: var(--l-width-transition);
|
|
601
400
|
}
|
|
602
|
-
|
|
401
|
+
|
|
402
|
+
uc-editor-freeform-button-control:not(#\#) > button {
|
|
603
403
|
grid-template-columns: auto var(--l-base-min-width);
|
|
604
404
|
}
|
|
605
|
-
|
|
405
|
+
|
|
406
|
+
uc-editor-freeform-button-control:not(#\#) > button > uc-icon {
|
|
606
407
|
margin-left: var(--cldtr-gap-mid-1);
|
|
607
408
|
width: 10px;
|
|
608
409
|
}
|
|
410
|
+
|
|
609
411
|
:where(
|
|
610
412
|
uc-editor-button-control,
|
|
611
413
|
uc-editor-crop-button-control,
|
|
@@ -613,22 +415,24 @@ uc-editor-freeform-button-control:not(#\#):not(#\#):not(#\#) > button > uc-icon
|
|
|
613
415
|
uc-editor-freeform-button-control,
|
|
614
416
|
uc-editor-filter-control,
|
|
615
417
|
uc-editor-operation-control
|
|
616
|
-
):not(#\#)
|
|
418
|
+
):not(#\#)
|
|
617
419
|
> uc-icon
|
|
618
420
|
> svg {
|
|
619
421
|
width: var(--size-icon);
|
|
620
422
|
height: var(--size-icon);
|
|
621
423
|
}
|
|
622
|
-
|
|
424
|
+
|
|
425
|
+
uc-editor-filter-control:not(#\#) > uc-icon.uc-original-icon > svg {
|
|
623
426
|
width: 100%;
|
|
624
427
|
height: 100%;
|
|
625
428
|
}
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
uc-editor-
|
|
629
|
-
uc-editor-
|
|
630
|
-
uc-editor-
|
|
631
|
-
uc-editor-
|
|
429
|
+
|
|
430
|
+
uc-editor-button-control.uc-active:not(#\#),
|
|
431
|
+
uc-editor-operation-control.uc-active:not(#\#),
|
|
432
|
+
uc-editor-crop-button-control.uc-active:not(#\#),
|
|
433
|
+
uc-editor-aspect-ratio-button-control.uc-active:not(#\#),
|
|
434
|
+
uc-editor-freeform-button-control.uc-active:not(#\#),
|
|
435
|
+
uc-editor-filter-control.uc-active:not(#\#) {
|
|
632
436
|
--idle-color-rgb: var(--uc-primary-foreground);
|
|
633
437
|
--idle-background: var(--uc-primary);
|
|
634
438
|
--idle-opacity: 1;
|
|
@@ -636,32 +440,35 @@ uc-editor-button-control.uc-active:not(#\#):not(#\#):not(#\#),
|
|
|
636
440
|
--hover-background: var(--uc-primary);
|
|
637
441
|
--hover-opacity: 1;
|
|
638
442
|
}
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
uc-editor-
|
|
642
|
-
uc-editor-
|
|
643
|
-
uc-editor-
|
|
644
|
-
uc-editor-
|
|
443
|
+
|
|
444
|
+
uc-editor-button-control.uc-not_active:not(#\#),
|
|
445
|
+
uc-editor-operation-control.uc-not_active:not(#\#),
|
|
446
|
+
uc-editor-crop-button-control.uc-not_active:not(#\#),
|
|
447
|
+
uc-editor-aspect-ratio-button-control.uc-not_active:not(#\#),
|
|
448
|
+
uc-editor-freeform-button-control.uc-not_active:not(#\#),
|
|
449
|
+
uc-editor-filter-control.uc-not_active:not(#\#) {
|
|
645
450
|
--idle-color-rgb: var(--uc-secondary-foreground);
|
|
646
451
|
}
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
:where(.uc-contrast):not(#\#)
|
|
650
|
-
:where(.uc-contrast):not(#\#)
|
|
651
|
-
:where(.uc-contrast):not(#\#)
|
|
652
|
-
:where(.uc-contrast):not(#\#)
|
|
452
|
+
|
|
453
|
+
:where(.uc-contrast):not(#\#) uc-editor-button-control.uc-not_active,
|
|
454
|
+
:where(.uc-contrast):not(#\#) uc-editor-operation-control.uc-not_active,
|
|
455
|
+
:where(.uc-contrast):not(#\#) uc-editor-crop-button-control.uc-not_active,
|
|
456
|
+
:where(.uc-contrast):not(#\#) uc-editor-freeform-button-control.uc-not_active,
|
|
457
|
+
:where(.uc-contrast):not(#\#) uc-editor-aspect-ratio-button-control.uc-not_active,
|
|
458
|
+
:where(.uc-contrast):not(#\#) uc-editor-filter-control.uc-not_active {
|
|
653
459
|
--idle-background: transparent;
|
|
654
460
|
--hover-background: var(--uc-secondary);
|
|
655
461
|
|
|
656
462
|
outline: 1px solid var(--uc-border);
|
|
657
463
|
outline-offset: -1px;
|
|
658
464
|
}
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
uc-editor-
|
|
662
|
-
uc-editor-
|
|
663
|
-
uc-editor-
|
|
664
|
-
uc-editor-
|
|
465
|
+
|
|
466
|
+
uc-editor-button-control:not(#\#) > button::before,
|
|
467
|
+
uc-editor-operation-control:not(#\#) > button::before,
|
|
468
|
+
uc-editor-crop-button-control:not(#\#) > button::before,
|
|
469
|
+
uc-editor-freeform-button-control:not(#\#) > button::before,
|
|
470
|
+
uc-editor-aspect-ratio-button-control:not(#\#) > button::before,
|
|
471
|
+
uc-editor-filter-control:not(#\#) > button::before {
|
|
665
472
|
position: absolute;
|
|
666
473
|
content: "";
|
|
667
474
|
right: 0;
|
|
@@ -673,30 +480,34 @@ uc-editor-button-control:not(#\#):not(#\#):not(#\#) > button::before,
|
|
|
673
480
|
border-radius: var(--border-radius-editor);
|
|
674
481
|
transition: var(--transition-duration-3);
|
|
675
482
|
}
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
uc-editor-
|
|
679
|
-
uc-editor-
|
|
680
|
-
uc-editor-
|
|
681
|
-
uc-editor-
|
|
483
|
+
|
|
484
|
+
uc-editor-button-control:not(#\#) > button .uc-title,
|
|
485
|
+
uc-editor-operation-control:not(#\#) > button .uc-title,
|
|
486
|
+
uc-editor-crop-button-control:not(#\#) > button .uc-title,
|
|
487
|
+
uc-editor-aspect-ratio-button-control:not(#\#) > button .uc-title,
|
|
488
|
+
uc-editor-freeform-button-control:not(#\#) > button .uc-title,
|
|
489
|
+
uc-editor-filter-control:not(#\#) > button .uc-title {
|
|
682
490
|
padding-right: var(--cldtr-gap-mid-1);
|
|
683
491
|
font-size: 0.7em;
|
|
684
492
|
letter-spacing: 1.004px;
|
|
685
493
|
text-transform: uppercase;
|
|
686
494
|
}
|
|
687
|
-
|
|
495
|
+
|
|
496
|
+
uc-editor-freeform-button-control:not(#\#) > button .uc-title {
|
|
688
497
|
padding-left: var(--cldtr-gap-mid-1);
|
|
689
498
|
padding-right: 0;
|
|
690
499
|
}
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
uc-editor-
|
|
694
|
-
uc-editor-
|
|
695
|
-
uc-editor-
|
|
696
|
-
uc-editor-
|
|
500
|
+
|
|
501
|
+
uc-editor-button-control:not(#\#) > button uc-icon,
|
|
502
|
+
uc-editor-operation-control:not(#\#) > button uc-icon,
|
|
503
|
+
uc-editor-crop-button-control:not(#\#) > button uc-icon,
|
|
504
|
+
uc-editor-aspect-ratio-button-control:not(#\#) > button uc-icon,
|
|
505
|
+
uc-editor-freeform-button-control:not(#\#) > button uc-icon,
|
|
506
|
+
uc-editor-filter-control:not(#\#) > button uc-icon {
|
|
697
507
|
pointer-events: none;
|
|
698
508
|
}
|
|
699
|
-
|
|
509
|
+
|
|
510
|
+
uc-editor-filter-control:not(#\#) > button .uc-preview {
|
|
700
511
|
position: absolute;
|
|
701
512
|
right: 0;
|
|
702
513
|
left: 0;
|
|
@@ -710,17 +521,21 @@ uc-editor-filter-control:not(#\#):not(#\#):not(#\#) > button .uc-preview {
|
|
|
710
521
|
filter: brightness(var(--filter-effect));
|
|
711
522
|
transition: var(--transition-duration-3);
|
|
712
523
|
}
|
|
713
|
-
|
|
524
|
+
|
|
525
|
+
uc-editor-filter-control.uc-not_active:not(#\#) .uc-preview[data-loaded] {
|
|
714
526
|
opacity: 1;
|
|
715
527
|
}
|
|
716
|
-
|
|
528
|
+
|
|
529
|
+
uc-editor-filter-control.uc-active:not(#\#) .uc-preview {
|
|
717
530
|
opacity: 0;
|
|
718
531
|
}
|
|
719
|
-
|
|
532
|
+
|
|
533
|
+
uc-editor-filter-control:not(#\#) > .uc-original-icon {
|
|
720
534
|
color: var(--color-effect);
|
|
721
535
|
opacity: 0.3;
|
|
722
536
|
}
|
|
723
|
-
|
|
537
|
+
|
|
538
|
+
uc-editor-image-cropper:not(#\#) {
|
|
724
539
|
position: absolute;
|
|
725
540
|
top: 0px;
|
|
726
541
|
left: 0px;
|
|
@@ -733,7 +548,8 @@ uc-editor-image-cropper:not(#\#):not(#\#):not(#\#) {
|
|
|
733
548
|
touch-action: none;
|
|
734
549
|
color: var(--color-crop-guides);
|
|
735
550
|
}
|
|
736
|
-
|
|
551
|
+
|
|
552
|
+
uc-editor-image-cropper.uc-active_from_editor:not(#\#) {
|
|
737
553
|
transform: scale(1) translate(0px, 0px);
|
|
738
554
|
opacity: 1;
|
|
739
555
|
transition:
|
|
@@ -741,7 +557,8 @@ uc-editor-image-cropper.uc-active_from_editor:not(#\#):not(#\#):not(#\#) {
|
|
|
741
557
|
opacity var(--transition-duration-3);
|
|
742
558
|
pointer-events: auto;
|
|
743
559
|
}
|
|
744
|
-
|
|
560
|
+
|
|
561
|
+
uc-editor-image-cropper.uc-active_from_viewer:not(#\#) {
|
|
745
562
|
transform: scale(1) translate(0px, 0px);
|
|
746
563
|
opacity: 1;
|
|
747
564
|
transition:
|
|
@@ -749,14 +566,16 @@ uc-editor-image-cropper.uc-active_from_viewer:not(#\#):not(#\#):not(#\#) {
|
|
|
749
566
|
opacity var(--transition-duration-3);
|
|
750
567
|
pointer-events: auto;
|
|
751
568
|
}
|
|
752
|
-
|
|
569
|
+
|
|
570
|
+
uc-editor-image-cropper.uc-inactive_to_editor:not(#\#) {
|
|
753
571
|
opacity: 0;
|
|
754
572
|
transition:
|
|
755
573
|
transform var(--transition-duration-4) cubic-bezier(0.37, 0, 0.63, 1),
|
|
756
574
|
opacity var(--transition-duration-3) calc(var(--transition-duration-3) + 0.05s);
|
|
757
575
|
pointer-events: none;
|
|
758
576
|
}
|
|
759
|
-
|
|
577
|
+
|
|
578
|
+
uc-editor-image-cropper:not(#\#) > .uc-canvas {
|
|
760
579
|
position: absolute;
|
|
761
580
|
top: 0px;
|
|
762
581
|
left: 0px;
|
|
@@ -765,7 +584,8 @@ uc-editor-image-cropper:not(#\#):not(#\#):not(#\#) > .uc-canvas {
|
|
|
765
584
|
width: 100%;
|
|
766
585
|
height: 100%;
|
|
767
586
|
}
|
|
768
|
-
|
|
587
|
+
|
|
588
|
+
uc-editor-image-fader:not(#\#) {
|
|
769
589
|
position: absolute;
|
|
770
590
|
top: 0px;
|
|
771
591
|
left: 0px;
|
|
@@ -773,7 +593,8 @@ uc-editor-image-fader:not(#\#):not(#\#):not(#\#) {
|
|
|
773
593
|
width: 100%;
|
|
774
594
|
height: 100%;
|
|
775
595
|
}
|
|
776
|
-
|
|
596
|
+
|
|
597
|
+
uc-editor-image-fader.uc-active_from_viewer:not(#\#) {
|
|
777
598
|
z-index: 3;
|
|
778
599
|
transform: scale(1);
|
|
779
600
|
opacity: 1;
|
|
@@ -782,7 +603,8 @@ uc-editor-image-fader.uc-active_from_viewer:not(#\#):not(#\#):not(#\#) {
|
|
|
782
603
|
opacity var(--transition-duration-3) steps(1, jump-start);
|
|
783
604
|
pointer-events: auto;
|
|
784
605
|
}
|
|
785
|
-
|
|
606
|
+
|
|
607
|
+
uc-editor-image-fader.uc-active_from_cropper:not(#\#) {
|
|
786
608
|
z-index: 3;
|
|
787
609
|
transform: scale(1);
|
|
788
610
|
opacity: 1;
|
|
@@ -791,7 +613,8 @@ uc-editor-image-fader.uc-active_from_cropper:not(#\#):not(#\#):not(#\#) {
|
|
|
791
613
|
opacity var(--transition-duration-3) steps(1, jump-end);
|
|
792
614
|
pointer-events: auto;
|
|
793
615
|
}
|
|
794
|
-
|
|
616
|
+
|
|
617
|
+
uc-editor-image-fader.uc-inactive_to_cropper:not(#\#) {
|
|
795
618
|
z-index: 3;
|
|
796
619
|
transform: scale(1);
|
|
797
620
|
opacity: 0;
|
|
@@ -800,7 +623,8 @@ uc-editor-image-fader.uc-inactive_to_cropper:not(#\#):not(#\#):not(#\#) {
|
|
|
800
623
|
opacity var(--transition-duration-3) steps(1, jump-end);
|
|
801
624
|
pointer-events: none;
|
|
802
625
|
}
|
|
803
|
-
|
|
626
|
+
|
|
627
|
+
uc-editor-image-fader:not(#\#) .uc-fader-image {
|
|
804
628
|
position: absolute;
|
|
805
629
|
top: 0px;
|
|
806
630
|
left: 0px;
|
|
@@ -812,7 +636,8 @@ uc-editor-image-fader:not(#\#):not(#\#):not(#\#) .uc-fader-image {
|
|
|
812
636
|
user-select: none;
|
|
813
637
|
content-visibility: auto;
|
|
814
638
|
}
|
|
815
|
-
|
|
639
|
+
|
|
640
|
+
uc-editor-image-fader:not(#\#) .uc-fader-image--preview {
|
|
816
641
|
background-color: var(--color-image-background);
|
|
817
642
|
border-top-left-radius: var(--border-radius-base);
|
|
818
643
|
border-top-right-radius: var(--border-radius-base);
|
|
@@ -820,46 +645,53 @@ uc-editor-image-fader:not(#\#):not(#\#):not(#\#) .uc-fader-image--preview {
|
|
|
820
645
|
opacity: 0;
|
|
821
646
|
transition: var(--transition-duration-3);
|
|
822
647
|
}
|
|
823
|
-
|
|
648
|
+
|
|
649
|
+
uc-editor-scroller:not(#\#) {
|
|
824
650
|
display: flex;
|
|
825
651
|
align-items: center;
|
|
826
652
|
width: 100%;
|
|
827
653
|
height: 100%;
|
|
828
654
|
overflow-x: scroll;
|
|
829
655
|
}
|
|
830
|
-
|
|
656
|
+
|
|
657
|
+
uc-editor-slider:not(#\#) {
|
|
831
658
|
display: flex;
|
|
832
659
|
align-items: center;
|
|
833
660
|
justify-content: center;
|
|
834
661
|
width: 100%;
|
|
835
662
|
height: var(--size-panel-heading);
|
|
836
663
|
}
|
|
837
|
-
|
|
664
|
+
|
|
665
|
+
uc-editor-toolbar:not(#\#) {
|
|
838
666
|
position: relative;
|
|
839
667
|
width: 100%;
|
|
840
668
|
height: 100%;
|
|
841
669
|
}
|
|
670
|
+
|
|
842
671
|
@media only screen and (max-width: 600px) {
|
|
843
|
-
uc-editor-toolbar:not(#\#)
|
|
672
|
+
uc-editor-toolbar:not(#\#) {
|
|
844
673
|
--l-tab-gap: var(--cldtr-gap-mid-1);
|
|
845
674
|
--l-slider-padding: var(--uc-padding);
|
|
846
675
|
--l-controls-padding: var(--uc-padding);
|
|
847
676
|
}
|
|
848
677
|
}
|
|
678
|
+
|
|
849
679
|
@media only screen and (min-width: 601px) {
|
|
850
|
-
uc-editor-toolbar:not(#\#)
|
|
680
|
+
uc-editor-toolbar:not(#\#) {
|
|
851
681
|
--l-tab-gap: var(--cldtr-gap-max);
|
|
852
682
|
--l-slider-padding: var(--uc-padding);
|
|
853
683
|
--l-controls-padding: var(--uc-padding);
|
|
854
684
|
}
|
|
855
685
|
}
|
|
856
|
-
|
|
686
|
+
|
|
687
|
+
uc-editor-toolbar:not(#\#) > .uc-toolbar-container {
|
|
857
688
|
position: relative;
|
|
858
689
|
width: 100%;
|
|
859
690
|
height: 100%;
|
|
860
691
|
overflow: hidden;
|
|
861
692
|
}
|
|
862
|
-
|
|
693
|
+
|
|
694
|
+
uc-editor-toolbar:not(#\#) > .uc-toolbar-container > .uc-sub-toolbar {
|
|
863
695
|
position: absolute;
|
|
864
696
|
display: grid;
|
|
865
697
|
grid-template-rows: 1fr 1fr;
|
|
@@ -871,7 +703,8 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-t
|
|
|
871
703
|
transform var(--transition-duration-3) ease-in-out,
|
|
872
704
|
visibility var(--transition-duration-3) ease-in-out;
|
|
873
705
|
}
|
|
874
|
-
|
|
706
|
+
|
|
707
|
+
.uc-sub-toolbar:not(#\#) > .uc-list-aspect-ratio-container > .uc-list-aspect-ratio {
|
|
875
708
|
display: grid;
|
|
876
709
|
grid-auto-flow: column;
|
|
877
710
|
justify-content: center;
|
|
@@ -879,29 +712,34 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-t
|
|
|
879
712
|
gap: 6px;
|
|
880
713
|
height: var(--size-panel-heading);
|
|
881
714
|
}
|
|
882
|
-
|
|
715
|
+
|
|
716
|
+
uc-editor-toolbar:not(#\#) > .uc-toolbar-container > .uc-sub-toolbar.uc-sub-toolbar--visible {
|
|
883
717
|
transform: translateY(0px);
|
|
884
718
|
opacity: 1;
|
|
885
719
|
pointer-events: auto;
|
|
886
720
|
}
|
|
887
|
-
|
|
721
|
+
|
|
722
|
+
uc-editor-toolbar:not(#\#) > .uc-toolbar-container > .uc-sub-toolbar.uc-sub-toolbar--top-hidden {
|
|
888
723
|
transform: translateY(100%);
|
|
889
724
|
opacity: 0;
|
|
890
725
|
pointer-events: none;
|
|
891
726
|
}
|
|
892
|
-
|
|
727
|
+
|
|
728
|
+
uc-editor-toolbar:not(#\#) > .uc-toolbar-container > .uc-sub-toolbar.uc-sub-toolbar--bottom-hidden {
|
|
893
729
|
transform: translateY(-100%);
|
|
894
730
|
opacity: 0;
|
|
895
731
|
pointer-events: none;
|
|
896
732
|
}
|
|
897
|
-
|
|
733
|
+
|
|
734
|
+
uc-editor-toolbar:not(#\#) > .uc-toolbar-container > .uc-sub-toolbar > .uc-controls-row {
|
|
898
735
|
display: flex;
|
|
899
736
|
align-items: center;
|
|
900
737
|
justify-content: space-between;
|
|
901
738
|
padding-right: var(--l-controls-padding);
|
|
902
739
|
padding-left: var(--l-controls-padding);
|
|
903
740
|
}
|
|
904
|
-
|
|
741
|
+
|
|
742
|
+
uc-editor-toolbar:not(#\#) > .uc-toolbar-container > .uc-sub-toolbar > .uc-controls-row > .uc-tab-toggles {
|
|
905
743
|
position: relative;
|
|
906
744
|
display: grid;
|
|
907
745
|
grid-auto-flow: column;
|
|
@@ -909,7 +747,8 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-t
|
|
|
909
747
|
align-items: center;
|
|
910
748
|
height: 100%;
|
|
911
749
|
}
|
|
912
|
-
|
|
750
|
+
|
|
751
|
+
uc-editor-toolbar:not(#\#)
|
|
913
752
|
> .uc-toolbar-container
|
|
914
753
|
> .uc-sub-toolbar
|
|
915
754
|
> .uc-controls-row
|
|
@@ -924,10 +763,12 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
|
924
763
|
transform: translateX(0px);
|
|
925
764
|
transition: transform var(--transition-duration-3);
|
|
926
765
|
}
|
|
927
|
-
|
|
766
|
+
|
|
767
|
+
uc-editor-toolbar:not(#\#) > .uc-toolbar-container > .uc-sub-toolbar > .uc-tab-content-row {
|
|
928
768
|
position: relative;
|
|
929
769
|
}
|
|
930
|
-
|
|
770
|
+
|
|
771
|
+
uc-editor-toolbar:not(#\#) > .uc-toolbar-container > .uc-sub-toolbar > .uc-tab-content-row > .uc-tab-content {
|
|
931
772
|
position: absolute;
|
|
932
773
|
top: 0px;
|
|
933
774
|
left: 0px;
|
|
@@ -937,7 +778,8 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-t
|
|
|
937
778
|
overflow: hidden;
|
|
938
779
|
content-visibility: auto;
|
|
939
780
|
}
|
|
940
|
-
|
|
781
|
+
|
|
782
|
+
uc-editor-toolbar:not(#\#)
|
|
941
783
|
> .uc-toolbar-container
|
|
942
784
|
> .uc-sub-toolbar
|
|
943
785
|
> .uc-controls-row
|
|
@@ -945,7 +787,8 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
|
945
787
|
> .uc-tab-toggle.uc-tab-toggle--visible {
|
|
946
788
|
display: contents;
|
|
947
789
|
}
|
|
948
|
-
|
|
790
|
+
|
|
791
|
+
uc-editor-toolbar:not(#\#)
|
|
949
792
|
> .uc-toolbar-container
|
|
950
793
|
> .uc-sub-toolbar
|
|
951
794
|
> .uc-controls-row
|
|
@@ -953,14 +796,16 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
|
953
796
|
> .uc-tab-toggle.uc-tab-toggle--hidden {
|
|
954
797
|
display: none;
|
|
955
798
|
}
|
|
956
|
-
|
|
799
|
+
|
|
800
|
+
uc-editor-toolbar:not(#\#)
|
|
957
801
|
> .uc-toolbar-container
|
|
958
802
|
> .uc-sub-toolbar
|
|
959
803
|
> .uc-controls-row
|
|
960
804
|
> .uc-tab-toggles.uc-tab-toggles--hidden {
|
|
961
805
|
display: none;
|
|
962
806
|
}
|
|
963
|
-
|
|
807
|
+
|
|
808
|
+
uc-editor-toolbar:not(#\#)
|
|
964
809
|
> .uc-toolbar-container
|
|
965
810
|
> .uc-sub-toolbar
|
|
966
811
|
> .uc-controls-row
|
|
@@ -969,7 +814,8 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
|
969
814
|
> uc-btn-ui {
|
|
970
815
|
width: var(--uc-button-size);
|
|
971
816
|
}
|
|
972
|
-
|
|
817
|
+
|
|
818
|
+
uc-editor-toolbar:not(#\#)
|
|
973
819
|
> .uc-toolbar-container
|
|
974
820
|
> .uc-sub-toolbar
|
|
975
821
|
> .uc-controls-row
|
|
@@ -981,7 +827,8 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
|
981
827
|
width: var(--size-icon);
|
|
982
828
|
height: var(--size-icon);
|
|
983
829
|
}
|
|
984
|
-
|
|
830
|
+
|
|
831
|
+
uc-editor-toolbar:not(#\#)
|
|
985
832
|
> .uc-toolbar-container
|
|
986
833
|
> .uc-sub-toolbar
|
|
987
834
|
> .uc-tab-content-row
|
|
@@ -994,7 +841,8 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
|
994
841
|
min-width: 100%;
|
|
995
842
|
padding-left: var(--uc-padding);
|
|
996
843
|
}
|
|
997
|
-
|
|
844
|
+
|
|
845
|
+
uc-editor-toolbar:not(#\#)
|
|
998
846
|
> .uc-toolbar-container
|
|
999
847
|
> .uc-sub-toolbar
|
|
1000
848
|
> .uc-tab-content-row
|
|
@@ -1005,7 +853,8 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
|
1005
853
|
grid-auto-flow: column;
|
|
1006
854
|
gap: 6px;
|
|
1007
855
|
}
|
|
1008
|
-
|
|
856
|
+
|
|
857
|
+
uc-editor-toolbar:not(#\#)
|
|
1009
858
|
> .uc-toolbar-container
|
|
1010
859
|
> .uc-sub-toolbar
|
|
1011
860
|
> .uc-tab-content-row
|
|
@@ -1013,7 +862,8 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
|
|
|
1013
862
|
.uc-controls-list_inner:last-child {
|
|
1014
863
|
padding-right: var(--uc-padding);
|
|
1015
864
|
}
|
|
1016
|
-
|
|
865
|
+
|
|
866
|
+
uc-editor-toolbar:not(#\#) .uc-info-tooltip_container {
|
|
1017
867
|
position: absolute;
|
|
1018
868
|
display: flex;
|
|
1019
869
|
align-items: flex-start;
|
|
@@ -1021,7 +871,8 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#) .uc-info-tooltip_container {
|
|
|
1021
871
|
width: 100%;
|
|
1022
872
|
height: 100%;
|
|
1023
873
|
}
|
|
1024
|
-
|
|
874
|
+
|
|
875
|
+
uc-editor-toolbar:not(#\#) .uc-info-tooltip_wrapper {
|
|
1025
876
|
position: absolute;
|
|
1026
877
|
top: calc(-100% - var(--cldtr-gap-mid-2));
|
|
1027
878
|
display: flex;
|
|
@@ -1030,7 +881,8 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#) .uc-info-tooltip_wrapper {
|
|
|
1030
881
|
height: 100%;
|
|
1031
882
|
pointer-events: none;
|
|
1032
883
|
}
|
|
1033
|
-
|
|
884
|
+
|
|
885
|
+
uc-editor-toolbar:not(#\#) .uc-info-tooltip {
|
|
1034
886
|
z-index: 10;
|
|
1035
887
|
padding: 3px 6px;
|
|
1036
888
|
color: var(--color-text-base);
|
|
@@ -1043,15 +895,18 @@ uc-editor-toolbar:not(#\#):not(#\#):not(#\#) .uc-info-tooltip {
|
|
|
1043
895
|
opacity: 0;
|
|
1044
896
|
transition: var(--transition-duration-3);
|
|
1045
897
|
}
|
|
1046
|
-
|
|
898
|
+
|
|
899
|
+
uc-editor-toolbar:not(#\#) .uc-info-tooltip_visible {
|
|
1047
900
|
transform: translateY(0px);
|
|
1048
901
|
opacity: 1;
|
|
1049
902
|
}
|
|
1050
|
-
|
|
903
|
+
|
|
904
|
+
uc-editor-toolbar:not(#\#) .uc-slider {
|
|
1051
905
|
padding-right: var(--l-slider-padding);
|
|
1052
906
|
padding-left: var(--l-slider-padding);
|
|
1053
907
|
}
|
|
1054
|
-
|
|
908
|
+
|
|
909
|
+
uc-btn-ui:not(#\#) > button {
|
|
1055
910
|
--filter-effect: var(--idle-brightness);
|
|
1056
911
|
--opacity-effect: var(--idle-opacity);
|
|
1057
912
|
--color-effect: var(--idle-color-rgb);
|
|
@@ -1080,13 +935,16 @@ uc-btn-ui:not(#\#):not(#\#):not(#\#) > button {
|
|
|
1080
935
|
transition: var(--l-transition-effect);
|
|
1081
936
|
user-select: none;
|
|
1082
937
|
}
|
|
1083
|
-
|
|
938
|
+
|
|
939
|
+
uc-btn-ui:not(#\#) > button > uc-icon {
|
|
1084
940
|
pointer-events: none;
|
|
1085
941
|
}
|
|
1086
|
-
|
|
942
|
+
|
|
943
|
+
uc-btn-ui:not(#\#) .uc-text {
|
|
1087
944
|
white-space: nowrap;
|
|
1088
945
|
}
|
|
1089
|
-
|
|
946
|
+
|
|
947
|
+
uc-btn-ui:not(#\#) .uc-icon {
|
|
1090
948
|
display: flex;
|
|
1091
949
|
align-items: center;
|
|
1092
950
|
justify-content: center;
|
|
@@ -1094,23 +952,28 @@ uc-btn-ui:not(#\#):not(#\#):not(#\#) .uc-icon {
|
|
|
1094
952
|
filter: brightness(var(--filter-effect));
|
|
1095
953
|
transition: var(--l-transition-effect);
|
|
1096
954
|
}
|
|
1097
|
-
|
|
955
|
+
|
|
956
|
+
uc-btn-ui:not(#\#) .uc-icon_left {
|
|
1098
957
|
margin-right: var(--cldtr-gap-mid-1);
|
|
1099
958
|
margin-left: 0px;
|
|
1100
959
|
}
|
|
1101
|
-
|
|
960
|
+
|
|
961
|
+
uc-btn-ui:not(#\#) .uc-icon_right {
|
|
1102
962
|
margin-right: 0px;
|
|
1103
963
|
margin-left: var(--cldtr-gap-mid-1);
|
|
1104
964
|
}
|
|
1105
|
-
|
|
965
|
+
|
|
966
|
+
uc-btn-ui:not(#\#) .uc-icon_single {
|
|
1106
967
|
margin-right: 0px;
|
|
1107
968
|
margin-left: 0px;
|
|
1108
969
|
}
|
|
1109
|
-
|
|
970
|
+
|
|
971
|
+
uc-btn-ui:not(#\#) .uc-icon_hidden {
|
|
1110
972
|
display: none;
|
|
1111
973
|
margin: 0;
|
|
1112
974
|
}
|
|
1113
|
-
|
|
975
|
+
|
|
976
|
+
uc-btn-ui.uc-primary:not(#\#) > button {
|
|
1114
977
|
--idle-color-rgb: var(--uc-primary-foreground);
|
|
1115
978
|
--idle-brightness: 1;
|
|
1116
979
|
--idle-opacity: 1;
|
|
@@ -1128,7 +991,8 @@ uc-btn-ui.uc-primary:not(#\#):not(#\#):not(#\#) > button {
|
|
|
1128
991
|
--active-opacity: 1;
|
|
1129
992
|
--active-background: var(--uc-primary);
|
|
1130
993
|
}
|
|
1131
|
-
|
|
994
|
+
|
|
995
|
+
uc-btn-ui.uc-primary-icon:not(#\#) > button {
|
|
1132
996
|
--idle-color-rgb: var(--uc-primary);
|
|
1133
997
|
--idle-brightness: 1;
|
|
1134
998
|
--idle-opacity: 1;
|
|
@@ -1149,7 +1013,8 @@ uc-btn-ui.uc-primary-icon:not(#\#):not(#\#):not(#\#) > button {
|
|
|
1149
1013
|
padding: 0;
|
|
1150
1014
|
width: var(--uc-button-size);
|
|
1151
1015
|
}
|
|
1152
|
-
|
|
1016
|
+
|
|
1017
|
+
uc-btn-ui.uc-secondary:not(#\#) > button {
|
|
1153
1018
|
--idle-color-rgb: var(--uc-secondary-foreground);
|
|
1154
1019
|
--idle-brightness: 1;
|
|
1155
1020
|
--idle-opacity: 1;
|
|
@@ -1167,10 +1032,12 @@ uc-btn-ui.uc-secondary:not(#\#):not(#\#):not(#\#) > button {
|
|
|
1167
1032
|
--active-opacity: 1;
|
|
1168
1033
|
--active-background: transparent;
|
|
1169
1034
|
}
|
|
1170
|
-
|
|
1035
|
+
|
|
1036
|
+
:where(.uc-contrast):not(#\#) uc-btn-ui.uc-secondary > button {
|
|
1171
1037
|
border: 1px solid var(--uc-border);
|
|
1172
1038
|
}
|
|
1173
|
-
|
|
1039
|
+
|
|
1040
|
+
uc-btn-ui.uc-secondary-icon:not(#\#) > button {
|
|
1174
1041
|
--idle-color-rgb: var(--uc-secondary-foreground);
|
|
1175
1042
|
--idle-brightness: 1;
|
|
1176
1043
|
--idle-opacity: 1;
|
|
@@ -1191,7 +1058,8 @@ uc-btn-ui.uc-secondary-icon:not(#\#):not(#\#):not(#\#) > button {
|
|
|
1191
1058
|
padding: 0;
|
|
1192
1059
|
width: var(--uc-button-size);
|
|
1193
1060
|
}
|
|
1194
|
-
|
|
1061
|
+
|
|
1062
|
+
uc-btn-ui.uc-tab:not(#\#) > button {
|
|
1195
1063
|
--idle-color-rgb: var(--uc-secondary-foreground);
|
|
1196
1064
|
--idle-brightness: 1;
|
|
1197
1065
|
--idle-opacity: 1;
|
|
@@ -1212,7 +1080,8 @@ uc-btn-ui.uc-tab:not(#\#):not(#\#):not(#\#) > button {
|
|
|
1212
1080
|
padding: 0;
|
|
1213
1081
|
width: var(--uc-button-size);
|
|
1214
1082
|
}
|
|
1215
|
-
|
|
1083
|
+
|
|
1084
|
+
uc-btn-ui.uc-default:not(#\#) > button {
|
|
1216
1085
|
--idle-color-rgb: var(--uc-secondary-foreground);
|
|
1217
1086
|
--idle-brightness: 1;
|
|
1218
1087
|
--idle-opacity: 1;
|
|
@@ -1230,13 +1099,15 @@ uc-btn-ui.uc-default:not(#\#):not(#\#):not(#\#) > button {
|
|
|
1230
1099
|
--active-opacity: 1;
|
|
1231
1100
|
--active-background: var(--uc-primary-transparent);
|
|
1232
1101
|
}
|
|
1233
|
-
|
|
1102
|
+
|
|
1103
|
+
:where(.uc-contrast):not(#\#) uc-btn-ui.uc-default > button {
|
|
1234
1104
|
--idle-background: transparent;
|
|
1235
1105
|
--hover-background: var(--uc-secondary);
|
|
1236
1106
|
--active-background: var(--uc-foreground);
|
|
1237
1107
|
--active-color-rgb: var(--uc-background);
|
|
1238
1108
|
}
|
|
1239
|
-
|
|
1109
|
+
|
|
1110
|
+
uc-line-loader-ui:not(#\#) {
|
|
1240
1111
|
position: absolute;
|
|
1241
1112
|
top: 0px;
|
|
1242
1113
|
left: 0px;
|
|
@@ -1245,19 +1116,22 @@ uc-line-loader-ui:not(#\#):not(#\#):not(#\#) {
|
|
|
1245
1116
|
height: 2px;
|
|
1246
1117
|
opacity: 0.5;
|
|
1247
1118
|
}
|
|
1248
|
-
|
|
1119
|
+
|
|
1120
|
+
uc-line-loader-ui:not(#\#) .uc-inner {
|
|
1249
1121
|
width: 25%;
|
|
1250
1122
|
max-width: 200px;
|
|
1251
1123
|
height: 100%;
|
|
1252
1124
|
}
|
|
1253
|
-
|
|
1125
|
+
|
|
1126
|
+
uc-line-loader-ui:not(#\#) .uc-line {
|
|
1254
1127
|
width: 100%;
|
|
1255
1128
|
height: 100%;
|
|
1256
1129
|
background-color: var(--uc-primary);
|
|
1257
1130
|
transform: translateX(-101%);
|
|
1258
1131
|
transition: transform 1s;
|
|
1259
1132
|
}
|
|
1260
|
-
|
|
1133
|
+
|
|
1134
|
+
uc-slider-ui:not(#\#) {
|
|
1261
1135
|
--l-thumb-size: 24px;
|
|
1262
1136
|
--l-zero-dot-size: 5px;
|
|
1263
1137
|
--l-zero-dot-offset: 2px;
|
|
@@ -1274,7 +1148,8 @@ uc-slider-ui:not(#\#):not(#\#):not(#\#) {
|
|
|
1274
1148
|
width: 100%;
|
|
1275
1149
|
height: calc(var(--l-thumb-size) + (var(--l-zero-dot-size) + var(--l-zero-dot-offset)) * 2);
|
|
1276
1150
|
}
|
|
1277
|
-
|
|
1151
|
+
|
|
1152
|
+
uc-slider-ui:not(#\#) .uc-thumb {
|
|
1278
1153
|
position: absolute;
|
|
1279
1154
|
left: 0px;
|
|
1280
1155
|
width: var(--l-thumb-size);
|
|
@@ -1287,7 +1162,8 @@ uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-thumb {
|
|
|
1287
1162
|
opacity var(--transition-duration-2),
|
|
1288
1163
|
background-color var(--transition-duration-2);
|
|
1289
1164
|
}
|
|
1290
|
-
|
|
1165
|
+
|
|
1166
|
+
uc-slider-ui:not(#\#) .uc-steps {
|
|
1291
1167
|
position: absolute;
|
|
1292
1168
|
display: flex;
|
|
1293
1169
|
align-items: center;
|
|
@@ -1298,21 +1174,24 @@ uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-steps {
|
|
|
1298
1174
|
padding-right: calc(var(--l-thumb-size) / 2);
|
|
1299
1175
|
padding-left: calc(var(--l-thumb-size) / 2);
|
|
1300
1176
|
}
|
|
1301
|
-
|
|
1177
|
+
|
|
1178
|
+
uc-slider-ui:not(#\#) .uc-border-step {
|
|
1302
1179
|
width: 0px;
|
|
1303
1180
|
height: 10px;
|
|
1304
1181
|
border-right: 1px solid var(--uc-foreground);
|
|
1305
1182
|
opacity: 1;
|
|
1306
1183
|
transition: border-color var(--transition-duration-2);
|
|
1307
1184
|
}
|
|
1308
|
-
|
|
1185
|
+
|
|
1186
|
+
uc-slider-ui:not(#\#) .uc-minor-step {
|
|
1309
1187
|
width: 0px;
|
|
1310
1188
|
height: 4px;
|
|
1311
1189
|
border-right: 1px solid var(--uc-foreground);
|
|
1312
1190
|
opacity: 0.6;
|
|
1313
1191
|
transition: border-color var(--transition-duration-2);
|
|
1314
1192
|
}
|
|
1315
|
-
|
|
1193
|
+
|
|
1194
|
+
uc-slider-ui:not(#\#) .uc-zero-dot {
|
|
1316
1195
|
position: absolute;
|
|
1317
1196
|
top: calc(100% - var(--l-zero-dot-offset) * 2);
|
|
1318
1197
|
left: calc(var(--l-thumb-size) / 2 - var(--l-zero-dot-size) / 2);
|
|
@@ -1323,7 +1202,8 @@ uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-zero-dot {
|
|
|
1323
1202
|
opacity: 0;
|
|
1324
1203
|
transition: var(--transition-duration-3);
|
|
1325
1204
|
}
|
|
1326
|
-
|
|
1205
|
+
|
|
1206
|
+
uc-slider-ui:not(#\#) .uc-input {
|
|
1327
1207
|
position: absolute;
|
|
1328
1208
|
width: calc(100% - 10px);
|
|
1329
1209
|
height: 100%;
|
|
@@ -1331,50 +1211,72 @@ uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-input {
|
|
|
1331
1211
|
cursor: pointer;
|
|
1332
1212
|
opacity: 0;
|
|
1333
1213
|
}
|
|
1334
|
-
|
|
1214
|
+
|
|
1215
|
+
uc-presence-toggle.uc-transition:not(#\#) {
|
|
1335
1216
|
transition:
|
|
1336
1217
|
opacity var(--transition-duration-3),
|
|
1337
1218
|
visibility var(--transition-duration-3);
|
|
1338
1219
|
}
|
|
1339
|
-
|
|
1220
|
+
|
|
1221
|
+
uc-presence-toggle.uc-visible:not(#\#) {
|
|
1340
1222
|
opacity: 1;
|
|
1341
1223
|
pointer-events: inherit;
|
|
1342
1224
|
}
|
|
1343
|
-
|
|
1225
|
+
|
|
1226
|
+
uc-presence-toggle.uc-hidden:not(#\#) {
|
|
1344
1227
|
opacity: 0;
|
|
1345
1228
|
pointer-events: none;
|
|
1346
1229
|
}
|
|
1347
|
-
|
|
1230
|
+
|
|
1231
|
+
uc-presence-toggle.uc-initial:not(#\#):not(#\#) {
|
|
1348
1232
|
display: none !important;
|
|
1349
1233
|
transition: none !important;
|
|
1350
1234
|
}
|
|
1351
|
-
|
|
1352
|
-
|
|
1235
|
+
|
|
1236
|
+
[uc-cloud-image-editor]:not(#\#) [role="button"]:focus-visible,
|
|
1237
|
+
[uc-cloud-image-editor]:not(#\#) button:focus-visible {
|
|
1353
1238
|
outline: 1px auto Highlight;
|
|
1354
1239
|
outline: 1px auto -webkit-focus-ring-color;
|
|
1355
1240
|
}
|
|
1356
|
-
|
|
1241
|
+
|
|
1242
|
+
[uc-cloud-image-editor]:not(#\#) .uc-cloud-mask {
|
|
1357
1243
|
pointer-events: none;
|
|
1358
1244
|
}
|
|
1359
|
-
|
|
1245
|
+
|
|
1246
|
+
[uc-aspect-ratio-freeform]:not(#\#) button {
|
|
1360
1247
|
display: flex;
|
|
1361
1248
|
}
|
|
1362
|
-
|
|
1249
|
+
|
|
1250
|
+
[uc-aspect-ratio-freeform]:not(#\#) uc-icon {
|
|
1363
1251
|
display: none;
|
|
1364
1252
|
}
|
|
1365
|
-
|
|
1253
|
+
|
|
1254
|
+
[uc-aspect-ratio-freeform]:not(#\#) .uc-title {
|
|
1366
1255
|
padding-left: var(--cldtr-gap-mid-1);
|
|
1367
1256
|
}
|
|
1368
|
-
|
|
1257
|
+
|
|
1258
|
+
:where(uc-editor-freeform-button-control, uc-editor-aspect-ratio-button-control:last-of-type):not(#\#) {
|
|
1369
1259
|
margin-right: calc(3 * var(--cldtr-gap-mid-1));
|
|
1370
1260
|
}
|
|
1371
|
-
|
|
1261
|
+
|
|
1262
|
+
:where([uc-cloud-image-editor]):not(#\#) uc-icon {
|
|
1372
1263
|
display: flex;
|
|
1373
1264
|
justify-content: center;
|
|
1374
1265
|
width: 100%;
|
|
1375
1266
|
height: 100%;
|
|
1376
1267
|
}
|
|
1377
|
-
|
|
1268
|
+
|
|
1269
|
+
:where([uc-cloud-image-editor]):not(#\#) uc-icon svg {
|
|
1378
1270
|
width: calc(var(--uc-button-size) / 2);
|
|
1379
1271
|
height: calc(var(--uc-button-size) / 2);
|
|
1380
1272
|
}
|
|
1273
|
+
|
|
1274
|
+
|
|
1275
|
+
|
|
1276
|
+
|
|
1277
|
+
|
|
1278
|
+
|
|
1279
|
+
|
|
1280
|
+
|
|
1281
|
+
|
|
1282
|
+
|