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