@bylqwjc/media-editor-react 1.0.12

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 (434) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +51 -0
  3. package/dist/index.cjs +282 -0
  4. package/dist/index.cjs.map +1 -0
  5. package/dist/index.d.cts +54 -0
  6. package/dist/index.d.ts +54 -0
  7. package/dist/index.js +240 -0
  8. package/dist/index.js.map +1 -0
  9. package/filerobot.css +1669 -0
  10. package/node_modules/@media-editor/client/LICENSE +21 -0
  11. package/node_modules/@media-editor/client/README.md +27 -0
  12. package/node_modules/@media-editor/client/dist/index.cjs +60 -0
  13. package/node_modules/@media-editor/client/dist/index.cjs.map +1 -0
  14. package/node_modules/@media-editor/client/dist/index.d.cts +24 -0
  15. package/node_modules/@media-editor/client/dist/index.d.ts +24 -0
  16. package/node_modules/@media-editor/client/dist/index.js +35 -0
  17. package/node_modules/@media-editor/client/dist/index.js.map +1 -0
  18. package/node_modules/@media-editor/client/package.json +23 -0
  19. package/node_modules/@media-editor/core/LICENSE +21 -0
  20. package/node_modules/@media-editor/core/README.md +14 -0
  21. package/node_modules/@media-editor/core/dist/browser.cjs +505 -0
  22. package/node_modules/@media-editor/core/dist/browser.cjs.map +1 -0
  23. package/node_modules/@media-editor/core/dist/browser.d.cts +100 -0
  24. package/node_modules/@media-editor/core/dist/browser.d.ts +100 -0
  25. package/node_modules/@media-editor/core/dist/browser.js +883 -0
  26. package/node_modules/@media-editor/core/dist/browser.js.map +1 -0
  27. package/node_modules/@media-editor/core/dist/chunk-MGKYVYOH.js +371 -0
  28. package/node_modules/@media-editor/core/dist/chunk-MGKYVYOH.js.map +1 -0
  29. package/node_modules/@media-editor/core/dist/chunk-USY6UDGL.js +87 -0
  30. package/node_modules/@media-editor/core/dist/chunk-USY6UDGL.js.map +1 -0
  31. package/node_modules/@media-editor/core/dist/chunk-XCBM7P7N.js +592 -0
  32. package/node_modules/@media-editor/core/dist/chunk-XCBM7P7N.js.map +1 -0
  33. package/node_modules/@media-editor/core/dist/engine.cjs +540 -0
  34. package/node_modules/@media-editor/core/dist/engine.cjs.map +1 -0
  35. package/node_modules/@media-editor/core/dist/engine.d.cts +325 -0
  36. package/node_modules/@media-editor/core/dist/engine.d.ts +359 -0
  37. package/node_modules/@media-editor/core/dist/engine.js +315 -0
  38. package/node_modules/@media-editor/core/dist/engine.js.map +1 -0
  39. package/node_modules/@media-editor/core/dist/filerobot.cjs +818 -0
  40. package/node_modules/@media-editor/core/dist/filerobot.cjs.map +1 -0
  41. package/node_modules/@media-editor/core/dist/filerobot.d.cts +88 -0
  42. package/node_modules/@media-editor/core/dist/filerobot.d.ts +88 -0
  43. package/node_modules/@media-editor/core/dist/filerobot.js +473 -0
  44. package/node_modules/@media-editor/core/dist/filerobot.js.map +1 -0
  45. package/node_modules/@media-editor/core/dist/index.cjs +1276 -0
  46. package/node_modules/@media-editor/core/dist/index.cjs.map +1 -0
  47. package/node_modules/@media-editor/core/dist/index.d.cts +242 -0
  48. package/node_modules/@media-editor/core/dist/index.d.ts +264 -0
  49. package/node_modules/@media-editor/core/dist/index.js +682 -0
  50. package/node_modules/@media-editor/core/dist/index.js.map +1 -0
  51. package/node_modules/@media-editor/core/dist/platform-presets-B-o4C6uY.d.cts +80 -0
  52. package/node_modules/@media-editor/core/dist/platform-presets-B-o4C6uY.d.ts +80 -0
  53. package/node_modules/@media-editor/core/dist/state-B85vkf7_.d.cts +936 -0
  54. package/node_modules/@media-editor/core/dist/state-B85vkf7_.d.ts +1027 -0
  55. package/node_modules/@media-editor/core/node_modules/zod/LICENSE +21 -0
  56. package/node_modules/@media-editor/core/node_modules/zod/README.md +208 -0
  57. package/node_modules/@media-editor/core/node_modules/zod/index.cjs +33 -0
  58. package/node_modules/@media-editor/core/node_modules/zod/index.d.cts +4 -0
  59. package/node_modules/@media-editor/core/node_modules/zod/index.d.ts +4 -0
  60. package/node_modules/@media-editor/core/node_modules/zod/index.js +4 -0
  61. package/node_modules/@media-editor/core/node_modules/zod/package.json +118 -0
  62. package/node_modules/@media-editor/core/node_modules/zod/v3/ZodError.cjs +138 -0
  63. package/node_modules/@media-editor/core/node_modules/zod/v3/ZodError.d.cts +164 -0
  64. package/node_modules/@media-editor/core/node_modules/zod/v3/ZodError.d.ts +164 -0
  65. package/node_modules/@media-editor/core/node_modules/zod/v3/ZodError.js +133 -0
  66. package/node_modules/@media-editor/core/node_modules/zod/v3/errors.cjs +17 -0
  67. package/node_modules/@media-editor/core/node_modules/zod/v3/errors.d.cts +5 -0
  68. package/node_modules/@media-editor/core/node_modules/zod/v3/errors.d.ts +5 -0
  69. package/node_modules/@media-editor/core/node_modules/zod/v3/errors.js +9 -0
  70. package/node_modules/@media-editor/core/node_modules/zod/v3/external.cjs +22 -0
  71. package/node_modules/@media-editor/core/node_modules/zod/v3/external.d.cts +6 -0
  72. package/node_modules/@media-editor/core/node_modules/zod/v3/external.d.ts +6 -0
  73. package/node_modules/@media-editor/core/node_modules/zod/v3/external.js +6 -0
  74. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/enumUtil.cjs +2 -0
  75. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/enumUtil.d.cts +8 -0
  76. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/enumUtil.d.ts +8 -0
  77. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/enumUtil.js +1 -0
  78. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/errorUtil.cjs +9 -0
  79. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/errorUtil.d.cts +9 -0
  80. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/errorUtil.d.ts +9 -0
  81. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/errorUtil.js +6 -0
  82. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/parseUtil.cjs +124 -0
  83. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/parseUtil.d.cts +78 -0
  84. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/parseUtil.d.ts +78 -0
  85. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/parseUtil.js +109 -0
  86. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/partialUtil.cjs +2 -0
  87. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/partialUtil.d.cts +8 -0
  88. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/partialUtil.d.ts +8 -0
  89. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/partialUtil.js +1 -0
  90. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/typeAliases.cjs +2 -0
  91. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/typeAliases.d.cts +2 -0
  92. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/typeAliases.d.ts +2 -0
  93. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/typeAliases.js +1 -0
  94. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/util.cjs +137 -0
  95. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/util.d.cts +85 -0
  96. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/util.d.ts +85 -0
  97. package/node_modules/@media-editor/core/node_modules/zod/v3/helpers/util.js +133 -0
  98. package/node_modules/@media-editor/core/node_modules/zod/v3/index.cjs +33 -0
  99. package/node_modules/@media-editor/core/node_modules/zod/v3/index.d.cts +4 -0
  100. package/node_modules/@media-editor/core/node_modules/zod/v3/index.d.ts +4 -0
  101. package/node_modules/@media-editor/core/node_modules/zod/v3/index.js +4 -0
  102. package/node_modules/@media-editor/core/node_modules/zod/v3/locales/en.cjs +111 -0
  103. package/node_modules/@media-editor/core/node_modules/zod/v3/locales/en.d.cts +3 -0
  104. package/node_modules/@media-editor/core/node_modules/zod/v3/locales/en.d.ts +3 -0
  105. package/node_modules/@media-editor/core/node_modules/zod/v3/locales/en.js +109 -0
  106. package/node_modules/@media-editor/core/node_modules/zod/v3/standard-schema.cjs +2 -0
  107. package/node_modules/@media-editor/core/node_modules/zod/v3/standard-schema.d.cts +102 -0
  108. package/node_modules/@media-editor/core/node_modules/zod/v3/standard-schema.d.ts +102 -0
  109. package/node_modules/@media-editor/core/node_modules/zod/v3/standard-schema.js +1 -0
  110. package/node_modules/@media-editor/core/node_modules/zod/v3/types.cjs +3775 -0
  111. package/node_modules/@media-editor/core/node_modules/zod/v3/types.d.cts +1031 -0
  112. package/node_modules/@media-editor/core/node_modules/zod/v3/types.d.ts +1031 -0
  113. package/node_modules/@media-editor/core/node_modules/zod/v3/types.js +3693 -0
  114. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/checks.cjs +32 -0
  115. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/checks.d.cts +1 -0
  116. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/checks.d.ts +1 -0
  117. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/checks.js +1 -0
  118. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/coerce.cjs +47 -0
  119. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/coerce.d.cts +17 -0
  120. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/coerce.d.ts +17 -0
  121. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/coerce.js +17 -0
  122. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/compat.cjs +57 -0
  123. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/compat.d.cts +46 -0
  124. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/compat.d.ts +46 -0
  125. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/compat.js +27 -0
  126. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/errors.cjs +67 -0
  127. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/errors.d.cts +30 -0
  128. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/errors.d.ts +30 -0
  129. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/errors.js +41 -0
  130. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/external.cjs +70 -0
  131. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/external.d.cts +13 -0
  132. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/external.d.ts +13 -0
  133. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/external.js +18 -0
  134. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/index.cjs +33 -0
  135. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/index.d.cts +4 -0
  136. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/index.d.ts +4 -0
  137. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/index.js +4 -0
  138. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/iso.cjs +60 -0
  139. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/iso.d.cts +22 -0
  140. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/iso.d.ts +22 -0
  141. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/iso.js +30 -0
  142. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/parse.cjs +32 -0
  143. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/parse.d.cts +23 -0
  144. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/parse.d.ts +23 -0
  145. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/parse.js +6 -0
  146. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/schemas.cjs +1109 -0
  147. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/schemas.d.cts +630 -0
  148. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/schemas.d.ts +630 -0
  149. package/node_modules/@media-editor/core/node_modules/zod/v4/classic/schemas.js +1006 -0
  150. package/node_modules/@media-editor/core/node_modules/zod/v4/core/api.cjs +1039 -0
  151. package/node_modules/@media-editor/core/node_modules/zod/v4/core/api.d.cts +284 -0
  152. package/node_modules/@media-editor/core/node_modules/zod/v4/core/api.d.ts +284 -0
  153. package/node_modules/@media-editor/core/node_modules/zod/v4/core/api.js +906 -0
  154. package/node_modules/@media-editor/core/node_modules/zod/v4/core/checks.cjs +591 -0
  155. package/node_modules/@media-editor/core/node_modules/zod/v4/core/checks.d.cts +278 -0
  156. package/node_modules/@media-editor/core/node_modules/zod/v4/core/checks.d.ts +278 -0
  157. package/node_modules/@media-editor/core/node_modules/zod/v4/core/checks.js +565 -0
  158. package/node_modules/@media-editor/core/node_modules/zod/v4/core/core.cjs +67 -0
  159. package/node_modules/@media-editor/core/node_modules/zod/v4/core/core.d.cts +49 -0
  160. package/node_modules/@media-editor/core/node_modules/zod/v4/core/core.d.ts +49 -0
  161. package/node_modules/@media-editor/core/node_modules/zod/v4/core/core.js +61 -0
  162. package/node_modules/@media-editor/core/node_modules/zod/v4/core/doc.cjs +39 -0
  163. package/node_modules/@media-editor/core/node_modules/zod/v4/core/doc.d.cts +14 -0
  164. package/node_modules/@media-editor/core/node_modules/zod/v4/core/doc.d.ts +14 -0
  165. package/node_modules/@media-editor/core/node_modules/zod/v4/core/doc.js +35 -0
  166. package/node_modules/@media-editor/core/node_modules/zod/v4/core/errors.cjs +226 -0
  167. package/node_modules/@media-editor/core/node_modules/zod/v4/core/errors.d.cts +208 -0
  168. package/node_modules/@media-editor/core/node_modules/zod/v4/core/errors.d.ts +208 -0
  169. package/node_modules/@media-editor/core/node_modules/zod/v4/core/errors.js +195 -0
  170. package/node_modules/@media-editor/core/node_modules/zod/v4/core/function.cjs +102 -0
  171. package/node_modules/@media-editor/core/node_modules/zod/v4/core/function.d.cts +52 -0
  172. package/node_modules/@media-editor/core/node_modules/zod/v4/core/function.d.ts +52 -0
  173. package/node_modules/@media-editor/core/node_modules/zod/v4/core/function.js +75 -0
  174. package/node_modules/@media-editor/core/node_modules/zod/v4/core/index.cjs +44 -0
  175. package/node_modules/@media-editor/core/node_modules/zod/v4/core/index.d.cts +15 -0
  176. package/node_modules/@media-editor/core/node_modules/zod/v4/core/index.d.ts +15 -0
  177. package/node_modules/@media-editor/core/node_modules/zod/v4/core/index.js +15 -0
  178. package/node_modules/@media-editor/core/node_modules/zod/v4/core/json-schema.cjs +2 -0
  179. package/node_modules/@media-editor/core/node_modules/zod/v4/core/json-schema.d.cts +87 -0
  180. package/node_modules/@media-editor/core/node_modules/zod/v4/core/json-schema.d.ts +87 -0
  181. package/node_modules/@media-editor/core/node_modules/zod/v4/core/json-schema.js +1 -0
  182. package/node_modules/@media-editor/core/node_modules/zod/v4/core/parse.cjs +87 -0
  183. package/node_modules/@media-editor/core/node_modules/zod/v4/core/parse.d.cts +25 -0
  184. package/node_modules/@media-editor/core/node_modules/zod/v4/core/parse.d.ts +25 -0
  185. package/node_modules/@media-editor/core/node_modules/zod/v4/core/parse.js +57 -0
  186. package/node_modules/@media-editor/core/node_modules/zod/v4/core/regexes.cjs +103 -0
  187. package/node_modules/@media-editor/core/node_modules/zod/v4/core/regexes.d.cts +62 -0
  188. package/node_modules/@media-editor/core/node_modules/zod/v4/core/regexes.d.ts +62 -0
  189. package/node_modules/@media-editor/core/node_modules/zod/v4/core/regexes.js +95 -0
  190. package/node_modules/@media-editor/core/node_modules/zod/v4/core/registries.cjs +56 -0
  191. package/node_modules/@media-editor/core/node_modules/zod/v4/core/registries.d.cts +35 -0
  192. package/node_modules/@media-editor/core/node_modules/zod/v4/core/registries.d.ts +35 -0
  193. package/node_modules/@media-editor/core/node_modules/zod/v4/core/registries.js +51 -0
  194. package/node_modules/@media-editor/core/node_modules/zod/v4/core/schemas.cjs +1748 -0
  195. package/node_modules/@media-editor/core/node_modules/zod/v4/core/schemas.d.cts +1041 -0
  196. package/node_modules/@media-editor/core/node_modules/zod/v4/core/schemas.d.ts +1041 -0
  197. package/node_modules/@media-editor/core/node_modules/zod/v4/core/schemas.js +1717 -0
  198. package/node_modules/@media-editor/core/node_modules/zod/v4/core/standard-schema.cjs +2 -0
  199. package/node_modules/@media-editor/core/node_modules/zod/v4/core/standard-schema.d.cts +55 -0
  200. package/node_modules/@media-editor/core/node_modules/zod/v4/core/standard-schema.d.ts +55 -0
  201. package/node_modules/@media-editor/core/node_modules/zod/v4/core/standard-schema.js +1 -0
  202. package/node_modules/@media-editor/core/node_modules/zod/v4/core/to-json-schema.cjs +854 -0
  203. package/node_modules/@media-editor/core/node_modules/zod/v4/core/to-json-schema.d.cts +88 -0
  204. package/node_modules/@media-editor/core/node_modules/zod/v4/core/to-json-schema.d.ts +88 -0
  205. package/node_modules/@media-editor/core/node_modules/zod/v4/core/to-json-schema.js +849 -0
  206. package/node_modules/@media-editor/core/node_modules/zod/v4/core/util.cjs +539 -0
  207. package/node_modules/@media-editor/core/node_modules/zod/v4/core/util.d.cts +183 -0
  208. package/node_modules/@media-editor/core/node_modules/zod/v4/core/util.d.ts +183 -0
  209. package/node_modules/@media-editor/core/node_modules/zod/v4/core/util.js +493 -0
  210. package/node_modules/@media-editor/core/node_modules/zod/v4/core/versions.cjs +8 -0
  211. package/node_modules/@media-editor/core/node_modules/zod/v4/core/versions.d.cts +5 -0
  212. package/node_modules/@media-editor/core/node_modules/zod/v4/core/versions.d.ts +5 -0
  213. package/node_modules/@media-editor/core/node_modules/zod/v4/core/versions.js +5 -0
  214. package/node_modules/@media-editor/core/node_modules/zod/v4/index.cjs +22 -0
  215. package/node_modules/@media-editor/core/node_modules/zod/v4/index.d.cts +3 -0
  216. package/node_modules/@media-editor/core/node_modules/zod/v4/index.d.ts +3 -0
  217. package/node_modules/@media-editor/core/node_modules/zod/v4/index.js +3 -0
  218. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ar.cjs +142 -0
  219. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ar.d.cts +4 -0
  220. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ar.d.ts +4 -0
  221. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ar.js +116 -0
  222. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/az.cjs +141 -0
  223. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/az.d.cts +4 -0
  224. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/az.d.ts +4 -0
  225. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/az.js +115 -0
  226. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/be.cjs +190 -0
  227. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/be.d.cts +4 -0
  228. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/be.d.ts +4 -0
  229. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/be.js +164 -0
  230. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ca.cjs +144 -0
  231. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ca.d.cts +4 -0
  232. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ca.d.ts +4 -0
  233. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ca.js +118 -0
  234. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/cs.cjs +161 -0
  235. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/cs.d.cts +4 -0
  236. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/cs.d.ts +4 -0
  237. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/cs.js +135 -0
  238. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/de.cjs +142 -0
  239. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/de.d.cts +4 -0
  240. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/de.d.ts +4 -0
  241. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/de.js +116 -0
  242. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/en.cjs +145 -0
  243. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/en.d.cts +5 -0
  244. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/en.d.ts +5 -0
  245. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/en.js +117 -0
  246. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/eo.cjs +144 -0
  247. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/eo.d.cts +5 -0
  248. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/eo.d.ts +5 -0
  249. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/eo.js +116 -0
  250. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/es.cjs +143 -0
  251. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/es.d.cts +4 -0
  252. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/es.d.ts +4 -0
  253. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/es.js +117 -0
  254. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fa.cjs +148 -0
  255. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fa.d.cts +4 -0
  256. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fa.d.ts +4 -0
  257. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fa.js +122 -0
  258. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fi.cjs +148 -0
  259. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fi.d.cts +4 -0
  260. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fi.d.ts +4 -0
  261. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fi.js +122 -0
  262. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fr-CA.cjs +143 -0
  263. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fr-CA.d.cts +4 -0
  264. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fr-CA.d.ts +4 -0
  265. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fr-CA.js +117 -0
  266. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fr.cjs +142 -0
  267. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fr.d.cts +4 -0
  268. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fr.d.ts +4 -0
  269. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/fr.js +116 -0
  270. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/he.cjs +143 -0
  271. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/he.d.cts +4 -0
  272. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/he.d.ts +4 -0
  273. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/he.js +117 -0
  274. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/hu.cjs +143 -0
  275. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/hu.d.cts +4 -0
  276. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/hu.d.ts +4 -0
  277. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/hu.js +117 -0
  278. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/id.cjs +142 -0
  279. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/id.d.cts +4 -0
  280. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/id.d.ts +4 -0
  281. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/id.js +116 -0
  282. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/index.cjs +84 -0
  283. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/index.d.cts +39 -0
  284. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/index.d.ts +39 -0
  285. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/index.js +39 -0
  286. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/it.cjs +143 -0
  287. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/it.d.cts +4 -0
  288. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/it.d.ts +4 -0
  289. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/it.js +117 -0
  290. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ja.cjs +141 -0
  291. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ja.d.cts +4 -0
  292. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ja.d.ts +4 -0
  293. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ja.js +115 -0
  294. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/kh.cjs +143 -0
  295. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/kh.d.cts +4 -0
  296. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/kh.d.ts +4 -0
  297. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/kh.js +117 -0
  298. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ko.cjs +147 -0
  299. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ko.d.cts +4 -0
  300. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ko.d.ts +4 -0
  301. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ko.js +121 -0
  302. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/mk.cjs +144 -0
  303. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/mk.d.cts +4 -0
  304. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/mk.d.ts +4 -0
  305. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/mk.js +118 -0
  306. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ms.cjs +142 -0
  307. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ms.d.cts +4 -0
  308. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ms.d.ts +4 -0
  309. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ms.js +116 -0
  310. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/nl.cjs +143 -0
  311. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/nl.d.cts +4 -0
  312. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/nl.d.ts +4 -0
  313. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/nl.js +117 -0
  314. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/no.cjs +142 -0
  315. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/no.d.cts +4 -0
  316. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/no.d.ts +4 -0
  317. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/no.js +116 -0
  318. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ota.cjs +143 -0
  319. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ota.d.cts +4 -0
  320. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ota.d.ts +4 -0
  321. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ota.js +117 -0
  322. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/pl.cjs +143 -0
  323. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/pl.d.cts +4 -0
  324. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/pl.d.ts +4 -0
  325. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/pl.js +117 -0
  326. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ps.cjs +148 -0
  327. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ps.d.cts +4 -0
  328. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ps.d.ts +4 -0
  329. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ps.js +122 -0
  330. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/pt.cjs +142 -0
  331. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/pt.d.cts +4 -0
  332. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/pt.d.ts +4 -0
  333. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/pt.js +116 -0
  334. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ru.cjs +190 -0
  335. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ru.d.cts +4 -0
  336. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ru.d.ts +4 -0
  337. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ru.js +164 -0
  338. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/sl.cjs +143 -0
  339. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/sl.d.cts +4 -0
  340. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/sl.d.ts +4 -0
  341. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/sl.js +117 -0
  342. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/sv.cjs +144 -0
  343. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/sv.d.cts +4 -0
  344. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/sv.d.ts +4 -0
  345. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/sv.js +118 -0
  346. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ta.cjs +143 -0
  347. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ta.d.cts +4 -0
  348. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ta.d.ts +4 -0
  349. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ta.js +117 -0
  350. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/th.cjs +143 -0
  351. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/th.d.cts +4 -0
  352. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/th.d.ts +4 -0
  353. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/th.js +117 -0
  354. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/tr.cjs +143 -0
  355. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/tr.d.cts +5 -0
  356. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/tr.d.ts +5 -0
  357. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/tr.js +115 -0
  358. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ua.cjs +143 -0
  359. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ua.d.cts +4 -0
  360. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ua.d.ts +4 -0
  361. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ua.js +117 -0
  362. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ur.cjs +143 -0
  363. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ur.d.cts +4 -0
  364. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ur.d.ts +4 -0
  365. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/ur.js +117 -0
  366. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/vi.cjs +142 -0
  367. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/vi.d.cts +4 -0
  368. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/vi.d.ts +4 -0
  369. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/vi.js +116 -0
  370. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/zh-CN.cjs +142 -0
  371. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/zh-CN.d.cts +4 -0
  372. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/zh-CN.d.ts +4 -0
  373. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/zh-CN.js +116 -0
  374. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/zh-TW.cjs +143 -0
  375. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/zh-TW.d.cts +4 -0
  376. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/zh-TW.d.ts +4 -0
  377. package/node_modules/@media-editor/core/node_modules/zod/v4/locales/zh-TW.js +117 -0
  378. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/checks.cjs +34 -0
  379. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/checks.d.cts +1 -0
  380. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/checks.d.ts +1 -0
  381. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/checks.js +1 -0
  382. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/coerce.cjs +47 -0
  383. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/coerce.d.cts +7 -0
  384. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/coerce.d.ts +7 -0
  385. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/coerce.js +17 -0
  386. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/external.cjs +62 -0
  387. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/external.d.cts +11 -0
  388. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/external.d.ts +11 -0
  389. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/external.js +13 -0
  390. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/index.cjs +32 -0
  391. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/index.d.cts +3 -0
  392. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/index.d.ts +3 -0
  393. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/index.js +3 -0
  394. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/iso.cjs +60 -0
  395. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/iso.d.cts +22 -0
  396. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/iso.d.ts +22 -0
  397. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/iso.js +30 -0
  398. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/parse.cjs +8 -0
  399. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/parse.d.cts +1 -0
  400. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/parse.d.ts +1 -0
  401. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/parse.js +1 -0
  402. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/schemas.cjs +839 -0
  403. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/schemas.d.cts +356 -0
  404. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/schemas.d.ts +356 -0
  405. package/node_modules/@media-editor/core/node_modules/zod/v4/mini/schemas.js +732 -0
  406. package/node_modules/@media-editor/core/node_modules/zod/v4-mini/index.cjs +17 -0
  407. package/node_modules/@media-editor/core/node_modules/zod/v4-mini/index.d.cts +1 -0
  408. package/node_modules/@media-editor/core/node_modules/zod/v4-mini/index.d.ts +1 -0
  409. package/node_modules/@media-editor/core/node_modules/zod/v4-mini/index.js +1 -0
  410. package/node_modules/@media-editor/core/package.json +42 -0
  411. package/node_modules/@media-editor/image/LICENSE +21 -0
  412. package/node_modules/@media-editor/image/README.md +48 -0
  413. package/node_modules/@media-editor/image/dist/chunk-5TBO732O.js +1 -0
  414. package/node_modules/@media-editor/image/dist/index-CU3vkvDR.d.ts +44 -0
  415. package/node_modules/@media-editor/image/dist/index.css +1 -0
  416. package/node_modules/@media-editor/image/dist/index.d.ts +2 -0
  417. package/node_modules/@media-editor/image/dist/index.js +364 -0
  418. package/node_modules/@media-editor/image/dist/lazy.css +1 -0
  419. package/node_modules/@media-editor/image/dist/lazy.d.ts +8 -0
  420. package/node_modules/@media-editor/image/dist/lazy.js +1 -0
  421. package/node_modules/@media-editor/image/package.json +29 -0
  422. package/node_modules/@media-editor/video/LICENSE +21 -0
  423. package/node_modules/@media-editor/video/README.md +55 -0
  424. package/node_modules/@media-editor/video/dist/chunk-EK7ODJWE.js +1 -0
  425. package/node_modules/@media-editor/video/dist/index-CX2iAapm.d.ts +51 -0
  426. package/node_modules/@media-editor/video/dist/index.d.ts +4 -0
  427. package/node_modules/@media-editor/video/dist/index.js +16919 -0
  428. package/node_modules/@media-editor/video/dist/lazy.d.ts +10 -0
  429. package/node_modules/@media-editor/video/dist/lazy.js +1 -0
  430. package/node_modules/@media-editor/video/dist/legacy.js +65 -0
  431. package/node_modules/@media-editor/video/package.json +29 -0
  432. package/package.json +48 -0
  433. package/style.css +1 -0
  434. package/theme.css +1214 -0
package/theme.css ADDED
@@ -0,0 +1,1214 @@
1
+ /**
2
+ * @media-editor/styles/theme.css —— 双主题 CSS 变量(亮 + 暗,Vercel × Linear)。
3
+ *
4
+ * 风格:中性低彩度灰阶 + 单一靛蓝强调(Linear)、近纯黑白底与发丝边框(Vercel)。
5
+ * 参考 UI(<VideoEditor> 等 .me-* 内联样式)都用 var(--me-*) 且自带回退,引入即统一主题。
6
+ *
7
+ * 切换:默认跟随系统(prefers-color-scheme),可在根元素加 data-theme="light|dark" 强制覆盖。
8
+ * document.documentElement.dataset.theme = 'light' | 'dark' // 强制
9
+ * delete document.documentElement.dataset.theme // 回到跟随系统
10
+ */
11
+
12
+ /* 亮色档(默认) */
13
+ :root {
14
+ --me-editor-tool-icon-size: 20px;
15
+ --me-editor-tool-label-size: 12px;
16
+ --me-editor-tool-button-width: 72px;
17
+ --me-editor-tool-button-height: 66px;
18
+ --me-editor-tool-button-radius: 8px;
19
+ --me-editor-tool-button-gap: 6px;
20
+ --me-editor-home-icon-size: 40px;
21
+ --me-editor-home-title-size: 16px;
22
+ --me-editor-home-subtitle-size: 12px;
23
+ --me-editor-shell-min-height: 640px;
24
+ --me-editor-shell-max-height: 920px;
25
+ --me-editor-shell-height: clamp(
26
+ var(--me-editor-shell-min-height),
27
+ calc(100dvh - var(--me-editor-shell-offset, 148px)),
28
+ var(--me-editor-shell-max-height)
29
+ );
30
+ --me-bg: #ffffff;
31
+ --me-surface: #fafafa;
32
+ --me-chip: #f1f1f3;
33
+ --me-elevated: #ffffff;
34
+ --me-border: #e6e6e8;
35
+ --me-border-strong: #d4d4d8;
36
+ --me-fg: #0a0a0a;
37
+ --me-fg-muted: #6b6b76;
38
+ --me-accent: #5b5bd6;
39
+ --me-accent-hover: #4f4fc9;
40
+ --me-accent-fg: #ffffff;
41
+ --me-danger: #dc2626;
42
+ --me-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
43
+ }
44
+
45
+ /* 暗色档(系统暗色且未被 data-theme=light 覆盖) */
46
+ @media (prefers-color-scheme: dark) {
47
+ :root:not([data-theme='light']) {
48
+ --me-bg: #08080a;
49
+ --me-surface: #141416;
50
+ --me-chip: #1c1c20;
51
+ --me-elevated: #1c1c20;
52
+ --me-border: #26262b;
53
+ --me-border-strong: #34343a;
54
+ --me-fg: #ededf0;
55
+ --me-fg-muted: #9a9aa3;
56
+ --me-accent: #7c7cf0;
57
+ --me-accent-hover: #8f8ff5;
58
+ --me-accent-fg: #ffffff;
59
+ --me-danger: #f87171;
60
+ --me-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 2px 8px rgba(0, 0, 0, 0.5);
61
+ }
62
+ }
63
+
64
+ /* 显式强制暗色 */
65
+ :root[data-theme='dark'] {
66
+ --me-bg: #08080a;
67
+ --me-surface: #141416;
68
+ --me-chip: #1c1c20;
69
+ --me-elevated: #1c1c20;
70
+ --me-border: #26262b;
71
+ --me-border-strong: #34343a;
72
+ --me-fg: #ededf0;
73
+ --me-fg-muted: #9a9aa3;
74
+ --me-accent: #7c7cf0;
75
+ --me-accent-hover: #8f8ff5;
76
+ --me-accent-fg: #ffffff;
77
+ --me-danger: #f87171;
78
+ --me-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 2px 8px rgba(0, 0, 0, 0.5);
79
+ }
80
+
81
+ /* 显式强制亮色(覆盖系统暗色) —— 值同默认亮色档 */
82
+ :root[data-theme='light'] {
83
+ --me-bg: #ffffff;
84
+ --me-surface: #fafafa;
85
+ --me-chip: #f1f1f3;
86
+ --me-elevated: #ffffff;
87
+ --me-border: #e6e6e8;
88
+ --me-border-strong: #d4d4d8;
89
+ --me-fg: #0a0a0a;
90
+ --me-fg-muted: #6b6b76;
91
+ --me-accent: #5b5bd6;
92
+ --me-accent-hover: #4f4fc9;
93
+ --me-accent-fg: #ffffff;
94
+ --me-danger: #dc2626;
95
+ --me-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
96
+ }
97
+
98
+ .me-video {
99
+ background: var(--me-surface);
100
+ color: var(--me-fg);
101
+ padding: 12px;
102
+ border-radius: 10px;
103
+ border: 1px solid var(--me-border);
104
+ }
105
+ .me-video .me-btn:hover {
106
+ background: var(--me-accent-hover);
107
+ }
108
+ .me-video-export-spinner {
109
+ width: 28px;
110
+ height: 28px;
111
+ border: 3px solid rgba(255, 255, 255, 0.18);
112
+ border-top-color: var(--me-accent, #7c7cf0);
113
+ border-radius: 999px;
114
+ animation: me-video-export-spin 0.8s linear infinite;
115
+ }
116
+ @keyframes me-video-export-spin {
117
+ to {
118
+ transform: rotate(360deg);
119
+ }
120
+ }
121
+
122
+ /* 入口选择卡(<MediaEditor> home) */
123
+ .me-card {
124
+ transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
125
+ }
126
+ .me-card:hover {
127
+ border-color: var(--me-border-strong) !important;
128
+ box-shadow: var(--me-shadow);
129
+ }
130
+ .me-card:active {
131
+ transform: translateY(1px);
132
+ }
133
+
134
+ /* Shared fullscreen shell: Pintura-like dark workspace with chrome floating above the canvas. */
135
+ .me-fullscreen-host {
136
+ background: var(--me-bg);
137
+ }
138
+ .me-fullscreen-host:fullscreen,
139
+ .me-fullscreen-host.me-is-fullscreen {
140
+ --me-video-done-bg: var(--me-accent, #7c7cf0);
141
+ --me-video-done-fg: #ffffff;
142
+ width: 100vw !important;
143
+ height: 100dvh !important;
144
+ min-height: 100dvh !important;
145
+ max-width: none !important;
146
+ margin: 0 !important;
147
+ padding: 0 !important;
148
+ display: flex !important;
149
+ flex-direction: column !important;
150
+ overflow: hidden !important;
151
+ background: #030303 !important;
152
+ color: #f4f4f5 !important;
153
+ }
154
+ .me-fullscreen-toggle {
155
+ transition: background 0.15s ease, border-color 0.15s ease, transform 0.1s ease;
156
+ }
157
+ .me-fullscreen-toggle:hover {
158
+ background: var(--me-surface, #141416) !important;
159
+ border-color: var(--me-border-strong, #34343a) !important;
160
+ }
161
+ .me-fullscreen-host:fullscreen .me-fullscreen-toggle,
162
+ .me-fullscreen-host.me-is-fullscreen .me-fullscreen-toggle {
163
+ width: 32px !important;
164
+ height: 32px !important;
165
+ border-radius: 999px !important;
166
+ background: rgba(17, 17, 18, 0.76) !important;
167
+ border-color: rgba(255, 255, 255, 0.14) !important;
168
+ color: #fff !important;
169
+ backdrop-filter: blur(10px);
170
+ }
171
+ .editor-shell {
172
+ display: flex;
173
+ flex-direction: column;
174
+ height: var(--me-editor-shell-height);
175
+ min-height: 0;
176
+ position: relative;
177
+ }
178
+ .editor-actions {
179
+ display: flex;
180
+ align-items: center;
181
+ gap: 8px;
182
+ }
183
+ .editor-shell .me-fullscreen-toggle[data-mode='overlay'] {
184
+ display: none !important;
185
+ }
186
+ .editor-shell:fullscreen .editor-actions,
187
+ .editor-shell.me-is-fullscreen .editor-actions {
188
+ position: absolute;
189
+ top: 16px;
190
+ left: 16px;
191
+ z-index: 90;
192
+ margin: 0 !important;
193
+ gap: 4px;
194
+ }
195
+ .editor-shell:fullscreen .editor-actions button,
196
+ .editor-shell.me-is-fullscreen .editor-actions button {
197
+ min-width: 32px;
198
+ height: 32px;
199
+ }
200
+ .editor-shell:fullscreen .editor-actions > button:first-child,
201
+ .editor-shell.me-is-fullscreen .editor-actions > button:first-child {
202
+ display: none !important;
203
+ }
204
+
205
+ /* Video fullscreen composition. Inline styles own the default layout, so fullscreen uses important overrides. */
206
+ .me-fullscreen-host:fullscreen .me-video-editor,
207
+ .me-fullscreen-host.me-is-fullscreen .me-video-editor {
208
+ flex: 1 1 0 !important;
209
+ min-height: 0 !important;
210
+ height: 100% !important;
211
+ border: 0 !important;
212
+ border-radius: 0 !important;
213
+ background: #030303 !important;
214
+ overflow: hidden !important;
215
+ position: relative !important;
216
+ }
217
+ .me-fullscreen-host:fullscreen .me-video-topbar,
218
+ .me-fullscreen-host.me-is-fullscreen .me-video-topbar {
219
+ position: absolute !important;
220
+ inset: 0 0 auto 0 !important;
221
+ height: 64px !important;
222
+ padding: 0 !important;
223
+ border: 0 !important;
224
+ background: transparent !important;
225
+ z-index: 70 !important;
226
+ pointer-events: none !important;
227
+ }
228
+ .me-fullscreen-host:fullscreen .me-video-history,
229
+ .me-fullscreen-host.me-is-fullscreen .me-video-history {
230
+ position: absolute !important;
231
+ top: 16px !important;
232
+ left: calc(50% - 150px) !important;
233
+ transform: translateX(-50%) !important;
234
+ height: 32px !important;
235
+ padding: 0 6px !important;
236
+ border-radius: 999px !important;
237
+ background: rgba(17, 17, 18, 0.68) !important;
238
+ border: 1px solid rgba(255, 255, 255, 0.12) !important;
239
+ pointer-events: auto !important;
240
+ backdrop-filter: blur(10px);
241
+ }
242
+ .me-fullscreen-host:fullscreen .me-video-preview-zoom,
243
+ .me-fullscreen-host.me-is-fullscreen .me-video-preview-zoom {
244
+ top: 16px !important;
245
+ left: calc(50% + 92px) !important;
246
+ transform: translateX(-50%) !important;
247
+ pointer-events: auto !important;
248
+ z-index: 80 !important;
249
+ }
250
+ .me-fullscreen-host:fullscreen .me-video-poster,
251
+ .me-fullscreen-host.me-is-fullscreen .me-video-poster {
252
+ display: none !important;
253
+ }
254
+ .me-fullscreen-host:fullscreen .me-video-done,
255
+ .me-fullscreen-host.me-is-fullscreen .me-video-done {
256
+ position: absolute !important;
257
+ top: 16px !important;
258
+ right: 16px !important;
259
+ height: 32px !important;
260
+ border-radius: 999px !important;
261
+ background: var(--me-video-done-bg, var(--me-accent, #7c7cf0)) !important;
262
+ color: var(--me-video-done-fg, #fff) !important;
263
+ pointer-events: auto !important;
264
+ }
265
+ .me-fullscreen-host:fullscreen .me-video-workspace,
266
+ .me-fullscreen-host.me-is-fullscreen .me-video-workspace {
267
+ height: 100% !important;
268
+ min-height: 0 !important;
269
+ padding: 0 !important;
270
+ gap: 0 !important;
271
+ align-items: stretch !important;
272
+ }
273
+ .me-video-toolrail button {
274
+ width: var(--me-editor-tool-button-width, 72px) !important;
275
+ min-height: var(--me-editor-tool-button-height, 66px) !important;
276
+ border: 1px solid transparent !important;
277
+ border-radius: var(--me-editor-tool-button-radius, 8px) !important;
278
+ box-shadow: none !important;
279
+ box-sizing: border-box !important;
280
+ }
281
+ .me-video-toolrail button svg,
282
+ .me-video-tool-icon,
283
+ .me-video-history-icon {
284
+ width: var(--me-editor-tool-icon-size, 20px) !important;
285
+ height: var(--me-editor-tool-icon-size, 20px) !important;
286
+ display: block !important;
287
+ color: currentColor !important;
288
+ fill: none !important;
289
+ stroke: currentColor !important;
290
+ stroke-width: 1.75 !important;
291
+ stroke-linecap: round !important;
292
+ stroke-linejoin: round !important;
293
+ }
294
+ .me-video-topbar {
295
+ overflow: visible !important;
296
+ z-index: 30 !important;
297
+ }
298
+ .me-video-topbar .me-video-preview-zoom {
299
+ display: none !important;
300
+ }
301
+ .me-video-preview-zoom {
302
+ z-index: 40 !important;
303
+ }
304
+ .me-video-preview-tool-button,
305
+ .me-video-preview-zoom-menu button {
306
+ transition: background 0.15s ease, color 0.15s ease, opacity 0.15s ease;
307
+ }
308
+ .me-video-preview-tool-button:hover,
309
+ .me-video-preview-zoom-menu button:hover {
310
+ background: color-mix(in srgb, var(--me-fg, #ededf0) 10%, transparent) !important;
311
+ }
312
+ .me-video-preview-zoom-popover {
313
+ backdrop-filter: blur(14px);
314
+ z-index: 4000 !important;
315
+ }
316
+ .me-video-preview-zoom-slider {
317
+ accent-color: var(--me-accent, #7c7cf0);
318
+ }
319
+ .me-video-preview-zoom-input {
320
+ appearance: textfield;
321
+ -moz-appearance: textfield;
322
+ }
323
+ .me-video-preview-zoom-input::-webkit-outer-spin-button,
324
+ .me-video-preview-zoom-input::-webkit-inner-spin-button {
325
+ margin: 0;
326
+ appearance: none;
327
+ -webkit-appearance: none;
328
+ }
329
+ .me-video-preview-zoom-stepper button:hover {
330
+ color: var(--me-fg, #ededf0) !important;
331
+ background: color-mix(in srgb, var(--me-fg, #ededf0) 8%, transparent) !important;
332
+ }
333
+ .me-video-canvas-scroll {
334
+ isolation: isolate;
335
+ overflow: auto !important;
336
+ max-width: 100% !important;
337
+ contain: layout paint;
338
+ }
339
+ .me-video-main {
340
+ overflow: hidden !important;
341
+ isolation: isolate;
342
+ }
343
+ .me-video-toolrail {
344
+ position: relative !important;
345
+ z-index: 20 !important;
346
+ }
347
+ .me-video-fixed-controls {
348
+ z-index: 3;
349
+ }
350
+ .me-video-selection-frame {
351
+ z-index: 6;
352
+ }
353
+ .me-video-overlay-actions {
354
+ z-index: 9;
355
+ }
356
+ .me-video-overlay-action-icon,
357
+ .me-video-overlay-tool-icon {
358
+ width: 15px;
359
+ height: 15px;
360
+ display: block;
361
+ fill: none;
362
+ stroke: currentColor;
363
+ stroke-width: 1.9;
364
+ stroke-linecap: round;
365
+ stroke-linejoin: round;
366
+ }
367
+ .me-video-overlay-tool-icon {
368
+ width: 16px;
369
+ height: 16px;
370
+ flex: 0 0 auto;
371
+ }
372
+ .me-video-selection-rotate-handle .me-video-overlay-action-icon {
373
+ width: 14px;
374
+ height: 14px;
375
+ }
376
+ .me-video-selection-handle .me-video-overlay-action-icon {
377
+ width: 14px;
378
+ height: 14px;
379
+ }
380
+ .me-video-selection-handle .me-video-overlay-resize-icon {
381
+ width: 10px;
382
+ height: 10px;
383
+ }
384
+ .me-video-selection-handle .me-video-overlay-resize-icon,
385
+ .me-video-selection-handle .me-video-overlay-resize-icon path {
386
+ fill: currentColor !important;
387
+ stroke: none !important;
388
+ }
389
+ .me-video-overlay-text-editor {
390
+ caret-color: currentColor;
391
+ }
392
+ .me-video-ratio-menu button,
393
+ .me-video-ratio-menu-panel button {
394
+ transition: background 0.15s ease, color 0.15s ease;
395
+ }
396
+ .me-video-toolrail button.is-active {
397
+ color: var(--me-accent, #7c7cf0) !important;
398
+ background: color-mix(in srgb, var(--me-accent, #7c7cf0) 16%, transparent) !important;
399
+ border-color: transparent !important;
400
+ box-shadow: none !important;
401
+ }
402
+ .me-video-toolrail button:hover {
403
+ background: color-mix(in srgb, var(--me-fg, #ededf0) 7%, transparent) !important;
404
+ }
405
+ .me-fullscreen-host:fullscreen .me-video-toolrail,
406
+ .me-fullscreen-host.me-is-fullscreen .me-video-toolrail {
407
+ position: absolute !important;
408
+ left: 16px !important;
409
+ top: 50% !important;
410
+ transform: translateY(-50%) !important;
411
+ z-index: 60 !important;
412
+ gap: 8px !important;
413
+ }
414
+ .me-fullscreen-host:fullscreen .me-video-main,
415
+ .me-fullscreen-host.me-is-fullscreen .me-video-main {
416
+ box-sizing: border-box !important;
417
+ width: 100% !important;
418
+ height: 100% !important;
419
+ min-height: 0 !important;
420
+ justify-content: center !important;
421
+ padding: 76px 112px 64px !important;
422
+ }
423
+ .me-fullscreen-host:fullscreen .me-video-preview-scroll,
424
+ .me-fullscreen-host.me-is-fullscreen .me-video-preview-scroll {
425
+ width: 100% !important;
426
+ max-width: 100% !important;
427
+ max-height: 100% !important;
428
+ overflow: auto !important;
429
+ }
430
+
431
+ .me-video-preview-scroll,
432
+ .me-video-canvas-scroll,
433
+ .me-video-timeline-scroll {
434
+ scrollbar-width: none !important;
435
+ -ms-overflow-style: none !important;
436
+ }
437
+
438
+ .me-video-preview-scroll::-webkit-scrollbar,
439
+ .me-video-canvas-scroll::-webkit-scrollbar,
440
+ .me-video-timeline-scroll::-webkit-scrollbar {
441
+ width: 0 !important;
442
+ height: 0 !important;
443
+ }
444
+
445
+ .me-video-preview-shell {
446
+ min-height: 0;
447
+ gap: 0 !important;
448
+ padding: 0 !important;
449
+ margin: 0 !important;
450
+ box-sizing: border-box !important;
451
+ background: var(--me-bg) !important;
452
+ border-radius: 0 !important;
453
+ overflow: hidden !important;
454
+ }
455
+
456
+ .me-video-preview-shell > .me-video-preview-scroll {
457
+ padding: 0 !important;
458
+ margin: 0 !important;
459
+ background: var(--me-bg) !important;
460
+ border-radius: 0 !important;
461
+ }
462
+
463
+ .me-video-preview-footer {
464
+ min-height: 34px !important;
465
+ padding: 0 12px 12px !important;
466
+ border-radius: 0 !important;
467
+ background: var(--me-elevated, var(--me-surface)) !important;
468
+ color: var(--me-fg) !important;
469
+ box-shadow: none !important;
470
+ }
471
+
472
+ .me-video-preview-footer > div:first-child span:last-child {
473
+ color: var(--me-fg-muted) !important;
474
+ }
475
+
476
+ .me-video-preview-footer > button,
477
+ .me-video-preview-footer .me-video-preview-zoom-menu > button {
478
+ background: var(--me-chip) !important;
479
+ color: var(--me-fg) !important;
480
+ border-radius: 0 !important;
481
+ min-height: 32px !important;
482
+ height: 32px !important;
483
+ box-sizing: border-box !important;
484
+ }
485
+
486
+ .me-video-preview-footer > button {
487
+ width: 32px !important;
488
+ min-width: 32px !important;
489
+ border-radius: 999px !important;
490
+ }
491
+
492
+ .me-video-preview-footer .me-video-preview-zoom-menu > button {
493
+ min-height: 30px !important;
494
+ height: 30px !important;
495
+ padding: 0 10px 0 12px !important;
496
+ }
497
+
498
+ .me-video-preview-footer .me-video-preview-zoom-menu > button[disabled] {
499
+ color: var(--me-fg-muted) !important;
500
+ }
501
+
502
+ .me-video-preview-footer .me-video-preview-zoom-popover {
503
+ border: 1px solid var(--me-border) !important;
504
+ background: var(--me-elevated, var(--me-surface)) !important;
505
+ color: var(--me-fg) !important;
506
+ border-radius: 0 !important;
507
+ box-shadow: var(--me-shadow) !important;
508
+ }
509
+
510
+ .me-video-preview-footer .me-video-preview-zoom-popover > div:first-child,
511
+ .me-video-preview-footer .me-video-preview-zoom-shortcut span:last-child,
512
+ .me-video-preview-footer .me-video-preview-zoom-stepper button {
513
+ color: var(--me-fg-muted) !important;
514
+ }
515
+
516
+ .me-video-preview-footer .me-video-preview-zoom-number {
517
+ background: var(--me-chip) !important;
518
+ color: var(--me-fg) !important;
519
+ border-radius: 0 !important;
520
+ }
521
+
522
+ .me-video-preview-footer .me-video-preview-zoom-input,
523
+ .me-video-preview-footer .me-video-preview-zoom-shortcut {
524
+ color: var(--me-fg) !important;
525
+ }
526
+
527
+ .me-video-preview-footer .me-video-preview-zoom-stepper {
528
+ border-left: 1px solid var(--me-border) !important;
529
+ }
530
+
531
+ /* Desktop video editor: keep the editing workspace in three columns and move the timeline below. */
532
+ @media (min-width: 961px) {
533
+ .me-video-workspace,
534
+ .me-fullscreen-host:fullscreen .me-video-workspace,
535
+ .me-fullscreen-host.me-is-fullscreen .me-video-workspace {
536
+ display: grid !important;
537
+ grid-template-columns: max-content minmax(0, 1fr) max-content !important;
538
+ grid-template-rows: minmax(0, 1fr) auto !important;
539
+ grid-template-areas:
540
+ 'tool main inspector'
541
+ 'timeline timeline timeline' !important;
542
+ align-items: stretch !important;
543
+ gap: 0 !important;
544
+ min-height: 0 !important;
545
+ overflow: hidden !important;
546
+ box-sizing: border-box !important;
547
+ }
548
+
549
+ .me-video-toolrail,
550
+ .me-fullscreen-host:fullscreen .me-video-toolrail,
551
+ .me-fullscreen-host.me-is-fullscreen .me-video-toolrail {
552
+ grid-area: tool;
553
+ position: relative !important;
554
+ left: auto !important;
555
+ top: auto !important;
556
+ transform: none !important;
557
+ align-self: stretch !important;
558
+ justify-self: start !important;
559
+ width: max-content !important;
560
+ min-width: max-content !important;
561
+ height: 100% !important;
562
+ min-height: 0 !important;
563
+ display: flex !important;
564
+ flex-direction: column !important;
565
+ justify-content: flex-start !important;
566
+ }
567
+
568
+ .me-video-main,
569
+ .me-fullscreen-host:fullscreen .me-video-main,
570
+ .me-fullscreen-host.me-is-fullscreen .me-video-main {
571
+ display: contents !important;
572
+ width: auto !important;
573
+ height: auto !important;
574
+ min-height: 0 !important;
575
+ padding: 0 !important;
576
+ justify-content: initial !important;
577
+ }
578
+
579
+ .me-video-inspector-rail {
580
+ grid-area: inspector;
581
+ justify-self: stretch !important;
582
+ width: min(380px, 32vw) !important;
583
+ min-width: 320px !important;
584
+ max-width: 420px !important;
585
+ min-height: 0 !important;
586
+ max-height: 100% !important;
587
+ }
588
+
589
+ .me-video-preview-shell,
590
+ .me-video-preview-scroll,
591
+ .me-video-crop-view,
592
+ .me-video-overlay-view {
593
+ grid-area: main;
594
+ align-self: stretch !important;
595
+ justify-self: stretch !important;
596
+ width: 100% !important;
597
+ min-width: 0 !important;
598
+ min-height: 0 !important;
599
+ height: 100% !important;
600
+ max-height: 100% !important;
601
+ }
602
+
603
+ .me-video-preview-shell {
604
+ display: flex !important;
605
+ flex-direction: column !important;
606
+ width: 100% !important;
607
+ overflow: hidden !important;
608
+ box-sizing: border-box !important;
609
+ }
610
+
611
+ .me-video-preview-shell .me-video-preview-scroll {
612
+ flex: 1 1 0 !important;
613
+ width: 100% !important;
614
+ height: 100% !important;
615
+ min-height: 0 !important;
616
+ max-height: none !important;
617
+ }
618
+
619
+ .me-video-preview-scroll {
620
+ padding-bottom: 0 !important;
621
+ }
622
+
623
+ .me-video-trim-panel {
624
+ grid-area: timeline;
625
+ width: 100% !important;
626
+ min-width: 0 !important;
627
+ margin-top: 0 !important;
628
+ padding-bottom: 0 !important;
629
+ align-self: stretch !important;
630
+ max-height: none !important;
631
+ }
632
+
633
+ .me-video-timeline-area,
634
+ .me-video-timeline-scroll {
635
+ width: 100% !important;
636
+ max-width: 100% !important;
637
+ }
638
+ }
639
+
640
+ /* Mobile video editor: collapse the desktop side rail into a bottom tool dock and
641
+ keep the preview/timeline inside the viewport instead of overflowing sideways. */
642
+ @media (max-width: 760px) {
643
+ :root {
644
+ --me-editor-tool-icon-size: 18px;
645
+ --me-editor-tool-label-size: 11px;
646
+ --me-editor-tool-button-width: 52px;
647
+ --me-editor-tool-button-height: 52px;
648
+ --me-editor-shell-min-height: 0px;
649
+ --me-editor-shell-height: 100dvh;
650
+ }
651
+
652
+ .editor-shell {
653
+ height: var(--me-editor-shell-height, 100dvh) !important;
654
+ max-height: min(var(--me-editor-shell-height, 100dvh), 100dvh) !important;
655
+ min-height: 0 !important;
656
+ overflow: hidden !important;
657
+ }
658
+
659
+ .me-video-editor {
660
+ height: min(100%, 100dvh) !important;
661
+ min-height: 0 !important;
662
+ display: flex !important;
663
+ flex-direction: column !important;
664
+ border-radius: 0 !important;
665
+ border: 0 !important;
666
+ background: #030303 !important;
667
+ overflow: hidden !important;
668
+ }
669
+
670
+ .me-video-topbar {
671
+ flex: 0 0 48px !important;
672
+ min-height: 48px !important;
673
+ padding: max(6px, env(safe-area-inset-top)) 8px 6px !important;
674
+ border: 0 !important;
675
+ background: #030303 !important;
676
+ box-sizing: border-box !important;
677
+ }
678
+
679
+ .me-video-history {
680
+ position: absolute !important;
681
+ left: calc(50% - 118px) !important;
682
+ top: calc(max(6px, env(safe-area-inset-top)) + 4px) !important;
683
+ transform: none !important;
684
+ flex: 0 0 auto !important;
685
+ max-width: 86px !important;
686
+ overflow: hidden !important;
687
+ z-index: 90 !important;
688
+ }
689
+
690
+ .me-video-history button {
691
+ width: 28px !important;
692
+ height: 28px !important;
693
+ min-width: 28px !important;
694
+ min-height: 28px !important;
695
+ }
696
+
697
+ .me-video-preview-zoom {
698
+ position: absolute !important;
699
+ left: calc(50% - 22px) !important;
700
+ top: calc(max(6px, env(safe-area-inset-top)) + 4px) !important;
701
+ transform: none !important;
702
+ max-width: min(160px, calc(100vw - 124px)) !important;
703
+ z-index: 90 !important;
704
+ }
705
+
706
+ .me-video-preview-resolution {
707
+ display: none !important;
708
+ }
709
+
710
+ .me-video-preview-tool-button {
711
+ width: 32px !important;
712
+ height: 32px !important;
713
+ min-width: 32px !important;
714
+ min-height: 32px !important;
715
+ }
716
+
717
+ .me-video-preview-zoom-menu > button {
718
+ width: 96px !important;
719
+ min-width: 96px !important;
720
+ max-width: 96px !important;
721
+ height: 32px !important;
722
+ }
723
+
724
+ .me-video-preview-zoom-popover {
725
+ left: 50% !important;
726
+ right: auto !important;
727
+ transform: translateX(-50%) !important;
728
+ width: min(300px, calc(100vw - 24px)) !important;
729
+ max-width: calc(100vw - 24px) !important;
730
+ }
731
+
732
+ .me-video-poster {
733
+ display: none !important;
734
+ }
735
+
736
+ .me-video-done {
737
+ position: absolute !important;
738
+ right: 8px !important;
739
+ top: max(6px, env(safe-area-inset-top)) !important;
740
+ width: 34px !important;
741
+ min-width: 34px !important;
742
+ height: 34px !important;
743
+ min-height: 34px !important;
744
+ padding: 0 !important;
745
+ border-radius: 999px !important;
746
+ font-size: 0 !important;
747
+ }
748
+
749
+ .me-video-done::after {
750
+ content: '✓';
751
+ font-size: 18px;
752
+ line-height: 1;
753
+ }
754
+
755
+ .me-video-workspace {
756
+ flex: 1 1 0 !important;
757
+ min-height: 0 !important;
758
+ display: flex !important;
759
+ flex-direction: column !important;
760
+ gap: 8px !important;
761
+ padding: 0 8px max(8px, env(safe-area-inset-bottom)) !important;
762
+ overflow: hidden !important;
763
+ box-sizing: border-box !important;
764
+ }
765
+
766
+ .me-video-main {
767
+ order: 1 !important;
768
+ flex: 1 1 0 !important;
769
+ width: 100% !important;
770
+ min-height: 0 !important;
771
+ overflow-x: hidden !important;
772
+ overflow-y: hidden !important;
773
+ overscroll-behavior: contain !important;
774
+ -webkit-overflow-scrolling: touch !important;
775
+ padding: 0 !important;
776
+ display: flex !important;
777
+ flex-direction: column !important;
778
+ align-items: center !important;
779
+ }
780
+
781
+ .me-video-toolrail {
782
+ order: 2 !important;
783
+ width: 100% !important;
784
+ min-width: 0 !important;
785
+ max-width: 100% !important;
786
+ height: 58px !important;
787
+ display: flex !important;
788
+ flex-direction: row !important;
789
+ align-items: center !important;
790
+ justify-content: flex-start !important;
791
+ gap: 8px !important;
792
+ padding: 4px 8px !important;
793
+ overflow-x: auto !important;
794
+ overflow-y: hidden !important;
795
+ scrollbar-width: none !important;
796
+ box-sizing: border-box !important;
797
+ z-index: 80 !important;
798
+ }
799
+
800
+ .me-video-toolrail::-webkit-scrollbar {
801
+ display: none;
802
+ }
803
+
804
+ .me-video-toolrail button {
805
+ flex: 0 0 48px !important;
806
+ width: 48px !important;
807
+ min-width: 48px !important;
808
+ max-width: 48px !important;
809
+ min-height: 48px !important;
810
+ height: 48px !important;
811
+ padding: 0 !important;
812
+ border-radius: 999px !important;
813
+ gap: 0 !important;
814
+ }
815
+
816
+ .me-video-toolrail button span:last-child {
817
+ display: none !important;
818
+ }
819
+
820
+ .me-video-canvas-scroll,
821
+ .me-video-preview-scroll {
822
+ width: 100% !important;
823
+ max-width: 100% !important;
824
+ max-height: none !important;
825
+ flex: 1 1 0 !important;
826
+ min-height: 0 !important;
827
+ overflow: auto !important;
828
+ }
829
+
830
+ .me-video-crop-view,
831
+ .me-video-overlay-view {
832
+ flex: 1 1 0 !important;
833
+ min-height: 0 !important;
834
+ height: 100% !important;
835
+ width: 100% !important;
836
+ max-width: 100% !important;
837
+ display: flex !important;
838
+ flex-direction: column !important;
839
+ align-items: center !important;
840
+ justify-content: flex-start !important;
841
+ gap: 6px !important;
842
+ overflow: hidden !important;
843
+ box-sizing: border-box !important;
844
+ }
845
+
846
+ .me-video-crop-view .me-video-canvas-scroll,
847
+ .me-video-overlay-view .me-video-canvas-scroll {
848
+ flex: 1 1 0 !important;
849
+ height: auto !important;
850
+ min-height: 0 !important;
851
+ max-height: none !important;
852
+ width: 100% !important;
853
+ }
854
+
855
+ .me-video-overlay-view-annotate .me-video-canvas-scroll,
856
+ .me-video-overlay-view-sticker .me-video-canvas-scroll {
857
+ max-height: none !important;
858
+ }
859
+
860
+ .me-video-crop-view .me-video-canvas-stage,
861
+ .me-video-overlay-view .me-video-canvas-stage {
862
+ max-width: 100% !important;
863
+ }
864
+
865
+ .me-video-crop-controls,
866
+ .me-video-crop-dial,
867
+ .me-video-overlay-controls,
868
+ .me-video-sticker-controls {
869
+ flex: 0 0 auto !important;
870
+ width: 100% !important;
871
+ max-width: 100% !important;
872
+ }
873
+
874
+ .me-video-crop-controls {
875
+ position: relative !important;
876
+ z-index: 140 !important;
877
+ flex-wrap: nowrap !important;
878
+ justify-content: center !important;
879
+ gap: 6px !important;
880
+ padding: 8px 0 2px !important;
881
+ max-height: none !important;
882
+ overflow: visible !important;
883
+ }
884
+
885
+ .me-video-crop-dial {
886
+ max-height: 44px !important;
887
+ min-height: 34px !important;
888
+ overflow: hidden !important;
889
+ }
890
+
891
+ .me-video-crop-action {
892
+ flex: 0 0 auto !important;
893
+ height: 28px !important;
894
+ min-height: 28px !important;
895
+ padding: 0 8px !important;
896
+ display: inline-flex !important;
897
+ align-items: center !important;
898
+ justify-content: center !important;
899
+ gap: 4px !important;
900
+ font-size: 11px !important;
901
+ white-space: nowrap !important;
902
+ }
903
+
904
+ .me-video-crop-action-icon-only {
905
+ width: 28px !important;
906
+ min-width: 28px !important;
907
+ max-width: 28px !important;
908
+ padding: 0 !important;
909
+ gap: 0 !important;
910
+ }
911
+
912
+ .me-video-crop-action-icon {
913
+ width: 15px !important;
914
+ height: 15px !important;
915
+ display: block !important;
916
+ }
917
+
918
+ .me-video-crop-action-label,
919
+ .me-video-crop-action::after {
920
+ display: none !important;
921
+ content: none !important;
922
+ }
923
+
924
+ .me-video-ratio-menu > button {
925
+ height: 28px !important;
926
+ min-height: 28px !important;
927
+ min-width: 86px !important;
928
+ max-width: 108px !important;
929
+ padding: 0 8px !important;
930
+ font-size: 11px !important;
931
+ }
932
+
933
+ .me-video-ratio-menu {
934
+ position: relative !important;
935
+ z-index: 150 !important;
936
+ }
937
+
938
+ .me-video-ratio-menu > button span:nth-child(2) {
939
+ min-width: 0 !important;
940
+ max-width: 48px !important;
941
+ overflow: hidden !important;
942
+ text-overflow: ellipsis !important;
943
+ white-space: nowrap !important;
944
+ }
945
+
946
+ .me-video-ratio-menu-panel {
947
+ left: 50% !important;
948
+ right: auto !important;
949
+ top: calc(100% + 8px) !important;
950
+ transform: translateX(-50%) !important;
951
+ z-index: 9999 !important;
952
+ width: min(190px, calc(100vw - 24px)) !important;
953
+ min-width: min(190px, calc(100vw - 24px)) !important;
954
+ max-width: calc(100vw - 24px) !important;
955
+ }
956
+
957
+ .me-video-ratio-menu-panel button {
958
+ height: 30px !important;
959
+ min-height: 30px !important;
960
+ font-size: 11px !important;
961
+ }
962
+
963
+ .me-video-trim-panel {
964
+ flex: 0 0 184px !important;
965
+ width: 100% !important;
966
+ margin-top: 6px !important;
967
+ max-height: 184px !important;
968
+ overflow: hidden !important;
969
+ padding-bottom: 12px !important;
970
+ box-sizing: border-box !important;
971
+ }
972
+
973
+ .me-video-main:has(.me-video-trim-panel) {
974
+ display: flex !important;
975
+ flex-direction: column !important;
976
+ justify-content: flex-start !important;
977
+ }
978
+
979
+ .me-video-main:has(.me-video-trim-panel) .me-video-preview-scroll {
980
+ flex: 1 1 0 !important;
981
+ min-height: 0 !important;
982
+ max-height: none !important;
983
+ }
984
+
985
+ .me-video-trim-actions {
986
+ max-width: 100% !important;
987
+ justify-content: flex-start !important;
988
+ gap: 6px !important;
989
+ padding: 2px 6px !important;
990
+ min-width: 0 !important;
991
+ min-height: 28px !important;
992
+ margin-bottom: 0 !important;
993
+ overflow-x: auto !important;
994
+ scrollbar-width: none !important;
995
+ }
996
+
997
+ .me-video-trim-actions::-webkit-scrollbar {
998
+ display: none;
999
+ }
1000
+
1001
+ .me-video-trim-actions > button,
1002
+ .me-video-trim-action-btn {
1003
+ flex: 0 0 auto !important;
1004
+ width: 32px !important;
1005
+ min-width: 32px !important;
1006
+ max-width: 32px !important;
1007
+ height: 28px !important;
1008
+ padding: 0 !important;
1009
+ justify-content: center !important;
1010
+ gap: 0 !important;
1011
+ }
1012
+
1013
+ .me-video-trim-action-label {
1014
+ display: none !important;
1015
+ }
1016
+
1017
+ .me-video-trim-action-icon {
1018
+ display: inline-flex !important;
1019
+ align-items: center !important;
1020
+ justify-content: center !important;
1021
+ font-size: 14px !important;
1022
+ line-height: 1 !important;
1023
+ }
1024
+
1025
+ .me-video-timeline-zoom {
1026
+ display: flex !important;
1027
+ align-items: center !important;
1028
+ flex: 0 0 auto !important;
1029
+ gap: 4px !important;
1030
+ margin-left: auto !important;
1031
+ }
1032
+
1033
+ .me-video-timeline-zoom-btn,
1034
+ .me-video-timeline-zoom button {
1035
+ width: 28px !important;
1036
+ min-width: 28px !important;
1037
+ max-width: 28px !important;
1038
+ height: 28px !important;
1039
+ min-height: 28px !important;
1040
+ padding: 0 !important;
1041
+ border-radius: 999px !important;
1042
+ display: inline-flex !important;
1043
+ align-items: center !important;
1044
+ justify-content: center !important;
1045
+ font-size: 14px !important;
1046
+ line-height: 1 !important;
1047
+ }
1048
+
1049
+ .me-video-timeline-fit-label {
1050
+ display: none !important;
1051
+ }
1052
+
1053
+ .me-video-timeline-fit-icon {
1054
+ width: 14px !important;
1055
+ height: 14px !important;
1056
+ }
1057
+
1058
+ .me-video-timeline-area {
1059
+ min-width: 0 !important;
1060
+ width: 100% !important;
1061
+ max-height: 132px !important;
1062
+ overflow: hidden !important;
1063
+ }
1064
+
1065
+ .me-video-timeline-scroll {
1066
+ max-width: 100% !important;
1067
+ overflow-x: auto !important;
1068
+ }
1069
+
1070
+ .me-video-fixed-controls {
1071
+ flex: 0 0 auto !important;
1072
+ max-width: 100% !important;
1073
+ overflow-x: auto !important;
1074
+ overflow-y: visible !important;
1075
+ scrollbar-width: none !important;
1076
+ padding: 2px 0 !important;
1077
+ box-sizing: border-box !important;
1078
+ }
1079
+
1080
+ .me-video-fixed-controls.me-video-crop-controls {
1081
+ overflow: visible !important;
1082
+ overflow-x: visible !important;
1083
+ overflow-y: visible !important;
1084
+ }
1085
+
1086
+ .me-video-fixed-controls::-webkit-scrollbar {
1087
+ display: none;
1088
+ }
1089
+
1090
+ .me-video-overlay-tool-row {
1091
+ width: 100% !important;
1092
+ max-width: 100% !important;
1093
+ overflow-x: auto !important;
1094
+ overflow-y: visible !important;
1095
+ flex-wrap: nowrap !important;
1096
+ justify-content: center !important;
1097
+ scrollbar-width: none !important;
1098
+ padding: 0 4px !important;
1099
+ box-sizing: border-box !important;
1100
+ }
1101
+
1102
+ .me-video-overlay-tool-row::-webkit-scrollbar {
1103
+ display: none;
1104
+ }
1105
+
1106
+ .me-video-overlay-tool-row > button {
1107
+ flex: 0 0 auto !important;
1108
+ min-width: 42px !important;
1109
+ height: 34px !important;
1110
+ padding: 0 10px !important;
1111
+ font-size: 0 !important;
1112
+ }
1113
+
1114
+ .me-video-overlay-tool-row > button span {
1115
+ display: none !important;
1116
+ }
1117
+
1118
+ .me-video-overlay-style-row {
1119
+ width: 100% !important;
1120
+ max-width: 100% !important;
1121
+ overflow-x: auto !important;
1122
+ overflow-y: visible !important;
1123
+ flex-wrap: nowrap !important;
1124
+ justify-content: center !important;
1125
+ scrollbar-width: none !important;
1126
+ padding: 0 6px !important;
1127
+ box-sizing: border-box !important;
1128
+ }
1129
+
1130
+ .me-video-overlay-style-row::-webkit-scrollbar {
1131
+ display: none;
1132
+ }
1133
+
1134
+ .me-video-sticker-controls {
1135
+ max-height: 156px !important;
1136
+ overflow-x: hidden !important;
1137
+ overflow-y: auto !important;
1138
+ align-content: flex-start !important;
1139
+ justify-content: center !important;
1140
+ padding: 4px 8px 14px !important;
1141
+ scrollbar-width: thin !important;
1142
+ }
1143
+
1144
+ .me-video-sticker-controls > button {
1145
+ flex: 0 0 auto !important;
1146
+ }
1147
+
1148
+ .me-video-sticker-controls > button:first-child {
1149
+ max-width: 42px !important;
1150
+ width: 42px !important;
1151
+ min-width: 42px !important;
1152
+ height: 34px !important;
1153
+ padding: 0 !important;
1154
+ }
1155
+
1156
+ .me-video-sticker-controls > button:first-child span {
1157
+ display: none !important;
1158
+ }
1159
+
1160
+ .me-video-sticker-controls > button:not(:first-child) {
1161
+ width: 30px !important;
1162
+ height: 30px !important;
1163
+ padding: 0 !important;
1164
+ font-size: 20px !important;
1165
+ }
1166
+
1167
+ .me-video-sticker-controls > span {
1168
+ display: none !important;
1169
+ }
1170
+
1171
+ .me-fullscreen-host:fullscreen .me-video-topbar,
1172
+ .me-fullscreen-host.me-is-fullscreen .me-video-topbar {
1173
+ position: relative !important;
1174
+ inset: auto !important;
1175
+ height: 48px !important;
1176
+ pointer-events: auto !important;
1177
+ }
1178
+
1179
+ .me-fullscreen-host:fullscreen .me-video-history,
1180
+ .me-fullscreen-host.me-is-fullscreen .me-video-history,
1181
+ .me-fullscreen-host:fullscreen .me-video-preview-zoom,
1182
+ .me-fullscreen-host.me-is-fullscreen .me-video-preview-zoom,
1183
+ .me-fullscreen-host:fullscreen .me-video-done,
1184
+ .me-fullscreen-host.me-is-fullscreen .me-video-done {
1185
+ top: max(6px, env(safe-area-inset-top)) !important;
1186
+ }
1187
+
1188
+ .me-fullscreen-host:fullscreen .me-video-history,
1189
+ .me-fullscreen-host.me-is-fullscreen .me-video-history {
1190
+ position: absolute !important;
1191
+ left: calc(50% - 118px) !important;
1192
+ transform: none !important;
1193
+ }
1194
+
1195
+ .me-fullscreen-host:fullscreen .me-video-workspace,
1196
+ .me-fullscreen-host.me-is-fullscreen .me-video-workspace {
1197
+ padding: 0 8px max(8px, env(safe-area-inset-bottom)) !important;
1198
+ gap: 8px !important;
1199
+ }
1200
+
1201
+ .me-fullscreen-host:fullscreen .me-video-toolrail,
1202
+ .me-fullscreen-host.me-is-fullscreen .me-video-toolrail {
1203
+ position: relative !important;
1204
+ left: auto !important;
1205
+ top: auto !important;
1206
+ transform: none !important;
1207
+ }
1208
+
1209
+ .me-fullscreen-host:fullscreen .me-video-main,
1210
+ .me-fullscreen-host.me-is-fullscreen .me-video-main {
1211
+ padding: 0 !important;
1212
+ justify-content: center !important;
1213
+ }
1214
+ }