@uploadcare/file-uploader 1.2.0 → 1.3.0-alpha.1

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 (214) hide show
  1. package/README.md +4 -4
  2. package/abstract/ActivityBlock.d.ts +1 -1
  3. package/abstract/ActivityBlock.d.ts.map +1 -1
  4. package/abstract/ActivityBlock.js +2 -0
  5. package/abstract/Block.d.ts +4 -11
  6. package/abstract/Block.d.ts.map +1 -1
  7. package/abstract/Block.js +37 -18
  8. package/abstract/CTX.d.ts +7 -7
  9. package/abstract/CTX.d.ts.map +1 -1
  10. package/abstract/CTX.js +1 -1
  11. package/abstract/LocaleManager.d.ts +3 -3
  12. package/abstract/SecureUploadsManager.d.ts +2 -2
  13. package/abstract/SecureUploadsManager.d.ts.map +1 -1
  14. package/abstract/SolutionBlock.d.ts +2 -2
  15. package/abstract/SolutionBlock.d.ts.map +1 -1
  16. package/abstract/TypedCollection.d.ts +1 -1
  17. package/abstract/TypedCollection.d.ts.map +1 -1
  18. package/abstract/TypedCollection.js +4 -4
  19. package/abstract/TypedData.d.ts +2 -2
  20. package/abstract/TypedData.d.ts.map +1 -1
  21. package/abstract/TypedData.js +4 -4
  22. package/abstract/UploaderBlock.d.ts +5 -5
  23. package/abstract/UploaderBlock.d.ts.map +1 -1
  24. package/abstract/UploaderBlock.js +5 -5
  25. package/abstract/UploaderPublicApi.d.ts +22 -21
  26. package/abstract/UploaderPublicApi.d.ts.map +1 -1
  27. package/abstract/UploaderPublicApi.js +3 -3
  28. package/abstract/ValidationManager.d.ts +3 -3
  29. package/abstract/ValidationManager.d.ts.map +1 -1
  30. package/abstract/a11y.d.ts +2 -2
  31. package/abstract/a11y.d.ts.map +1 -1
  32. package/abstract/bindCompatibilityFallbackProcessor.d.ts +3 -0
  33. package/abstract/bindCompatibilityFallbackProcessor.d.ts.map +1 -0
  34. package/abstract/bindCompatibilityFallbackProcessor.js +16 -0
  35. package/abstract/buildOutputCollectionState.d.ts +1 -1
  36. package/abstract/buildOutputCollectionState.d.ts.map +1 -1
  37. package/abstract/defineComponents.d.ts.map +1 -1
  38. package/abstract/defineComponents.js +5 -0
  39. package/abstract/l10nProcessor.d.ts.map +1 -1
  40. package/abstract/l10nProcessor.js +3 -3
  41. package/abstract/loadFileUploaderFrom.d.ts.map +1 -1
  42. package/abstract/localeRegistry.d.ts.map +1 -1
  43. package/abstract/sharedConfigKey.d.ts.map +1 -1
  44. package/abstract/uploadEntrySchema.d.ts +2 -2
  45. package/abstract/uploadEntrySchema.d.ts.map +1 -1
  46. package/abstract/uploadEntrySchema.js +1 -1
  47. package/blocks/CameraSource/CameraSource.d.ts.map +1 -1
  48. package/blocks/CameraSource/CameraSource.js +12 -11
  49. package/blocks/CloudImageEditor/src/CloudImageEditorBlock.d.ts.map +1 -1
  50. package/blocks/CloudImageEditor/src/CropFrame.d.ts +11 -11
  51. package/blocks/CloudImageEditor/src/CropFrame.d.ts.map +1 -1
  52. package/blocks/CloudImageEditor/src/CropFrame.js +2 -1
  53. package/blocks/CloudImageEditor/src/EditorButtonControl.d.ts.map +1 -1
  54. package/blocks/CloudImageEditor/src/EditorButtonControl.js +3 -2
  55. package/blocks/CloudImageEditor/src/EditorCropButtonControl.js +1 -1
  56. package/blocks/CloudImageEditor/src/EditorFilterControl.d.ts.map +1 -1
  57. package/blocks/CloudImageEditor/src/EditorFilterControl.js +4 -8
  58. package/blocks/CloudImageEditor/src/EditorImageCropper.d.ts +3 -3
  59. package/blocks/CloudImageEditor/src/EditorImageCropper.js +2 -2
  60. package/blocks/CloudImageEditor/src/EditorImageFader.d.ts +1 -1
  61. package/blocks/CloudImageEditor/src/EditorImageFader.d.ts.map +1 -1
  62. package/blocks/CloudImageEditor/src/EditorOperationControl.js +1 -1
  63. package/blocks/CloudImageEditor/src/EditorScroller.d.ts.map +1 -1
  64. package/blocks/CloudImageEditor/src/EditorScroller.js +2 -1
  65. package/blocks/CloudImageEditor/src/EditorSlider.d.ts.map +1 -1
  66. package/blocks/CloudImageEditor/src/EditorSlider.js +3 -2
  67. package/blocks/CloudImageEditor/src/EditorToolbar.d.ts +1 -1
  68. package/blocks/CloudImageEditor/src/EditorToolbar.d.ts.map +1 -1
  69. package/blocks/CloudImageEditor/src/EditorToolbar.js +15 -14
  70. package/blocks/CloudImageEditor/src/crop-utils.d.ts +14 -14
  71. package/blocks/CloudImageEditor/src/crop-utils.d.ts.map +1 -1
  72. package/blocks/CloudImageEditor/src/css/common.css +2 -2
  73. package/blocks/CloudImageEditor/src/elements/button/BtnUi.d.ts.map +1 -1
  74. package/blocks/CloudImageEditor/src/elements/button/BtnUi.js +5 -5
  75. package/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.d.ts.map +1 -1
  76. package/blocks/CloudImageEditor/src/elements/line-loader/LineLoaderUi.js +2 -1
  77. package/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.d.ts.map +1 -1
  78. package/blocks/CloudImageEditor/src/elements/presence-toggle/PresenceToggle.js +3 -2
  79. package/blocks/CloudImageEditor/src/elements/slider/SliderUi.d.ts.map +1 -1
  80. package/blocks/CloudImageEditor/src/elements/slider/SliderUi.js +3 -2
  81. package/blocks/CloudImageEditor/src/lib/parseCropPreset.d.ts +1 -1
  82. package/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts +3 -3
  83. package/blocks/CloudImageEditor/src/lib/transformationUtils.d.ts.map +1 -1
  84. package/blocks/CloudImageEditor/src/state.d.ts +4 -4
  85. package/blocks/CloudImageEditor/src/template.d.ts.map +1 -1
  86. package/blocks/CloudImageEditor/src/template.js +5 -4
  87. package/blocks/CloudImageEditor/src/types.d.ts +2 -2
  88. package/blocks/CloudImageEditor/src/types.d.ts.map +1 -1
  89. package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts +3 -3
  90. package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.d.ts.map +1 -1
  91. package/blocks/CloudImageEditorActivity/CloudImageEditorActivity.js +2 -1
  92. package/blocks/Config/Config.d.ts +3 -11
  93. package/blocks/Config/Config.d.ts.map +1 -1
  94. package/blocks/Config/initialConfig.d.ts +1 -1
  95. package/blocks/Config/normalizeConfigValue.d.ts.map +1 -1
  96. package/blocks/Copyright/Copyright.d.ts.map +1 -1
  97. package/blocks/Copyright/Copyright.js +2 -1
  98. package/blocks/DropArea/DropArea.d.ts +2 -2
  99. package/blocks/DropArea/DropArea.d.ts.map +1 -1
  100. package/blocks/DropArea/DropArea.js +5 -5
  101. package/blocks/DropArea/addDropzone.d.ts.map +1 -1
  102. package/blocks/DropArea/getDropItems.d.ts +2 -2
  103. package/blocks/DropArea/getDropItems.d.ts.map +1 -1
  104. package/blocks/ExternalSource/ExternalSource.d.ts +5 -5
  105. package/blocks/ExternalSource/ExternalSource.d.ts.map +1 -1
  106. package/blocks/ExternalSource/ExternalSource.js +9 -9
  107. package/blocks/ExternalSource/buildStyles.js +2 -2
  108. package/blocks/ExternalSource/query-string.d.ts.map +1 -1
  109. package/blocks/FileItem/FileItem.d.ts +3 -3
  110. package/blocks/FileItem/FileItem.d.ts.map +1 -1
  111. package/blocks/FileItem/FileItem.js +12 -11
  112. package/blocks/Icon/Icon.d.ts +0 -1
  113. package/blocks/Icon/Icon.d.ts.map +1 -1
  114. package/blocks/Icon/Icon.js +3 -5
  115. package/blocks/Img/ImgBase.js +9 -9
  116. package/blocks/Img/ImgConfig.d.ts +2 -2
  117. package/blocks/Img/ImgConfig.d.ts.map +1 -1
  118. package/blocks/Img/ImgConfig.js +3 -3
  119. package/blocks/Img/utils/parseObjectToString.js +1 -1
  120. package/blocks/Modal/Modal.d.ts.map +1 -1
  121. package/blocks/Modal/Modal.js +2 -1
  122. package/blocks/ProgressBar/ProgressBar.d.ts.map +1 -1
  123. package/blocks/ProgressBar/ProgressBar.js +2 -1
  124. package/blocks/ProgressBarCommon/ProgressBarCommon.d.ts.map +1 -1
  125. package/blocks/ProgressBarCommon/ProgressBarCommon.js +2 -1
  126. package/blocks/Select/Select.d.ts.map +1 -1
  127. package/blocks/Select/Select.js +14 -9
  128. package/blocks/SimpleBtn/SimpleBtn.d.ts +2 -2
  129. package/blocks/SimpleBtn/SimpleBtn.d.ts.map +1 -1
  130. package/blocks/SimpleBtn/SimpleBtn.js +4 -3
  131. package/blocks/SourceBtn/SourceBtn.d.ts +2 -2
  132. package/blocks/SourceBtn/SourceBtn.d.ts.map +1 -1
  133. package/blocks/SourceBtn/SourceBtn.js +4 -4
  134. package/blocks/SourceList/SourceList.d.ts.map +1 -1
  135. package/blocks/SourceList/SourceList.js +5 -4
  136. package/blocks/StartFrom/StartFrom.d.ts.map +1 -1
  137. package/blocks/StartFrom/StartFrom.js +2 -1
  138. package/blocks/UploadCtxProvider/EventEmitter.d.ts +19 -19
  139. package/blocks/UploadCtxProvider/EventEmitter.d.ts.map +1 -1
  140. package/blocks/UploadCtxProvider/UploadCtxProvider.d.ts +4 -4
  141. package/blocks/UploadCtxProvider/UploadCtxProvider.d.ts.map +1 -1
  142. package/blocks/UploadList/UploadList.d.ts +2 -2
  143. package/blocks/UploadList/UploadList.d.ts.map +1 -1
  144. package/blocks/UploadList/UploadList.js +10 -11
  145. package/blocks/UrlSource/UrlSource.d.ts.map +1 -1
  146. package/blocks/UrlSource/UrlSource.js +7 -6
  147. package/blocks/themes/uc-basic/index.css +0 -1
  148. package/blocks/utils/debounce.d.ts +3 -1
  149. package/blocks/utils/debounce.d.ts.map +1 -1
  150. package/blocks/utils/throttle.d.ts +3 -1
  151. package/blocks/utils/throttle.d.ts.map +1 -1
  152. package/blocks/utils/userAgent.d.ts +1 -1
  153. package/blocks/utils/userAgent.d.ts.map +1 -1
  154. package/index.d.ts +1 -1
  155. package/index.js +1 -1
  156. package/index.ssr.d.ts +115 -1
  157. package/index.ssr.d.ts.map +1 -1
  158. package/index.ssr.js +189 -78
  159. package/package.json +9 -7
  160. package/solutions/file-uploader/inline/FileUploaderInline.d.ts +2 -2
  161. package/solutions/file-uploader/inline/FileUploaderInline.d.ts.map +1 -1
  162. package/solutions/file-uploader/inline/FileUploaderInline.js +3 -2
  163. package/solutions/file-uploader/minimal/FileUploaderMinimal.d.ts.map +1 -1
  164. package/solutions/file-uploader/minimal/FileUploaderMinimal.js +2 -1
  165. package/solutions/file-uploader/regular/FileUploaderRegular.d.ts +2 -2
  166. package/solutions/file-uploader/regular/FileUploaderRegular.d.ts.map +1 -1
  167. package/solutions/file-uploader/regular/FileUploaderRegular.js +4 -3
  168. package/types/jsx.d.ts +9 -3
  169. package/utils/getPluralForm.d.ts.map +1 -1
  170. package/utils/isSecureTokenExpired.d.ts +1 -1
  171. package/utils/memoize.d.ts.map +1 -1
  172. package/utils/mixinClass.d.ts +3 -1
  173. package/utils/mixinClass.d.ts.map +1 -1
  174. package/utils/prettyBytes.d.ts.map +1 -1
  175. package/utils/template-utils.d.ts.map +1 -1
  176. package/utils/toKebabCase.d.ts.map +1 -1
  177. package/utils/uniqueArray.d.ts.map +1 -1
  178. package/utils/validators/collection/validateCollectionUploadError.d.ts +1 -1
  179. package/utils/validators/collection/validateMultiple.d.ts +1 -1
  180. package/utils/validators/file/validateFileType.d.ts +1 -1
  181. package/utils/validators/file/validateIsImage.d.ts +1 -1
  182. package/utils/validators/file/validateMaxSizeLimit.d.ts +1 -1
  183. package/utils/validators/file/validateUploadError.d.ts +1 -1
  184. package/utils/waitForAttribute.d.ts +12 -6
  185. package/utils/waitForAttribute.d.ts.map +1 -1
  186. package/utils/waitForAttribute.js +38 -8
  187. package/utils/waitForAttribute.test.js +10 -47
  188. package/utils/withResolvers.d.ts +7 -0
  189. package/utils/withResolvers.d.ts.map +1 -0
  190. package/utils/withResolvers.js +17 -0
  191. package/utils/withResolvers.test.d.ts +2 -0
  192. package/utils/withResolvers.test.d.ts.map +1 -0
  193. package/utils/withResolvers.test.js +27 -0
  194. package/web/file-uploader.iife.min.js +4 -4
  195. package/web/file-uploader.min.js +4 -4
  196. package/web/uc-basic.min.css +1 -1
  197. package/web/uc-cloud-image-editor.min.css +1 -1
  198. package/web/uc-cloud-image-editor.min.js +4 -4
  199. package/web/uc-file-uploader-inline.min.css +1 -1
  200. package/web/uc-file-uploader-inline.min.js +4 -4
  201. package/web/uc-file-uploader-minimal.min.js +3 -3
  202. package/web/uc-file-uploader-regular.min.css +1 -1
  203. package/web/uc-file-uploader-regular.min.js +4 -4
  204. package/web/uc-img.min.js +3 -3
  205. package/blocks/CloudImageEditor/src/lib/FocusVisible.d.ts +0 -15
  206. package/blocks/CloudImageEditor/src/lib/FocusVisible.d.ts.map +0 -1
  207. package/blocks/CloudImageEditor/src/lib/FocusVisible.js +0 -33
  208. package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.d.ts +0 -10
  209. package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.d.ts.map +0 -1
  210. package/blocks/CloudImageEditor/src/lib/applyFocusVisiblePolyfill.js +0 -256
  211. package/blocks/Range/Range.d.ts +0 -16
  212. package/blocks/Range/Range.d.ts.map +0 -1
  213. package/blocks/Range/Range.js +0 -44
  214. package/blocks/Range/range.css +0 -65
package/index.ssr.js CHANGED
@@ -13,6 +13,8 @@ export const ActivityBlock = class {
13
13
  static styleAttrs = [];
14
14
  static is = `sym-1`;
15
15
  static bindAttributes = () => {};
16
+ static addRootStyles = () => {};
17
+ static addShadowStyles = () => {};
16
18
  };
17
19
  export const ActivityHeader = class {
18
20
  static activities = {
@@ -29,23 +31,29 @@ export const ActivityHeader = class {
29
31
  static styleAttrs = [];
30
32
  static is = `sym-1`;
31
33
  static bindAttributes = () => {};
34
+ static addRootStyles = () => {};
35
+ static addShadowStyles = () => {};
32
36
  };
33
37
  export const BaseComponent = class {
34
38
  static reg = () => {};
35
39
  static is = `sym-1`;
36
40
  static bindAttributes = () => {};
41
+ static addRootStyles = () => {};
42
+ static addShadowStyles = () => {};
37
43
  };
38
44
  export const Block = class {
39
45
  static reg = () => {};
40
46
  static styleAttrs = [];
41
47
  static is = `sym-1`;
42
48
  static bindAttributes = () => {};
49
+ static addRootStyles = () => {};
50
+ static addShadowStyles = () => {};
43
51
  };
44
52
  export const BtnUi = class {
45
53
  static observedAttributes = ["text", "icon", "reverse", "theme"];
46
54
  static template = `
47
- <button type="button" set="@role:aria-role; @aria-controls: aria-controls">
48
- <uc-icon set="className: iconCss; @name: icon; @hidden: !icon"></uc-icon>
55
+ <button type="button" bind="@role:aria-role; @aria-controls: aria-controls">
56
+ <uc-icon bind="className: iconCss; @name: icon; @hidden: !icon"></uc-icon>
49
57
  <div class="uc-text">{{text}}</div>
50
58
  </button>
51
59
  `;
@@ -53,23 +61,25 @@ export const BtnUi = class {
53
61
  static styleAttrs = [];
54
62
  static is = `sym-1`;
55
63
  static bindAttributes = () => {};
64
+ static addRootStyles = () => {};
65
+ static addShadowStyles = () => {};
56
66
  };
57
67
  export const CameraSource = class {
58
68
  static template = `
59
69
  <uc-activity-header>
60
- <button type="button" class="uc-mini-btn" set="onclick: *historyBack">
70
+ <button type="button" class="uc-mini-btn" bind="onclick: *historyBack">
61
71
  <uc-icon name="back"></uc-icon>
62
72
  </button>
63
- <div set="@hidden: !cameraSelectHidden">
73
+ <div bind="@hidden: !cameraSelectHidden">
64
74
  <uc-icon name="camera"></uc-icon>
65
75
  <span l10n="caption-camera"></span>
66
76
  </div>
67
77
  <uc-select
68
78
  class="uc-camera-select"
69
- set="$.options: cameraSelectOptions; @hidden: cameraSelectHidden; onchange: onCameraSelectChange"
79
+ bind="options: cameraSelectOptions; @hidden: cameraSelectHidden; onchange: onCameraSelectChange"
70
80
  >
71
81
  </uc-select>
72
- <button type="button" class="uc-mini-btn uc-close-btn" set="onclick: *closeModal">
82
+ <button type="button" class="uc-mini-btn uc-close-btn" bind="onclick: *closeModal">
73
83
  <uc-icon name="close"></uc-icon>
74
84
  </button>
75
85
  </uc-activity-header>
@@ -77,18 +87,18 @@ export const CameraSource = class {
77
87
  <video
78
88
  autoplay
79
89
  playsinline
80
- set="srcObject: video; style.transform: videoTransformCss; @hidden: videoHidden"
90
+ bind="srcObject: video; style.transform: videoTransformCss; @hidden: videoHidden"
81
91
  ref="video"
82
92
  ></video>
83
- <div class="uc-message-box" set="@hidden: messageHidden">
93
+ <div class="uc-message-box" bind="@hidden: messageHidden">
84
94
  <span l10n="l10nMessage"></span>
85
95
  <button
86
96
  type="button"
87
- set="onclick: onRequestPermissions; @hidden: requestBtnHidden"
97
+ bind="onclick: onRequestPermissions; @hidden: requestBtnHidden"
88
98
  l10n="camera-permissions-request"
89
99
  ></button>
90
100
  </div>
91
- <button type="button" class="uc-shot-btn" set="onclick: onShot; @disabled: shotBtnDisabled">
101
+ <button type="button" class="uc-shot-btn" bind="onclick: onShot; @disabled: shotBtnDisabled">
92
102
  <uc-icon name="camera"></uc-icon>
93
103
  </button>
94
104
  </div>
@@ -137,13 +147,15 @@ export const CameraSource = class {
137
147
  static styleAttrs = [];
138
148
  static is = `sym-1`;
139
149
  static bindAttributes = () => {};
150
+ static addRootStyles = () => {};
151
+ static addShadowStyles = () => {};
140
152
  };
141
153
  export const CloudImageEditor = class {
142
154
  static styleAttrs = [];
143
155
  static template = `
144
156
  <svg width='0' height='0' style='position:absolute'><symbol viewBox='0 0 24 24' id='uc-icon-about' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M11.152 14.12v.1h1.523v-.1c.007-.409.053-.752.138-1.028.086-.277.22-.517.405-.72.188-.202.434-.397.735-.586.32-.191.593-.412.82-.66.232-.249.41-.531.533-.847.125-.32.187-.678.187-1.076 0-.579-.137-1.085-.41-1.518a2.717 2.717 0 0 0-1.14-1.018c-.49-.245-1.062-.367-1.715-.367-.597 0-1.142.114-1.636.34-.49.228-.884.564-1.182 1.008-.299.44-.46.98-.485 1.619h1.62c.024-.377.118-.684.282-.922a1.48 1.48 0 0 1 .617-.532c.25-.114.51-.17.784-.17.301 0 .575.063.82.191.248.124.447.302.597.533.149.23.223.504.223.82 0 .263-.05.502-.149.72a1.91 1.91 0 0 1-.405.574 3.48 3.48 0 0 1-.575.453 4.22 4.22 0 0 0-.847.66c-.234.242-.415.558-.543.949-.125.39-.19.916-.197 1.577Zm.053 3.03c.21.206.46.31.75.31.196 0 .374-.049.534-.144a1.1 1.1 0 0 0 .383-.384c.1-.163.15-.343.15-.538a1 1 0 0 0-.32-.746 1.019 1.019 0 0 0-.746-.314c-.291 0-.542.105-.751.314-.21.206-.314.455-.314.746 0 .295.104.547.314.756ZM24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-1.5 0c0 5.799-4.701 10.5-10.5 10.5S1.5 17.799 1.5 12 6.201 1.5 12 1.5 22.5 6.201 22.5 12Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-add' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M12.75 21a.75.75 0 0 1-1.5 0v-8.25H3a.75.75 0 0 1 0-1.5h8.25V3a.75.75 0 0 1 1.5 0v8.25H21a.75.75 0 0 1 0 1.5h-8.25V21Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-arrow-down' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M11.5 23.03a.75.75 0 0 0 .999 0l9.29-8.276a.75.75 0 0 0-.998-1.12l-8.042 7.164V1.53a.75.75 0 0 0-1.5 0v19.267l-8.04-7.163a.75.75 0 0 0-.998 1.12z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-back' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M20.251 12a.75.75 0 0 1-.75.75H6.067l5.72 5.85a.75.75 0 1 1-1.072 1.05L4.136 12.92a1.292 1.292 0 0 1 0-1.842l6.579-6.728a.75.75 0 1 1 1.072 1.048l-5.72 5.851H19.5a.75.75 0 0 1 .75.75Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-badge-error' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M13.6 18.4a1.6 1.6 0 1 1-3.2 0 1.6 1.6 0 0 1 3.2 0zM12 4.5A1.5 1.5 0 0 1 13.5 6v7a1.5 1.5 0 0 1-3 0V6A1.5 1.5 0 0 1 12 4.5z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-badge-success' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='m10.5 18.204 7.6-8.183a1.5 1.5 0 0 0-2.2-2.042l-5.4 5.817-2.4-2.586a1.5 1.5 0 1 0-2.2 2.041l4.6 4.953Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-box' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M1.01 4.148a.75.75 0 0 1 .75.75v4.348a4.437 4.437 0 0 1 2.988-1.153c1.734 0 3.23.992 3.978 2.438a4.478 4.478 0 0 1 3.978-2.438c2.49 0 4.488 2.044 4.488 4.543 0 2.5-1.999 4.544-4.488 4.544a4.478 4.478 0 0 1-3.978-2.438 4.478 4.478 0 0 1-3.978 2.438C2.26 17.18.26 15.135.26 12.636V4.898a.75.75 0 0 1 .75-.75Zm.75 8.488c0 1.692 1.348 3.044 2.988 3.044s2.989-1.352 2.989-3.044c0-1.691-1.349-3.043-2.989-3.043S1.76 10.945 1.76 12.636Zm10.944-3.043c-1.64 0-2.988 1.352-2.988 3.043 0 1.692 1.348 3.044 2.988 3.044s2.988-1.352 2.988-3.044c0-1.69-1.348-3.043-2.988-3.043Zm4.328-1.23a.75.75 0 0 1 1.052.128l2.333 2.983 2.333-2.983a.75.75 0 0 1 1.181.924l-2.562 3.277 2.562 3.276a.75.75 0 1 1-1.181.924l-2.333-2.983-2.333 2.983a.75.75 0 1 1-1.181-.924l2.562-3.276-2.562-3.277a.75.75 0 0 1 .129-1.052Z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-brightness' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M15 10a5 5 0 0 1-5 5m5-5a5 5 0 0 0-5-5m5 5h-5m0 5a5 5 0 0 1 0-10m0 10V5m0 15v-3M2.93 2.929 5.05 5.05M0 10h3m-.07 7.071 2.12-2.121M10 0v3m7.07 14.071-2.12-2.121M20 10h-3m.07-7.071L14.95 5.05m-.626 2.45H10m4.324 5H10'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-camera' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M7.65 2.55a.75.75 0 0 1 .6-.3h7.5a.75.75 0 0 1 .6.3l2.025 2.7H21a3 3 0 0 1 3 3v10.5a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V8.25a3 3 0 0 1 3-3h2.625zm.975 1.2L6.6 6.45a.75.75 0 0 1-.6.3H3a1.5 1.5 0 0 0-1.5 1.5v10.5a1.5 1.5 0 0 0 1.5 1.5h18a1.5 1.5 0 0 0 1.5-1.5V8.25a1.5 1.5 0 0 0-1.5-1.5h-3a.75.75 0 0 1-.6-.3l-2.025-2.7zm3.375 6a3.375 3.375 0 1 0 0 6.75 3.375 3.375 0 0 0 0-6.75zm-4.875 3.375a4.875 4.875 0 1 1 9.75 0 4.875 4.875 0 0 1-9.75 0z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-close' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M4.604 4.604a.75.75 0 0 1 1.06 0L12 10.939l6.335-6.335a.75.75 0 1 1 1.061 1.06L13.061 12l6.335 6.335a.75.75 0 1 1-1.06 1.061L12 13.061l-6.335 6.335a.75.75 0 0 1-1.061-1.06L10.939 12 4.604 5.665a.75.75 0 0 1 0-1.061z'/></symbol><symbol fill='currentColor' viewBox='0 0 20 20' id='uc-icon-closeMax' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8.232 10 3.585 5.353l1.768-1.768L10 8.232l4.648-4.647 1.767 1.768L11.768 10l4.647 4.648-1.767 1.767L10 11.768l-4.647 4.647-1.768-1.767L8.232 10Z' clip-rule='evenodd'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-collapse' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M3.116 12a.75.75 0 0 1 .75-.75h16.268a.75.75 0 0 1 0 1.5H3.866a.75.75 0 0 1-.75-.75Z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-contrast' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M2 10a8 8 0 1 0 16 0 8 8 0 1 0-16 0m8-8v16m8-8h-8m7.598 2.5H10m6.24 2.5H10m7.6-7.5H10M16.242 5H10'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-crop' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M20 14H7.005C6.45 14 6 13.55 6 12.995V0M0 6h13.067c.515 0 .933.418.933.933V20M14.5.4 13 2l1.5 1.6M13 2h2a3 3 0 0 1 3 3v2M5.5 19.6 7 18l-1.5-1.6M7 18H5a3 3 0 0 1-3-3v-2'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-default' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M11.501.392a.75.75 0 0 1 .998 0l6.704 5.972a.75.75 0 0 1-.998 1.12l-5.455-4.86v13.439a.75.75 0 0 1-1.5 0V2.625l-5.454 4.86a.75.75 0 1 1-.998-1.12zM.857 16.73a.75.75 0 0 1 .75.75v4.914h20.786v-4.914a.75.75 0 0 1 1.5 0v5.664a.75.75 0 0 1-.75.75H.857a.75.75 0 0 1-.75-.75v-5.664a.75.75 0 0 1 .75-.75z'/></symbol><symbol fill='currentColor' viewBox='0 0 20 20' id='uc-icon-done' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='m18.057 6.333-9.365 9.125a1.25 1.25 0 0 1-1.768-.023L1.92 10.296l1.791-1.744 4.132 4.243 8.47-8.253 1.744 1.79Z' clip-rule='evenodd'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-dropbox' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M6.019 1.92a.75.75 0 0 1 .806 0L12 5.219l5.176-3.297a.75.75 0 0 1 .806 0l5.577 3.553a.75.75 0 0 1 0 1.265l-4.574 2.914 4.574 2.914a.75.75 0 0 1 0 1.265l-5.577 3.554a.75.75 0 0 1-.806 0L12 14.089l-5.175 3.297a.75.75 0 0 1-.806 0L.44 13.833a.75.75 0 0 1 0-1.266l4.575-2.914L.44 6.74a.75.75 0 0 1 0-1.265zm.403 8.616L2.24 13.2l4.182 2.664 4.181-2.664zm6.975 2.664 4.182 2.664L21.76 13.2l-4.181-2.664zm2.776-3.547L12 12.311 7.828 9.653 12 6.995zm1.406-.882 4.181-2.664-4.181-2.664-4.182 2.664zm-6.976-2.664L6.422 3.443 2.24 6.107 6.422 8.77zM5.791 18.544a.75.75 0 0 1 1.035-.23l5.175 3.297 5.175-3.297a.75.75 0 1 1 .806 1.265l-5.578 3.554a.75.75 0 0 1-.806 0L6.02 19.579a.75.75 0 0 1-.23-1.035z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-edit-file' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M18.558 2.804a.78.78 0 0 0-.557.235l-.008.007-2.472 2.46 3.847 3.848 2.46-2.473.004-.003a.78.78 0 0 0 0-1.108l-.004-.003-2.712-2.728a.78.78 0 0 0-.558-.235Zm-.248 7.613-3.852-3.852-8.93 8.887-1.516 5.41 5.41-1.515 8.888-8.93Zm-.636-8.934a2.28 2.28 0 0 1 2.512.505l2.702 2.717.002.002a2.278 2.278 0 0 1 0 3.234l-.002.002-12.541 12.602a.75.75 0 0 1-.33.193l-6.884 1.928a.75.75 0 0 1-.925-.924l1.928-6.885a.75.75 0 0 1 .193-.33l12.603-12.54a2.28 2.28 0 0 1 .742-.504Z' clip-rule='evenodd'/></symbol><symbol fill='currentColor' viewBox='0 0 25 24' id='uc-icon-edit-file' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M18.558 2.804a.78.78 0 0 0-.557.235l-.008.007-2.472 2.46 3.847 3.848 2.46-2.473.004-.003a.78.78 0 0 0 0-1.108l-.004-.003-2.712-2.728a.78.78 0 0 0-.558-.235Zm-.248 7.613-3.852-3.852-8.93 8.887-1.516 5.41 5.41-1.515 8.888-8.93Zm-.636-8.934a2.28 2.28 0 0 1 2.512.505l2.702 2.717.002.002a2.278 2.278 0 0 1 0 3.234l-.002.002-12.541 12.602a.75.75 0 0 1-.33.193l-6.884 1.928a.75.75 0 0 1-.925-.924l1.928-6.885a.75.75 0 0 1 .193-.33l12.603-12.54a2.28 2.28 0 0 1 .742-.504Z' clip-rule='evenodd'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-enhance' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M19 13h-2m0 0a4 4 0 0 1-4-4m4 4a4 4 0 0 0-4 4m0-8V7m0 2a4 4 0 0 1-4 4m-2 0h2m0 0a4 4 0 0 1 4 4m0 0v2M8 8.5H6.5m0 0a2 2 0 0 1-2-2m2 2a2 2 0 0 0-2 2m0-4V5m0 1.5a2 2 0 0 1-2 2M1 8.5h1.5m0 0a2 2 0 0 1 2 2m0 0V12M12 3h-1m0 0a1 1 0 0 1-1-1m1 1a1 1 0 0 0-1 1m0-2V1m0 1a1 1 0 0 1-1 1M8 3h1m0 0a1 1 0 0 1 1 1m0 0v1'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-error' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M13 13h-2V7h2m0 10h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-evernote' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M9.804 2.27v-.048c.055-.263.313-.562.85-.562h.44c.142 0 .325.014.526.033.066.009.124.023.267.06l.13.032h.002c.319.079.515.275.644.482a1.461 1.461 0 0 1 .16.356l.004.012a.75.75 0 0 0 .603.577l1.191.207a1988.512 1988.512 0 0 0 2.332.402c.512.083 1.1.178 1.665.442.64.3 1.19.795 1.376 1.77.548 2.931.657 5.829.621 8a39.233 39.233 0 0 1-.125 2.602 17.518 17.518 0 0 1-.092.849.735.735 0 0 0-.024.112c-.378 2.705-1.269 3.796-2.04 4.27-.746.457-1.53.451-2.217.447h-.192c-.46 0-1.073-.23-1.581-.635-.518-.412-.763-.87-.763-1.217 0-.45.188-.688.355-.786.161-.095.436-.137.796.087a.75.75 0 1 0 .792-1.274c-.766-.476-1.64-.52-2.345-.108-.7.409-1.098 1.188-1.098 2.08 0 .996.634 1.84 1.329 2.392.704.56 1.638.96 2.515.96l.185.002c.667.009 1.874.025 3.007-.67 1.283-.786 2.314-2.358 2.733-5.276a4.213 4.213 0 0 0 .056-.335c.023-.184.051-.445.079-.772.055-.655.111-1.585.13-2.704.037-2.234-.074-5.239-.647-8.301v-.002c-.294-1.544-1.233-2.391-2.215-2.85-.777-.363-1.623-.496-2.129-.576a8.872 8.872 0 0 1-.25-.041l-.006-.001-1.99-.345-.761-.132a2.93 2.93 0 0 0-.182-.338A2.532 2.532 0 0 0 12.379.329l-.091-.023a3.967 3.967 0 0 0-.493-.103L11.769.2a7.846 7.846 0 0 0-.675-.04h-.44c-.733 0-1.368.284-1.795.742L2.416 7.431c-.468.428-.751 1.071-.751 1.81 0 .02 0 .041.003.062l.003.034c.017.21.038.468.096.796.107.715.275 1.47.391 1.994.029.13.055.245.075.342l.002.008c.258 1.141.641 1.94.978 2.466.168.263.323.456.444.589a2.808 2.808 0 0 0 .192.194c1.536 1.562 3.713 2.196 5.731 2.08.13-.005.35-.032.537-.073a2.627 2.627 0 0 0 .652-.24c.425-.26.75-.661.992-1.046.184-.294.342-.61.473-.915a3.8 3.8 0 0 0 .627.493 5.022 5.022 0 0 0 1.97.709l.023.002.018.003.11.016c.088.014.205.035.325.058l.056.014c.088.022.164.04.235.061a1.736 1.736 0 0 1 .145.048l.03.014c.765.34 1.302 1.09 1.302 1.871a.75.75 0 0 0 1.5 0c0-1.456-.964-2.69-2.18-3.235a3.595 3.595 0 0 0-.679-.217l-.063-.015a10.616 10.616 0 0 0-.606-.105l-.02-.003-.03-.003h-.002a3.542 3.542 0 0 1-1.331-.485c-.471-.298-.788-.692-.828-1.234a.75.75 0 0 0-1.48-.106l-.001.003-.004.017a8.23 8.23 0 0 1-.092.352 9.963 9.963 0 0 1-.298.892c-.132.34-.29.68-.47.966-.174.276-.339.454-.478.549a1.178 1.178 0 0 1-.221.072 1.949 1.949 0 0 1-.241.036h-.013l-.032.002c-1.684.1-3.423-.437-4.604-1.65a.746.746 0 0 0-.053-.05L4.84 14.6a1.348 1.348 0 0 1-.07-.073 2.99 2.99 0 0 1-.293-.392c-.242-.379-.558-1.014-.778-1.985a54.1 54.1 0 0 0-.083-.376 27.494 27.494 0 0 1-.367-1.872l-.003-.02a6.791 6.791 0 0 1-.08-.67c.004-.277.086-.475.2-.609l.067-.067a.63.63 0 0 1 .292-.145h.05c.18 0 1.095.055 2.013.115l1.207.08.534.037a.747.747 0 0 0 .052.002c.782 0 1.349-.206 1.759-.585l.005-.005c.553-.52.622-1.225.622-1.76V6.24l-.026-.565A774.97 774.97 0 0 1 9.885 4.4c-.042-.961-.081-1.939-.081-2.13ZM4.995 6.953a251.126 251.126 0 0 1 2.102.137l.508.035c.48-.004.646-.122.715-.185.07-.068.146-.209.147-.649l-.024-.548a791.69 791.69 0 0 1-.095-2.187L4.995 6.953Zm16.122 9.996Zm-5.479-5.323a.75.75 0 0 0 1.014.31 2.04 2.04 0 0 1 .304-.089 1.84 1.84 0 0 1 .544-.039c.215.023.321.06.37.085.033.016.039.026.047.04a.75.75 0 0 0 1.289-.767c-.337-.567-.906-.783-1.552-.85a3.334 3.334 0 0 0-1.002.062c-.27.056-.531.14-.705.234a.75.75 0 0 0-.31 1.014Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-expand' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='m12 8.337-8.47 8.47a.75.75 0 0 1-1.06-1.06l8.605-8.606a1.29 1.29 0 0 1 1.85 0l8.605 8.605a.75.75 0 1 1-1.06 1.06L12 8.338Z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-exposure' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M10 20v-3M2.93 2.929 5.05 5.05M0 10h3m-.07 7.071 2.12-2.121M10 0v3m7.07 14.071-2.12-2.121M20 10h-3m.07-7.071L14.95 5.05M5 10a5 5 0 1 0 10 0 5 5 0 1 0-10 0'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-external-source-placeholder' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M6.341 3.27a10.5 10.5 0 0 1 5.834-1.77.75.75 0 0 0 0-1.5 12 12 0 1 0 12 12 .75.75 0 0 0-1.5 0A10.5 10.5 0 1 1 6.34 3.27Zm14.145 1.48a.75.75 0 1 0-1.06-1.062L9.925 13.19V7.95a.75.75 0 1 0-1.5 0V15c0 .414.336.75.75.75h7.05a.75.75 0 0 0 0-1.5h-5.24l9.501-9.5Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-facebook' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M12 1.5C6.201 1.5 1.5 6.201 1.5 12c0 4.943 3.416 9.089 8.016 10.204v-6.108H7.383a.75.75 0 0 1-.75-.75v-3.281a.75.75 0 0 1 .75-.75h2.133V9.393c0-.958.225-2.511 1.38-3.65 1.194-1.177 3.174-1.718 6.254-1.056a.75.75 0 0 1 .592.733v2.754a.75.75 0 0 1-.75.75c-.692 0-1.203.026-1.584.082-.387.057-.578.137-.675.202-.109.073-.237.205-.237 1.029v1.078h2.39a.75.75 0 0 1 .742.866l-.516 3.281a.75.75 0 0 1-.74.634h-1.876v6.106C19.09 21.082 22.5 16.939 22.5 12c0-5.799-4.701-10.5-10.5-10.5zM0 12C0 5.373 5.373 0 12 0s12 5.373 12 12c0 5.995-4.395 10.961-10.138 11.856a.75.75 0 0 1-.866-.74v-7.77a.75.75 0 0 1 .75-.75h1.984l.28-1.781h-2.264a.75.75 0 0 1-.75-.75v-1.828c0-.829.089-1.729.9-2.274.363-.244.807-.37 1.293-.441a9.623 9.623 0 0 1 1.053-.086V6.04c-2.41-.405-3.645.132-4.293.771-.737.728-.933 1.793-.933 2.582v2.672a.75.75 0 0 1-.75.75H8.133v1.78h2.133a.75.75 0 0 1 .75.75v7.772a.75.75 0 0 1-.865.741C4.4 22.968 0 18 0 12z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-file' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M2.895 1.201c0-.473.383-.857.857-.857h8.4c.227 0 .445.09.606.251l8.4 8.4c.16.16.25.379.25.606v13.2a.857.857 0 0 1-.856.857h-16.8a.857.857 0 0 1-.857-.857zm1.714.857v19.886h15.085V10.458h-7.542a.857.857 0 0 1-.858-.857V2.058zm8.4 1.213 5.473 5.473H13.01z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-filters' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M4.5 6.5a5.5 5.5 0 1 0 11 0 5.5 5.5 0 1 0-11 0m-3.5 6a5.5 5.5 0 1 0 11 0 5.5 5.5 0 1 0-11 0m7 0a5.5 5.5 0 1 0 11 0 5.5 5.5 0 1 0-11 0'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-flickr' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M5.959 7.926c-2.298 0-4.14 1.834-4.14 4.073 0 2.241 1.842 4.075 4.14 4.075 2.302 0 4.145-1.834 4.145-4.075 0-2.238-1.843-4.073-4.145-4.073Zm-5.64 4.073c0-3.086 2.533-5.573 5.64-5.573 3.11 0 5.645 2.486 5.645 5.573 0 3.089-2.535 5.575-5.645 5.575-3.107 0-5.64-2.487-5.64-5.575Zm18.07-4.073c-2.301 0-4.144 1.835-4.144 4.073 0 2.24 1.843 4.075 4.145 4.075 2.299 0 4.141-1.834 4.141-4.075 0-2.239-1.842-4.073-4.141-4.073Zm-5.644 4.073c0-3.087 2.535-5.573 5.645-5.573 3.108 0 5.641 2.487 5.641 5.573 0 3.088-2.533 5.575-5.641 5.575-3.11 0-5.645-2.486-5.645-5.575Z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-flip' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M19.6 5 18 3.5 16.4 5m3.2 10L18 16.5 16.4 15M18 3.523v12.954M3.3 8.5h10.654c.301 0 .415-.395.159-.554L3.459 1.286A.3.3 0 0 0 3 1.542V8.2a.3.3 0 0 0 .3.3zm0 3h10.654c.301 0 .415.395.159.554l-10.654 6.66A.3.3 0 0 1 3 18.458v-6.66a.3.3 0 0 1 .3-.3z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-gamma' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M17 3C9 6 2.5 11.5 2.5 17.5m0 0h1m-1 0v-1m14 1h1m-3 0h1m-3 0h1m-3 0h1m-3 0h1m-3 0h1m-3 0h1m-3-14v-1m0 3v-1m0 3v-1m0 3v-1m0 3v-1m0 3v-1m0 3v-1'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-gdrive' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M7.736 1.818a.75.75 0 0 1 .647-.37h7.587a.75.75 0 0 1 .655.383l7.233 12.946a.75.75 0 0 1-.003.737l-3.794 6.66a.75.75 0 0 1-.651.378H4.59a.75.75 0 0 1-.651-.378l-3.794-6.66a.75.75 0 0 1 .005-.75zm.64 1.876L1.663 15.148l2.93 5.145 6.655-11.581zm3.736 6.526-2.398 4.173H14.5zm4.116 4.173h5.697L15.53 2.947H9.677zm5.685 1.5H8.852l-2.966 5.16h13.088z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-gphotos' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M12.51 0c-.702 0-1.272.57-1.272 1.273V7.35A6.381 6.381 0 0 0 0 11.489c0 .703.57 1.273 1.273 1.273H7.35A6.381 6.381 0 0 0 11.488 24c.704 0 1.274-.57 1.274-1.273V16.65A6.381 6.381 0 0 0 24 12.51c0-.703-.57-1.273-1.273-1.273H16.65A6.381 6.381 0 0 0 12.511 0Zm.252 11.232V1.53a4.857 4.857 0 0 1 0 9.702Zm-1.53.006H1.53a4.857 4.857 0 0 1 9.702 0Zm1.536 1.524a4.857 4.857 0 0 0 9.702 0h-9.702Zm-6.136 4.857c0-2.598 2.04-4.72 4.606-4.85v9.7a4.857 4.857 0 0 1-4.606-4.85Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-huddle' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M6.204 2.002c-.252.23-.357.486-.357.67V21.07c0 .15.084.505.313.812.208.28.499.477.929.477.519 0 .796-.174.956-.365.178-.212.286-.535.286-.924v-.013l.117-6.58c.004-1.725 1.419-3.883 3.867-3.883 1.33 0 2.332.581 2.987 1.364.637.762.95 1.717.95 2.526v6.47c0 .392.11.751.305.995.175.22.468.41 1.008.41.52 0 .816-.198 1.002-.437.207-.266.31-.633.31-.969V14.04c0-2.81-1.943-5.108-4.136-5.422a5.971 5.971 0 0 0-3.183.41c-.912.393-1.538.96-1.81 1.489a.75.75 0 0 1-1.417-.344v-7.5c0-.587-.47-1.031-1.242-1.031-.315 0-.638.136-.885.36ZM5.194.892A2.844 2.844 0 0 1 7.09.142c1.328 0 2.742.867 2.742 2.53v5.607a6.358 6.358 0 0 1 1.133-.629 7.47 7.47 0 0 1 3.989-.516c3.056.436 5.425 3.482 5.425 6.906v6.914c0 .602-.177 1.313-.627 1.89-.47.605-1.204 1.016-2.186 1.016-.96 0-1.698-.37-2.179-.973-.46-.575-.633-1.294-.633-1.933v-6.469c0-.456-.19-1.071-.602-1.563-.394-.471-.986-.827-1.836-.827-1.447 0-2.367 1.304-2.367 2.39v.014l-.117 6.58c-.001.64-.177 1.333-.637 1.881-.48.57-1.2.9-2.105.9-.995 0-1.7-.5-2.132-1.081-.41-.552-.61-1.217-.61-1.708V2.672c0-.707.366-1.341.847-1.78Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-info' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M11 9h2V7h-2m1 13c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m-1 15h2v-6h-2v6Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-instagram' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M6.225 12a5.775 5.775 0 1 1 11.55 0 5.775 5.775 0 0 1-11.55 0zM12 7.725a4.275 4.275 0 1 0 0 8.55 4.275 4.275 0 0 0 0-8.55zm6.425-.75a1.4 1.4 0 1 0 0-2.8 1.4 1.4 0 0 0 0 2.8zm-6.467-6.8h.084c2.152 0 3.823 0 5.152.132 1.35.134 2.427.41 3.362 1.013a7.15 7.15 0 0 1 2.124 2.124c.604.935.88 2.012 1.013 3.362.132 1.329.132 3 .132 5.152v.084c0 2.152 0 3.823-.132 5.152-.134 1.35-.41 2.427-1.013 3.362a7.15 7.15 0 0 1-2.124 2.124c-.935.604-2.012.88-3.362 1.013-1.329.132-3 .132-5.152.132h-.084c-2.152 0-3.824 0-5.153-.132-1.35-.134-2.427-.409-3.36-1.013a7.15 7.15 0 0 1-2.125-2.124C.716 19.62.44 18.544.307 17.194c-.132-1.329-.132-3-.132-5.152v-.084c0-2.152 0-3.823.132-5.152.133-1.35.409-2.427 1.013-3.362A7.15 7.15 0 0 1 3.444 1.32C4.378.716 5.456.44 6.805.307c1.33-.132 3-.132 5.153-.132zM6.953 1.799c-1.234.123-2.043.36-2.695.78A5.65 5.65 0 0 0 2.58 4.26c-.42.65-.657 1.46-.78 2.695C1.676 8.2 1.675 9.797 1.675 12s0 3.8.124 5.046c.123 1.235.36 2.044.78 2.696a5.649 5.649 0 0 0 1.68 1.678c.65.421 1.46.658 2.694.78 1.247.124 2.844.125 5.047.125s3.8 0 5.046-.124c1.235-.123 2.044-.36 2.695-.78a5.648 5.648 0 0 0 1.68-1.68c.42-.65.657-1.46.78-2.694.123-1.247.124-2.844.124-5.047s-.001-3.8-.125-5.046c-.122-1.235-.359-2.044-.78-2.695a5.65 5.65 0 0 0-1.679-1.68c-.651-.42-1.46-.657-2.695-.78-1.246-.123-2.843-.124-5.046-.124-2.203 0-3.8 0-5.047.124z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-local' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M3 3.75a1.5 1.5 0 0 0-1.5 1.5v13.5a1.5 1.5 0 0 0 1.5 1.5h18a1.5 1.5 0 0 0 1.5-1.5V9A1.5 1.5 0 0 0 21 7.5h-9a.75.75 0 0 1-.643-.364L9.325 3.75zm-3 1.5a3 3 0 0 1 3-3h6.75a.75.75 0 0 1 .643.364L12.425 6H21a3 3 0 0 1 3 3v9.75a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-mirror' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M5 .4 3.5 2 5 3.6M15 .4 16.5 2 15 3.6M3.52 2h12.957M8.5 16.7V6.046c0-.301-.394-.415-.554-.159L1.287 16.541a.3.3 0 0 0 .255.459H8.2a.3.3 0 0 0 .3-.3zm3 0V6.046c0-.301.395-.415.555-.159l6.659 10.654a.3.3 0 0 1-.255.459H11.8a.3.3 0 0 1-.3-.3z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-onedrive' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M13.616 4.147a7.689 7.689 0 0 0-7.642 3.285A6.299 6.299 0 0 0 1.455 17.3c.684.894 2.473 2.658 5.17 2.658h12.141c.95 0 1.882-.256 2.697-.743.815-.486 1.514-1.247 1.964-2.083a5.26 5.26 0 0 0-3.713-7.612 7.69 7.69 0 0 0-6.098-5.373ZM3.34 17.15c.674.63 1.761 1.308 3.284 1.308h12.142a3.76 3.76 0 0 0 2.915-1.383l-7.494-4.489L3.34 17.15Zm10.875-6.25 2.47-1.038a5.239 5.239 0 0 1 1.427-.389 6.19 6.19 0 0 0-10.3-1.952 6.338 6.338 0 0 1 2.118.813l4.285 2.567Zm4.55.033c-.512 0-1.019.104-1.489.307l-.006.003-1.414.594 6.521 3.906a3.76 3.76 0 0 0-3.357-4.8l-.254-.01ZM4.097 9.617A4.799 4.799 0 0 1 6.558 8.9c.9 0 1.84.25 2.587.713l3.4 2.037-10.17 4.28a4.799 4.799 0 0 1 1.721-6.312Z'/></symbol><symbol viewBox='0 0 40 40' id='uc-icon-original' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.5' d='M0 40 40 0'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-remove-file' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M11.955 3.3A2.969 2.969 0 0 0 8.998 6h5.914a2.97 2.97 0 0 0-2.957-2.7zM16.416 6a4.47 4.47 0 0 0-8.922 0h-2.32a.755.755 0 0 0-.111.008H3.075a.75.75 0 1 0 0 1.5h1.35V19.35a2.85 2.85 0 0 0 2.85 2.85h9.45a2.85 2.85 0 0 0 2.85-2.85V7.508h1.35a.75.75 0 0 0 0-1.5h-1.989A.754.754 0 0 0 18.825 6zM5.925 7.508V19.35a1.35 1.35 0 0 0 1.35 1.35h9.45a1.35 1.35 0 0 0 1.35-1.35V7.508z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-rotate' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M13.5.4 12 2l1.5 1.6M12.023 2H14.4A3.6 3.6 0 0 1 18 5.6V8M4 17h9a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-sad' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M2 17c4.418-4 11.582-4 16 0M16.5 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-11 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-saturation' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='bwuc-icon-id__a' x1='10.001' y1='1' x2='10.001' y2='19' gradientUnits='userSpaceOnUse'><stop stop-color='#DE15FF'/><stop offset='.203' stop-color='#0029FF'/><stop offset='.479' stop-color='#2AE4F0'/><stop offset='.604' stop-color='#15EF11'/><stop offset='.75' stop-color='#FAE528'/><stop offset='1' stop-color='#EB2A2A'/></linearGradient></defs><circle cx='10.001' cy='10' r='9' transform='rotate(90 10 10)' fill='url(#bwuc-icon-id__a)'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-select' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='m7 10 5 5 5-5H7Z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-slider' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M0 10h11m0 0a2 2 0 1 0 4 0m-4 0a2 2 0 1 1 4 0m0 0h5'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-tuning' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M8 10h11M1 10h4M1 4.5h11m3 0h4m-18 11h11m3 0h4m-7-11a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0M5 10a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0m7 5.5a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-upload' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M11.501.392a.75.75 0 0 1 .998 0l6.704 5.972a.75.75 0 0 1-.998 1.12l-5.455-4.86v13.439a.75.75 0 0 1-1.5 0V2.625l-5.454 4.86a.75.75 0 1 1-.998-1.12zM.857 16.73a.75.75 0 0 1 .75.75v4.914h20.786v-4.914a.75.75 0 0 1 1.5 0v5.664a.75.75 0 0 1-.75.75H.857a.75.75 0 0 1-.75-.75v-5.664a.75.75 0 0 1 .75-.75z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-upload-error' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M13 13h-2V7h2m0 10h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-url' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M19.11 3.67c-1.71-1.709-4.578-1.682-6.408.148l-2.22 2.22a.75.75 0 0 1-1.062-1.06l2.222-2.221C14.018.381 17.836.276 20.17 2.61l1.22 1.22c2.335 2.334 2.23 6.153-.147 8.529l-2.22 2.22a.75.75 0 0 1-1.062-1.06l2.222-2.221c1.83-1.83 1.856-4.698.147-6.408zm-3.36 4.58a.75.75 0 0 1 0 1.06l-6.439 6.44a.75.75 0 0 1-1.06-1.06l6.439-6.44a.75.75 0 0 1 1.06 0zM6.04 9.42a.75.75 0 0 1 0 1.061l-2.222 2.222c-1.83 1.83-1.856 4.698-.147 6.407l1.22 1.22c1.71 1.71 4.578 1.683 6.408-.147l2.221-2.221a.75.75 0 1 1 1.06 1.06l-2.22 2.222c-2.377 2.376-6.195 2.481-8.53.147l-1.22-1.22c-2.334-2.334-2.228-6.153.148-8.53l2.221-2.22a.75.75 0 0 1 1.06 0z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-vibrance' xmlns='http://www.w3.org/2000/svg'><path d='M2.125 5.64A8.96 8.96 0 0 0 1.001 10a8.96 8.96 0 0 0 1.124 4.36V5.64z' fill='url(#bzuc-icon-id__a)'/><path d='M2.875 15.499V4.502a9.053 9.053 0 0 1 1.75-1.72v14.437a9.05 9.05 0 0 1-1.75-1.72z' fill='url(#bzuc-icon-id__b)'/><path d='M5.375 17.722c.548.33 1.134.601 1.75.809V1.469a8.956 8.956 0 0 0-1.75.81v15.443z' fill='url(#bzuc-icon-id__c)'/><path d='M7.875 1.253v17.495c.564.136 1.15.22 1.75.244V1.008a9 9 0 0 0-1.75.245z' fill='url(#bzuc-icon-id__d)'/><path d='M10.375 1.008v17.984a9 9 0 0 0 1.75-.244V1.252a9 9 0 0 0-1.75-.244z' fill='url(#bzuc-icon-id__e)'/><path d='M12.875 1.469V18.53a8.957 8.957 0 0 0 1.75-.808V2.277a8.957 8.957 0 0 0-1.75-.808z' fill='url(#bzuc-icon-id__f)'/><path d='M15.375 2.78v14.44a9.053 9.053 0 0 0 1.75-1.72v-11a9.054 9.054 0 0 0-1.75-1.72z' fill='url(#bzuc-icon-id__g)'/><path d='M17.875 5.638v8.724A8.959 8.959 0 0 0 19.001 10a8.96 8.96 0 0 0-1.126-4.362z' fill='url(#bzuc-icon-id__h)'/><defs><linearGradient id='bzuc-icon-id__a' x1='19.001' y1='10' x2='1.001' y2='10' gradientUnits='userSpaceOnUse'><stop stop-color='#DE15FF'/><stop offset='.203' stop-color='#0029FF'/><stop offset='.479' stop-color='#2AE4F0'/><stop offset='.604' stop-color='#15EF11'/><stop offset='.75' stop-color='#FAE528'/><stop offset='1' stop-color='#EB2A2A'/></linearGradient><linearGradient id='bzuc-icon-id__b' x1='19.001' y1='10' x2='1.001' y2='10' gradientUnits='userSpaceOnUse'><stop stop-color='#DE15FF'/><stop offset='.203' stop-color='#0029FF'/><stop offset='.479' stop-color='#2AE4F0'/><stop offset='.604' stop-color='#15EF11'/><stop offset='.75' stop-color='#FAE528'/><stop offset='1' stop-color='#EB2A2A'/></linearGradient><linearGradient id='bzuc-icon-id__c' x1='19.001' y1='10' x2='1.001' y2='10' gradientUnits='userSpaceOnUse'><stop stop-color='#DE15FF'/><stop offset='.203' stop-color='#0029FF'/><stop offset='.479' stop-color='#2AE4F0'/><stop offset='.604' stop-color='#15EF11'/><stop offset='.75' stop-color='#FAE528'/><stop offset='1' stop-color='#EB2A2A'/></linearGradient><linearGradient id='bzuc-icon-id__d' x1='19.001' y1='10' x2='1.001' y2='10' gradientUnits='userSpaceOnUse'><stop stop-color='#DE15FF'/><stop offset='.203' stop-color='#0029FF'/><stop offset='.479' stop-color='#2AE4F0'/><stop offset='.604' stop-color='#15EF11'/><stop offset='.75' stop-color='#FAE528'/><stop offset='1' stop-color='#EB2A2A'/></linearGradient><linearGradient id='bzuc-icon-id__e' x1='19.001' y1='10' x2='1.001' y2='10' gradientUnits='userSpaceOnUse'><stop stop-color='#DE15FF'/><stop offset='.203' stop-color='#0029FF'/><stop offset='.479' stop-color='#2AE4F0'/><stop offset='.604' stop-color='#15EF11'/><stop offset='.75' stop-color='#FAE528'/><stop offset='1' stop-color='#EB2A2A'/></linearGradient><linearGradient id='bzuc-icon-id__f' x1='19.001' y1='10' x2='1.001' y2='10' gradientUnits='userSpaceOnUse'><stop stop-color='#DE15FF'/><stop offset='.203' stop-color='#0029FF'/><stop offset='.479' stop-color='#2AE4F0'/><stop offset='.604' stop-color='#15EF11'/><stop offset='.75' stop-color='#FAE528'/><stop offset='1' stop-color='#EB2A2A'/></linearGradient><linearGradient id='bzuc-icon-id__g' x1='19.001' y1='10' x2='1.001' y2='10' gradientUnits='userSpaceOnUse'><stop stop-color='#DE15FF'/><stop offset='.203' stop-color='#0029FF'/><stop offset='.479' stop-color='#2AE4F0'/><stop offset='.604' stop-color='#15EF11'/><stop offset='.75' stop-color='#FAE528'/><stop offset='1' stop-color='#EB2A2A'/></linearGradient><linearGradient id='bzuc-icon-id__h' x1='19.001' y1='10' x2='1.001' y2='10' gradientUnits='userSpaceOnUse'><stop stop-color='#DE15FF'/><stop offset='.203' stop-color='#0029FF'/><stop offset='.479' stop-color='#2AE4F0'/><stop offset='.604' stop-color='#15EF11'/><stop offset='.75' stop-color='#FAE528'/><stop offset='1' stop-color='#EB2A2A'/></linearGradient></defs></symbol><symbol viewBox='0 0 24 24' id='uc-icon-vk' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M6.341 3.27a10.5 10.5 0 0 1 5.834-1.77.75.75 0 0 0 0-1.5 12 12 0 1 0 12 12 .75.75 0 0 0-1.5 0A10.5 10.5 0 1 1 6.34 3.27Zm14.145 1.48a.75.75 0 1 0-1.06-1.062L9.925 13.19V7.95a.75.75 0 1 0-1.5 0V15c0 .414.336.75.75.75h7.05a.75.75 0 0 0 0-1.5h-5.24l9.501-9.5Z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-warmth' xmlns='http://www.w3.org/2000/svg'><path d='m7.5 13.05.429.42.171-.175v-.244h-.6zm5 0h-.6v.245l.172.175.428-.42zM8.1 3.5c0-1.05.85-1.9 1.9-1.9V.4a3.1 3.1 0 0 0-3.1 3.1h1.2zm0 9.55V3.5H6.9v9.55h1.2zm-1 2.45c0-.79.315-1.506.829-2.03l-.858-.84A4.088 4.088 0 0 0 5.9 15.5h1.2zm2.9 2.9a2.9 2.9 0 0 1-2.9-2.9H5.9a4.1 4.1 0 0 0 4.1 4.1v-1.2zm2.9-2.9a2.9 2.9 0 0 1-2.9 2.9v1.2a4.1 4.1 0 0 0 4.1-4.1h-1.2zm-.829-2.03c.514.524.829 1.24.829 2.03h1.2c0-1.117-.447-2.13-1.171-2.87l-.858.84zM11.9 3.5v9.55h1.2V3.5h-1.2zM10 1.6c1.05 0 1.9.85 1.9 1.9h1.2A3.1 3.1 0 0 0 10 .4v1.2z' fill='currentColor'/><path d='M10 14V8' stroke='currentColor' stroke-width='1.2' stroke-linecap='round'/><path d='M14 3h3m-3 3h3m-3 3h3m-8 6.5a1 1 0 1 0 2 0 1 1 0 1 0-2 0' stroke='currentColor' stroke-width='1.2'/></symbol></svg>
145
157
  <div class="uc-wrapper uc-wrapper_desktop">
146
- <uc-presence-toggle class="uc-network_problems_splash" set="visible: presence.networkProblems;">
158
+ <uc-presence-toggle class="uc-network_problems_splash" bind="visible: presence.networkProblems;">
147
159
  <div class="uc-network_problems_content">
148
160
  <div class="uc-network_problems_icon">
149
161
  <uc-icon name="sad"></uc-icon>
@@ -151,7 +163,7 @@ export const CloudImageEditor = class {
151
163
  <div class="uc-network_problems_text">Network error</div>
152
164
  </div>
153
165
  <div class="uc-network_problems_footer">
154
- <uc-btn-ui theme="primary" text="Retry" set="onclick: *on.retryNetwork"></uc-btn-ui>
166
+ <uc-btn-ui theme="primary" text="Retry" bind="onclick: *on.retryNetwork"></uc-btn-ui>
155
167
  </div>
156
168
  </uc-presence-toggle>
157
169
  <div class="uc-viewport">
@@ -166,7 +178,7 @@ export const CloudImageEditor = class {
166
178
  <div class="uc-info_pan">{{msg}}</div>
167
179
  </div>
168
180
  <div class="uc-toolbar">
169
- <uc-line-loader-ui set="active: showLoader"></uc-line-loader-ui>
181
+ <uc-line-loader-ui bind="active: showLoader"></uc-line-loader-ui>
170
182
  <div class="uc-toolbar_content uc-toolbar_content__editor">
171
183
  <uc-editor-toolbar></uc-editor-toolbar>
172
184
  </div>
@@ -177,6 +189,8 @@ export const CloudImageEditor = class {
177
189
  static reg = () => {};
178
190
  static is = `sym-1`;
179
191
  static bindAttributes = () => {};
192
+ static addRootStyles = () => {};
193
+ static addShadowStyles = () => {};
180
194
  };
181
195
  export const CloudImageEditorActivity = class {
182
196
  static extSrcList = {
@@ -223,13 +237,15 @@ export const CloudImageEditorActivity = class {
223
237
  static styleAttrs = [];
224
238
  static is = `sym-1`;
225
239
  static bindAttributes = () => {};
240
+ static addRootStyles = () => {};
241
+ static addShadowStyles = () => {};
226
242
  };
227
243
  export const CloudImageEditorBlock = class {
228
244
  static styleAttrs = [];
229
245
  static template = `
230
246
  <svg width='0' height='0' style='position:absolute'><symbol viewBox='0 0 24 24' id='uc-icon-about' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M11.152 14.12v.1h1.523v-.1c.007-.409.053-.752.138-1.028.086-.277.22-.517.405-.72.188-.202.434-.397.735-.586.32-.191.593-.412.82-.66.232-.249.41-.531.533-.847.125-.32.187-.678.187-1.076 0-.579-.137-1.085-.41-1.518a2.717 2.717 0 0 0-1.14-1.018c-.49-.245-1.062-.367-1.715-.367-.597 0-1.142.114-1.636.34-.49.228-.884.564-1.182 1.008-.299.44-.46.98-.485 1.619h1.62c.024-.377.118-.684.282-.922a1.48 1.48 0 0 1 .617-.532c.25-.114.51-.17.784-.17.301 0 .575.063.82.191.248.124.447.302.597.533.149.23.223.504.223.82 0 .263-.05.502-.149.72a1.91 1.91 0 0 1-.405.574 3.48 3.48 0 0 1-.575.453 4.22 4.22 0 0 0-.847.66c-.234.242-.415.558-.543.949-.125.39-.19.916-.197 1.577Zm.053 3.03c.21.206.46.31.75.31.196 0 .374-.049.534-.144a1.1 1.1 0 0 0 .383-.384c.1-.163.15-.343.15-.538a1 1 0 0 0-.32-.746 1.019 1.019 0 0 0-.746-.314c-.291 0-.542.105-.751.314-.21.206-.314.455-.314.746 0 .295.104.547.314.756ZM24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-1.5 0c0 5.799-4.701 10.5-10.5 10.5S1.5 17.799 1.5 12 6.201 1.5 12 1.5 22.5 6.201 22.5 12Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-add' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M12.75 21a.75.75 0 0 1-1.5 0v-8.25H3a.75.75 0 0 1 0-1.5h8.25V3a.75.75 0 0 1 1.5 0v8.25H21a.75.75 0 0 1 0 1.5h-8.25V21Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-arrow-down' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M11.5 23.03a.75.75 0 0 0 .999 0l9.29-8.276a.75.75 0 0 0-.998-1.12l-8.042 7.164V1.53a.75.75 0 0 0-1.5 0v19.267l-8.04-7.163a.75.75 0 0 0-.998 1.12z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-back' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M20.251 12a.75.75 0 0 1-.75.75H6.067l5.72 5.85a.75.75 0 1 1-1.072 1.05L4.136 12.92a1.292 1.292 0 0 1 0-1.842l6.579-6.728a.75.75 0 1 1 1.072 1.048l-5.72 5.851H19.5a.75.75 0 0 1 .75.75Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-badge-error' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M13.6 18.4a1.6 1.6 0 1 1-3.2 0 1.6 1.6 0 0 1 3.2 0zM12 4.5A1.5 1.5 0 0 1 13.5 6v7a1.5 1.5 0 0 1-3 0V6A1.5 1.5 0 0 1 12 4.5z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-badge-success' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='m10.5 18.204 7.6-8.183a1.5 1.5 0 0 0-2.2-2.042l-5.4 5.817-2.4-2.586a1.5 1.5 0 1 0-2.2 2.041l4.6 4.953Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-box' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M1.01 4.148a.75.75 0 0 1 .75.75v4.348a4.437 4.437 0 0 1 2.988-1.153c1.734 0 3.23.992 3.978 2.438a4.478 4.478 0 0 1 3.978-2.438c2.49 0 4.488 2.044 4.488 4.543 0 2.5-1.999 4.544-4.488 4.544a4.478 4.478 0 0 1-3.978-2.438 4.478 4.478 0 0 1-3.978 2.438C2.26 17.18.26 15.135.26 12.636V4.898a.75.75 0 0 1 .75-.75Zm.75 8.488c0 1.692 1.348 3.044 2.988 3.044s2.989-1.352 2.989-3.044c0-1.691-1.349-3.043-2.989-3.043S1.76 10.945 1.76 12.636Zm10.944-3.043c-1.64 0-2.988 1.352-2.988 3.043 0 1.692 1.348 3.044 2.988 3.044s2.988-1.352 2.988-3.044c0-1.69-1.348-3.043-2.988-3.043Zm4.328-1.23a.75.75 0 0 1 1.052.128l2.333 2.983 2.333-2.983a.75.75 0 0 1 1.181.924l-2.562 3.277 2.562 3.276a.75.75 0 1 1-1.181.924l-2.333-2.983-2.333 2.983a.75.75 0 1 1-1.181-.924l2.562-3.276-2.562-3.277a.75.75 0 0 1 .129-1.052Z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-brightness' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M15 10a5 5 0 0 1-5 5m5-5a5 5 0 0 0-5-5m5 5h-5m0 5a5 5 0 0 1 0-10m0 10V5m0 15v-3M2.93 2.929 5.05 5.05M0 10h3m-.07 7.071 2.12-2.121M10 0v3m7.07 14.071-2.12-2.121M20 10h-3m.07-7.071L14.95 5.05m-.626 2.45H10m4.324 5H10'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-camera' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M7.65 2.55a.75.75 0 0 1 .6-.3h7.5a.75.75 0 0 1 .6.3l2.025 2.7H21a3 3 0 0 1 3 3v10.5a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V8.25a3 3 0 0 1 3-3h2.625zm.975 1.2L6.6 6.45a.75.75 0 0 1-.6.3H3a1.5 1.5 0 0 0-1.5 1.5v10.5a1.5 1.5 0 0 0 1.5 1.5h18a1.5 1.5 0 0 0 1.5-1.5V8.25a1.5 1.5 0 0 0-1.5-1.5h-3a.75.75 0 0 1-.6-.3l-2.025-2.7zm3.375 6a3.375 3.375 0 1 0 0 6.75 3.375 3.375 0 0 0 0-6.75zm-4.875 3.375a4.875 4.875 0 1 1 9.75 0 4.875 4.875 0 0 1-9.75 0z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-close' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M4.604 4.604a.75.75 0 0 1 1.06 0L12 10.939l6.335-6.335a.75.75 0 1 1 1.061 1.06L13.061 12l6.335 6.335a.75.75 0 1 1-1.06 1.061L12 13.061l-6.335 6.335a.75.75 0 0 1-1.061-1.06L10.939 12 4.604 5.665a.75.75 0 0 1 0-1.061z'/></symbol><symbol fill='currentColor' viewBox='0 0 20 20' id='uc-icon-closeMax' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8.232 10 3.585 5.353l1.768-1.768L10 8.232l4.648-4.647 1.767 1.768L11.768 10l4.647 4.648-1.767 1.767L10 11.768l-4.647 4.647-1.768-1.767L8.232 10Z' clip-rule='evenodd'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-collapse' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M3.116 12a.75.75 0 0 1 .75-.75h16.268a.75.75 0 0 1 0 1.5H3.866a.75.75 0 0 1-.75-.75Z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-contrast' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M2 10a8 8 0 1 0 16 0 8 8 0 1 0-16 0m8-8v16m8-8h-8m7.598 2.5H10m6.24 2.5H10m7.6-7.5H10M16.242 5H10'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-crop' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M20 14H7.005C6.45 14 6 13.55 6 12.995V0M0 6h13.067c.515 0 .933.418.933.933V20M14.5.4 13 2l1.5 1.6M13 2h2a3 3 0 0 1 3 3v2M5.5 19.6 7 18l-1.5-1.6M7 18H5a3 3 0 0 1-3-3v-2'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-default' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M11.501.392a.75.75 0 0 1 .998 0l6.704 5.972a.75.75 0 0 1-.998 1.12l-5.455-4.86v13.439a.75.75 0 0 1-1.5 0V2.625l-5.454 4.86a.75.75 0 1 1-.998-1.12zM.857 16.73a.75.75 0 0 1 .75.75v4.914h20.786v-4.914a.75.75 0 0 1 1.5 0v5.664a.75.75 0 0 1-.75.75H.857a.75.75 0 0 1-.75-.75v-5.664a.75.75 0 0 1 .75-.75z'/></symbol><symbol fill='currentColor' viewBox='0 0 20 20' id='uc-icon-done' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='m18.057 6.333-9.365 9.125a1.25 1.25 0 0 1-1.768-.023L1.92 10.296l1.791-1.744 4.132 4.243 8.47-8.253 1.744 1.79Z' clip-rule='evenodd'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-dropbox' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M6.019 1.92a.75.75 0 0 1 .806 0L12 5.219l5.176-3.297a.75.75 0 0 1 .806 0l5.577 3.553a.75.75 0 0 1 0 1.265l-4.574 2.914 4.574 2.914a.75.75 0 0 1 0 1.265l-5.577 3.554a.75.75 0 0 1-.806 0L12 14.089l-5.175 3.297a.75.75 0 0 1-.806 0L.44 13.833a.75.75 0 0 1 0-1.266l4.575-2.914L.44 6.74a.75.75 0 0 1 0-1.265zm.403 8.616L2.24 13.2l4.182 2.664 4.181-2.664zm6.975 2.664 4.182 2.664L21.76 13.2l-4.181-2.664zm2.776-3.547L12 12.311 7.828 9.653 12 6.995zm1.406-.882 4.181-2.664-4.181-2.664-4.182 2.664zm-6.976-2.664L6.422 3.443 2.24 6.107 6.422 8.77zM5.791 18.544a.75.75 0 0 1 1.035-.23l5.175 3.297 5.175-3.297a.75.75 0 1 1 .806 1.265l-5.578 3.554a.75.75 0 0 1-.806 0L6.02 19.579a.75.75 0 0 1-.23-1.035z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-edit-file' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M18.558 2.804a.78.78 0 0 0-.557.235l-.008.007-2.472 2.46 3.847 3.848 2.46-2.473.004-.003a.78.78 0 0 0 0-1.108l-.004-.003-2.712-2.728a.78.78 0 0 0-.558-.235Zm-.248 7.613-3.852-3.852-8.93 8.887-1.516 5.41 5.41-1.515 8.888-8.93Zm-.636-8.934a2.28 2.28 0 0 1 2.512.505l2.702 2.717.002.002a2.278 2.278 0 0 1 0 3.234l-.002.002-12.541 12.602a.75.75 0 0 1-.33.193l-6.884 1.928a.75.75 0 0 1-.925-.924l1.928-6.885a.75.75 0 0 1 .193-.33l12.603-12.54a2.28 2.28 0 0 1 .742-.504Z' clip-rule='evenodd'/></symbol><symbol fill='currentColor' viewBox='0 0 25 24' id='uc-icon-edit-file' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M18.558 2.804a.78.78 0 0 0-.557.235l-.008.007-2.472 2.46 3.847 3.848 2.46-2.473.004-.003a.78.78 0 0 0 0-1.108l-.004-.003-2.712-2.728a.78.78 0 0 0-.558-.235Zm-.248 7.613-3.852-3.852-8.93 8.887-1.516 5.41 5.41-1.515 8.888-8.93Zm-.636-8.934a2.28 2.28 0 0 1 2.512.505l2.702 2.717.002.002a2.278 2.278 0 0 1 0 3.234l-.002.002-12.541 12.602a.75.75 0 0 1-.33.193l-6.884 1.928a.75.75 0 0 1-.925-.924l1.928-6.885a.75.75 0 0 1 .193-.33l12.603-12.54a2.28 2.28 0 0 1 .742-.504Z' clip-rule='evenodd'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-enhance' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M19 13h-2m0 0a4 4 0 0 1-4-4m4 4a4 4 0 0 0-4 4m0-8V7m0 2a4 4 0 0 1-4 4m-2 0h2m0 0a4 4 0 0 1 4 4m0 0v2M8 8.5H6.5m0 0a2 2 0 0 1-2-2m2 2a2 2 0 0 0-2 2m0-4V5m0 1.5a2 2 0 0 1-2 2M1 8.5h1.5m0 0a2 2 0 0 1 2 2m0 0V12M12 3h-1m0 0a1 1 0 0 1-1-1m1 1a1 1 0 0 0-1 1m0-2V1m0 1a1 1 0 0 1-1 1M8 3h1m0 0a1 1 0 0 1 1 1m0 0v1'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-error' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M13 13h-2V7h2m0 10h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-evernote' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M9.804 2.27v-.048c.055-.263.313-.562.85-.562h.44c.142 0 .325.014.526.033.066.009.124.023.267.06l.13.032h.002c.319.079.515.275.644.482a1.461 1.461 0 0 1 .16.356l.004.012a.75.75 0 0 0 .603.577l1.191.207a1988.512 1988.512 0 0 0 2.332.402c.512.083 1.1.178 1.665.442.64.3 1.19.795 1.376 1.77.548 2.931.657 5.829.621 8a39.233 39.233 0 0 1-.125 2.602 17.518 17.518 0 0 1-.092.849.735.735 0 0 0-.024.112c-.378 2.705-1.269 3.796-2.04 4.27-.746.457-1.53.451-2.217.447h-.192c-.46 0-1.073-.23-1.581-.635-.518-.412-.763-.87-.763-1.217 0-.45.188-.688.355-.786.161-.095.436-.137.796.087a.75.75 0 1 0 .792-1.274c-.766-.476-1.64-.52-2.345-.108-.7.409-1.098 1.188-1.098 2.08 0 .996.634 1.84 1.329 2.392.704.56 1.638.96 2.515.96l.185.002c.667.009 1.874.025 3.007-.67 1.283-.786 2.314-2.358 2.733-5.276a4.213 4.213 0 0 0 .056-.335c.023-.184.051-.445.079-.772.055-.655.111-1.585.13-2.704.037-2.234-.074-5.239-.647-8.301v-.002c-.294-1.544-1.233-2.391-2.215-2.85-.777-.363-1.623-.496-2.129-.576a8.872 8.872 0 0 1-.25-.041l-.006-.001-1.99-.345-.761-.132a2.93 2.93 0 0 0-.182-.338A2.532 2.532 0 0 0 12.379.329l-.091-.023a3.967 3.967 0 0 0-.493-.103L11.769.2a7.846 7.846 0 0 0-.675-.04h-.44c-.733 0-1.368.284-1.795.742L2.416 7.431c-.468.428-.751 1.071-.751 1.81 0 .02 0 .041.003.062l.003.034c.017.21.038.468.096.796.107.715.275 1.47.391 1.994.029.13.055.245.075.342l.002.008c.258 1.141.641 1.94.978 2.466.168.263.323.456.444.589a2.808 2.808 0 0 0 .192.194c1.536 1.562 3.713 2.196 5.731 2.08.13-.005.35-.032.537-.073a2.627 2.627 0 0 0 .652-.24c.425-.26.75-.661.992-1.046.184-.294.342-.61.473-.915a3.8 3.8 0 0 0 .627.493 5.022 5.022 0 0 0 1.97.709l.023.002.018.003.11.016c.088.014.205.035.325.058l.056.014c.088.022.164.04.235.061a1.736 1.736 0 0 1 .145.048l.03.014c.765.34 1.302 1.09 1.302 1.871a.75.75 0 0 0 1.5 0c0-1.456-.964-2.69-2.18-3.235a3.595 3.595 0 0 0-.679-.217l-.063-.015a10.616 10.616 0 0 0-.606-.105l-.02-.003-.03-.003h-.002a3.542 3.542 0 0 1-1.331-.485c-.471-.298-.788-.692-.828-1.234a.75.75 0 0 0-1.48-.106l-.001.003-.004.017a8.23 8.23 0 0 1-.092.352 9.963 9.963 0 0 1-.298.892c-.132.34-.29.68-.47.966-.174.276-.339.454-.478.549a1.178 1.178 0 0 1-.221.072 1.949 1.949 0 0 1-.241.036h-.013l-.032.002c-1.684.1-3.423-.437-4.604-1.65a.746.746 0 0 0-.053-.05L4.84 14.6a1.348 1.348 0 0 1-.07-.073 2.99 2.99 0 0 1-.293-.392c-.242-.379-.558-1.014-.778-1.985a54.1 54.1 0 0 0-.083-.376 27.494 27.494 0 0 1-.367-1.872l-.003-.02a6.791 6.791 0 0 1-.08-.67c.004-.277.086-.475.2-.609l.067-.067a.63.63 0 0 1 .292-.145h.05c.18 0 1.095.055 2.013.115l1.207.08.534.037a.747.747 0 0 0 .052.002c.782 0 1.349-.206 1.759-.585l.005-.005c.553-.52.622-1.225.622-1.76V6.24l-.026-.565A774.97 774.97 0 0 1 9.885 4.4c-.042-.961-.081-1.939-.081-2.13ZM4.995 6.953a251.126 251.126 0 0 1 2.102.137l.508.035c.48-.004.646-.122.715-.185.07-.068.146-.209.147-.649l-.024-.548a791.69 791.69 0 0 1-.095-2.187L4.995 6.953Zm16.122 9.996Zm-5.479-5.323a.75.75 0 0 0 1.014.31 2.04 2.04 0 0 1 .304-.089 1.84 1.84 0 0 1 .544-.039c.215.023.321.06.37.085.033.016.039.026.047.04a.75.75 0 0 0 1.289-.767c-.337-.567-.906-.783-1.552-.85a3.334 3.334 0 0 0-1.002.062c-.27.056-.531.14-.705.234a.75.75 0 0 0-.31 1.014Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-expand' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='m12 8.337-8.47 8.47a.75.75 0 0 1-1.06-1.06l8.605-8.606a1.29 1.29 0 0 1 1.85 0l8.605 8.605a.75.75 0 1 1-1.06 1.06L12 8.338Z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-exposure' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M10 20v-3M2.93 2.929 5.05 5.05M0 10h3m-.07 7.071 2.12-2.121M10 0v3m7.07 14.071-2.12-2.121M20 10h-3m.07-7.071L14.95 5.05M5 10a5 5 0 1 0 10 0 5 5 0 1 0-10 0'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-external-source-placeholder' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M6.341 3.27a10.5 10.5 0 0 1 5.834-1.77.75.75 0 0 0 0-1.5 12 12 0 1 0 12 12 .75.75 0 0 0-1.5 0A10.5 10.5 0 1 1 6.34 3.27Zm14.145 1.48a.75.75 0 1 0-1.06-1.062L9.925 13.19V7.95a.75.75 0 1 0-1.5 0V15c0 .414.336.75.75.75h7.05a.75.75 0 0 0 0-1.5h-5.24l9.501-9.5Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-facebook' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M12 1.5C6.201 1.5 1.5 6.201 1.5 12c0 4.943 3.416 9.089 8.016 10.204v-6.108H7.383a.75.75 0 0 1-.75-.75v-3.281a.75.75 0 0 1 .75-.75h2.133V9.393c0-.958.225-2.511 1.38-3.65 1.194-1.177 3.174-1.718 6.254-1.056a.75.75 0 0 1 .592.733v2.754a.75.75 0 0 1-.75.75c-.692 0-1.203.026-1.584.082-.387.057-.578.137-.675.202-.109.073-.237.205-.237 1.029v1.078h2.39a.75.75 0 0 1 .742.866l-.516 3.281a.75.75 0 0 1-.74.634h-1.876v6.106C19.09 21.082 22.5 16.939 22.5 12c0-5.799-4.701-10.5-10.5-10.5zM0 12C0 5.373 5.373 0 12 0s12 5.373 12 12c0 5.995-4.395 10.961-10.138 11.856a.75.75 0 0 1-.866-.74v-7.77a.75.75 0 0 1 .75-.75h1.984l.28-1.781h-2.264a.75.75 0 0 1-.75-.75v-1.828c0-.829.089-1.729.9-2.274.363-.244.807-.37 1.293-.441a9.623 9.623 0 0 1 1.053-.086V6.04c-2.41-.405-3.645.132-4.293.771-.737.728-.933 1.793-.933 2.582v2.672a.75.75 0 0 1-.75.75H8.133v1.78h2.133a.75.75 0 0 1 .75.75v7.772a.75.75 0 0 1-.865.741C4.4 22.968 0 18 0 12z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-file' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M2.895 1.201c0-.473.383-.857.857-.857h8.4c.227 0 .445.09.606.251l8.4 8.4c.16.16.25.379.25.606v13.2a.857.857 0 0 1-.856.857h-16.8a.857.857 0 0 1-.857-.857zm1.714.857v19.886h15.085V10.458h-7.542a.857.857 0 0 1-.858-.857V2.058zm8.4 1.213 5.473 5.473H13.01z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-filters' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M4.5 6.5a5.5 5.5 0 1 0 11 0 5.5 5.5 0 1 0-11 0m-3.5 6a5.5 5.5 0 1 0 11 0 5.5 5.5 0 1 0-11 0m7 0a5.5 5.5 0 1 0 11 0 5.5 5.5 0 1 0-11 0'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-flickr' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M5.959 7.926c-2.298 0-4.14 1.834-4.14 4.073 0 2.241 1.842 4.075 4.14 4.075 2.302 0 4.145-1.834 4.145-4.075 0-2.238-1.843-4.073-4.145-4.073Zm-5.64 4.073c0-3.086 2.533-5.573 5.64-5.573 3.11 0 5.645 2.486 5.645 5.573 0 3.089-2.535 5.575-5.645 5.575-3.107 0-5.64-2.487-5.64-5.575Zm18.07-4.073c-2.301 0-4.144 1.835-4.144 4.073 0 2.24 1.843 4.075 4.145 4.075 2.299 0 4.141-1.834 4.141-4.075 0-2.239-1.842-4.073-4.141-4.073Zm-5.644 4.073c0-3.087 2.535-5.573 5.645-5.573 3.108 0 5.641 2.487 5.641 5.573 0 3.088-2.533 5.575-5.641 5.575-3.11 0-5.645-2.486-5.645-5.575Z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-flip' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M19.6 5 18 3.5 16.4 5m3.2 10L18 16.5 16.4 15M18 3.523v12.954M3.3 8.5h10.654c.301 0 .415-.395.159-.554L3.459 1.286A.3.3 0 0 0 3 1.542V8.2a.3.3 0 0 0 .3.3zm0 3h10.654c.301 0 .415.395.159.554l-10.654 6.66A.3.3 0 0 1 3 18.458v-6.66a.3.3 0 0 1 .3-.3z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-gamma' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M17 3C9 6 2.5 11.5 2.5 17.5m0 0h1m-1 0v-1m14 1h1m-3 0h1m-3 0h1m-3 0h1m-3 0h1m-3 0h1m-3 0h1m-3-14v-1m0 3v-1m0 3v-1m0 3v-1m0 3v-1m0 3v-1m0 3v-1'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-gdrive' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M7.736 1.818a.75.75 0 0 1 .647-.37h7.587a.75.75 0 0 1 .655.383l7.233 12.946a.75.75 0 0 1-.003.737l-3.794 6.66a.75.75 0 0 1-.651.378H4.59a.75.75 0 0 1-.651-.378l-3.794-6.66a.75.75 0 0 1 .005-.75zm.64 1.876L1.663 15.148l2.93 5.145 6.655-11.581zm3.736 6.526-2.398 4.173H14.5zm4.116 4.173h5.697L15.53 2.947H9.677zm5.685 1.5H8.852l-2.966 5.16h13.088z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-gphotos' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M12.51 0c-.702 0-1.272.57-1.272 1.273V7.35A6.381 6.381 0 0 0 0 11.489c0 .703.57 1.273 1.273 1.273H7.35A6.381 6.381 0 0 0 11.488 24c.704 0 1.274-.57 1.274-1.273V16.65A6.381 6.381 0 0 0 24 12.51c0-.703-.57-1.273-1.273-1.273H16.65A6.381 6.381 0 0 0 12.511 0Zm.252 11.232V1.53a4.857 4.857 0 0 1 0 9.702Zm-1.53.006H1.53a4.857 4.857 0 0 1 9.702 0Zm1.536 1.524a4.857 4.857 0 0 0 9.702 0h-9.702Zm-6.136 4.857c0-2.598 2.04-4.72 4.606-4.85v9.7a4.857 4.857 0 0 1-4.606-4.85Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-huddle' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M6.204 2.002c-.252.23-.357.486-.357.67V21.07c0 .15.084.505.313.812.208.28.499.477.929.477.519 0 .796-.174.956-.365.178-.212.286-.535.286-.924v-.013l.117-6.58c.004-1.725 1.419-3.883 3.867-3.883 1.33 0 2.332.581 2.987 1.364.637.762.95 1.717.95 2.526v6.47c0 .392.11.751.305.995.175.22.468.41 1.008.41.52 0 .816-.198 1.002-.437.207-.266.31-.633.31-.969V14.04c0-2.81-1.943-5.108-4.136-5.422a5.971 5.971 0 0 0-3.183.41c-.912.393-1.538.96-1.81 1.489a.75.75 0 0 1-1.417-.344v-7.5c0-.587-.47-1.031-1.242-1.031-.315 0-.638.136-.885.36ZM5.194.892A2.844 2.844 0 0 1 7.09.142c1.328 0 2.742.867 2.742 2.53v5.607a6.358 6.358 0 0 1 1.133-.629 7.47 7.47 0 0 1 3.989-.516c3.056.436 5.425 3.482 5.425 6.906v6.914c0 .602-.177 1.313-.627 1.89-.47.605-1.204 1.016-2.186 1.016-.96 0-1.698-.37-2.179-.973-.46-.575-.633-1.294-.633-1.933v-6.469c0-.456-.19-1.071-.602-1.563-.394-.471-.986-.827-1.836-.827-1.447 0-2.367 1.304-2.367 2.39v.014l-.117 6.58c-.001.64-.177 1.333-.637 1.881-.48.57-1.2.9-2.105.9-.995 0-1.7-.5-2.132-1.081-.41-.552-.61-1.217-.61-1.708V2.672c0-.707.366-1.341.847-1.78Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-info' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M11 9h2V7h-2m1 13c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m-1 15h2v-6h-2v6Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-instagram' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M6.225 12a5.775 5.775 0 1 1 11.55 0 5.775 5.775 0 0 1-11.55 0zM12 7.725a4.275 4.275 0 1 0 0 8.55 4.275 4.275 0 0 0 0-8.55zm6.425-.75a1.4 1.4 0 1 0 0-2.8 1.4 1.4 0 0 0 0 2.8zm-6.467-6.8h.084c2.152 0 3.823 0 5.152.132 1.35.134 2.427.41 3.362 1.013a7.15 7.15 0 0 1 2.124 2.124c.604.935.88 2.012 1.013 3.362.132 1.329.132 3 .132 5.152v.084c0 2.152 0 3.823-.132 5.152-.134 1.35-.41 2.427-1.013 3.362a7.15 7.15 0 0 1-2.124 2.124c-.935.604-2.012.88-3.362 1.013-1.329.132-3 .132-5.152.132h-.084c-2.152 0-3.824 0-5.153-.132-1.35-.134-2.427-.409-3.36-1.013a7.15 7.15 0 0 1-2.125-2.124C.716 19.62.44 18.544.307 17.194c-.132-1.329-.132-3-.132-5.152v-.084c0-2.152 0-3.823.132-5.152.133-1.35.409-2.427 1.013-3.362A7.15 7.15 0 0 1 3.444 1.32C4.378.716 5.456.44 6.805.307c1.33-.132 3-.132 5.153-.132zM6.953 1.799c-1.234.123-2.043.36-2.695.78A5.65 5.65 0 0 0 2.58 4.26c-.42.65-.657 1.46-.78 2.695C1.676 8.2 1.675 9.797 1.675 12s0 3.8.124 5.046c.123 1.235.36 2.044.78 2.696a5.649 5.649 0 0 0 1.68 1.678c.65.421 1.46.658 2.694.78 1.247.124 2.844.125 5.047.125s3.8 0 5.046-.124c1.235-.123 2.044-.36 2.695-.78a5.648 5.648 0 0 0 1.68-1.68c.42-.65.657-1.46.78-2.694.123-1.247.124-2.844.124-5.047s-.001-3.8-.125-5.046c-.122-1.235-.359-2.044-.78-2.695a5.65 5.65 0 0 0-1.679-1.68c-.651-.42-1.46-.657-2.695-.78-1.246-.123-2.843-.124-5.046-.124-2.203 0-3.8 0-5.047.124z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-local' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M3 3.75a1.5 1.5 0 0 0-1.5 1.5v13.5a1.5 1.5 0 0 0 1.5 1.5h18a1.5 1.5 0 0 0 1.5-1.5V9A1.5 1.5 0 0 0 21 7.5h-9a.75.75 0 0 1-.643-.364L9.325 3.75zm-3 1.5a3 3 0 0 1 3-3h6.75a.75.75 0 0 1 .643.364L12.425 6H21a3 3 0 0 1 3 3v9.75a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-mirror' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M5 .4 3.5 2 5 3.6M15 .4 16.5 2 15 3.6M3.52 2h12.957M8.5 16.7V6.046c0-.301-.394-.415-.554-.159L1.287 16.541a.3.3 0 0 0 .255.459H8.2a.3.3 0 0 0 .3-.3zm3 0V6.046c0-.301.395-.415.555-.159l6.659 10.654a.3.3 0 0 1-.255.459H11.8a.3.3 0 0 1-.3-.3z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-onedrive' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M13.616 4.147a7.689 7.689 0 0 0-7.642 3.285A6.299 6.299 0 0 0 1.455 17.3c.684.894 2.473 2.658 5.17 2.658h12.141c.95 0 1.882-.256 2.697-.743.815-.486 1.514-1.247 1.964-2.083a5.26 5.26 0 0 0-3.713-7.612 7.69 7.69 0 0 0-6.098-5.373ZM3.34 17.15c.674.63 1.761 1.308 3.284 1.308h12.142a3.76 3.76 0 0 0 2.915-1.383l-7.494-4.489L3.34 17.15Zm10.875-6.25 2.47-1.038a5.239 5.239 0 0 1 1.427-.389 6.19 6.19 0 0 0-10.3-1.952 6.338 6.338 0 0 1 2.118.813l4.285 2.567Zm4.55.033c-.512 0-1.019.104-1.489.307l-.006.003-1.414.594 6.521 3.906a3.76 3.76 0 0 0-3.357-4.8l-.254-.01ZM4.097 9.617A4.799 4.799 0 0 1 6.558 8.9c.9 0 1.84.25 2.587.713l3.4 2.037-10.17 4.28a4.799 4.799 0 0 1 1.721-6.312Z'/></symbol><symbol viewBox='0 0 40 40' id='uc-icon-original' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.5' d='M0 40 40 0'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-remove-file' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M11.955 3.3A2.969 2.969 0 0 0 8.998 6h5.914a2.97 2.97 0 0 0-2.957-2.7zM16.416 6a4.47 4.47 0 0 0-8.922 0h-2.32a.755.755 0 0 0-.111.008H3.075a.75.75 0 1 0 0 1.5h1.35V19.35a2.85 2.85 0 0 0 2.85 2.85h9.45a2.85 2.85 0 0 0 2.85-2.85V7.508h1.35a.75.75 0 0 0 0-1.5h-1.989A.754.754 0 0 0 18.825 6zM5.925 7.508V19.35a1.35 1.35 0 0 0 1.35 1.35h9.45a1.35 1.35 0 0 0 1.35-1.35V7.508z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-rotate' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M13.5.4 12 2l1.5 1.6M12.023 2H14.4A3.6 3.6 0 0 1 18 5.6V8M4 17h9a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-sad' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M2 17c4.418-4 11.582-4 16 0M16.5 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-11 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-saturation' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='bwuc-icon-id__a' x1='10.001' y1='1' x2='10.001' y2='19' gradientUnits='userSpaceOnUse'><stop stop-color='#DE15FF'/><stop offset='.203' stop-color='#0029FF'/><stop offset='.479' stop-color='#2AE4F0'/><stop offset='.604' stop-color='#15EF11'/><stop offset='.75' stop-color='#FAE528'/><stop offset='1' stop-color='#EB2A2A'/></linearGradient></defs><circle cx='10.001' cy='10' r='9' transform='rotate(90 10 10)' fill='url(#bwuc-icon-id__a)'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-select' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='m7 10 5 5 5-5H7Z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-slider' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M0 10h11m0 0a2 2 0 1 0 4 0m-4 0a2 2 0 1 1 4 0m0 0h5'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-tuning' xmlns='http://www.w3.org/2000/svg'><path stroke-linejoin='round' fill='none' stroke='currentColor' stroke-width='1.2' d='M8 10h11M1 10h4M1 4.5h11m3 0h4m-18 11h11m3 0h4m-7-11a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0M5 10a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0m7 5.5a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-upload' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M11.501.392a.75.75 0 0 1 .998 0l6.704 5.972a.75.75 0 0 1-.998 1.12l-5.455-4.86v13.439a.75.75 0 0 1-1.5 0V2.625l-5.454 4.86a.75.75 0 1 1-.998-1.12zM.857 16.73a.75.75 0 0 1 .75.75v4.914h20.786v-4.914a.75.75 0 0 1 1.5 0v5.664a.75.75 0 0 1-.75.75H.857a.75.75 0 0 1-.75-.75v-5.664a.75.75 0 0 1 .75-.75z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-upload-error' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M13 13h-2V7h2m0 10h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2Z'/></symbol><symbol viewBox='0 0 24 24' id='uc-icon-url' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M19.11 3.67c-1.71-1.709-4.578-1.682-6.408.148l-2.22 2.22a.75.75 0 0 1-1.062-1.06l2.222-2.221C14.018.381 17.836.276 20.17 2.61l1.22 1.22c2.335 2.334 2.23 6.153-.147 8.529l-2.22 2.22a.75.75 0 0 1-1.062-1.06l2.222-2.221c1.83-1.83 1.856-4.698.147-6.408zm-3.36 4.58a.75.75 0 0 1 0 1.06l-6.439 6.44a.75.75 0 0 1-1.06-1.06l6.439-6.44a.75.75 0 0 1 1.06 0zM6.04 9.42a.75.75 0 0 1 0 1.061l-2.222 2.222c-1.83 1.83-1.856 4.698-.147 6.407l1.22 1.22c1.71 1.71 4.578 1.683 6.408-.147l2.221-2.221a.75.75 0 1 1 1.06 1.06l-2.22 2.222c-2.377 2.376-6.195 2.481-8.53.147l-1.22-1.22c-2.334-2.334-2.228-6.153.148-8.53l2.221-2.22a.75.75 0 0 1 1.06 0z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-vibrance' xmlns='http://www.w3.org/2000/svg'><path d='M2.125 5.64A8.96 8.96 0 0 0 1.001 10a8.96 8.96 0 0 0 1.124 4.36V5.64z' fill='url(#bzuc-icon-id__a)'/><path d='M2.875 15.499V4.502a9.053 9.053 0 0 1 1.75-1.72v14.437a9.05 9.05 0 0 1-1.75-1.72z' fill='url(#bzuc-icon-id__b)'/><path d='M5.375 17.722c.548.33 1.134.601 1.75.809V1.469a8.956 8.956 0 0 0-1.75.81v15.443z' fill='url(#bzuc-icon-id__c)'/><path d='M7.875 1.253v17.495c.564.136 1.15.22 1.75.244V1.008a9 9 0 0 0-1.75.245z' fill='url(#bzuc-icon-id__d)'/><path d='M10.375 1.008v17.984a9 9 0 0 0 1.75-.244V1.252a9 9 0 0 0-1.75-.244z' fill='url(#bzuc-icon-id__e)'/><path d='M12.875 1.469V18.53a8.957 8.957 0 0 0 1.75-.808V2.277a8.957 8.957 0 0 0-1.75-.808z' fill='url(#bzuc-icon-id__f)'/><path d='M15.375 2.78v14.44a9.053 9.053 0 0 0 1.75-1.72v-11a9.054 9.054 0 0 0-1.75-1.72z' fill='url(#bzuc-icon-id__g)'/><path d='M17.875 5.638v8.724A8.959 8.959 0 0 0 19.001 10a8.96 8.96 0 0 0-1.126-4.362z' fill='url(#bzuc-icon-id__h)'/><defs><linearGradient id='bzuc-icon-id__a' x1='19.001' y1='10' x2='1.001' y2='10' gradientUnits='userSpaceOnUse'><stop stop-color='#DE15FF'/><stop offset='.203' stop-color='#0029FF'/><stop offset='.479' stop-color='#2AE4F0'/><stop offset='.604' stop-color='#15EF11'/><stop offset='.75' stop-color='#FAE528'/><stop offset='1' stop-color='#EB2A2A'/></linearGradient><linearGradient id='bzuc-icon-id__b' x1='19.001' y1='10' x2='1.001' y2='10' gradientUnits='userSpaceOnUse'><stop stop-color='#DE15FF'/><stop offset='.203' stop-color='#0029FF'/><stop offset='.479' stop-color='#2AE4F0'/><stop offset='.604' stop-color='#15EF11'/><stop offset='.75' stop-color='#FAE528'/><stop offset='1' stop-color='#EB2A2A'/></linearGradient><linearGradient id='bzuc-icon-id__c' x1='19.001' y1='10' x2='1.001' y2='10' gradientUnits='userSpaceOnUse'><stop stop-color='#DE15FF'/><stop offset='.203' stop-color='#0029FF'/><stop offset='.479' stop-color='#2AE4F0'/><stop offset='.604' stop-color='#15EF11'/><stop offset='.75' stop-color='#FAE528'/><stop offset='1' stop-color='#EB2A2A'/></linearGradient><linearGradient id='bzuc-icon-id__d' x1='19.001' y1='10' x2='1.001' y2='10' gradientUnits='userSpaceOnUse'><stop stop-color='#DE15FF'/><stop offset='.203' stop-color='#0029FF'/><stop offset='.479' stop-color='#2AE4F0'/><stop offset='.604' stop-color='#15EF11'/><stop offset='.75' stop-color='#FAE528'/><stop offset='1' stop-color='#EB2A2A'/></linearGradient><linearGradient id='bzuc-icon-id__e' x1='19.001' y1='10' x2='1.001' y2='10' gradientUnits='userSpaceOnUse'><stop stop-color='#DE15FF'/><stop offset='.203' stop-color='#0029FF'/><stop offset='.479' stop-color='#2AE4F0'/><stop offset='.604' stop-color='#15EF11'/><stop offset='.75' stop-color='#FAE528'/><stop offset='1' stop-color='#EB2A2A'/></linearGradient><linearGradient id='bzuc-icon-id__f' x1='19.001' y1='10' x2='1.001' y2='10' gradientUnits='userSpaceOnUse'><stop stop-color='#DE15FF'/><stop offset='.203' stop-color='#0029FF'/><stop offset='.479' stop-color='#2AE4F0'/><stop offset='.604' stop-color='#15EF11'/><stop offset='.75' stop-color='#FAE528'/><stop offset='1' stop-color='#EB2A2A'/></linearGradient><linearGradient id='bzuc-icon-id__g' x1='19.001' y1='10' x2='1.001' y2='10' gradientUnits='userSpaceOnUse'><stop stop-color='#DE15FF'/><stop offset='.203' stop-color='#0029FF'/><stop offset='.479' stop-color='#2AE4F0'/><stop offset='.604' stop-color='#15EF11'/><stop offset='.75' stop-color='#FAE528'/><stop offset='1' stop-color='#EB2A2A'/></linearGradient><linearGradient id='bzuc-icon-id__h' x1='19.001' y1='10' x2='1.001' y2='10' gradientUnits='userSpaceOnUse'><stop stop-color='#DE15FF'/><stop offset='.203' stop-color='#0029FF'/><stop offset='.479' stop-color='#2AE4F0'/><stop offset='.604' stop-color='#15EF11'/><stop offset='.75' stop-color='#FAE528'/><stop offset='1' stop-color='#EB2A2A'/></linearGradient></defs></symbol><symbol viewBox='0 0 24 24' id='uc-icon-vk' xmlns='http://www.w3.org/2000/svg'><path fill='currentColor' fill-rule='evenodd' d='M6.341 3.27a10.5 10.5 0 0 1 5.834-1.77.75.75 0 0 0 0-1.5 12 12 0 1 0 12 12 .75.75 0 0 0-1.5 0A10.5 10.5 0 1 1 6.34 3.27Zm14.145 1.48a.75.75 0 1 0-1.06-1.062L9.925 13.19V7.95a.75.75 0 1 0-1.5 0V15c0 .414.336.75.75.75h7.05a.75.75 0 0 0 0-1.5h-5.24l9.501-9.5Z'/></symbol><symbol viewBox='0 0 20 20' id='uc-icon-warmth' xmlns='http://www.w3.org/2000/svg'><path d='m7.5 13.05.429.42.171-.175v-.244h-.6zm5 0h-.6v.245l.172.175.428-.42zM8.1 3.5c0-1.05.85-1.9 1.9-1.9V.4a3.1 3.1 0 0 0-3.1 3.1h1.2zm0 9.55V3.5H6.9v9.55h1.2zm-1 2.45c0-.79.315-1.506.829-2.03l-.858-.84A4.088 4.088 0 0 0 5.9 15.5h1.2zm2.9 2.9a2.9 2.9 0 0 1-2.9-2.9H5.9a4.1 4.1 0 0 0 4.1 4.1v-1.2zm2.9-2.9a2.9 2.9 0 0 1-2.9 2.9v1.2a4.1 4.1 0 0 0 4.1-4.1h-1.2zm-.829-2.03c.514.524.829 1.24.829 2.03h1.2c0-1.117-.447-2.13-1.171-2.87l-.858.84zM11.9 3.5v9.55h1.2V3.5h-1.2zM10 1.6c1.05 0 1.9.85 1.9 1.9h1.2A3.1 3.1 0 0 0 10 .4v1.2z' fill='currentColor'/><path d='M10 14V8' stroke='currentColor' stroke-width='1.2' stroke-linecap='round'/><path d='M14 3h3m-3 3h3m-3 3h3m-8 6.5a1 1 0 1 0 2 0 1 1 0 1 0-2 0' stroke='currentColor' stroke-width='1.2'/></symbol></svg>
231
247
  <div class="uc-wrapper uc-wrapper_desktop">
232
- <uc-presence-toggle class="uc-network_problems_splash" set="visible: presence.networkProblems;">
248
+ <uc-presence-toggle class="uc-network_problems_splash" bind="visible: presence.networkProblems;">
233
249
  <div class="uc-network_problems_content">
234
250
  <div class="uc-network_problems_icon">
235
251
  <uc-icon name="sad"></uc-icon>
@@ -237,7 +253,7 @@ export const CloudImageEditorBlock = class {
237
253
  <div class="uc-network_problems_text">Network error</div>
238
254
  </div>
239
255
  <div class="uc-network_problems_footer">
240
- <uc-btn-ui theme="primary" text="Retry" set="onclick: *on.retryNetwork"></uc-btn-ui>
256
+ <uc-btn-ui theme="primary" text="Retry" bind="onclick: *on.retryNetwork"></uc-btn-ui>
241
257
  </div>
242
258
  </uc-presence-toggle>
243
259
  <div class="uc-viewport">
@@ -252,7 +268,7 @@ export const CloudImageEditorBlock = class {
252
268
  <div class="uc-info_pan">{{msg}}</div>
253
269
  </div>
254
270
  <div class="uc-toolbar">
255
- <uc-line-loader-ui set="active: showLoader"></uc-line-loader-ui>
271
+ <uc-line-loader-ui bind="active: showLoader"></uc-line-loader-ui>
256
272
  <div class="uc-toolbar_content uc-toolbar_content__editor">
257
273
  <uc-editor-toolbar></uc-editor-toolbar>
258
274
  </div>
@@ -263,6 +279,8 @@ export const CloudImageEditorBlock = class {
263
279
  static reg = () => {};
264
280
  static is = `sym-1`;
265
281
  static bindAttributes = () => {};
282
+ static addRootStyles = () => {};
283
+ static addShadowStyles = () => {};
266
284
  };
267
285
  export const Config = class {
268
286
  static observedAttributes = [
@@ -354,6 +372,8 @@ export const Config = class {
354
372
  static styleAttrs = [];
355
373
  static is = `sym-1`;
356
374
  static bindAttributes = () => {};
375
+ static addRootStyles = () => {};
376
+ static addShadowStyles = () => {};
357
377
  };
358
378
  export const Copyright = class {
359
379
  static template = `
@@ -368,16 +388,19 @@ export const Copyright = class {
368
388
  static styleAttrs = [];
369
389
  static is = `sym-1`;
370
390
  static bindAttributes = () => {};
391
+ static addRootStyles = () => {};
392
+ static addShadowStyles = () => {};
371
393
  };
372
394
  export const CropFrame = class {
373
- static template = ` <svg class="uc-svg" ref="svg-el" xmlns="http://www.w3.org/2000/svg"></svg> `;
395
+ static template = `<svg class="uc-svg" ref="svg-el" xmlns="http://www.w3.org/2000/svg"></svg>`;
374
396
  static reg = () => {};
375
397
  static styleAttrs = [];
376
398
  static is = `sym-1`;
377
399
  static bindAttributes = () => {};
400
+ static addRootStyles = () => {};
401
+ static addShadowStyles = () => {};
378
402
  };
379
403
  export const Data = class {
380
- static warn = () => {};
381
404
  static registerCtx = () => {};
382
405
  static deleteCtx = () => {};
383
406
  static getCtx = () => {};
@@ -397,8 +420,8 @@ export const DropArea = class {
397
420
  static template = `
398
421
  <slot>
399
422
  <div data-default-slot hidden></div>
400
- <div ref="content-wrapper" class="uc-content-wrapper" set="@hidden: !isVisible">
401
- <div class="uc-icon-container" set="@hidden: !withIcon">
423
+ <div ref="content-wrapper" class="uc-content-wrapper" bind="@hidden: !isVisible">
424
+ <div class="uc-icon-container" bind="@hidden: !withIcon">
402
425
  <uc-icon name="default"></uc-icon>
403
426
  <uc-icon name="arrow-down"></uc-icon>
404
427
  </div>
@@ -456,11 +479,13 @@ export const DropArea = class {
456
479
  static reg = () => {};
457
480
  static is = `sym-1`;
458
481
  static bindAttributes = () => {};
482
+ static addRootStyles = () => {};
483
+ static addShadowStyles = () => {};
459
484
  };
460
485
  export const EditorCropButtonControl = class {
461
486
  static template = `
462
487
  <button type="button" role="option">
463
- <uc-icon set="@name: icon;"></uc-icon>
488
+ <uc-icon bind="@name: icon;"></uc-icon>
464
489
  <div class="uc-title" ref="title-el">{{title}}</div>
465
490
  </button>
466
491
  `;
@@ -468,11 +493,13 @@ export const EditorCropButtonControl = class {
468
493
  static styleAttrs = [];
469
494
  static is = `sym-1`;
470
495
  static bindAttributes = () => {};
496
+ static addRootStyles = () => {};
497
+ static addShadowStyles = () => {};
471
498
  };
472
499
  export const EditorFilterControl = class {
473
500
  static template = `
474
501
  <button type="button" role="option">
475
- <uc-icon set="@name: icon;"></uc-icon>
502
+ <uc-icon bind="@name: icon;"></uc-icon>
476
503
  <div class="uc-title" ref="title-el">{{title}}</div>
477
504
  </button>
478
505
  `;
@@ -480,6 +507,8 @@ export const EditorFilterControl = class {
480
507
  static styleAttrs = [];
481
508
  static is = `sym-1`;
482
509
  static bindAttributes = () => {};
510
+ static addRootStyles = () => {};
511
+ static addShadowStyles = () => {};
483
512
  };
484
513
  export const EditorImageCropper = class {
485
514
  static template = `
@@ -490,17 +519,21 @@ export const EditorImageCropper = class {
490
519
  static styleAttrs = [];
491
520
  static is = `sym-1`;
492
521
  static bindAttributes = () => {};
522
+ static addRootStyles = () => {};
523
+ static addShadowStyles = () => {};
493
524
  };
494
525
  export const EditorImageFader = class {
495
526
  static reg = () => {};
496
527
  static styleAttrs = [];
497
528
  static is = `sym-1`;
498
529
  static bindAttributes = () => {};
530
+ static addRootStyles = () => {};
531
+ static addShadowStyles = () => {};
499
532
  };
500
533
  export const EditorOperationControl = class {
501
534
  static template = `
502
535
  <button type="button" role="option">
503
- <uc-icon set="@name: icon;"></uc-icon>
536
+ <uc-icon bind="@name: icon;"></uc-icon>
504
537
  <div class="uc-title" ref="title-el">{{title}}</div>
505
538
  </button>
506
539
  `;
@@ -508,6 +541,8 @@ export const EditorOperationControl = class {
508
541
  static styleAttrs = [];
509
542
  static is = `sym-1`;
510
543
  static bindAttributes = () => {};
544
+ static addRootStyles = () => {};
545
+ static addShadowStyles = () => {};
511
546
  };
512
547
  export const EditorScroller = class {
513
548
  static template = ` <slot></slot> `;
@@ -515,22 +550,26 @@ export const EditorScroller = class {
515
550
  static styleAttrs = [];
516
551
  static is = `sym-1`;
517
552
  static bindAttributes = () => {};
553
+ static addRootStyles = () => {};
554
+ static addShadowStyles = () => {};
518
555
  };
519
556
  export const EditorSlider = class {
520
557
  static template = `
521
558
  <uc-slider-ui
522
559
  ref="slider-el"
523
- set="disabled: disabled; min: min; max: max; defaultValue: defaultValue; zero: zero; onInput: on.input;"
560
+ bind="disabled: disabled; min: min; max: max; defaultValue: defaultValue; zero: zero; onInput: on.input;"
524
561
  ></uc-slider-ui>
525
562
  `;
526
563
  static reg = () => {};
527
564
  static styleAttrs = [];
528
565
  static is = `sym-1`;
529
566
  static bindAttributes = () => {};
567
+ static addRootStyles = () => {};
568
+ static addShadowStyles = () => {};
530
569
  };
531
570
  export const EditorToolbar = class {
532
571
  static template = `
533
- <uc-line-loader-ui set="active: showLoader"></uc-line-loader-ui>
572
+ <uc-line-loader-ui bind="active: showLoader"></uc-line-loader-ui>
534
573
  <div class="uc-info-tooltip_container">
535
574
  <div class="uc-info-tooltip_wrapper">
536
575
  <div ref="tooltip-el" class="uc-info-tooltip uc-info-tooltip_hidden">{{*operationTooltip}}</div>
@@ -540,13 +579,13 @@ export const EditorToolbar = class {
540
579
  <uc-presence-toggle
541
580
  role="tablist"
542
581
  class="uc-sub-toolbar"
543
- set="visible: presence.mainToolbar; styles: presence.subTopToolbarStyles"
582
+ bind="visible: presence.mainToolbar; styles: presence.subTopToolbarStyles"
544
583
  >
545
584
  <div class="uc-tab-content-row">
546
585
  <uc-presence-toggle
547
586
  id="tab_crop"
548
587
  class="uc-tab-content"
549
- set="visible: presence.tabContent.crop; styles: presence.tabContentStyles"
588
+ bind="visible: presence.tabContent.crop; styles: presence.tabContentStyles"
550
589
  >
551
590
  <uc-editor-scroller hidden-scrollbar>
552
591
  <div class="uc-controls-list_align">
@@ -563,7 +602,7 @@ export const EditorToolbar = class {
563
602
  <uc-presence-toggle
564
603
  id="tab_tuning"
565
604
  class="uc-tab-content"
566
- set="visible: presence.tabContent.tuning; styles: presence.tabContentStyles"
605
+ bind="visible: presence.tabContent.tuning; styles: presence.tabContentStyles"
567
606
  >
568
607
  <uc-editor-scroller hidden-scrollbar>
569
608
  <div class="uc-controls-list_align">
@@ -580,7 +619,7 @@ export const EditorToolbar = class {
580
619
  <uc-presence-toggle
581
620
  id="tab_filters"
582
621
  class="uc-tab-content"
583
- set="visible: presence.tabContent.filters; styles: presence.tabContentStyles"
622
+ bind="visible: presence.tabContent.filters; styles: presence.tabContentStyles"
584
623
  >
585
624
  <uc-editor-scroller hidden-scrollbar>
586
625
  <div class="uc-controls-list_align">
@@ -597,67 +636,67 @@ export const EditorToolbar = class {
597
636
  <div class="uc-controls-row">
598
637
  <uc-presence-toggle
599
638
  class="uc-tab-toggles"
600
- set="visible: presence.tabToggles; styles: presence.tabTogglesStyles"
639
+ bind="visible: presence.tabToggles; styles: presence.tabTogglesStyles"
601
640
  >
602
641
  <div ref="tabs-indicator" class="uc-tab-toggles_indicator"></div>
603
642
 
604
643
  <uc-presence-toggle
605
644
  class="uc-tab-toggle"
606
- set="visible: presence.tabToggle.crop; styles: presence.tabToggleStyles;"
645
+ bind="visible: presence.tabToggle.crop; styles: presence.tabToggleStyles;"
607
646
  >
608
647
  <uc-btn-ui
609
648
  theme="tab"
610
649
  ref="tab-toggle-crop"
611
650
  data-id="crop"
612
651
  icon="crop"
613
- set="onclick: on.clickTab; aria-role:tab_role; aria-controls:tab_crop"
652
+ bind="onclick: on.clickTab; aria-role:tab_role; aria-controls:tab_crop"
614
653
  >
615
654
  </uc-btn-ui>
616
655
  </uc-presence-toggle>
617
656
 
618
657
  <uc-presence-toggle
619
658
  class="uc-tab-toggle"
620
- set="visible: presence.tabToggle.tuning; styles: presence.tabToggleStyles;"
659
+ bind="visible: presence.tabToggle.tuning; styles: presence.tabToggleStyles;"
621
660
  >
622
661
  <uc-btn-ui
623
662
  theme="tab"
624
663
  ref="tab-toggle-tuning"
625
664
  data-id="tuning"
626
665
  icon="tuning"
627
- set="onclick: on.clickTab; aria-role:tab_role; aria-controls:tab_tuning"
666
+ bind="onclick: on.clickTab; aria-role:tab_role; aria-controls:tab_tuning"
628
667
  >
629
668
  </uc-btn-ui>
630
669
  </uc-presence-toggle>
631
670
 
632
671
  <uc-presence-toggle
633
672
  class="uc-tab-toggle"
634
- set="visible: presence.tabToggle.filters; styles: presence.tabToggleStyles;"
673
+ bind="visible: presence.tabToggle.filters; styles: presence.tabToggleStyles;"
635
674
  >
636
675
  <uc-btn-ui
637
676
  theme="tab"
638
677
  ref="tab-toggle-filters"
639
678
  data-id="filters"
640
679
  icon="filters"
641
- set="onclick: on.clickTab; aria-role:tab_role; aria-controls:tab_filters"
680
+ bind="onclick: on.clickTab; aria-role:tab_role; aria-controls:tab_filters"
642
681
  >
643
682
  </uc-btn-ui>
644
683
  </uc-presence-toggle>
645
684
 
646
685
  </uc-presence-toggle>
647
- <uc-btn-ui style="order: -1" theme="secondary-icon" icon="closeMax" set="onclick: on.cancel"> </uc-btn-ui>
648
- <uc-btn-ui theme="primary-icon" icon="done" set="onclick: on.apply"> </uc-btn-ui>
686
+ <uc-btn-ui style="order: -1" theme="secondary-icon" icon="closeMax" bind="onclick: on.cancel"> </uc-btn-ui>
687
+ <uc-btn-ui theme="primary-icon" icon="done" bind="onclick: on.apply"> </uc-btn-ui>
649
688
  </div>
650
689
  </uc-presence-toggle>
651
690
  <uc-presence-toggle
652
691
  class="uc-sub-toolbar"
653
- set="visible: presence.subToolbar; styles: presence.subBottomToolbarStyles"
692
+ bind="visible: presence.subToolbar; styles: presence.subBottomToolbarStyles"
654
693
  >
655
694
  <div class="uc-slider">
656
695
  <uc-editor-slider ref="slider-el"></uc-editor-slider>
657
696
  </div>
658
697
  <div class="uc-controls-row">
659
- <uc-btn-ui theme="secondary" set="onclick: on.cancelSlider;" l10n="@text:cancel"> </uc-btn-ui>
660
- <uc-btn-ui theme="primary" set="onclick: on.applySlider;" l10n="@text:apply"> </uc-btn-ui>
698
+ <uc-btn-ui theme="secondary" bind="onclick: on.cancelSlider;" l10n="@text:cancel"> </uc-btn-ui>
699
+ <uc-btn-ui theme="primary" bind="onclick: on.applySlider;" l10n="@text:apply"> </uc-btn-ui>
661
700
  </div>
662
701
  </uc-presence-toggle>
663
702
  </div>
@@ -666,31 +705,33 @@ export const EditorToolbar = class {
666
705
  static styleAttrs = [];
667
706
  static is = `sym-1`;
668
707
  static bindAttributes = () => {};
708
+ static addRootStyles = () => {};
709
+ static addShadowStyles = () => {};
669
710
  };
670
711
  export const ExternalSource = class {
671
712
  static template = `
672
713
  <uc-activity-header>
673
- <button type="button" class="uc-mini-btn" set="onclick: *historyBack">
714
+ <button type="button" class="uc-mini-btn" bind="onclick: *historyBack">
674
715
  <uc-icon name="back"></uc-icon>
675
716
  </button>
676
717
  <div>
677
- <uc-icon set="@name: activityIcon"></uc-icon>
718
+ <uc-icon bind="@name: activityIcon"></uc-icon>
678
719
  <span>{{activityCaption}}</span>
679
720
  </div>
680
- <button type="button" class="uc-mini-btn uc-close-btn" set="onclick: *historyBack">
721
+ <button type="button" class="uc-mini-btn uc-close-btn" bind="onclick: *historyBack">
681
722
  <uc-icon name="close"></uc-icon>
682
723
  </button>
683
724
  </uc-activity-header>
684
725
  <div class="uc-content">
685
726
  <div ref="iframeWrapper" class="uc-iframe-wrapper"></div>
686
727
  <div class="uc-toolbar">
687
- <button type="button" class="uc-cancel-btn uc-secondary-btn" set="onclick: onCancel" l10n="cancel"></button>
728
+ <button type="button" class="uc-cancel-btn uc-secondary-btn" bind="onclick: onCancel" l10n="cancel"></button>
688
729
  <div></div>
689
- <div set="@hidden: !multiple" class="uc-selected-counter"><span l10n="selected-count"></span>{{counter}}</div>
730
+ <div bind="@hidden: !multiple" class="uc-selected-counter"><span l10n="selected-count"></span>{{counter}}</div>
690
731
  <button
691
732
  type="button"
692
733
  class="uc-done-btn uc-primary-btn"
693
- set="onclick: onDone; @disabled: !counter"
734
+ bind="onclick: onDone; @disabled: !counter"
694
735
  l10n="done"
695
736
  ></button>
696
737
  </div>
@@ -740,25 +781,27 @@ export const ExternalSource = class {
740
781
  static styleAttrs = [];
741
782
  static is = `sym-1`;
742
783
  static bindAttributes = () => {};
784
+ static addRootStyles = () => {};
785
+ static addShadowStyles = () => {};
743
786
  };
744
787
  export const FileItem = class {
745
788
  static template = `
746
- <div class="uc-inner" set="@finished: isFinished; @uploading: isUploading; @failed: isFailed; @focused: isFocused">
747
- <div class="uc-thumb" set="style.backgroundImage: thumbUrl">
789
+ <div class="uc-inner" bind="@finished: isFinished; @uploading: isUploading; @failed: isFailed; @focused: isFocused">
790
+ <div class="uc-thumb" bind="style.backgroundImage: thumbUrl">
748
791
  <div class="uc-badge">
749
- <uc-icon set="@name: badgeIcon"></uc-icon>
792
+ <uc-icon bind="@name: badgeIcon"></uc-icon>
750
793
  </div>
751
794
  </div>
752
795
  <div class="uc-file-name-wrapper">
753
- <span class="uc-file-name" set="@title: itemName">{{itemName}}</span>
754
- <span class="uc-file-error" set="@hidden: !errorText">{{errorText}}</span>
796
+ <span class="uc-file-name" bind="@title: itemName">{{itemName}}</span>
797
+ <span class="uc-file-error" bind="@hidden: !errorText">{{errorText}}</span>
755
798
  </div>
756
799
  <div class="uc-file-actions">
757
800
  <button
758
801
  type="button"
759
802
  l10n="@title:file-item-edit-button"
760
803
  class="uc-edit-btn uc-mini-btn"
761
- set="onclick: onEdit; @hidden: !isEditable"
804
+ bind="onclick: onEdit; @hidden: !isEditable"
762
805
  >
763
806
  <uc-icon name="edit-file"></uc-icon>
764
807
  </button>
@@ -766,15 +809,15 @@ export const FileItem = class {
766
809
  type="button"
767
810
  l10n="@title:file-item-remove-button"
768
811
  class="uc-remove-btn uc-mini-btn"
769
- set="onclick: onRemove;"
812
+ bind="onclick: onRemove;"
770
813
  >
771
814
  <uc-icon name="remove-file"></uc-icon>
772
815
  </button>
773
- <button type="button" class="uc-upload-btn uc-mini-btn" set="onclick: onUpload;">
816
+ <button type="button" class="uc-upload-btn uc-mini-btn" bind="onclick: onUpload;">
774
817
  <uc-icon name="upload"></uc-icon>
775
818
  </button>
776
819
  </div>
777
- <uc-progress-bar class="uc-progress-bar" set="value: progressValue; visible: progressVisible;"> </uc-progress-bar>
820
+ <uc-progress-bar class="uc-progress-bar" bind="value: progressValue; visible: progressVisible;"> </uc-progress-bar>
778
821
  </div>
779
822
  `;
780
823
  static activeInstances = {};
@@ -822,18 +865,24 @@ export const FileItem = class {
822
865
  static styleAttrs = [];
823
866
  static is = `sym-1`;
824
867
  static bindAttributes = () => {};
868
+ static addRootStyles = () => {};
869
+ static addShadowStyles = () => {};
825
870
  };
826
871
  export const FileUploaderInline = class {
827
872
  static styleAttrs = [];
828
873
  static reg = () => {};
829
874
  static is = `sym-1`;
830
875
  static bindAttributes = () => {};
876
+ static addRootStyles = () => {};
877
+ static addShadowStyles = () => {};
831
878
  };
832
879
  export const FileUploaderMinimal = class {
833
880
  static styleAttrs = [];
834
881
  static reg = () => {};
835
882
  static is = `sym-1`;
836
883
  static bindAttributes = () => {};
884
+ static addRootStyles = () => {};
885
+ static addShadowStyles = () => {};
837
886
  };
838
887
  export const FileUploaderRegular = class {
839
888
  static styleAttrs = [];
@@ -841,6 +890,8 @@ export const FileUploaderRegular = class {
841
890
  static reg = () => {};
842
891
  static is = `sym-1`;
843
892
  static bindAttributes = () => {};
893
+ static addRootStyles = () => {};
894
+ static addShadowStyles = () => {};
844
895
  };
845
896
  export const FormInput = class {
846
897
  static extSrcList = {
@@ -887,19 +938,22 @@ export const FormInput = class {
887
938
  static styleAttrs = [];
888
939
  static is = `sym-1`;
889
940
  static bindAttributes = () => {};
941
+ static addRootStyles = () => {};
942
+ static addShadowStyles = () => {};
890
943
  };
891
944
  export const Icon = class {
892
945
  static template = `
893
946
  <svg ref="svg" xmlns="http://www.w3.org/2000/svg">
894
- <title>{{title}}</title>
895
- <use set="@href: href;"></use>
947
+ <use bind="@href: href;"></use>
896
948
  </svg>
897
949
  `;
898
- static observedAttributes = ["name", "title"];
950
+ static observedAttributes = ["name"];
899
951
  static reg = () => {};
900
952
  static styleAttrs = [];
901
953
  static is = `sym-1`;
902
954
  static bindAttributes = () => {};
955
+ static addRootStyles = () => {};
956
+ static addShadowStyles = () => {};
903
957
  };
904
958
  export const Img = class {
905
959
  static observedAttributes = [
@@ -925,6 +979,8 @@ export const Img = class {
925
979
  static reg = () => {};
926
980
  static is = `sym-1`;
927
981
  static bindAttributes = () => {};
982
+ static addRootStyles = () => {};
983
+ static addShadowStyles = () => {};
928
984
  };
929
985
  export const LineLoaderUi = class {
930
986
  static template = `
@@ -936,6 +992,8 @@ export const LineLoaderUi = class {
936
992
  static styleAttrs = [];
937
993
  static is = `sym-1`;
938
994
  static bindAttributes = () => {};
995
+ static addRootStyles = () => {};
996
+ static addShadowStyles = () => {};
939
997
  };
940
998
  export const Modal = class {
941
999
  static styleAttrs = [];
@@ -948,15 +1006,19 @@ export const Modal = class {
948
1006
  static reg = () => {};
949
1007
  static is = `sym-1`;
950
1008
  static bindAttributes = () => {};
1009
+ static addRootStyles = () => {};
1010
+ static addShadowStyles = () => {};
951
1011
  };
952
1012
  export const PACKAGE_NAME = `blocks`;
953
1013
  export const PACKAGE_VERSION = `1.2.0`;
954
1014
  export const PresenceToggle = class {
955
- static template = `<slot></slot> `;
1015
+ static template = ` <slot></slot> `;
956
1016
  static reg = () => {};
957
1017
  static styleAttrs = [];
958
1018
  static is = `sym-1`;
959
1019
  static bindAttributes = () => {};
1020
+ static addRootStyles = () => {};
1021
+ static addShadowStyles = () => {};
960
1022
  };
961
1023
  export const ProgressBar = class {
962
1024
  static template = ` <div ref="line" class="uc-progress"></div> `;
@@ -964,9 +1026,11 @@ export const ProgressBar = class {
964
1026
  static styleAttrs = [];
965
1027
  static is = `sym-1`;
966
1028
  static bindAttributes = () => {};
1029
+ static addRootStyles = () => {};
1030
+ static addShadowStyles = () => {};
967
1031
  };
968
1032
  export const ProgressBarCommon = class {
969
- static template = ` <uc-progress-bar set="visible: visible; value: value"></uc-progress-bar> `;
1033
+ static template = ` <uc-progress-bar bind="visible: visible; value: value"></uc-progress-bar> `;
970
1034
  static extSrcList = {
971
1035
  FACEBOOK: "facebook",
972
1036
  DROPBOX: "dropbox",
@@ -1011,19 +1075,38 @@ export const ProgressBarCommon = class {
1011
1075
  static styleAttrs = [];
1012
1076
  static is = `sym-1`;
1013
1077
  static bindAttributes = () => {};
1078
+ static addRootStyles = () => {};
1079
+ static addShadowStyles = () => {};
1080
+ };
1081
+ export const PubSub = class {
1082
+ static registerCtx = () => {};
1083
+ static deleteCtx = () => {};
1084
+ static getCtx = () => {};
1085
+ static globalStore = {};
1086
+ static apply = () => {};
1087
+ static bind = () => {};
1088
+ static call = () => {};
1089
+ static toString = () => {};
1090
+ static hasOwnProperty = () => {};
1091
+ static isPrototypeOf = () => {};
1092
+ static propertyIsEnumerable = () => {};
1093
+ static valueOf = () => {};
1094
+ static toLocaleString = () => {};
1014
1095
  };
1015
1096
  export const Select = class {
1016
- static template = ` <select ref="select" set="innerHTML: selectHtml; onchange: onSelect"></select> `;
1097
+ static template = ` <select ref="select" bind="innerHTML: selectHtml; onchange: onSelect"></select> `;
1017
1098
  static reg = () => {};
1018
1099
  static styleAttrs = [];
1019
1100
  static is = `sym-1`;
1020
1101
  static bindAttributes = () => {};
1102
+ static addRootStyles = () => {};
1103
+ static addShadowStyles = () => {};
1021
1104
  };
1022
1105
  export const SimpleBtn = class {
1023
1106
  static styleAttrs = [];
1024
1107
  static template = `
1025
- <uc-drop-area set="@disabled: !withDropZone">
1026
- <button type="button" set="onclick: onClick">
1108
+ <uc-drop-area bind="@disabled: !withDropZone">
1109
+ <button type="button" bind="onclick: onClick">
1027
1110
  <uc-icon name="upload"></uc-icon>
1028
1111
  <span l10n="button-text"></span>
1029
1112
  <slot></slot>
@@ -1075,6 +1158,8 @@ export const SimpleBtn = class {
1075
1158
  static reg = () => {};
1076
1159
  static is = `sym-1`;
1077
1160
  static bindAttributes = () => {};
1161
+ static addRootStyles = () => {};
1162
+ static addShadowStyles = () => {};
1078
1163
  };
1079
1164
  export const SliderUi = class {
1080
1165
  static template = `
@@ -1084,24 +1169,28 @@ export const SliderUi = class {
1084
1169
  class="uc-input"
1085
1170
  type="range"
1086
1171
  ref="input-el"
1087
- set="oninput: on.sliderInput; onchange: on.sliderChange; @min: min; @max: max; @value: defaultValue;"
1172
+ bind="oninput: on.sliderInput; onchange: on.sliderChange; @min: min; @max: max; @value: defaultValue;"
1088
1173
  />
1089
1174
  `;
1090
1175
  static reg = () => {};
1091
1176
  static styleAttrs = [];
1092
1177
  static is = `sym-1`;
1093
1178
  static bindAttributes = () => {};
1179
+ static addRootStyles = () => {};
1180
+ static addShadowStyles = () => {};
1094
1181
  };
1095
1182
  export const SolutionBlock = class {
1096
1183
  static styleAttrs = [];
1097
1184
  static reg = () => {};
1098
1185
  static is = `sym-1`;
1099
1186
  static bindAttributes = () => {};
1187
+ static addRootStyles = () => {};
1188
+ static addShadowStyles = () => {};
1100
1189
  };
1101
1190
  export const SourceBtn = class {
1102
1191
  static template = `
1103
1192
  <button type="button">
1104
- <uc-icon set="@name: iconName"></uc-icon>
1193
+ <uc-icon bind="@name: iconName"></uc-icon>
1105
1194
  <div class="uc-txt" l10n="src-type"></div>
1106
1195
  </button>
1107
1196
  `;
@@ -1150,12 +1239,16 @@ export const SourceBtn = class {
1150
1239
  static styleAttrs = [];
1151
1240
  static is = `sym-1`;
1152
1241
  static bindAttributes = () => {};
1242
+ static addRootStyles = () => {};
1243
+ static addShadowStyles = () => {};
1153
1244
  };
1154
1245
  export const SourceList = class {
1155
1246
  static reg = () => {};
1156
1247
  static styleAttrs = [];
1157
1248
  static is = `sym-1`;
1158
1249
  static bindAttributes = () => {};
1250
+ static addRootStyles = () => {};
1251
+ static addShadowStyles = () => {};
1159
1252
  };
1160
1253
  export const StartFrom = class {
1161
1254
  static template = ` <div class="uc-content"><slot></slot></div> `;
@@ -1173,6 +1266,15 @@ export const StartFrom = class {
1173
1266
  static styleAttrs = [];
1174
1267
  static is = `sym-1`;
1175
1268
  static bindAttributes = () => {};
1269
+ static addRootStyles = () => {};
1270
+ static addShadowStyles = () => {};
1271
+ };
1272
+ export const Symbiote = class {
1273
+ static reg = () => {};
1274
+ static is = `sym-1`;
1275
+ static bindAttributes = () => {};
1276
+ static addRootStyles = () => {};
1277
+ static addShadowStyles = () => {};
1176
1278
  };
1177
1279
  export const UID = class {
1178
1280
  static generate = () => {};
@@ -1251,44 +1353,46 @@ export const UploadCtxProvider = class {
1251
1353
  static styleAttrs = [];
1252
1354
  static is = `sym-1`;
1253
1355
  static bindAttributes = () => {};
1356
+ static addRootStyles = () => {};
1357
+ static addShadowStyles = () => {};
1254
1358
  };
1255
1359
  export const UploadList = class {
1256
1360
  static template = `
1257
1361
  <uc-activity-header>
1258
1362
  <span class="uc-header-text">{{headerText}}</span>
1259
- <button type="button" class="uc-mini-btn uc-close-btn" set="onclick: *closeModal">
1363
+ <button type="button" class="uc-mini-btn uc-close-btn" bind="onclick: *closeModal">
1260
1364
  <uc-icon name="close"></uc-icon>
1261
1365
  </button>
1262
1366
  </uc-activity-header>
1263
1367
 
1264
- <div class="uc-no-files" set="@hidden: hasFiles">
1368
+ <div class="uc-no-files" bind="@hidden: hasFiles">
1265
1369
  <slot name="empty"><span l10n="no-files"></span></slot>
1266
1370
  </div>
1267
1371
 
1268
- <div class="uc-files" repeat="*uploadList" repeat-item-tag="uc-file-item"></div>
1372
+ <div class="uc-files" itemize="*uploadList" item-tag="uc-file-item"></div>
1269
1373
 
1270
- <div class="uc-common-error" set="@hidden: !commonErrorMessage; textContent: commonErrorMessage;"></div>
1374
+ <div class="uc-common-error" bind="@hidden: !commonErrorMessage; textContent: commonErrorMessage;"></div>
1271
1375
 
1272
1376
  <div class="uc-toolbar">
1273
- <button type="button" class="uc-cancel-btn uc-secondary-btn" set="onclick: onCancel;" l10n="clear"></button>
1377
+ <button type="button" class="uc-cancel-btn uc-secondary-btn" bind="onclick: onCancel;" l10n="clear"></button>
1274
1378
  <div class="uc-toolbar-spacer"></div>
1275
1379
  <button
1276
1380
  type="button"
1277
1381
  class="uc-add-more-btn uc-secondary-btn"
1278
- set="onclick: onAdd; @disabled: !addMoreBtnEnabled; @hidden: !addMoreBtnVisible"
1382
+ bind="onclick: onAdd; @disabled: !addMoreBtnEnabled; @hidden: !addMoreBtnVisible"
1279
1383
  >
1280
1384
  <uc-icon name="add"></uc-icon><span l10n="add-more"></span>
1281
1385
  </button>
1282
1386
  <button
1283
1387
  type="button"
1284
1388
  class="uc-upload-btn uc-primary-btn"
1285
- set="@hidden: !uploadBtnVisible; onclick: onUpload;"
1389
+ bind="@hidden: !uploadBtnVisible; onclick: onUpload;"
1286
1390
  l10n="upload"
1287
1391
  ></button>
1288
1392
  <button
1289
1393
  type="button"
1290
1394
  class="uc-done-btn uc-primary-btn"
1291
- set="@hidden: !doneBtnVisible; onclick: onDone; @disabled: !doneBtnEnabled"
1395
+ bind="@hidden: !doneBtnVisible; onclick: onDone; @disabled: !doneBtnEnabled"
1292
1396
  l10n="done"
1293
1397
  ></button>
1294
1398
  </div>
@@ -1339,6 +1443,8 @@ export const UploadList = class {
1339
1443
  static styleAttrs = [];
1340
1444
  static is = `sym-1`;
1341
1445
  static bindAttributes = () => {};
1446
+ static addRootStyles = () => {};
1447
+ static addShadowStyles = () => {};
1342
1448
  };
1343
1449
  export const UploaderBlock = class {
1344
1450
  static extSrcList = {
@@ -1385,27 +1491,29 @@ export const UploaderBlock = class {
1385
1491
  static styleAttrs = [];
1386
1492
  static is = `sym-1`;
1387
1493
  static bindAttributes = () => {};
1494
+ static addRootStyles = () => {};
1495
+ static addShadowStyles = () => {};
1388
1496
  };
1389
1497
  export const UrlSource = class {
1390
1498
  static template = `
1391
1499
  <uc-activity-header>
1392
- <button type="button" class="uc-mini-btn" set="onclick: *historyBack">
1500
+ <button type="button" class="uc-mini-btn" bind="onclick: *historyBack">
1393
1501
  <uc-icon name="back"></uc-icon>
1394
1502
  </button>
1395
1503
  <div>
1396
1504
  <uc-icon name="url"></uc-icon>
1397
1505
  <span l10n="caption-from-url"></span>
1398
1506
  </div>
1399
- <button type="button" class="uc-mini-btn uc-close-btn" set="onclick: *closeModal">
1507
+ <button type="button" class="uc-mini-btn uc-close-btn" bind="onclick: *closeModal">
1400
1508
  <uc-icon name="close"></uc-icon>
1401
1509
  </button>
1402
1510
  </uc-activity-header>
1403
1511
  <form class="uc-content">
1404
- <input placeholder="https://" class="uc-url-input" type="text" ref="input" set="oninput: onInput" />
1512
+ <input placeholder="https://" class="uc-url-input" type="text" ref="input" bind="oninput: onInput" />
1405
1513
  <button
1406
1514
  type="submit"
1407
1515
  class="uc-url-upload-btn uc-primary-btn"
1408
- set="onclick: onUpload; @disabled: importDisabled"
1516
+ bind="onclick: onUpload; @disabled: importDisabled"
1409
1517
  l10n="upload-url"
1410
1518
  ></button>
1411
1519
  </form>
@@ -1454,8 +1562,11 @@ export const UrlSource = class {
1454
1562
  static styleAttrs = [];
1455
1563
  static is = `sym-1`;
1456
1564
  static bindAttributes = () => {};
1565
+ static addRootStyles = () => {};
1566
+ static addShadowStyles = () => {};
1457
1567
  };
1458
1568
  export const defineComponents = () => {};
1459
1569
  export const defineLocale = () => {};
1570
+ export const html = () => {};
1460
1571
  export const loadFileUploaderFrom = () => {};
1461
1572
  export const toKebabCase = () => {};