@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.
Files changed (936) hide show
  1. package/dist/abstract/CTX.d.ts +5 -3
  2. package/dist/abstract/CTX.d.ts.map +1 -0
  3. package/dist/abstract/TypedCollection.d.ts +2 -1
  4. package/dist/abstract/TypedCollection.d.ts.map +1 -0
  5. package/dist/abstract/TypedData.d.ts +3 -2
  6. package/dist/abstract/TypedData.d.ts.map +1 -0
  7. package/dist/abstract/UploaderPublicApi.d.ts +7 -6
  8. package/dist/abstract/UploaderPublicApi.d.ts.map +1 -0
  9. package/dist/abstract/buildOutputCollectionState.d.ts +3 -2
  10. package/dist/abstract/buildOutputCollectionState.d.ts.map +1 -0
  11. package/dist/abstract/customConfigOptions.d.ts +1 -0
  12. package/dist/abstract/customConfigOptions.d.ts.map +1 -0
  13. package/dist/abstract/defineComponents.d.ts +1 -0
  14. package/dist/abstract/defineComponents.d.ts.map +1 -0
  15. package/dist/abstract/features/ClipboardLayer.d.ts +2 -1
  16. package/dist/abstract/features/ClipboardLayer.d.ts.map +1 -0
  17. package/dist/abstract/loadFileUploaderFrom.d.ts +1 -0
  18. package/dist/abstract/loadFileUploaderFrom.d.ts.map +1 -0
  19. package/dist/abstract/loadFileUploaderFrom.js +1 -8
  20. package/dist/abstract/localeRegistry.d.ts +1 -0
  21. package/dist/abstract/localeRegistry.d.ts.map +1 -0
  22. package/dist/abstract/managers/LocaleManager.d.ts +3 -2
  23. package/dist/abstract/managers/LocaleManager.d.ts.map +1 -0
  24. package/dist/abstract/managers/ModalManager.d.ts +3 -2
  25. package/dist/abstract/managers/ModalManager.d.ts.map +1 -0
  26. package/dist/abstract/managers/SecureUploadsManager.d.ts +2 -1
  27. package/dist/abstract/managers/SecureUploadsManager.d.ts.map +1 -0
  28. package/dist/abstract/managers/TelemetryManager.d.ts +4 -3
  29. package/dist/abstract/managers/TelemetryManager.d.ts.map +1 -0
  30. package/dist/abstract/managers/ValidationManager.d.ts +7 -6
  31. package/dist/abstract/managers/ValidationManager.d.ts.map +1 -0
  32. package/dist/abstract/managers/a11y.d.ts +3 -2
  33. package/dist/abstract/managers/a11y.d.ts.map +1 -0
  34. package/dist/abstract/managers/plugin/PluginManager.d.ts +3 -2
  35. package/dist/abstract/managers/plugin/PluginManager.d.ts.map +1 -0
  36. package/dist/abstract/managers/plugin/PluginTypes.d.ts +4 -3
  37. package/dist/abstract/managers/plugin/PluginTypes.d.ts.map +1 -0
  38. package/dist/abstract/managers/plugin/index.d.ts +1 -0
  39. package/dist/abstract/managers/plugin/index.d.ts.map +1 -0
  40. package/dist/abstract/sharedConfigKey.d.ts +2 -1
  41. package/dist/abstract/sharedConfigKey.d.ts.map +1 -0
  42. package/dist/abstract/uploadEntrySchema.d.ts +4 -3
  43. package/dist/abstract/uploadEntrySchema.d.ts.map +1 -0
  44. package/dist/blocks/ActivityHeader/ActivityHeader.d.ts +2 -0
  45. package/dist/blocks/ActivityHeader/ActivityHeader.d.ts.map +1 -0
  46. package/dist/blocks/CameraSource/CameraSource.d.ts +7 -2
  47. package/dist/blocks/CameraSource/CameraSource.d.ts.map +1 -0
  48. package/dist/blocks/CameraSource/calcCameraModes.d.ts +2 -1
  49. package/dist/blocks/CameraSource/calcCameraModes.d.ts.map +1 -0
  50. package/dist/blocks/CameraSource/constants.d.ts +1 -0
  51. package/dist/blocks/CameraSource/constants.d.ts.map +1 -0
  52. package/dist/blocks/CloudImageEditor/index.d.ts +2 -0
  53. package/dist/blocks/CloudImageEditor/index.d.ts.map +1 -0
  54. package/dist/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts +10 -2
  55. package/dist/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts.map +1 -0
  56. package/dist/blocks/CloudImageEditor/src/CropFrame.d.ts +2 -1
  57. package/dist/blocks/CloudImageEditor/src/CropFrame.d.ts.map +1 -0
  58. package/dist/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.d.ts +5 -3
  59. package/dist/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.d.ts.map +1 -0
  60. package/dist/blocks/CloudImageEditor/src/EditorButtonControl.d.ts +4 -2
  61. package/dist/blocks/CloudImageEditor/src/EditorButtonControl.d.ts.map +1 -0
  62. package/dist/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts +3 -2
  63. package/dist/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts.map +1 -0
  64. package/dist/blocks/CloudImageEditor/src/EditorFilterControl.d.ts +4 -2
  65. package/dist/blocks/CloudImageEditor/src/EditorFilterControl.d.ts.map +1 -0
  66. package/dist/blocks/CloudImageEditor/src/EditorImageCropper.d.ts +4 -2
  67. package/dist/blocks/CloudImageEditor/src/EditorImageCropper.d.ts.map +1 -0
  68. package/dist/blocks/CloudImageEditor/src/EditorImageFader.d.ts +3 -2
  69. package/dist/blocks/CloudImageEditor/src/EditorImageFader.d.ts.map +1 -0
  70. package/dist/blocks/CloudImageEditor/src/EditorOperationControl.d.ts +2 -1
  71. package/dist/blocks/CloudImageEditor/src/EditorOperationControl.d.ts.map +1 -0
  72. package/dist/blocks/CloudImageEditor/src/EditorScroller.d.ts +1 -0
  73. package/dist/blocks/CloudImageEditor/src/EditorScroller.d.ts.map +1 -0
  74. package/dist/blocks/CloudImageEditor/src/EditorSlider.d.ts +5 -3
  75. package/dist/blocks/CloudImageEditor/src/EditorSlider.d.ts.map +1 -0
  76. package/dist/blocks/CloudImageEditor/src/EditorToolbar.d.ts +12 -2
  77. package/dist/blocks/CloudImageEditor/src/EditorToolbar.d.ts.map +1 -0
  78. package/dist/blocks/CloudImageEditor/src/crop-utils.d.ts +2 -1
  79. package/dist/blocks/CloudImageEditor/src/crop-utils.d.ts.map +1 -0
  80. package/dist/blocks/CloudImageEditor/src/cropper-constants.d.ts +1 -0
  81. package/dist/blocks/CloudImageEditor/src/cropper-constants.d.ts.map +1 -0
  82. package/dist/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts +5 -3
  83. package/dist/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts.map +1 -0
  84. package/dist/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts +3 -2
  85. package/dist/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts.map +1 -0
  86. package/dist/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts +1 -0
  87. package/dist/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts.map +1 -0
  88. package/dist/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts +3 -2
  89. package/dist/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts.map +1 -0
  90. package/dist/blocks/CloudImageEditor/src/index.d.ts +1 -0
  91. package/dist/blocks/CloudImageEditor/src/index.d.ts.map +1 -0
  92. package/dist/blocks/CloudImageEditor/src/lib/classNames.d.ts +1 -0
  93. package/dist/blocks/CloudImageEditor/src/lib/classNames.d.ts.map +1 -0
  94. package/dist/blocks/CloudImageEditor/src/lib/linspace.d.ts +1 -0
  95. package/dist/blocks/CloudImageEditor/src/lib/linspace.d.ts.map +1 -0
  96. package/dist/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts +3 -2
  97. package/dist/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts.map +1 -0
  98. package/dist/blocks/CloudImageEditor/src/lib/parseTabs.d.ts +2 -1
  99. package/dist/blocks/CloudImageEditor/src/lib/parseTabs.d.ts.map +1 -0
  100. package/dist/blocks/CloudImageEditor/src/lib/pick.d.ts +1 -0
  101. package/dist/blocks/CloudImageEditor/src/lib/pick.d.ts.map +1 -0
  102. package/dist/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts +2 -1
  103. package/dist/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts.map +1 -0
  104. package/dist/blocks/CloudImageEditor/src/state.d.ts +3 -2
  105. package/dist/blocks/CloudImageEditor/src/state.d.ts.map +1 -0
  106. package/dist/blocks/CloudImageEditor/src/svg-sprite.d.ts +1 -0
  107. package/dist/blocks/CloudImageEditor/src/svg-sprite.d.ts.map +1 -0
  108. package/dist/blocks/CloudImageEditor/src/toolbar-constants.d.ts +1 -0
  109. package/dist/blocks/CloudImageEditor/src/toolbar-constants.d.ts.map +1 -0
  110. package/dist/blocks/CloudImageEditor/src/types.d.ts +1 -0
  111. package/dist/blocks/CloudImageEditor/src/types.d.ts.map +1 -0
  112. package/dist/blocks/CloudImageEditor/src/util.d.ts +2 -1
  113. package/dist/blocks/CloudImageEditor/src/util.d.ts.map +1 -0
  114. package/dist/blocks/CloudImageEditor/src/utils/parseFilterValue.d.ts +1 -0
  115. package/dist/blocks/CloudImageEditor/src/utils/parseFilterValue.d.ts.map +1 -0
  116. package/dist/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts +5 -2
  117. package/dist/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts.map +1 -0
  118. package/dist/blocks/Config/Config.d.ts +4 -2
  119. package/dist/blocks/Config/Config.d.ts.map +1 -0
  120. package/dist/blocks/Config/assertions.d.ts +2 -1
  121. package/dist/blocks/Config/assertions.d.ts.map +1 -0
  122. package/dist/blocks/Config/computed-properties.d.ts +2 -1
  123. package/dist/blocks/Config/computed-properties.d.ts.map +1 -0
  124. package/dist/blocks/Config/initialConfig.d.ts +2 -1
  125. package/dist/blocks/Config/initialConfig.d.ts.map +1 -0
  126. package/dist/blocks/Config/normalizeConfigValue.d.ts +2 -1
  127. package/dist/blocks/Config/normalizeConfigValue.d.ts.map +1 -0
  128. package/dist/blocks/Config/validatorsType.d.ts +5 -4
  129. package/dist/blocks/Config/validatorsType.d.ts.map +1 -0
  130. package/dist/blocks/Copyright/Copyright.d.ts +3 -1
  131. package/dist/blocks/Copyright/Copyright.d.ts.map +1 -0
  132. package/dist/blocks/DropArea/DropArea.d.ts +5 -2
  133. package/dist/blocks/DropArea/DropArea.d.ts.map +1 -0
  134. package/dist/blocks/DropArea/addDropzone.d.ts +1 -0
  135. package/dist/blocks/DropArea/addDropzone.d.ts.map +1 -0
  136. package/dist/blocks/DropArea/getDropItems.d.ts +1 -0
  137. package/dist/blocks/DropArea/getDropItems.d.ts.map +1 -0
  138. package/dist/blocks/ExternalSource/ExternalSource.d.ts +6 -1
  139. package/dist/blocks/ExternalSource/ExternalSource.d.ts.map +1 -0
  140. package/dist/blocks/ExternalSource/MessageBridge.d.ts +2 -1
  141. package/dist/blocks/ExternalSource/MessageBridge.d.ts.map +1 -0
  142. package/dist/blocks/ExternalSource/buildThemeDefinition.d.ts +2 -1
  143. package/dist/blocks/ExternalSource/buildThemeDefinition.d.ts.map +1 -0
  144. package/dist/blocks/ExternalSource/query-string.d.ts +1 -0
  145. package/dist/blocks/ExternalSource/query-string.d.ts.map +1 -0
  146. package/dist/blocks/ExternalSource/types.d.ts +1 -0
  147. package/dist/blocks/ExternalSource/types.d.ts.map +1 -0
  148. package/dist/blocks/FileItem/FileItem.d.ts +8 -3
  149. package/dist/blocks/FileItem/FileItem.d.ts.map +1 -0
  150. package/dist/blocks/FileItem/FileItemConfig.d.ts +2 -1
  151. package/dist/blocks/FileItem/FileItemConfig.d.ts.map +1 -0
  152. package/dist/blocks/FormInput/FormInput.d.ts +1 -0
  153. package/dist/blocks/FormInput/FormInput.d.ts.map +1 -0
  154. package/dist/blocks/Icon/Icon.d.ts +4 -2
  155. package/dist/blocks/Icon/Icon.d.ts.map +1 -0
  156. package/dist/blocks/Img/Img.d.ts +1 -0
  157. package/dist/blocks/Img/Img.d.ts.map +1 -0
  158. package/dist/blocks/Img/ImgBase.d.ts +1 -0
  159. package/dist/blocks/Img/ImgBase.d.ts.map +1 -0
  160. package/dist/blocks/Img/ImgConfig.d.ts +3 -2
  161. package/dist/blocks/Img/ImgConfig.d.ts.map +1 -0
  162. package/dist/blocks/Img/configurations.d.ts +1 -0
  163. package/dist/blocks/Img/configurations.d.ts.map +1 -0
  164. package/dist/blocks/Img/props-map.d.ts +1 -0
  165. package/dist/blocks/Img/props-map.d.ts.map +1 -0
  166. package/dist/blocks/Img/utils/parseObjectToString.d.ts +1 -0
  167. package/dist/blocks/Img/utils/parseObjectToString.d.ts.map +1 -0
  168. package/dist/blocks/Modal/Modal.d.ts +4 -2
  169. package/dist/blocks/Modal/Modal.d.ts.map +1 -0
  170. package/dist/blocks/PluginActivityRenderer/PluginActivityRenderer.d.ts +8 -5
  171. package/dist/blocks/PluginActivityRenderer/PluginActivityRenderer.d.ts.map +1 -0
  172. package/dist/blocks/PluginActivityRenderer/index.d.ts +1 -0
  173. package/dist/blocks/PluginActivityRenderer/index.d.ts.map +1 -0
  174. package/dist/blocks/ProgressBar/ProgressBar.d.ts +4 -2
  175. package/dist/blocks/ProgressBar/ProgressBar.d.ts.map +1 -0
  176. package/dist/blocks/ProgressBarCommon/ProgressBarCommon.d.ts +5 -2
  177. package/dist/blocks/ProgressBarCommon/ProgressBarCommon.d.ts.map +1 -0
  178. package/dist/blocks/Select/Select.d.ts +3 -1
  179. package/dist/blocks/Select/Select.d.ts.map +1 -0
  180. package/dist/blocks/SimpleBtn/SimpleBtn.d.ts +5 -1
  181. package/dist/blocks/SimpleBtn/SimpleBtn.d.ts.map +1 -0
  182. package/dist/blocks/SourceBtn/SourceBtn.d.ts +5 -2
  183. package/dist/blocks/SourceBtn/SourceBtn.d.ts.map +1 -0
  184. package/dist/blocks/SourceList/SourceList.d.ts +4 -2
  185. package/dist/blocks/SourceList/SourceList.d.ts.map +1 -0
  186. package/dist/blocks/Spinner/Spinner.d.ts +3 -1
  187. package/dist/blocks/Spinner/Spinner.d.ts.map +1 -0
  188. package/dist/blocks/StartFrom/StartFrom.d.ts +4 -2
  189. package/dist/blocks/StartFrom/StartFrom.d.ts.map +1 -0
  190. package/dist/blocks/Thumb/Thumb.d.ts +6 -3
  191. package/dist/blocks/Thumb/Thumb.d.ts.map +1 -0
  192. package/dist/blocks/UploadCtxProvider/EventEmitter.d.ts +5 -4
  193. package/dist/blocks/UploadCtxProvider/EventEmitter.d.ts.map +1 -0
  194. package/dist/blocks/UploadCtxProvider/UploadCtxProvider.d.ts +2 -1
  195. package/dist/blocks/UploadCtxProvider/UploadCtxProvider.d.ts.map +1 -0
  196. package/dist/blocks/UploadList/UploadList.d.ts +7 -1
  197. package/dist/blocks/UploadList/UploadList.d.ts.map +1 -0
  198. package/dist/blocks/UrlSource/UrlSource.d.ts +5 -1
  199. package/dist/blocks/UrlSource/UrlSource.d.ts.map +1 -0
  200. package/dist/blocks/svg-backgrounds/svg-backgrounds.d.ts +1 -0
  201. package/dist/blocks/svg-backgrounds/svg-backgrounds.d.ts.map +1 -0
  202. package/dist/blocks/themes/uc-basic/svg-sprite.d.ts +1 -0
  203. package/dist/blocks/themes/uc-basic/svg-sprite.d.ts.map +1 -0
  204. package/dist/cameraPlugin.js +1 -0
  205. package/dist/{cloud-image-editor.css → cloudImageEditorPlugin.css} +334 -432
  206. package/dist/cloudImageEditorPlugin.js +1 -0
  207. package/dist/{cloud-image-editor.layered.css → cloudImageEditorPlugin.layered.css} +31 -291
  208. package/dist/core.d.ts +3 -0
  209. package/dist/core.d.ts.map +1 -0
  210. package/dist/env.d.ts +1 -0
  211. package/dist/env.d.ts.map +1 -0
  212. package/dist/env.js +1 -8
  213. package/dist/externalSourcesPlugin.js +1 -0
  214. package/dist/imageShrinkPlugin.js +1 -0
  215. package/dist/index.css +2012 -9
  216. package/dist/index.d.ts +3 -0
  217. package/dist/index.d.ts.map +1 -0
  218. package/dist/index.js +7 -1796
  219. package/dist/index.layered.css +1960 -9
  220. package/dist/index.ssr.js +1290 -0
  221. package/dist/instagramPlugin.js +1 -0
  222. package/dist/lit/BaseComponent.d.ts +4 -3
  223. package/dist/lit/BaseComponent.d.ts.map +1 -0
  224. package/dist/lit/Constructor.d.ts +1 -0
  225. package/dist/lit/Constructor.d.ts.map +1 -0
  226. package/dist/lit/CssDataMixin.d.ts +3 -2
  227. package/dist/lit/CssDataMixin.d.ts.map +1 -0
  228. package/dist/lit/LightDomMixin.d.ts +3 -2
  229. package/dist/lit/LightDomMixin.d.ts.map +1 -0
  230. package/dist/lit/LitActivityBlock.d.ts +4 -3
  231. package/dist/lit/LitActivityBlock.d.ts.map +1 -0
  232. package/dist/lit/LitBlock.d.ts +17 -16
  233. package/dist/lit/LitBlock.d.ts.map +1 -0
  234. package/dist/lit/LitSolutionBlock.d.ts +6 -5
  235. package/dist/lit/LitSolutionBlock.d.ts.map +1 -0
  236. package/dist/lit/LitUploaderBlock.d.ts +8 -7
  237. package/dist/lit/LitUploaderBlock.d.ts.map +1 -0
  238. package/dist/lit/PubSubCompat.d.ts +1 -0
  239. package/dist/lit/PubSubCompat.d.ts.map +1 -0
  240. package/dist/lit/RegisterableElementMixin.d.ts +3 -2
  241. package/dist/lit/RegisterableElementMixin.d.ts.map +1 -0
  242. package/dist/lit/SharedState.d.ts +23 -22
  243. package/dist/lit/SharedState.d.ts.map +1 -0
  244. package/dist/lit/SymbioteCompatMixin.d.ts +3 -2
  245. package/dist/lit/SymbioteCompatMixin.d.ts.map +1 -0
  246. package/dist/lit/TestModeController.d.ts +3 -2
  247. package/dist/lit/TestModeController.d.ts.map +1 -0
  248. package/dist/lit/Uid.d.ts +1 -0
  249. package/dist/lit/Uid.d.ts.map +1 -0
  250. package/dist/lit/activity-constants.d.ts +2 -1
  251. package/dist/lit/activity-constants.d.ts.map +1 -0
  252. package/dist/lit/createDebugPrinter.d.ts +3 -2
  253. package/dist/lit/createDebugPrinter.d.ts.map +1 -0
  254. package/dist/lit/findBlockInCtx.d.ts +3 -2
  255. package/dist/lit/findBlockInCtx.d.ts.map +1 -0
  256. package/dist/lit/getOutputData.d.ts +3 -2
  257. package/dist/lit/getOutputData.d.ts.map +1 -0
  258. package/dist/lit/hasBlockInCtx.d.ts +3 -2
  259. package/dist/lit/hasBlockInCtx.d.ts.map +1 -0
  260. package/dist/lit/l10n.d.ts +3 -2
  261. package/dist/lit/l10n.d.ts.map +1 -0
  262. package/dist/lit/parseCssPropertyValue.d.ts +1 -0
  263. package/dist/lit/parseCssPropertyValue.d.ts.map +1 -0
  264. package/dist/lit/shared-instances.d.ts +15 -14
  265. package/dist/lit/shared-instances.d.ts.map +1 -0
  266. package/dist/locales/file-uploader/ar.d.ts +1 -0
  267. package/dist/locales/file-uploader/ar.d.ts.map +1 -0
  268. package/dist/locales/file-uploader/ar.js +1 -143
  269. package/dist/locales/file-uploader/az.d.ts +1 -0
  270. package/dist/locales/file-uploader/az.d.ts.map +1 -0
  271. package/dist/locales/file-uploader/az.js +1 -135
  272. package/dist/locales/file-uploader/ca.d.ts +1 -0
  273. package/dist/locales/file-uploader/ca.d.ts.map +1 -0
  274. package/dist/locales/file-uploader/ca.js +1 -137
  275. package/dist/locales/file-uploader/cs.d.ts +1 -0
  276. package/dist/locales/file-uploader/cs.d.ts.map +1 -0
  277. package/dist/locales/file-uploader/cs.js +1 -139
  278. package/dist/locales/file-uploader/da.d.ts +1 -0
  279. package/dist/locales/file-uploader/da.d.ts.map +1 -0
  280. package/dist/locales/file-uploader/da.js +1 -135
  281. package/dist/locales/file-uploader/de.d.ts +1 -0
  282. package/dist/locales/file-uploader/de.d.ts.map +1 -0
  283. package/dist/locales/file-uploader/de.js +1 -135
  284. package/dist/locales/file-uploader/el.d.ts +1 -0
  285. package/dist/locales/file-uploader/el.d.ts.map +1 -0
  286. package/dist/locales/file-uploader/el.js +1 -135
  287. package/dist/locales/file-uploader/en.d.ts +1 -0
  288. package/dist/locales/file-uploader/en.d.ts.map +1 -0
  289. package/dist/locales/file-uploader/en.js +1 -8
  290. package/dist/locales/file-uploader/es.d.ts +1 -0
  291. package/dist/locales/file-uploader/es.d.ts.map +1 -0
  292. package/dist/locales/file-uploader/es.js +1 -137
  293. package/dist/locales/file-uploader/et.d.ts +1 -0
  294. package/dist/locales/file-uploader/et.d.ts.map +1 -0
  295. package/dist/locales/file-uploader/et.js +1 -135
  296. package/dist/locales/file-uploader/fi.d.ts +1 -0
  297. package/dist/locales/file-uploader/fi.d.ts.map +1 -0
  298. package/dist/locales/file-uploader/fi.js +1 -135
  299. package/dist/locales/file-uploader/fr.d.ts +1 -0
  300. package/dist/locales/file-uploader/fr.d.ts.map +1 -0
  301. package/dist/locales/file-uploader/fr.js +1 -137
  302. package/dist/locales/file-uploader/he.d.ts +1 -0
  303. package/dist/locales/file-uploader/he.d.ts.map +1 -0
  304. package/dist/locales/file-uploader/he.js +1 -137
  305. package/dist/locales/file-uploader/hy.d.ts +1 -0
  306. package/dist/locales/file-uploader/hy.d.ts.map +1 -0
  307. package/dist/locales/file-uploader/hy.js +1 -135
  308. package/dist/locales/file-uploader/is.d.ts +1 -0
  309. package/dist/locales/file-uploader/is.d.ts.map +1 -0
  310. package/dist/locales/file-uploader/is.js +1 -135
  311. package/dist/locales/file-uploader/it.d.ts +1 -0
  312. package/dist/locales/file-uploader/it.d.ts.map +1 -0
  313. package/dist/locales/file-uploader/it.js +1 -137
  314. package/dist/locales/file-uploader/ja.d.ts +1 -0
  315. package/dist/locales/file-uploader/ja.d.ts.map +1 -0
  316. package/dist/locales/file-uploader/ja.js +1 -135
  317. package/dist/locales/file-uploader/ka.d.ts +1 -0
  318. package/dist/locales/file-uploader/ka.d.ts.map +1 -0
  319. package/dist/locales/file-uploader/ka.js +1 -135
  320. package/dist/locales/file-uploader/kk.d.ts +1 -0
  321. package/dist/locales/file-uploader/kk.d.ts.map +1 -0
  322. package/dist/locales/file-uploader/kk.js +1 -135
  323. package/dist/locales/file-uploader/ko.d.ts +1 -0
  324. package/dist/locales/file-uploader/ko.d.ts.map +1 -0
  325. package/dist/locales/file-uploader/ko.js +1 -135
  326. package/dist/locales/file-uploader/lv.d.ts +1 -0
  327. package/dist/locales/file-uploader/lv.d.ts.map +1 -0
  328. package/dist/locales/file-uploader/lv.js +1 -137
  329. package/dist/locales/file-uploader/nb.d.ts +1 -0
  330. package/dist/locales/file-uploader/nb.d.ts.map +1 -0
  331. package/dist/locales/file-uploader/nb.js +1 -135
  332. package/dist/locales/file-uploader/nl.d.ts +1 -0
  333. package/dist/locales/file-uploader/nl.d.ts.map +1 -0
  334. package/dist/locales/file-uploader/nl.js +1 -135
  335. package/dist/locales/file-uploader/pl.d.ts +1 -0
  336. package/dist/locales/file-uploader/pl.d.ts.map +1 -0
  337. package/dist/locales/file-uploader/pl.js +1 -139
  338. package/dist/locales/file-uploader/pt.d.ts +1 -0
  339. package/dist/locales/file-uploader/pt.d.ts.map +1 -0
  340. package/dist/locales/file-uploader/pt.js +1 -137
  341. package/dist/locales/file-uploader/ro.d.ts +1 -0
  342. package/dist/locales/file-uploader/ro.d.ts.map +1 -0
  343. package/dist/locales/file-uploader/ro.js +1 -137
  344. package/dist/locales/file-uploader/ru.d.ts +1 -0
  345. package/dist/locales/file-uploader/ru.d.ts.map +1 -0
  346. package/dist/locales/file-uploader/ru.js +1 -139
  347. package/dist/locales/file-uploader/sk.d.ts +1 -0
  348. package/dist/locales/file-uploader/sk.d.ts.map +1 -0
  349. package/dist/locales/file-uploader/sk.js +1 -139
  350. package/dist/locales/file-uploader/sr.d.ts +1 -0
  351. package/dist/locales/file-uploader/sr.d.ts.map +1 -0
  352. package/dist/locales/file-uploader/sr.js +1 -137
  353. package/dist/locales/file-uploader/sv.d.ts +1 -0
  354. package/dist/locales/file-uploader/sv.d.ts.map +1 -0
  355. package/dist/locales/file-uploader/sv.js +1 -135
  356. package/dist/locales/file-uploader/tr.d.ts +1 -0
  357. package/dist/locales/file-uploader/tr.d.ts.map +1 -0
  358. package/dist/locales/file-uploader/tr.js +1 -135
  359. package/dist/locales/file-uploader/uk.d.ts +1 -0
  360. package/dist/locales/file-uploader/uk.d.ts.map +1 -0
  361. package/dist/locales/file-uploader/uk.js +1 -139
  362. package/dist/locales/file-uploader/vi.d.ts +1 -0
  363. package/dist/locales/file-uploader/vi.d.ts.map +1 -0
  364. package/dist/locales/file-uploader/vi.js +1 -135
  365. package/dist/locales/file-uploader/zh-TW.d.ts +1 -0
  366. package/dist/locales/file-uploader/zh-TW.d.ts.map +1 -0
  367. package/dist/locales/file-uploader/zh-TW.js +1 -135
  368. package/dist/locales/file-uploader/zh.d.ts +1 -0
  369. package/dist/locales/file-uploader/zh.d.ts.map +1 -0
  370. package/dist/locales/file-uploader/zh.js +1 -135
  371. package/dist/plugins/cameraPlugin.d.ts +2 -1
  372. package/dist/plugins/cameraPlugin.d.ts.map +1 -0
  373. package/dist/plugins/cloudImageEditorPlugin.d.ts +2 -1
  374. package/dist/plugins/cloudImageEditorPlugin.d.ts.map +1 -0
  375. package/dist/plugins/externalSourcesPlugin.d.ts +2 -1
  376. package/dist/plugins/externalSourcesPlugin.d.ts.map +1 -0
  377. package/dist/plugins/imageShrinkPlugin.d.ts +2 -1
  378. package/dist/plugins/imageShrinkPlugin.d.ts.map +1 -0
  379. package/dist/plugins/instagramPlugin.d.ts +2 -1
  380. package/dist/plugins/instagramPlugin.d.ts.map +1 -0
  381. package/dist/plugins/unsplashPlugin.d.ts +2 -1
  382. package/dist/plugins/unsplashPlugin.d.ts.map +1 -0
  383. package/dist/plugins/urlSourcePlugin.d.ts +2 -1
  384. package/dist/plugins/urlSourcePlugin.d.ts.map +1 -0
  385. package/dist/solutions/adaptive-image/index.d.ts +1 -0
  386. package/dist/solutions/adaptive-image/index.d.ts.map +1 -0
  387. package/dist/solutions/cloud-image-editor/CloudImageEditor.d.ts +1 -0
  388. package/dist/solutions/cloud-image-editor/CloudImageEditor.d.ts.map +1 -0
  389. package/dist/solutions/cloud-image-editor/index.d.ts +2 -0
  390. package/dist/solutions/cloud-image-editor/index.d.ts.map +1 -0
  391. package/dist/solutions/file-uploader/inline/FileUploaderInline.d.ts +10 -1
  392. package/dist/solutions/file-uploader/inline/FileUploaderInline.d.ts.map +1 -0
  393. package/dist/solutions/file-uploader/inline/index.d.ts +1 -0
  394. package/dist/solutions/file-uploader/inline/index.d.ts.map +1 -0
  395. package/dist/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts +11 -1
  396. package/dist/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts.map +1 -0
  397. package/dist/solutions/file-uploader/minimal/index.d.ts +1 -0
  398. package/dist/solutions/file-uploader/minimal/index.d.ts.map +1 -0
  399. package/dist/solutions/file-uploader/regular/FileUploaderRegular.d.ts +12 -1
  400. package/dist/solutions/file-uploader/regular/FileUploaderRegular.d.ts.map +1 -0
  401. package/dist/solutions/file-uploader/regular/index.d.ts +1 -0
  402. package/dist/solutions/file-uploader/regular/index.d.ts.map +1 -0
  403. package/dist/types/dom.d.ts +1 -0
  404. package/dist/types/dom.d.ts.map +1 -0
  405. package/dist/types/events.d.ts +2 -1
  406. package/dist/types/events.d.ts.map +1 -0
  407. package/dist/types/exported.d.ts +11 -10
  408. package/dist/types/exported.d.ts.map +1 -0
  409. package/dist/types/index.d.ts +2 -1
  410. package/dist/types/index.d.ts.map +1 -0
  411. package/dist/urlSourcePlugin.js +1 -0
  412. package/dist/utils/UID.d.ts +2 -1
  413. package/dist/utils/UID.d.ts.map +1 -0
  414. package/dist/utils/UploadSource.d.ts +1 -0
  415. package/dist/utils/UploadSource.d.ts.map +1 -0
  416. package/dist/utils/WindowHeightTracker.d.ts +2 -1
  417. package/dist/utils/WindowHeightTracker.d.ts.map +1 -0
  418. package/dist/utils/abilities.d.ts +1 -0
  419. package/dist/utils/abilities.d.ts.map +1 -0
  420. package/dist/utils/applyStyles.d.ts +1 -0
  421. package/dist/utils/applyStyles.d.ts.map +1 -0
  422. package/dist/utils/browser-info.d.ts +1 -0
  423. package/dist/utils/browser-info.d.ts.map +1 -0
  424. package/dist/utils/cdn-utils.d.ts +1 -0
  425. package/dist/utils/cdn-utils.d.ts.map +1 -0
  426. package/dist/utils/comma-separated.d.ts +1 -0
  427. package/dist/utils/comma-separated.d.ts.map +1 -0
  428. package/dist/utils/debounce.d.ts +1 -0
  429. package/dist/utils/debounce.d.ts.map +1 -0
  430. package/dist/utils/delay.d.ts +1 -0
  431. package/dist/utils/delay.d.ts.map +1 -0
  432. package/dist/utils/fileTypes.d.ts +1 -0
  433. package/dist/utils/fileTypes.d.ts.map +1 -0
  434. package/dist/utils/get-top-level-origin.d.ts +1 -0
  435. package/dist/utils/get-top-level-origin.d.ts.map +1 -0
  436. package/dist/utils/getLocaleDirection.d.ts +1 -0
  437. package/dist/utils/getLocaleDirection.d.ts.map +1 -0
  438. package/dist/utils/getPluralForm.d.ts +1 -0
  439. package/dist/utils/getPluralForm.d.ts.map +1 -0
  440. package/dist/utils/isPromiseLike.d.ts +1 -0
  441. package/dist/utils/isPromiseLike.d.ts.map +1 -0
  442. package/dist/utils/isSecureTokenExpired.d.ts +2 -1
  443. package/dist/utils/isSecureTokenExpired.d.ts.map +1 -0
  444. package/dist/utils/memoize.d.ts +1 -0
  445. package/dist/utils/memoize.d.ts.map +1 -0
  446. package/dist/utils/mixinClass.d.ts +1 -0
  447. package/dist/utils/mixinClass.d.ts.map +1 -0
  448. package/dist/utils/parseCdnUrl.d.ts +1 -0
  449. package/dist/utils/parseCdnUrl.d.ts.map +1 -0
  450. package/dist/utils/parseShrink.d.ts +1 -0
  451. package/dist/utils/parseShrink.d.ts.map +1 -0
  452. package/dist/utils/preloadImage.d.ts +1 -0
  453. package/dist/utils/preloadImage.d.ts.map +1 -0
  454. package/dist/utils/prettyBytes.d.ts +1 -0
  455. package/dist/utils/prettyBytes.d.ts.map +1 -0
  456. package/dist/utils/resizeImage.d.ts +1 -0
  457. package/dist/utils/resizeImage.d.ts.map +1 -0
  458. package/dist/utils/stringToArray.d.ts +1 -0
  459. package/dist/utils/stringToArray.d.ts.map +1 -0
  460. package/dist/utils/template-utils.d.ts +1 -0
  461. package/dist/utils/template-utils.d.ts.map +1 -0
  462. package/dist/utils/throttle.d.ts +1 -0
  463. package/dist/utils/throttle.d.ts.map +1 -0
  464. package/dist/utils/toKebabCase.d.ts +1 -0
  465. package/dist/utils/toKebabCase.d.ts.map +1 -0
  466. package/dist/utils/transparentPixelSrc.d.ts +1 -0
  467. package/dist/utils/transparentPixelSrc.d.ts.map +1 -0
  468. package/dist/utils/uniqueArray.d.ts +1 -0
  469. package/dist/utils/uniqueArray.d.ts.map +1 -0
  470. package/dist/utils/userAgent.d.ts +2 -1
  471. package/dist/utils/userAgent.d.ts.map +1 -0
  472. package/dist/utils/validators/collection/index.d.ts +1 -0
  473. package/dist/utils/validators/collection/index.d.ts.map +1 -0
  474. package/dist/utils/validators/collection/validateCollectionUploadError.d.ts +2 -1
  475. package/dist/utils/validators/collection/validateCollectionUploadError.d.ts.map +1 -0
  476. package/dist/utils/validators/collection/validateMultiple.d.ts +2 -1
  477. package/dist/utils/validators/collection/validateMultiple.d.ts.map +1 -0
  478. package/dist/utils/validators/file/index.d.ts +1 -0
  479. package/dist/utils/validators/file/index.d.ts.map +1 -0
  480. package/dist/utils/validators/file/validateFileType.d.ts +2 -1
  481. package/dist/utils/validators/file/validateFileType.d.ts.map +1 -0
  482. package/dist/utils/validators/file/validateIsImage.d.ts +2 -1
  483. package/dist/utils/validators/file/validateIsImage.d.ts.map +1 -0
  484. package/dist/utils/validators/file/validateMaxSizeLimit.d.ts +2 -1
  485. package/dist/utils/validators/file/validateMaxSizeLimit.d.ts.map +1 -0
  486. package/dist/utils/validators/file/validateUploadError.d.ts +2 -1
  487. package/dist/utils/validators/file/validateUploadError.d.ts.map +1 -0
  488. package/dist/utils/warnOnce.d.ts +1 -0
  489. package/dist/utils/warnOnce.d.ts.map +1 -0
  490. package/dist/utils/wildcardRegexp.d.ts +1 -0
  491. package/dist/utils/wildcardRegexp.d.ts.map +1 -0
  492. package/dist/utils/withResolvers.d.ts +1 -0
  493. package/dist/utils/withResolvers.d.ts.map +1 -0
  494. package/package.json +3 -5
  495. package/web/file-uploader.iife.min.js +8 -697
  496. package/web/file-uploader.min.js +8 -1859
  497. package/web/uc-basic.layered.min.css +1578 -4381
  498. package/web/uc-basic.min.css +1862 -3788
  499. package/web/uc-cloud-image-editor.layered.min.css +148 -123
  500. package/web/uc-cloud-image-editor.min.css +359 -175
  501. package/web/uc-cloud-image-editor.min.js +8 -457
  502. package/web/uc-file-uploader-inline.layered.min.css +2145 -3254
  503. package/web/uc-file-uploader-inline.min.css +2848 -3123
  504. package/web/uc-file-uploader-inline.min.js +8 -1859
  505. package/web/uc-file-uploader-minimal.layered.min.css +2145 -3254
  506. package/web/uc-file-uploader-minimal.min.css +2848 -3123
  507. package/web/uc-file-uploader-minimal.min.js +8 -1859
  508. package/web/uc-file-uploader-regular.layered.min.css +2145 -3254
  509. package/web/uc-file-uploader-regular.min.css +2848 -3123
  510. package/web/uc-file-uploader-regular.min.js +8 -1859
  511. package/web/uc-img.min.js +5 -895
  512. package/dist/ActivityHeader-R6Mlx-dA.js +0 -9
  513. package/dist/ActivityHeader.css +0 -23
  514. package/dist/ActivityHeader.layered.css +0 -24
  515. package/dist/CameraSource-DDwj1jCV.js +0 -511
  516. package/dist/CameraSource-n1tun2Df.js +0 -10
  517. package/dist/CameraSource.css +0 -180
  518. package/dist/CameraSource.layered.css +0 -209
  519. package/dist/CloudImageEditor-DcVoIRb3.js +0 -2163
  520. package/dist/CloudImageEditorActivity-Csij4nlC.js +0 -87
  521. package/dist/CloudImageEditorActivity-DD4NdU0P.js +0 -9
  522. package/dist/CloudImageEditorActivity.css +0 -14
  523. package/dist/CloudImageEditorActivity.layered.css +0 -15
  524. package/dist/Config-DKOromHY.js +0 -433
  525. package/dist/Config.css +0 -4
  526. package/dist/Config.layered.css +0 -5
  527. package/dist/ExternalSource-6MSUgxqy.js +0 -10
  528. package/dist/ExternalSource-DVEjSkPB.js +0 -253
  529. package/dist/ExternalSource.css +0 -98
  530. package/dist/ExternalSource.layered.css +0 -116
  531. package/dist/Icon-tXRTvEF2.js +0 -1810
  532. package/dist/Icon.css +0 -14
  533. package/dist/Icon.layered.css +0 -15
  534. package/dist/LitUploaderBlock-LxeOZ0ya.js +0 -998
  535. package/dist/UrlSource-BkyX00I2.js +0 -73
  536. package/dist/UrlSource-RI8TSD48.js +0 -10
  537. package/dist/UrlSource.css +0 -17
  538. package/dist/UrlSource.layered.css +0 -18
  539. package/dist/abstract/TypedCollection.test.d.ts +0 -1
  540. package/dist/abstract/TypedData.test.d.ts +0 -1
  541. package/dist/abstract/managers/__tests__/ModalManager.test.d.ts +0 -13
  542. package/dist/abstract/managers/__tests__/SecureUploadsManager.test.d.ts +0 -1
  543. package/dist/blocks/CameraSource/__tests__/calcCameraModes.test.d.ts +0 -1
  544. package/dist/blocks/CloudImageEditor/src/crop-utils.test.d.ts +0 -1
  545. package/dist/blocks/CloudImageEditor/src/lib/classNames.test.d.ts +0 -1
  546. package/dist/blocks/CloudImageEditor/src/lib/linspace.test.d.ts +0 -1
  547. package/dist/blocks/CloudImageEditor/src/lib/parseCropPreset.test.d.ts +0 -1
  548. package/dist/blocks/CloudImageEditor/src/lib/pick.test.d.ts +0 -1
  549. package/dist/blocks/CloudImageEditor/src/utils/parseFilterValue.test.d.ts +0 -1
  550. package/dist/blocks/Config/computed-properties.test.d.ts +0 -1
  551. package/dist/cameraPlugin-weRKO7eG.js +0 -8
  552. package/dist/cloud-image-editor-hhbyNWLG.js +0 -11
  553. package/dist/cloudImageEditorPlugin-FjUgbMK3.js +0 -8
  554. package/dist/en-8OWEmZim.js +0 -135
  555. package/dist/env-mM-ksNPq.js +0 -8
  556. package/dist/externalSourcesPlugin-CMBmLT8S.js +0 -8
  557. package/dist/imageShrinkPlugin-BN6loiP2.js +0 -8
  558. package/dist/index-base.css +0 -2497
  559. package/dist/index-base.layered.css +0 -2837
  560. package/dist/instagramPlugin-CXRm8MGL.js +0 -8
  561. package/dist/loadFileUploaderFrom-Bfz8L3VB.js +0 -28
  562. package/dist/plugins-CGUls7EV.js +0 -278
  563. package/dist/urlSourcePlugin-_WdbEhq2.js +0 -8
  564. package/dist/utils/UID.test.d.ts +0 -1
  565. package/dist/utils/browser-info.test.d.ts +0 -1
  566. package/dist/utils/cdn-utils.test.d.ts +0 -1
  567. package/dist/utils/fileTypes.test.d.ts +0 -1
  568. package/dist/utils/get-top-level-origin.test.d.ts +0 -1
  569. package/dist/utils/getPluralForm.test.d.ts +0 -1
  570. package/dist/utils/isPromiseLike.test.d.ts +0 -1
  571. package/dist/utils/isSecureTokenExpired.test.d.ts +0 -1
  572. package/dist/utils/memoize.test.d.ts +0 -1
  573. package/dist/utils/parseCdnUrl.test.d.ts +0 -1
  574. package/dist/utils/parseShrink.test.d.ts +0 -1
  575. package/dist/utils/prettyBytes.test.d.ts +0 -1
  576. package/dist/utils/stringToArray.test.d.ts +0 -1
  577. package/dist/utils/template-utils.test.d.ts +0 -1
  578. package/dist/utils/toKebabCase.test.d.ts +0 -1
  579. package/dist/utils/uniqueArray.test.d.ts +0 -1
  580. package/dist/utils/wildcardRegexp.test.d.ts +0 -1
  581. package/dist/utils/withResolvers.test.d.ts +0 -1
  582. package/web/ActivityHeader-BFdTdVfD.js +0 -9
  583. package/web/ActivityHeader-DQy6rII1.js +0 -9
  584. package/web/ActivityHeader-DvzMl0uj.js +0 -9
  585. package/web/ActivityHeader-i4x6_Fne.js +0 -9
  586. package/web/CameraSource-BAWIA4Wm.js +0 -508
  587. package/web/CameraSource-BqZCQcij.js +0 -11
  588. package/web/CameraSource-Brxr4tz4.js +0 -508
  589. package/web/CameraSource-BvBJ5Uzy.js +0 -508
  590. package/web/CameraSource-CkHzIE-h.js +0 -11
  591. package/web/CameraSource-D964yPLu.js +0 -508
  592. package/web/CameraSource-DE48Az-f.js +0 -11
  593. package/web/CameraSource-DyPebtRF.js +0 -478
  594. package/web/CameraSource-pj7Xo81m.js +0 -11
  595. package/web/CloudImageEditor-CTgUWB07.js +0 -2192
  596. package/web/CloudImageEditor-CxqV9Lwm.js +0 -2192
  597. package/web/CloudImageEditor-DoLWHpqV.js +0 -2192
  598. package/web/CloudImageEditor-Drywn265.js +0 -2192
  599. package/web/CloudImageEditor-MXcaDtMx.js +0 -2187
  600. package/web/CloudImageEditorActivity-BPzmfaJV.js +0 -85
  601. package/web/CloudImageEditorActivity-Br8pU5gd.js +0 -11
  602. package/web/CloudImageEditorActivity-Cw8b2CEz.js +0 -11
  603. package/web/CloudImageEditorActivity-Df1ySGq0.js +0 -86
  604. package/web/CloudImageEditorActivity-DinG5r0y.js +0 -11
  605. package/web/CloudImageEditorActivity-DmnLLINR.js +0 -85
  606. package/web/CloudImageEditorActivity-U90BGCek.js +0 -85
  607. package/web/CloudImageEditorActivity-dNLQZRZI.js +0 -11
  608. package/web/CloudImageEditorActivity-ur-hQ-6p.js +0 -85
  609. package/web/Config-8hlBNhvs.js +0 -455
  610. package/web/Config-BDZhPIyz.js +0 -455
  611. package/web/Config-CJVNrrjj.js +0 -455
  612. package/web/Config-DvkVtlQ7.js +0 -455
  613. package/web/ExternalSource-B9ycBFiD.js +0 -10
  614. package/web/ExternalSource-BE7HX47E.js +0 -250
  615. package/web/ExternalSource-BL5GSlol.js +0 -250
  616. package/web/ExternalSource-BXQY6Dlc.js +0 -10
  617. package/web/ExternalSource-BXxH3JCD.js +0 -250
  618. package/web/ExternalSource-BYSS-PPV.js +0 -245
  619. package/web/ExternalSource-C57a61QN.js +0 -10
  620. package/web/ExternalSource-CKfMtOgU.js +0 -250
  621. package/web/ExternalSource-DP6q8ylB.js +0 -10
  622. package/web/LitUploaderBlock-AX6jOdAS.js +0 -996
  623. package/web/LitUploaderBlock-BjAaoLl2.js +0 -996
  624. package/web/LitUploaderBlock-D8E5HuwH.js +0 -996
  625. package/web/LitUploaderBlock-Dl3ce0Tc.js +0 -996
  626. package/web/LitUploaderBlock-Oi33U0uf.js +0 -996
  627. package/web/UrlSource-B9SX3K0L.js +0 -10
  628. package/web/UrlSource-C3zB1rCb.js +0 -70
  629. package/web/UrlSource-C7bEU6Xv.js +0 -10
  630. package/web/UrlSource-CE389CBz.js +0 -70
  631. package/web/UrlSource-CnvAJ58Y.js +0 -10
  632. package/web/UrlSource-CqF0h6B-.js +0 -10
  633. package/web/UrlSource-D-971Nut.js +0 -70
  634. package/web/UrlSource-DhI3YCt5.js +0 -70
  635. package/web/UrlSource-hWV7jtB2.js +0 -70
  636. package/web/abstract/CTX.d.ts +0 -40
  637. package/web/abstract/TypedCollection.d.ts +0 -47
  638. package/web/abstract/TypedCollection.test.d.ts +0 -1
  639. package/web/abstract/TypedData.d.ts +0 -12
  640. package/web/abstract/TypedData.test.d.ts +0 -1
  641. package/web/abstract/UploaderPublicApi.d.ts +0 -41
  642. package/web/abstract/buildOutputCollectionState.d.ts +0 -3
  643. package/web/abstract/customConfigOptions.d.ts +0 -65
  644. package/web/abstract/defineComponents.d.ts +0 -1
  645. package/web/abstract/features/ClipboardLayer.d.ts +0 -12
  646. package/web/abstract/loadFileUploaderFrom.d.ts +0 -13
  647. package/web/abstract/localeRegistry.d.ts +0 -5
  648. package/web/abstract/managers/LocaleManager.d.ts +0 -10
  649. package/web/abstract/managers/ModalManager.d.ts +0 -53
  650. package/web/abstract/managers/SecureUploadsManager.d.ts +0 -7
  651. package/web/abstract/managers/TelemetryManager.d.ts +0 -41
  652. package/web/abstract/managers/ValidationManager.d.ts +0 -34
  653. package/web/abstract/managers/__tests__/ModalManager.test.d.ts +0 -13
  654. package/web/abstract/managers/__tests__/SecureUploadsManager.test.d.ts +0 -1
  655. package/web/abstract/managers/a11y.d.ts +0 -9
  656. package/web/abstract/managers/plugin/PluginManager.d.ts +0 -25
  657. package/web/abstract/managers/plugin/PluginTypes.d.ts +0 -146
  658. package/web/abstract/managers/plugin/index.d.ts +0 -2
  659. package/web/abstract/sharedConfigKey.d.ts +0 -2
  660. package/web/abstract/uploadEntrySchema.d.ts +0 -34
  661. package/web/blocks/ActivityHeader/ActivityHeader.d.ts +0 -8
  662. package/web/blocks/CameraSource/CameraSource.d.ts +0 -121
  663. package/web/blocks/CameraSource/__tests__/calcCameraModes.test.d.ts +0 -1
  664. package/web/blocks/CameraSource/calcCameraModes.d.ts +0 -5
  665. package/web/blocks/CameraSource/constants.d.ts +0 -15
  666. package/web/blocks/CloudImageEditor/index.d.ts +0 -1
  667. package/web/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts +0 -60
  668. package/web/blocks/CloudImageEditor/src/CropFrame.d.ts +0 -56
  669. package/web/blocks/CloudImageEditor/src/EditorAspectRatioButtonControl.d.ts +0 -24
  670. package/web/blocks/CloudImageEditor/src/EditorButtonControl.d.ts +0 -14
  671. package/web/blocks/CloudImageEditor/src/EditorCropButtonControl.d.ts +0 -13
  672. package/web/blocks/CloudImageEditor/src/EditorFilterControl.d.ts +0 -35
  673. package/web/blocks/CloudImageEditor/src/EditorImageCropper.d.ts +0 -56
  674. package/web/blocks/CloudImageEditor/src/EditorImageFader.d.ts +0 -63
  675. package/web/blocks/CloudImageEditor/src/EditorOperationControl.d.ts +0 -15
  676. package/web/blocks/CloudImageEditor/src/EditorScroller.d.ts +0 -15
  677. package/web/blocks/CloudImageEditor/src/EditorSlider.d.ts +0 -33
  678. package/web/blocks/CloudImageEditor/src/EditorToolbar.d.ts +0 -68
  679. package/web/blocks/CloudImageEditor/src/crop-utils.d.ts +0 -36
  680. package/web/blocks/CloudImageEditor/src/crop-utils.test.d.ts +0 -1
  681. package/web/blocks/CloudImageEditor/src/cropper-constants.d.ts +0 -10
  682. package/web/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts +0 -31
  683. package/web/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts +0 -19
  684. package/web/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts +0 -27
  685. package/web/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts +0 -38
  686. package/web/blocks/CloudImageEditor/src/index.d.ts +0 -15
  687. package/web/blocks/CloudImageEditor/src/lib/classNames.d.ts +0 -5
  688. package/web/blocks/CloudImageEditor/src/lib/classNames.test.d.ts +0 -1
  689. package/web/blocks/CloudImageEditor/src/lib/linspace.d.ts +0 -1
  690. package/web/blocks/CloudImageEditor/src/lib/linspace.test.d.ts +0 -1
  691. package/web/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts +0 -4
  692. package/web/blocks/CloudImageEditor/src/lib/parseCropPreset.test.d.ts +0 -1
  693. package/web/blocks/CloudImageEditor/src/lib/parseTabs.d.ts +0 -2
  694. package/web/blocks/CloudImageEditor/src/lib/pick.d.ts +0 -1
  695. package/web/blocks/CloudImageEditor/src/lib/pick.test.d.ts +0 -1
  696. package/web/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts +0 -7
  697. package/web/blocks/CloudImageEditor/src/state.d.ts +0 -20
  698. package/web/blocks/CloudImageEditor/src/svg-sprite.d.ts +0 -2
  699. package/web/blocks/CloudImageEditor/src/toolbar-constants.d.ts +0 -61
  700. package/web/blocks/CloudImageEditor/src/types.d.ts +0 -60
  701. package/web/blocks/CloudImageEditor/src/util.d.ts +0 -2
  702. package/web/blocks/CloudImageEditor/src/utils/parseFilterValue.d.ts +0 -7
  703. package/web/blocks/CloudImageEditor/src/utils/parseFilterValue.test.d.ts +0 -1
  704. package/web/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts +0 -25
  705. package/web/blocks/Config/Config.d.ts +0 -60
  706. package/web/blocks/Config/assertions.d.ts +0 -5
  707. package/web/blocks/Config/computed-properties.d.ts +0 -24
  708. package/web/blocks/Config/computed-properties.test.d.ts +0 -1
  709. package/web/blocks/Config/initialConfig.d.ts +0 -6
  710. package/web/blocks/Config/normalizeConfigValue.d.ts +0 -2
  711. package/web/blocks/Config/validatorsType.d.ts +0 -18
  712. package/web/blocks/Copyright/Copyright.d.ts +0 -10
  713. package/web/blocks/DropArea/DropArea.d.ts +0 -47
  714. package/web/blocks/DropArea/addDropzone.d.ts +0 -17
  715. package/web/blocks/DropArea/getDropItems.d.ts +0 -12
  716. package/web/blocks/ExternalSource/ExternalSource.d.ts +0 -45
  717. package/web/blocks/ExternalSource/MessageBridge.d.ts +0 -11
  718. package/web/blocks/ExternalSource/buildThemeDefinition.d.ts +0 -4
  719. package/web/blocks/ExternalSource/query-string.d.ts +0 -1
  720. package/web/blocks/ExternalSource/types.d.ts +0 -105
  721. package/web/blocks/FileItem/FileItem.d.ts +0 -50
  722. package/web/blocks/FileItem/FileItemConfig.d.ts +0 -10
  723. package/web/blocks/FormInput/FormInput.d.ts +0 -18
  724. package/web/blocks/Icon/Icon.d.ts +0 -19
  725. package/web/blocks/Img/Img.d.ts +0 -14
  726. package/web/blocks/Img/ImgBase.d.ts +0 -29
  727. package/web/blocks/Img/ImgConfig.d.ts +0 -28
  728. package/web/blocks/Img/configurations.d.ts +0 -11
  729. package/web/blocks/Img/props-map.d.ts +0 -28
  730. package/web/blocks/Img/utils/parseObjectToString.d.ts +0 -2
  731. package/web/blocks/Modal/Modal.d.ts +0 -34
  732. package/web/blocks/PluginActivityRenderer/PluginActivityRenderer.d.ts +0 -32
  733. package/web/blocks/PluginActivityRenderer/index.d.ts +0 -1
  734. package/web/blocks/ProgressBar/ProgressBar.d.ts +0 -21
  735. package/web/blocks/ProgressBarCommon/ProgressBarCommon.d.ts +0 -17
  736. package/web/blocks/Select/Select.d.ts +0 -18
  737. package/web/blocks/SimpleBtn/SimpleBtn.d.ts +0 -15
  738. package/web/blocks/SourceBtn/SourceBtn.d.ts +0 -23
  739. package/web/blocks/SourceList/SourceList.d.ts +0 -24
  740. package/web/blocks/Spinner/Spinner.d.ts +0 -9
  741. package/web/blocks/StartFrom/StartFrom.d.ts +0 -12
  742. package/web/blocks/Thumb/Thumb.d.ts +0 -35
  743. package/web/blocks/UploadCtxProvider/EventEmitter.d.ts +0 -70
  744. package/web/blocks/UploadCtxProvider/UploadCtxProvider.d.ts +0 -44
  745. package/web/blocks/UploadList/UploadList.d.ts +0 -39
  746. package/web/blocks/UrlSource/UrlSource.d.ts +0 -14
  747. package/web/blocks/svg-backgrounds/svg-backgrounds.d.ts +0 -3
  748. package/web/blocks/themes/uc-basic/svg-sprite.d.ts +0 -2
  749. package/web/cameraPlugin-DeedXMWV.js +0 -8
  750. package/web/cameraPlugin-Duy1QwjB.js +0 -8
  751. package/web/cameraPlugin-QS9SUOtO.js +0 -8
  752. package/web/cameraPlugin-bq8ggY04.js +0 -8
  753. package/web/cameraPlugin-cel9YgP_.js +0 -8
  754. package/web/cloud-image-editor-8DrVRZ7E.js +0 -12
  755. package/web/cloud-image-editor-BX50EK1U.js +0 -12
  756. package/web/cloud-image-editor-DSW3oWq-.js +0 -12
  757. package/web/cloud-image-editor-DuI2Lx4M.js +0 -12
  758. package/web/cloudImageEditorPlugin-5my6aD36.js +0 -8
  759. package/web/cloudImageEditorPlugin-Bk19DmJv.js +0 -8
  760. package/web/cloudImageEditorPlugin-CcdnmtBW.js +0 -8
  761. package/web/cloudImageEditorPlugin-DQJmDl03.js +0 -8
  762. package/web/cloudImageEditorPlugin-kojghfqw.js +0 -8
  763. package/web/constants-BCfCF0cJ.js +0 -4025
  764. package/web/core.d.ts +0 -42
  765. package/web/env.d.ts +0 -2
  766. package/web/externalSourcesPlugin-BTeRm5C0.js +0 -8
  767. package/web/externalSourcesPlugin-BXgVeojg.js +0 -8
  768. package/web/externalSourcesPlugin-BgLpuIK9.js +0 -8
  769. package/web/externalSourcesPlugin-DMc9zs4T.js +0 -8
  770. package/web/externalSourcesPlugin-Dm9vnTBv.js +0 -8
  771. package/web/imageShrinkPlugin-BdHgEGZH.js +0 -8
  772. package/web/imageShrinkPlugin-BjkMGfvT.js +0 -8
  773. package/web/imageShrinkPlugin-CCkGHL2w.js +0 -8
  774. package/web/imageShrinkPlugin-D4WjaRGo.js +0 -8
  775. package/web/imageShrinkPlugin-DqYGutVx.js +0 -8
  776. package/web/index.d.ts +0 -42
  777. package/web/instagramPlugin-BTMz0K2a.js +0 -8
  778. package/web/instagramPlugin-BbIKgTH7.js +0 -8
  779. package/web/instagramPlugin-CQQhsEJa.js +0 -8
  780. package/web/instagramPlugin-Cm7lWKae.js +0 -8
  781. package/web/instagramPlugin-DcclxM_d.js +0 -8
  782. package/web/lit/BaseComponent.d.ts +0 -12
  783. package/web/lit/Constructor.d.ts +0 -1
  784. package/web/lit/CssDataMixin.d.ts +0 -7
  785. package/web/lit/LightDomMixin.d.ts +0 -8
  786. package/web/lit/LitActivityBlock.d.ts +0 -53
  787. package/web/lit/LitBlock.d.ts +0 -83
  788. package/web/lit/LitSolutionBlock.d.ts +0 -21
  789. package/web/lit/LitUploaderBlock.d.ts +0 -53
  790. package/web/lit/PubSubCompat.d.ts +0 -18
  791. package/web/lit/RegisterableElementMixin.d.ts +0 -7
  792. package/web/lit/SharedState.d.ts +0 -119
  793. package/web/lit/SymbioteCompatMixin.d.ts +0 -40
  794. package/web/lit/TestModeController.d.ts +0 -16
  795. package/web/lit/Uid.d.ts +0 -3
  796. package/web/lit/activity-constants.d.ts +0 -11
  797. package/web/lit/createDebugPrinter.d.ts +0 -3
  798. package/web/lit/findBlockInCtx.d.ts +0 -3
  799. package/web/lit/getOutputData.d.ts +0 -2
  800. package/web/lit/hasBlockInCtx.d.ts +0 -3
  801. package/web/lit/l10n.d.ts +0 -5
  802. package/web/lit/parseCssPropertyValue.d.ts +0 -1
  803. package/web/lit/shared-instances.d.ts +0 -65
  804. package/web/locales/file-uploader/ar.d.ts +0 -137
  805. package/web/locales/file-uploader/az.d.ts +0 -129
  806. package/web/locales/file-uploader/ca.d.ts +0 -131
  807. package/web/locales/file-uploader/cs.d.ts +0 -133
  808. package/web/locales/file-uploader/da.d.ts +0 -129
  809. package/web/locales/file-uploader/de.d.ts +0 -129
  810. package/web/locales/file-uploader/el.d.ts +0 -129
  811. package/web/locales/file-uploader/en.d.ts +0 -129
  812. package/web/locales/file-uploader/es.d.ts +0 -131
  813. package/web/locales/file-uploader/et.d.ts +0 -129
  814. package/web/locales/file-uploader/fi.d.ts +0 -129
  815. package/web/locales/file-uploader/fr.d.ts +0 -131
  816. package/web/locales/file-uploader/he.d.ts +0 -131
  817. package/web/locales/file-uploader/hy.d.ts +0 -129
  818. package/web/locales/file-uploader/is.d.ts +0 -129
  819. package/web/locales/file-uploader/it.d.ts +0 -131
  820. package/web/locales/file-uploader/ja.d.ts +0 -129
  821. package/web/locales/file-uploader/ka.d.ts +0 -129
  822. package/web/locales/file-uploader/kk.d.ts +0 -129
  823. package/web/locales/file-uploader/ko.d.ts +0 -129
  824. package/web/locales/file-uploader/lv.d.ts +0 -131
  825. package/web/locales/file-uploader/nb.d.ts +0 -129
  826. package/web/locales/file-uploader/nl.d.ts +0 -129
  827. package/web/locales/file-uploader/pl.d.ts +0 -133
  828. package/web/locales/file-uploader/pt.d.ts +0 -131
  829. package/web/locales/file-uploader/ro.d.ts +0 -131
  830. package/web/locales/file-uploader/ru.d.ts +0 -133
  831. package/web/locales/file-uploader/sk.d.ts +0 -133
  832. package/web/locales/file-uploader/sr.d.ts +0 -131
  833. package/web/locales/file-uploader/sv.d.ts +0 -129
  834. package/web/locales/file-uploader/tr.d.ts +0 -129
  835. package/web/locales/file-uploader/uk.d.ts +0 -133
  836. package/web/locales/file-uploader/vi.d.ts +0 -129
  837. package/web/locales/file-uploader/zh-TW.d.ts +0 -129
  838. package/web/locales/file-uploader/zh.d.ts +0 -129
  839. package/web/plugins/cameraPlugin.d.ts +0 -2
  840. package/web/plugins/cloudImageEditorPlugin.d.ts +0 -2
  841. package/web/plugins/externalSourcesPlugin.d.ts +0 -2
  842. package/web/plugins/imageShrinkPlugin.d.ts +0 -2
  843. package/web/plugins/instagramPlugin.d.ts +0 -2
  844. package/web/plugins/unsplashPlugin.d.ts +0 -16
  845. package/web/plugins/urlSourcePlugin.d.ts +0 -2
  846. package/web/plugins-Bt7FXHKx.js +0 -562
  847. package/web/plugins-CaaolyMk.js +0 -562
  848. package/web/plugins-Cjgw5oWg.js +0 -562
  849. package/web/plugins-CzNtrVQB.js +0 -562
  850. package/web/plugins-DS0hIs2V.js +0 -563
  851. package/web/ref-BOnG19ns.js +0 -4040
  852. package/web/ref-BejJFG7m.js +0 -4040
  853. package/web/ref-DcRg7zo9.js +0 -4040
  854. package/web/ref-ZWPcLQB9.js +0 -4040
  855. package/web/solutions/adaptive-image/index.d.ts +0 -2
  856. package/web/solutions/cloud-image-editor/CloudImageEditor.d.ts +0 -11
  857. package/web/solutions/cloud-image-editor/index.d.ts +0 -5
  858. package/web/solutions/file-uploader/inline/FileUploaderInline.d.ts +0 -20
  859. package/web/solutions/file-uploader/inline/index.d.ts +0 -1
  860. package/web/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts +0 -23
  861. package/web/solutions/file-uploader/minimal/index.d.ts +0 -1
  862. package/web/solutions/file-uploader/regular/FileUploaderRegular.d.ts +0 -17
  863. package/web/solutions/file-uploader/regular/index.d.ts +0 -1
  864. package/web/style-map-BmZdux7T.js +0 -37
  865. package/web/style-map-CZ6fSV6e.js +0 -37
  866. package/web/style-map-Dk7mLCrB.js +0 -37
  867. package/web/style-map-HkHnu9oA.js +0 -37
  868. package/web/style-map-tw1yUEaj.js +0 -37
  869. package/web/types/dom.d.ts +0 -1
  870. package/web/types/events.d.ts +0 -4
  871. package/web/types/exported.d.ts +0 -492
  872. package/web/types/index.d.ts +0 -5
  873. package/web/urlSourcePlugin-9lhcr02f.js +0 -8
  874. package/web/urlSourcePlugin-C-sLGhGb.js +0 -8
  875. package/web/urlSourcePlugin-DNXDpnRD.js +0 -8
  876. package/web/urlSourcePlugin-JnD0cnxb.js +0 -8
  877. package/web/urlSourcePlugin-hcMU2K6T.js +0 -8
  878. package/web/utils/UID.d.ts +0 -5
  879. package/web/utils/UID.test.d.ts +0 -1
  880. package/web/utils/UploadSource.d.ts +0 -37
  881. package/web/utils/WindowHeightTracker.d.ts +0 -9
  882. package/web/utils/abilities.d.ts +0 -1
  883. package/web/utils/applyStyles.d.ts +0 -1
  884. package/web/utils/browser-info.d.ts +0 -12
  885. package/web/utils/browser-info.test.d.ts +0 -1
  886. package/web/utils/cdn-utils.d.ts +0 -53
  887. package/web/utils/cdn-utils.test.d.ts +0 -1
  888. package/web/utils/comma-separated.d.ts +0 -2
  889. package/web/utils/debounce.d.ts +0 -3
  890. package/web/utils/delay.d.ts +0 -1
  891. package/web/utils/fileTypes.d.ts +0 -11
  892. package/web/utils/fileTypes.test.d.ts +0 -1
  893. package/web/utils/get-top-level-origin.d.ts +0 -1
  894. package/web/utils/get-top-level-origin.test.d.ts +0 -1
  895. package/web/utils/getLocaleDirection.d.ts +0 -1
  896. package/web/utils/getPluralForm.d.ts +0 -1
  897. package/web/utils/getPluralForm.test.d.ts +0 -1
  898. package/web/utils/isPromiseLike.d.ts +0 -1
  899. package/web/utils/isPromiseLike.test.d.ts +0 -1
  900. package/web/utils/isSecureTokenExpired.d.ts +0 -8
  901. package/web/utils/isSecureTokenExpired.test.d.ts +0 -1
  902. package/web/utils/memoize.d.ts +0 -1
  903. package/web/utils/memoize.test.d.ts +0 -1
  904. package/web/utils/mixinClass.d.ts +0 -8
  905. package/web/utils/parseCdnUrl.d.ts +0 -11
  906. package/web/utils/parseCdnUrl.test.d.ts +0 -1
  907. package/web/utils/parseShrink.d.ts +0 -7
  908. package/web/utils/parseShrink.test.d.ts +0 -1
  909. package/web/utils/preloadImage.d.ts +0 -10
  910. package/web/utils/prettyBytes.d.ts +0 -11
  911. package/web/utils/prettyBytes.test.d.ts +0 -1
  912. package/web/utils/resizeImage.d.ts +0 -1
  913. package/web/utils/stringToArray.d.ts +0 -1
  914. package/web/utils/stringToArray.test.d.ts +0 -1
  915. package/web/utils/template-utils.d.ts +0 -16
  916. package/web/utils/template-utils.test.d.ts +0 -1
  917. package/web/utils/throttle.d.ts +0 -3
  918. package/web/utils/toKebabCase.d.ts +0 -2
  919. package/web/utils/toKebabCase.test.d.ts +0 -1
  920. package/web/utils/transparentPixelSrc.d.ts +0 -1
  921. package/web/utils/uniqueArray.d.ts +0 -1
  922. package/web/utils/uniqueArray.test.d.ts +0 -1
  923. package/web/utils/userAgent.d.ts +0 -2
  924. package/web/utils/validators/collection/index.d.ts +0 -2
  925. package/web/utils/validators/collection/validateCollectionUploadError.d.ts +0 -2
  926. package/web/utils/validators/collection/validateMultiple.d.ts +0 -2
  927. package/web/utils/validators/file/index.d.ts +0 -4
  928. package/web/utils/validators/file/validateFileType.d.ts +0 -2
  929. package/web/utils/validators/file/validateIsImage.d.ts +0 -2
  930. package/web/utils/validators/file/validateMaxSizeLimit.d.ts +0 -2
  931. package/web/utils/validators/file/validateUploadError.d.ts +0 -2
  932. package/web/utils/warnOnce.d.ts +0 -1
  933. package/web/utils/wildcardRegexp.d.ts +0 -1
  934. package/web/utils/wildcardRegexp.test.d.ts +0 -1
  935. package/web/utils/withResolvers.d.ts +0 -5
  936. 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 */:where([uc-wgt-common]) {
3
- /* Font */
4
- --uc-font-family: system-ui;
5
- --uc-font-size: 14px;
6
- --uc-line-height: normal;
7
- --uc-simple-btn-font-family: system-ui;
8
- --uc-simple-btn-font-size: 14px;
9
-
10
- /* Sizes */
11
- --uc-button-size: 32px;
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) {
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("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=");
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) :is([can-handle-paste]:hover, [can-handle-paste]:focus) {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#)
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) :is([tabindex]:active, [with-effects]:active) {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) :is([tabindex][active], [with-effects][active]) {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) [hidden-scrollbar]::-webkit-scrollbar {
97
+
98
+ [uc-cloud-image-editor]:not(#\#) [hidden-scrollbar]::-webkit-scrollbar {
333
99
  display: none;
334
100
  }
335
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) [hidden-scrollbar] {
101
+
102
+ [uc-cloud-image-editor]:not(#\#) [hidden-scrollbar] {
336
103
  -ms-overflow-style: none;
337
104
  scrollbar-width: none;
338
105
  }
339
- [uc-cloud-image-editor].uc-editor_ON:not(#\#):not(#\#):not(#\#) {
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
- [uc-cloud-image-editor].uc-editor_OFF:not(#\#):not(#\#):not(#\#) {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper {
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(#\#):not(#\#):not(#\#) > .uc-wrapper {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-viewport {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-viewport > .uc-image_container > .uc-image {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-viewport > .uc-image_container > .uc-image.uc-image_visible_viewer {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-viewport > .uc-image_container > .uc-image.uc-image_hidden_to_cropper {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-viewport > .uc-image_container > .uc-image.uc-image_hidden_effects {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-viewport > .uc-image_container {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-toolbar {
204
+
205
+ [uc-cloud-image-editor]:not(#\#) > .uc-wrapper > .uc-toolbar {
428
206
  position: relative;
429
207
  transition: 0.3s;
430
208
  }
431
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-toolbar > .uc-toolbar_content {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-toolbar > .uc-toolbar_content.uc-toolbar_content__viewer {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-toolbar > .uc-toolbar_content.uc-toolbar_content__editor {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-viewport > .uc-info_pan {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-viewport > .uc-file_type_outer {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-viewport > .uc-file_type_outer > .uc-file_type {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-network_problems_splash {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-network_problems_splash > .uc-network_problems_content {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#)
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#)
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) > .uc-wrapper > .uc-network_problems_splash > .uc-network_problems_footer {
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
- uc-crop-frame:not(#\#):not(#\#):not(#\#) > .uc-svg {
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
- uc-crop-frame:not(#\#):not(#\#):not(#\#) > .uc-thumb {
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
- uc-crop-frame:not(#\#):not(#\#):not(#\#) .uc-thumb--visible {
327
+
328
+ uc-crop-frame:not(#\#) .uc-thumb--visible {
537
329
  opacity: 1;
538
330
  pointer-events: auto;
539
331
  }
540
- uc-crop-frame:not(#\#):not(#\#):not(#\#) .uc-thumb--hidden {
332
+
333
+ uc-crop-frame:not(#\#) .uc-thumb--hidden {
541
334
  opacity: 0;
542
335
  pointer-events: none;
543
336
  }
544
- uc-crop-frame:not(#\#):not(#\#):not(#\#) .uc-guides {
337
+
338
+ uc-crop-frame:not(#\#) .uc-guides {
545
339
  transition: var(--transition-duration-3);
546
340
  }
547
- uc-crop-frame:not(#\#):not(#\#):not(#\#) .uc-guides--hidden {
341
+
342
+ uc-crop-frame:not(#\#) .uc-guides--hidden {
548
343
  opacity: 0;
549
344
  }
550
- uc-crop-frame:not(#\#):not(#\#):not(#\#) .uc-guides--semi-hidden {
345
+
346
+ uc-crop-frame:not(#\#) .uc-guides--semi-hidden {
551
347
  opacity: 0.2;
552
348
  }
553
- uc-crop-frame:not(#\#):not(#\#):not(#\#) .uc-guides--visible {
349
+
350
+ uc-crop-frame:not(#\#) .uc-guides--visible {
554
351
  opacity: 1;
555
352
  }
556
- uc-editor-button-control:not(#\#):not(#\#):not(#\#),
557
- uc-editor-crop-button-control:not(#\#):not(#\#):not(#\#),
558
- uc-editor-aspect-ratio-button-control:not(#\#):not(#\#):not(#\#),
559
- uc-editor-freeform-button-control:not(#\#):not(#\#):not(#\#),
560
- uc-editor-filter-control:not(#\#):not(#\#):not(#\#),
561
- uc-editor-operation-control:not(#\#):not(#\#):not(#\#) {
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
- uc-editor-button-control:not(#\#):not(#\#):not(#\#) > button,
585
- uc-editor-crop-button-control:not(#\#):not(#\#):not(#\#) > button,
586
- uc-editor-aspect-ratio-button-control:not(#\#):not(#\#):not(#\#) > button,
587
- uc-editor-freeform-button-control:not(#\#):not(#\#):not(#\#) > button,
588
- uc-editor-filter-control:not(#\#):not(#\#):not(#\#) > button,
589
- uc-editor-operation-control:not(#\#):not(#\#):not(#\#) > button {
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
- uc-editor-freeform-button-control:not(#\#):not(#\#):not(#\#) > button {
401
+
402
+ uc-editor-freeform-button-control:not(#\#) > button {
603
403
  grid-template-columns: auto var(--l-base-min-width);
604
404
  }
605
- uc-editor-freeform-button-control:not(#\#):not(#\#):not(#\#) > button > uc-icon {
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(#\#):not(#\#):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
- uc-editor-filter-control:not(#\#):not(#\#):not(#\#) > uc-icon.uc-original-icon > svg {
424
+
425
+ uc-editor-filter-control:not(#\#) > uc-icon.uc-original-icon > svg {
623
426
  width: 100%;
624
427
  height: 100%;
625
428
  }
626
- uc-editor-button-control.uc-active:not(#\#):not(#\#):not(#\#),
627
- uc-editor-operation-control.uc-active:not(#\#):not(#\#):not(#\#),
628
- uc-editor-crop-button-control.uc-active:not(#\#):not(#\#):not(#\#),
629
- uc-editor-aspect-ratio-button-control.uc-active:not(#\#):not(#\#):not(#\#),
630
- uc-editor-freeform-button-control.uc-active:not(#\#):not(#\#):not(#\#),
631
- uc-editor-filter-control.uc-active:not(#\#):not(#\#):not(#\#) {
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
- uc-editor-button-control.uc-not_active:not(#\#):not(#\#):not(#\#),
640
- uc-editor-operation-control.uc-not_active:not(#\#):not(#\#):not(#\#),
641
- uc-editor-crop-button-control.uc-not_active:not(#\#):not(#\#):not(#\#),
642
- uc-editor-aspect-ratio-button-control.uc-not_active:not(#\#):not(#\#):not(#\#),
643
- uc-editor-freeform-button-control.uc-not_active:not(#\#):not(#\#):not(#\#),
644
- uc-editor-filter-control.uc-not_active:not(#\#):not(#\#):not(#\#) {
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
- :where(.uc-contrast):not(#\#):not(#\#):not(#\#) uc-editor-button-control.uc-not_active,
648
- :where(.uc-contrast):not(#\#):not(#\#):not(#\#) uc-editor-operation-control.uc-not_active,
649
- :where(.uc-contrast):not(#\#):not(#\#):not(#\#) uc-editor-crop-button-control.uc-not_active,
650
- :where(.uc-contrast):not(#\#):not(#\#):not(#\#) uc-editor-freeform-button-control.uc-not_active,
651
- :where(.uc-contrast):not(#\#):not(#\#):not(#\#) uc-editor-aspect-ratio-button-control.uc-not_active,
652
- :where(.uc-contrast):not(#\#):not(#\#):not(#\#) uc-editor-filter-control.uc-not_active {
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
- uc-editor-button-control:not(#\#):not(#\#):not(#\#) > button::before,
660
- uc-editor-operation-control:not(#\#):not(#\#):not(#\#) > button::before,
661
- uc-editor-crop-button-control:not(#\#):not(#\#):not(#\#) > button::before,
662
- uc-editor-freeform-button-control:not(#\#):not(#\#):not(#\#) > button::before,
663
- uc-editor-aspect-ratio-button-control:not(#\#):not(#\#):not(#\#) > button::before,
664
- uc-editor-filter-control:not(#\#):not(#\#):not(#\#) > button::before {
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
- uc-editor-button-control:not(#\#):not(#\#):not(#\#) > button .uc-title,
677
- uc-editor-operation-control:not(#\#):not(#\#):not(#\#) > button .uc-title,
678
- uc-editor-crop-button-control:not(#\#):not(#\#):not(#\#) > button .uc-title,
679
- uc-editor-aspect-ratio-button-control:not(#\#):not(#\#):not(#\#) > button .uc-title,
680
- uc-editor-freeform-button-control:not(#\#):not(#\#):not(#\#) > button .uc-title,
681
- uc-editor-filter-control:not(#\#):not(#\#):not(#\#) > button .uc-title {
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
- uc-editor-freeform-button-control:not(#\#):not(#\#):not(#\#) > button .uc-title {
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
- uc-editor-button-control:not(#\#):not(#\#):not(#\#) > button uc-icon,
692
- uc-editor-operation-control:not(#\#):not(#\#):not(#\#) > button uc-icon,
693
- uc-editor-crop-button-control:not(#\#):not(#\#):not(#\#) > button uc-icon,
694
- uc-editor-aspect-ratio-button-control:not(#\#):not(#\#):not(#\#) > button uc-icon,
695
- uc-editor-freeform-button-control:not(#\#):not(#\#):not(#\#) > button uc-icon,
696
- uc-editor-filter-control:not(#\#):not(#\#):not(#\#) > button uc-icon {
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
- uc-editor-filter-control:not(#\#):not(#\#):not(#\#) > button .uc-preview {
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
- uc-editor-filter-control.uc-not_active:not(#\#):not(#\#):not(#\#) .uc-preview[data-loaded] {
524
+
525
+ uc-editor-filter-control.uc-not_active:not(#\#) .uc-preview[data-loaded] {
714
526
  opacity: 1;
715
527
  }
716
- uc-editor-filter-control.uc-active:not(#\#):not(#\#):not(#\#) .uc-preview {
528
+
529
+ uc-editor-filter-control.uc-active:not(#\#) .uc-preview {
717
530
  opacity: 0;
718
531
  }
719
- uc-editor-filter-control:not(#\#):not(#\#):not(#\#) > .uc-original-icon {
532
+
533
+ uc-editor-filter-control:not(#\#) > .uc-original-icon {
720
534
  color: var(--color-effect);
721
535
  opacity: 0.3;
722
536
  }
723
- uc-editor-image-cropper:not(#\#):not(#\#):not(#\#) {
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
- uc-editor-image-cropper.uc-active_from_editor:not(#\#):not(#\#):not(#\#) {
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
- uc-editor-image-cropper.uc-active_from_viewer:not(#\#):not(#\#):not(#\#) {
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
- uc-editor-image-cropper.uc-inactive_to_editor:not(#\#):not(#\#):not(#\#) {
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
- uc-editor-image-cropper:not(#\#):not(#\#):not(#\#) > .uc-canvas {
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
- uc-editor-image-fader:not(#\#):not(#\#):not(#\#) {
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
- uc-editor-image-fader.uc-active_from_viewer:not(#\#):not(#\#):not(#\#) {
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
- uc-editor-image-fader.uc-active_from_cropper:not(#\#):not(#\#):not(#\#) {
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
- uc-editor-image-fader.uc-inactive_to_cropper:not(#\#):not(#\#):not(#\#) {
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
- uc-editor-image-fader:not(#\#):not(#\#):not(#\#) .uc-fader-image {
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
- uc-editor-image-fader:not(#\#):not(#\#):not(#\#) .uc-fader-image--preview {
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
- uc-editor-scroller:not(#\#):not(#\#):not(#\#) {
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
- uc-editor-slider:not(#\#):not(#\#):not(#\#) {
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#) {
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(#\#):not(#\#):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(#\#):not(#\#):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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container {
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-toolbar {
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
- .uc-sub-toolbar:not(#\#):not(#\#):not(#\#) > .uc-list-aspect-ratio-container > .uc-list-aspect-ratio {
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-toolbar.uc-sub-toolbar--visible {
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-toolbar.uc-sub-toolbar--top-hidden {
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-toolbar.uc-sub-toolbar--bottom-hidden {
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-toolbar > .uc-controls-row {
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-toolbar > .uc-controls-row > .uc-tab-toggles {
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-toolbar > .uc-tab-content-row {
766
+
767
+ uc-editor-toolbar:not(#\#) > .uc-toolbar-container > .uc-sub-toolbar > .uc-tab-content-row {
928
768
  position: relative;
929
769
  }
930
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#) > .uc-toolbar-container > .uc-sub-toolbar > .uc-tab-content-row > .uc-tab-content {
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#)
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#) .uc-info-tooltip_container {
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#) .uc-info-tooltip_wrapper {
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#) .uc-info-tooltip {
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
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#) .uc-info-tooltip_visible {
898
+
899
+ uc-editor-toolbar:not(#\#) .uc-info-tooltip_visible {
1047
900
  transform: translateY(0px);
1048
901
  opacity: 1;
1049
902
  }
1050
- uc-editor-toolbar:not(#\#):not(#\#):not(#\#) .uc-slider {
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
- uc-btn-ui:not(#\#):not(#\#):not(#\#) > button {
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
- uc-btn-ui:not(#\#):not(#\#):not(#\#) > button > uc-icon {
938
+
939
+ uc-btn-ui:not(#\#) > button > uc-icon {
1084
940
  pointer-events: none;
1085
941
  }
1086
- uc-btn-ui:not(#\#):not(#\#):not(#\#) .uc-text {
942
+
943
+ uc-btn-ui:not(#\#) .uc-text {
1087
944
  white-space: nowrap;
1088
945
  }
1089
- uc-btn-ui:not(#\#):not(#\#):not(#\#) .uc-icon {
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
- uc-btn-ui:not(#\#):not(#\#):not(#\#) .uc-icon_left {
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
- uc-btn-ui:not(#\#):not(#\#):not(#\#) .uc-icon_right {
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
- uc-btn-ui:not(#\#):not(#\#):not(#\#) .uc-icon_single {
965
+
966
+ uc-btn-ui:not(#\#) .uc-icon_single {
1106
967
  margin-right: 0px;
1107
968
  margin-left: 0px;
1108
969
  }
1109
- uc-btn-ui:not(#\#):not(#\#):not(#\#) .uc-icon_hidden {
970
+
971
+ uc-btn-ui:not(#\#) .uc-icon_hidden {
1110
972
  display: none;
1111
973
  margin: 0;
1112
974
  }
1113
- uc-btn-ui.uc-primary:not(#\#):not(#\#):not(#\#) > button {
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
- uc-btn-ui.uc-primary-icon:not(#\#):not(#\#):not(#\#) > button {
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
- uc-btn-ui.uc-secondary:not(#\#):not(#\#):not(#\#) > button {
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
- :where(.uc-contrast):not(#\#):not(#\#):not(#\#) uc-btn-ui.uc-secondary > button {
1035
+
1036
+ :where(.uc-contrast):not(#\#) uc-btn-ui.uc-secondary > button {
1171
1037
  border: 1px solid var(--uc-border);
1172
1038
  }
1173
- uc-btn-ui.uc-secondary-icon:not(#\#):not(#\#):not(#\#) > button {
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
- uc-btn-ui.uc-tab:not(#\#):not(#\#):not(#\#) > button {
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
- uc-btn-ui.uc-default:not(#\#):not(#\#):not(#\#) > button {
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
- :where(.uc-contrast):not(#\#):not(#\#):not(#\#) uc-btn-ui.uc-default > button {
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
- uc-line-loader-ui:not(#\#):not(#\#):not(#\#) {
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
- uc-line-loader-ui:not(#\#):not(#\#):not(#\#) .uc-inner {
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
- uc-line-loader-ui:not(#\#):not(#\#):not(#\#) .uc-line {
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
- uc-slider-ui:not(#\#):not(#\#):not(#\#) {
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
- uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-thumb {
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
- uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-steps {
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
- uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-border-step {
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
- uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-minor-step {
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
- uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-zero-dot {
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
- uc-slider-ui:not(#\#):not(#\#):not(#\#) .uc-input {
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
- uc-presence-toggle.uc-transition:not(#\#):not(#\#):not(#\#) {
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
- uc-presence-toggle.uc-visible:not(#\#):not(#\#):not(#\#) {
1220
+
1221
+ uc-presence-toggle.uc-visible:not(#\#) {
1340
1222
  opacity: 1;
1341
1223
  pointer-events: inherit;
1342
1224
  }
1343
- uc-presence-toggle.uc-hidden:not(#\#):not(#\#):not(#\#) {
1225
+
1226
+ uc-presence-toggle.uc-hidden:not(#\#) {
1344
1227
  opacity: 0;
1345
1228
  pointer-events: none;
1346
1229
  }
1347
- uc-presence-toggle.uc-initial:not(#\#):not(#\#):not(#\#) {
1230
+
1231
+ uc-presence-toggle.uc-initial:not(#\#):not(#\#) {
1348
1232
  display: none !important;
1349
1233
  transition: none !important;
1350
1234
  }
1351
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) [role="button"]:focus-visible,
1352
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) button:focus-visible {
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
- [uc-cloud-image-editor]:not(#\#):not(#\#):not(#\#) .uc-cloud-mask {
1241
+
1242
+ [uc-cloud-image-editor]:not(#\#) .uc-cloud-mask {
1357
1243
  pointer-events: none;
1358
1244
  }
1359
- [uc-aspect-ratio-freeform]:not(#\#):not(#\#):not(#\#) button {
1245
+
1246
+ [uc-aspect-ratio-freeform]:not(#\#) button {
1360
1247
  display: flex;
1361
1248
  }
1362
- [uc-aspect-ratio-freeform]:not(#\#):not(#\#):not(#\#) uc-icon {
1249
+
1250
+ [uc-aspect-ratio-freeform]:not(#\#) uc-icon {
1363
1251
  display: none;
1364
1252
  }
1365
- [uc-aspect-ratio-freeform]:not(#\#):not(#\#):not(#\#) .uc-title {
1253
+
1254
+ [uc-aspect-ratio-freeform]:not(#\#) .uc-title {
1366
1255
  padding-left: var(--cldtr-gap-mid-1);
1367
1256
  }
1368
- :where(uc-editor-freeform-button-control, uc-editor-aspect-ratio-button-control:last-of-type):not(#\#):not(#\#):not(#\#) {
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
- :where([uc-cloud-image-editor]):not(#\#):not(#\#):not(#\#) uc-icon {
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
- :where([uc-cloud-image-editor]):not(#\#):not(#\#):not(#\#) uc-icon svg {
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
+