client.js 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var create = require('./create-DwAwaNot.js');
  4. require('motion-dom');
  5. require('motion-utils');
  6. require('react/jsx-runtime');
  7. require('react');
  8. /**
  9. * HTML components
  10. */
  11. const MotionA = /*@__PURE__*/ create.createMotionComponent("a");
  12. const MotionAbbr = /*@__PURE__*/ create.createMotionComponent("abbr");
  13. const MotionAddress = /*@__PURE__*/ create.createMotionComponent("address");
  14. const MotionArea = /*@__PURE__*/ create.createMotionComponent("area");
  15. const MotionArticle = /*@__PURE__*/ create.createMotionComponent("article");
  16. const MotionAside = /*@__PURE__*/ create.createMotionComponent("aside");
  17. const MotionAudio = /*@__PURE__*/ create.createMotionComponent("audio");
  18. const MotionB = /*@__PURE__*/ create.createMotionComponent("b");
  19. const MotionBase = /*@__PURE__*/ create.createMotionComponent("base");
  20. const MotionBdi = /*@__PURE__*/ create.createMotionComponent("bdi");
  21. const MotionBdo = /*@__PURE__*/ create.createMotionComponent("bdo");
  22. const MotionBig = /*@__PURE__*/ create.createMotionComponent("big");
  23. const MotionBlockquote =
  24. /*@__PURE__*/ create.createMotionComponent("blockquote");
  25. const MotionBody = /*@__PURE__*/ create.createMotionComponent("body");
  26. const MotionButton = /*@__PURE__*/ create.createMotionComponent("button");
  27. const MotionCanvas = /*@__PURE__*/ create.createMotionComponent("canvas");
  28. const MotionCaption = /*@__PURE__*/ create.createMotionComponent("caption");
  29. const MotionCite = /*@__PURE__*/ create.createMotionComponent("cite");
  30. const MotionCode = /*@__PURE__*/ create.createMotionComponent("code");
  31. const MotionCol = /*@__PURE__*/ create.createMotionComponent("col");
  32. const MotionColgroup = /*@__PURE__*/ create.createMotionComponent("colgroup");
  33. const MotionData = /*@__PURE__*/ create.createMotionComponent("data");
  34. const MotionDatalist = /*@__PURE__*/ create.createMotionComponent("datalist");
  35. const MotionDd = /*@__PURE__*/ create.createMotionComponent("dd");
  36. const MotionDel = /*@__PURE__*/ create.createMotionComponent("del");
  37. const MotionDetails = /*@__PURE__*/ create.createMotionComponent("details");
  38. const MotionDfn = /*@__PURE__*/ create.createMotionComponent("dfn");
  39. const MotionDialog = /*@__PURE__*/ create.createMotionComponent("dialog");
  40. const MotionDiv = /*@__PURE__*/ create.createMotionComponent("div");
  41. const MotionDl = /*@__PURE__*/ create.createMotionComponent("dl");
  42. const MotionDt = /*@__PURE__*/ create.createMotionComponent("dt");
  43. const MotionEm = /*@__PURE__*/ create.createMotionComponent("em");
  44. const MotionEmbed = /*@__PURE__*/ create.createMotionComponent("embed");
  45. const MotionFieldset = /*@__PURE__*/ create.createMotionComponent("fieldset");
  46. const MotionFigcaption =
  47. /*@__PURE__*/ create.createMotionComponent("figcaption");
  48. const MotionFigure = /*@__PURE__*/ create.createMotionComponent("figure");
  49. const MotionFooter = /*@__PURE__*/ create.createMotionComponent("footer");
  50. const MotionForm = /*@__PURE__*/ create.createMotionComponent("form");
  51. const MotionH1 = /*@__PURE__*/ create.createMotionComponent("h1");
  52. const MotionH2 = /*@__PURE__*/ create.createMotionComponent("h2");
  53. const MotionH3 = /*@__PURE__*/ create.createMotionComponent("h3");
  54. const MotionH4 = /*@__PURE__*/ create.createMotionComponent("h4");
  55. const MotionH5 = /*@__PURE__*/ create.createMotionComponent("h5");
  56. const MotionH6 = /*@__PURE__*/ create.createMotionComponent("h6");
  57. const MotionHead = /*@__PURE__*/ create.createMotionComponent("head");
  58. const MotionHeader = /*@__PURE__*/ create.createMotionComponent("header");
  59. const MotionHgroup = /*@__PURE__*/ create.createMotionComponent("hgroup");
  60. const MotionHr = /*@__PURE__*/ create.createMotionComponent("hr");
  61. const MotionHtml = /*@__PURE__*/ create.createMotionComponent("html");
  62. const MotionI = /*@__PURE__*/ create.createMotionComponent("i");
  63. const MotionIframe = /*@__PURE__*/ create.createMotionComponent("iframe");
  64. const MotionImg = /*@__PURE__*/ create.createMotionComponent("img");
  65. const MotionInput = /*@__PURE__*/ create.createMotionComponent("input");
  66. const MotionIns = /*@__PURE__*/ create.createMotionComponent("ins");
  67. const MotionKbd = /*@__PURE__*/ create.createMotionComponent("kbd");
  68. const MotionKeygen = /*@__PURE__*/ create.createMotionComponent("keygen");
  69. const MotionLabel = /*@__PURE__*/ create.createMotionComponent("label");
  70. const MotionLegend = /*@__PURE__*/ create.createMotionComponent("legend");
  71. const MotionLi = /*@__PURE__*/ create.createMotionComponent("li");
  72. const MotionLink = /*@__PURE__*/ create.createMotionComponent("link");
  73. const MotionMain = /*@__PURE__*/ create.createMotionComponent("main");
  74. const MotionMap = /*@__PURE__*/ create.createMotionComponent("map");
  75. const MotionMark = /*@__PURE__*/ create.createMotionComponent("mark");
  76. const MotionMenu = /*@__PURE__*/ create.createMotionComponent("menu");
  77. const MotionMenuitem = /*@__PURE__*/ create.createMotionComponent("menuitem");
  78. const MotionMeter = /*@__PURE__*/ create.createMotionComponent("meter");
  79. const MotionNav = /*@__PURE__*/ create.createMotionComponent("nav");
  80. const MotionObject = /*@__PURE__*/ create.createMotionComponent("object");
  81. const MotionOl = /*@__PURE__*/ create.createMotionComponent("ol");
  82. const MotionOptgroup = /*@__PURE__*/ create.createMotionComponent("optgroup");
  83. const MotionOption = /*@__PURE__*/ create.createMotionComponent("option");
  84. const MotionOutput = /*@__PURE__*/ create.createMotionComponent("output");
  85. const MotionP = /*@__PURE__*/ create.createMotionComponent("p");
  86. const MotionParam = /*@__PURE__*/ create.createMotionComponent("param");
  87. const MotionPicture = /*@__PURE__*/ create.createMotionComponent("picture");
  88. const MotionPre = /*@__PURE__*/ create.createMotionComponent("pre");
  89. const MotionProgress = /*@__PURE__*/ create.createMotionComponent("progress");
  90. const MotionQ = /*@__PURE__*/ create.createMotionComponent("q");
  91. const MotionRp = /*@__PURE__*/ create.createMotionComponent("rp");
  92. const MotionRt = /*@__PURE__*/ create.createMotionComponent("rt");
  93. const MotionRuby = /*@__PURE__*/ create.createMotionComponent("ruby");
  94. const MotionS = /*@__PURE__*/ create.createMotionComponent("s");
  95. const MotionSamp = /*@__PURE__*/ create.createMotionComponent("samp");
  96. const MotionScript = /*@__PURE__*/ create.createMotionComponent("script");
  97. const MotionSection = /*@__PURE__*/ create.createMotionComponent("section");
  98. const MotionSelect = /*@__PURE__*/ create.createMotionComponent("select");
  99. const MotionSmall = /*@__PURE__*/ create.createMotionComponent("small");
  100. const MotionSource = /*@__PURE__*/ create.createMotionComponent("source");
  101. const MotionSpan = /*@__PURE__*/ create.createMotionComponent("span");
  102. const MotionStrong = /*@__PURE__*/ create.createMotionComponent("strong");
  103. const MotionStyle = /*@__PURE__*/ create.createMotionComponent("style");
  104. const MotionSub = /*@__PURE__*/ create.createMotionComponent("sub");
  105. const MotionSummary = /*@__PURE__*/ create.createMotionComponent("summary");
  106. const MotionSup = /*@__PURE__*/ create.createMotionComponent("sup");
  107. const MotionTable = /*@__PURE__*/ create.createMotionComponent("table");
  108. const MotionTbody = /*@__PURE__*/ create.createMotionComponent("tbody");
  109. const MotionTd = /*@__PURE__*/ create.createMotionComponent("td");
  110. const MotionTextarea = /*@__PURE__*/ create.createMotionComponent("textarea");
  111. const MotionTfoot = /*@__PURE__*/ create.createMotionComponent("tfoot");
  112. const MotionTh = /*@__PURE__*/ create.createMotionComponent("th");
  113. const MotionThead = /*@__PURE__*/ create.createMotionComponent("thead");
  114. const MotionTime = /*@__PURE__*/ create.createMotionComponent("time");
  115. const MotionTitle = /*@__PURE__*/ create.createMotionComponent("title");
  116. const MotionTr = /*@__PURE__*/ create.createMotionComponent("tr");
  117. const MotionTrack = /*@__PURE__*/ create.createMotionComponent("track");
  118. const MotionU = /*@__PURE__*/ create.createMotionComponent("u");
  119. const MotionUl = /*@__PURE__*/ create.createMotionComponent("ul");
  120. const MotionVideo = /*@__PURE__*/ create.createMotionComponent("video");
  121. const MotionWbr = /*@__PURE__*/ create.createMotionComponent("wbr");
  122. const MotionWebview = /*@__PURE__*/ create.createMotionComponent("webview");
  123. /**
  124. * SVG components
  125. */
  126. const MotionAnimate = /*@__PURE__*/ create.createMotionComponent("animate");
  127. const MotionCircle = /*@__PURE__*/ create.createMotionComponent("circle");
  128. const MotionDefs = /*@__PURE__*/ create.createMotionComponent("defs");
  129. const MotionDesc = /*@__PURE__*/ create.createMotionComponent("desc");
  130. const MotionEllipse = /*@__PURE__*/ create.createMotionComponent("ellipse");
  131. const MotionG = /*@__PURE__*/ create.createMotionComponent("g");
  132. const MotionImage = /*@__PURE__*/ create.createMotionComponent("image");
  133. const MotionLine = /*@__PURE__*/ create.createMotionComponent("line");
  134. const MotionFilter = /*@__PURE__*/ create.createMotionComponent("filter");
  135. const MotionMarker = /*@__PURE__*/ create.createMotionComponent("marker");
  136. const MotionMask = /*@__PURE__*/ create.createMotionComponent("mask");
  137. const MotionMetadata = /*@__PURE__*/ create.createMotionComponent("metadata");
  138. const MotionPath = /*@__PURE__*/ create.createMotionComponent("path");
  139. const MotionPattern = /*@__PURE__*/ create.createMotionComponent("pattern");
  140. const MotionPolygon = /*@__PURE__*/ create.createMotionComponent("polygon");
  141. const MotionPolyline = /*@__PURE__*/ create.createMotionComponent("polyline");
  142. const MotionRect = /*@__PURE__*/ create.createMotionComponent("rect");
  143. const MotionStop = /*@__PURE__*/ create.createMotionComponent("stop");
  144. const MotionSvg = /*@__PURE__*/ create.createMotionComponent("svg");
  145. const MotionSymbol = /*@__PURE__*/ create.createMotionComponent("symbol");
  146. const MotionText = /*@__PURE__*/ create.createMotionComponent("text");
  147. const MotionTspan = /*@__PURE__*/ create.createMotionComponent("tspan");
  148. const MotionUse = /*@__PURE__*/ create.createMotionComponent("use");
  149. const MotionView = /*@__PURE__*/ create.createMotionComponent("view");
  150. const MotionClipPath = /*@__PURE__*/ create.createMotionComponent("clipPath");
  151. const MotionFeBlend = /*@__PURE__*/ create.createMotionComponent("feBlend");
  152. const MotionFeColorMatrix =
  153. /*@__PURE__*/ create.createMotionComponent("feColorMatrix");
  154. const MotionFeComponentTransfer = /*@__PURE__*/ create.createMotionComponent("feComponentTransfer");
  155. const MotionFeComposite =
  156. /*@__PURE__*/ create.createMotionComponent("feComposite");
  157. const MotionFeConvolveMatrix =
  158. /*@__PURE__*/ create.createMotionComponent("feConvolveMatrix");
  159. const MotionFeDiffuseLighting =
  160. /*@__PURE__*/ create.createMotionComponent("feDiffuseLighting");
  161. const MotionFeDisplacementMap =
  162. /*@__PURE__*/ create.createMotionComponent("feDisplacementMap");
  163. const MotionFeDistantLight =
  164. /*@__PURE__*/ create.createMotionComponent("feDistantLight");
  165. const MotionFeDropShadow =
  166. /*@__PURE__*/ create.createMotionComponent("feDropShadow");
  167. const MotionFeFlood = /*@__PURE__*/ create.createMotionComponent("feFlood");
  168. const MotionFeFuncA = /*@__PURE__*/ create.createMotionComponent("feFuncA");
  169. const MotionFeFuncB = /*@__PURE__*/ create.createMotionComponent("feFuncB");
  170. const MotionFeFuncG = /*@__PURE__*/ create.createMotionComponent("feFuncG");
  171. const MotionFeFuncR = /*@__PURE__*/ create.createMotionComponent("feFuncR");
  172. const MotionFeGaussianBlur =
  173. /*@__PURE__*/ create.createMotionComponent("feGaussianBlur");
  174. const MotionFeImage = /*@__PURE__*/ create.createMotionComponent("feImage");
  175. const MotionFeMerge = /*@__PURE__*/ create.createMotionComponent("feMerge");
  176. const MotionFeMergeNode =
  177. /*@__PURE__*/ create.createMotionComponent("feMergeNode");
  178. const MotionFeMorphology =
  179. /*@__PURE__*/ create.createMotionComponent("feMorphology");
  180. const MotionFeOffset = /*@__PURE__*/ create.createMotionComponent("feOffset");
  181. const MotionFePointLight =
  182. /*@__PURE__*/ create.createMotionComponent("fePointLight");
  183. const MotionFeSpecularLighting =
  184. /*@__PURE__*/ create.createMotionComponent("feSpecularLighting");
  185. const MotionFeSpotLight =
  186. /*@__PURE__*/ create.createMotionComponent("feSpotLight");
  187. const MotionFeTile = /*@__PURE__*/ create.createMotionComponent("feTile");
  188. const MotionFeTurbulence =
  189. /*@__PURE__*/ create.createMotionComponent("feTurbulence");
  190. const MotionForeignObject =
  191. /*@__PURE__*/ create.createMotionComponent("foreignObject");
  192. const MotionLinearGradient =
  193. /*@__PURE__*/ create.createMotionComponent("linearGradient");
  194. const MotionRadialGradient =
  195. /*@__PURE__*/ create.createMotionComponent("radialGradient");
  196. const MotionTextPath = /*@__PURE__*/ create.createMotionComponent("textPath");
  197. exports.create = create.createMotionComponent;
  198. exports.a = MotionA;
  199. exports.abbr = MotionAbbr;
  200. exports.address = MotionAddress;
  201. exports.animate = MotionAnimate;
  202. exports.area = MotionArea;
  203. exports.article = MotionArticle;
  204. exports.aside = MotionAside;
  205. exports.audio = MotionAudio;
  206. exports.b = MotionB;
  207. exports.base = MotionBase;
  208. exports.bdi = MotionBdi;
  209. exports.bdo = MotionBdo;
  210. exports.big = MotionBig;
  211. exports.blockquote = MotionBlockquote;
  212. exports.body = MotionBody;
  213. exports.button = MotionButton;
  214. exports.canvas = MotionCanvas;
  215. exports.caption = MotionCaption;
  216. exports.circle = MotionCircle;
  217. exports.cite = MotionCite;
  218. exports.clipPath = MotionClipPath;
  219. exports.code = MotionCode;
  220. exports.col = MotionCol;
  221. exports.colgroup = MotionColgroup;
  222. exports.data = MotionData;
  223. exports.datalist = MotionDatalist;
  224. exports.dd = MotionDd;
  225. exports.defs = MotionDefs;
  226. exports.del = MotionDel;
  227. exports.desc = MotionDesc;
  228. exports.details = MotionDetails;
  229. exports.dfn = MotionDfn;
  230. exports.dialog = MotionDialog;
  231. exports.div = MotionDiv;
  232. exports.dl = MotionDl;
  233. exports.dt = MotionDt;
  234. exports.ellipse = MotionEllipse;
  235. exports.em = MotionEm;
  236. exports.embed = MotionEmbed;
  237. exports.feBlend = MotionFeBlend;
  238. exports.feColorMatrix = MotionFeColorMatrix;
  239. exports.feComponentTransfer = MotionFeComponentTransfer;
  240. exports.feComposite = MotionFeComposite;
  241. exports.feConvolveMatrix = MotionFeConvolveMatrix;
  242. exports.feDiffuseLighting = MotionFeDiffuseLighting;
  243. exports.feDisplacementMap = MotionFeDisplacementMap;
  244. exports.feDistantLight = MotionFeDistantLight;
  245. exports.feDropShadow = MotionFeDropShadow;
  246. exports.feFlood = MotionFeFlood;
  247. exports.feFuncA = MotionFeFuncA;
  248. exports.feFuncB = MotionFeFuncB;
  249. exports.feFuncG = MotionFeFuncG;
  250. exports.feFuncR = MotionFeFuncR;
  251. exports.feGaussianBlur = MotionFeGaussianBlur;
  252. exports.feImage = MotionFeImage;
  253. exports.feMerge = MotionFeMerge;
  254. exports.feMergeNode = MotionFeMergeNode;
  255. exports.feMorphology = MotionFeMorphology;
  256. exports.feOffset = MotionFeOffset;
  257. exports.fePointLight = MotionFePointLight;
  258. exports.feSpecularLighting = MotionFeSpecularLighting;
  259. exports.feSpotLight = MotionFeSpotLight;
  260. exports.feTile = MotionFeTile;
  261. exports.feTurbulence = MotionFeTurbulence;
  262. exports.fieldset = MotionFieldset;
  263. exports.figcaption = MotionFigcaption;
  264. exports.figure = MotionFigure;
  265. exports.filter = MotionFilter;
  266. exports.footer = MotionFooter;
  267. exports.foreignObject = MotionForeignObject;
  268. exports.form = MotionForm;
  269. exports.g = MotionG;
  270. exports.h1 = MotionH1;
  271. exports.h2 = MotionH2;
  272. exports.h3 = MotionH3;
  273. exports.h4 = MotionH4;
  274. exports.h5 = MotionH5;
  275. exports.h6 = MotionH6;
  276. exports.head = MotionHead;
  277. exports.header = MotionHeader;
  278. exports.hgroup = MotionHgroup;
  279. exports.hr = MotionHr;
  280. exports.html = MotionHtml;
  281. exports.i = MotionI;
  282. exports.iframe = MotionIframe;
  283. exports.image = MotionImage;
  284. exports.img = MotionImg;
  285. exports.input = MotionInput;
  286. exports.ins = MotionIns;
  287. exports.kbd = MotionKbd;
  288. exports.keygen = MotionKeygen;
  289. exports.label = MotionLabel;
  290. exports.legend = MotionLegend;
  291. exports.li = MotionLi;
  292. exports.line = MotionLine;
  293. exports.linearGradient = MotionLinearGradient;
  294. exports.link = MotionLink;
  295. exports.main = MotionMain;
  296. exports.map = MotionMap;
  297. exports.mark = MotionMark;
  298. exports.marker = MotionMarker;
  299. exports.mask = MotionMask;
  300. exports.menu = MotionMenu;
  301. exports.menuitem = MotionMenuitem;
  302. exports.metadata = MotionMetadata;
  303. exports.meter = MotionMeter;
  304. exports.nav = MotionNav;
  305. exports.object = MotionObject;
  306. exports.ol = MotionOl;
  307. exports.optgroup = MotionOptgroup;
  308. exports.option = MotionOption;
  309. exports.output = MotionOutput;
  310. exports.p = MotionP;
  311. exports.param = MotionParam;
  312. exports.path = MotionPath;
  313. exports.pattern = MotionPattern;
  314. exports.picture = MotionPicture;
  315. exports.polygon = MotionPolygon;
  316. exports.polyline = MotionPolyline;
  317. exports.pre = MotionPre;
  318. exports.progress = MotionProgress;
  319. exports.q = MotionQ;
  320. exports.radialGradient = MotionRadialGradient;
  321. exports.rect = MotionRect;
  322. exports.rp = MotionRp;
  323. exports.rt = MotionRt;
  324. exports.ruby = MotionRuby;
  325. exports.s = MotionS;
  326. exports.samp = MotionSamp;
  327. exports.script = MotionScript;
  328. exports.section = MotionSection;
  329. exports.select = MotionSelect;
  330. exports.small = MotionSmall;
  331. exports.source = MotionSource;
  332. exports.span = MotionSpan;
  333. exports.stop = MotionStop;
  334. exports.strong = MotionStrong;
  335. exports.style = MotionStyle;
  336. exports.sub = MotionSub;
  337. exports.summary = MotionSummary;
  338. exports.sup = MotionSup;
  339. exports.svg = MotionSvg;
  340. exports.symbol = MotionSymbol;
  341. exports.table = MotionTable;
  342. exports.tbody = MotionTbody;
  343. exports.td = MotionTd;
  344. exports.text = MotionText;
  345. exports.textPath = MotionTextPath;
  346. exports.textarea = MotionTextarea;
  347. exports.tfoot = MotionTfoot;
  348. exports.th = MotionTh;
  349. exports.thead = MotionThead;
  350. exports.time = MotionTime;
  351. exports.title = MotionTitle;
  352. exports.tr = MotionTr;
  353. exports.track = MotionTrack;
  354. exports.tspan = MotionTspan;
  355. exports.u = MotionU;
  356. exports.ul = MotionUl;
  357. exports.use = MotionUse;
  358. exports.video = MotionVideo;
  359. exports.view = MotionView;
  360. exports.wbr = MotionWbr;
  361. exports.webview = MotionWebview;