Blame view

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