sloth-d2c-figma-plugin 2.0.4-beta.13 → 2.0.4-beta.15

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.
@@ -0,0 +1,334 @@
1
+ /*
2
+ * [js-sha1]{@link https://github.com/emn178/js-sha1}
3
+ *
4
+ * @version 0.7.0
5
+ * @author Chen, Yi-Cyuan [emn178@gmail.com]
6
+ * @copyright Chen, Yi-Cyuan 2014-2024
7
+ * @license MIT
8
+ */
9
+
10
+ /*
11
+ object-assign
12
+ (c) Sindre Sorhus
13
+ @license MIT
14
+ */
15
+
16
+ /*!
17
+ * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
18
+ * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
19
+ * Released under MIT License
20
+ */
21
+
22
+ /*! !webpack amd options */
23
+
24
+ /*! *****************************************************************************
25
+ Copyright (c) Microsoft Corporation.
26
+
27
+ Permission to use, copy, modify, and/or distribute this software for any
28
+ purpose with or without fee is hereby granted.
29
+
30
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
31
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
32
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
33
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
34
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
35
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
36
+ PERFORMANCE OF THIS SOFTWARE.
37
+ ***************************************************************************** */
38
+
39
+ /*! ../ignoreAttributes */
40
+
41
+ /*! ../lib/base64 */
42
+
43
+ /*! ../lib/crypto */
44
+
45
+ /*! ../lib/md5 */
46
+
47
+ /*! ../lib/request */
48
+
49
+ /*! ../package.json */
50
+
51
+ /*! ../util */
52
+
53
+ /*! ../validator */
54
+
55
+ /*! ./../node_modules/process/browser.js */
56
+
57
+ /*! ./../node_modules/webpack/buildin/module.js */
58
+
59
+ /*! ./DocTypeReader */
60
+
61
+ /*! ./OptionsBuilder */
62
+
63
+ /*! ./OrderedObjParser */
64
+
65
+ /*! ./advance */
66
+
67
+ /*! ./async */
68
+
69
+ /*! ./base */
70
+
71
+ /*! ./event */
72
+
73
+ /*! ./node2json */
74
+
75
+ /*! ./orderedJs2Xml */
76
+
77
+ /*! ./session */
78
+
79
+ /*! ./src/cos */
80
+
81
+ /*! ./task */
82
+
83
+ /*! ./toPrimitive.js */
84
+
85
+ /*! ./toPropertyKey.js */
86
+
87
+ /*! ./tracker */
88
+
89
+ /*! ./typeof.js */
90
+
91
+ /*! ./util */
92
+
93
+ /*! ./validator */
94
+
95
+ /*! ./xmlNode */
96
+
97
+ /*! ./xmlbuilder/json2xml */
98
+
99
+ /*! ./xmlparser/XMLParser */
100
+
101
+ /*! @babel/runtime/helpers/classCallCheck */
102
+
103
+ /*! @babel/runtime/helpers/createClass */
104
+
105
+ /*! @babel/runtime/helpers/typeof */
106
+
107
+ /*! exports provided: name, version, description, main, types, scripts, repository, keywords, author, license, bugs, homepage, dependencies, devDependencies, default */
108
+
109
+ /*! fast-xml-parser */
110
+
111
+ /*! no static exports found */
112
+
113
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
114
+
115
+ /*! strnum */
116
+
117
+ /*!******************!*\
118
+ !*** ./index.js ***!
119
+ \******************/
120
+
121
+ /*!********************!*\
122
+ !*** ./lib/md5.js ***!
123
+ \********************/
124
+
125
+ /*!********************!*\
126
+ !*** ./src/cos.js ***!
127
+ \********************/
128
+
129
+ /*!*********************!*\
130
+ !*** ./src/base.js ***!
131
+ \*********************/
132
+
133
+ /*!*********************!*\
134
+ !*** ./src/task.js ***!
135
+ \*********************/
136
+
137
+ /*!*********************!*\
138
+ !*** ./src/util.js ***!
139
+ \*********************/
140
+
141
+ /*!**********************!*\
142
+ !*** ./package.json ***!
143
+ \**********************/
144
+
145
+ /*!**********************!*\
146
+ !*** ./src/async.js ***!
147
+ \**********************/
148
+
149
+ /*!**********************!*\
150
+ !*** ./src/event.js ***!
151
+ \**********************/
152
+
153
+ /*!***********************!*\
154
+ !*** ./lib/base64.js ***!
155
+ \***********************/
156
+
157
+ /*!***********************!*\
158
+ !*** ./lib/crypto.js ***!
159
+ \***********************/
160
+
161
+ /*!************************!*\
162
+ !*** ./lib/request.js ***!
163
+ \************************/
164
+
165
+ /*!************************!*\
166
+ !*** ./src/advance.js ***!
167
+ \************************/
168
+
169
+ /*!************************!*\
170
+ !*** ./src/session.js ***!
171
+ \************************/
172
+
173
+ /*!************************!*\
174
+ !*** ./src/tracker.js ***!
175
+ \************************/
176
+
177
+ /*!***********************************!*\
178
+ !*** (webpack)/buildin/module.js ***!
179
+ \***********************************/
180
+
181
+ /*!***************************************!*\
182
+ !*** ./node_modules/strnum/strnum.js ***!
183
+ \***************************************/
184
+
185
+ /*!****************************************!*\
186
+ !*** (webpack)/buildin/amd-options.js ***!
187
+ \****************************************/
188
+
189
+ /*!*****************************************!*\
190
+ !*** ./node_modules/process/browser.js ***!
191
+ \*****************************************/
192
+
193
+ /*!*************************************************!*\
194
+ !*** ./node_modules/fast-xml-parser/src/fxp.js ***!
195
+ \*************************************************/
196
+
197
+ /*!**************************************************!*\
198
+ !*** ./node_modules/fast-xml-parser/src/util.js ***!
199
+ \**************************************************/
200
+
201
+ /*!*******************************************************!*\
202
+ !*** ./node_modules/@babel/runtime/helpers/typeof.js ***!
203
+ \*******************************************************/
204
+
205
+ /*!*******************************************************!*\
206
+ !*** ./node_modules/fast-xml-parser/src/validator.js ***!
207
+ \*******************************************************/
208
+
209
+ /*!************************************************************!*\
210
+ !*** ./node_modules/@babel/runtime/helpers/createClass.js ***!
211
+ \************************************************************/
212
+
213
+ /*!************************************************************!*\
214
+ !*** ./node_modules/@babel/runtime/helpers/toPrimitive.js ***!
215
+ \************************************************************/
216
+
217
+ /*!**************************************************************!*\
218
+ !*** ./node_modules/@babel/runtime/helpers/toPropertyKey.js ***!
219
+ \**************************************************************/
220
+
221
+ /*!**************************************************************!*\
222
+ !*** ./node_modules/fast-xml-parser/src/ignoreAttributes.js ***!
223
+ \**************************************************************/
224
+
225
+ /*!***************************************************************!*\
226
+ !*** ./node_modules/@babel/runtime/helpers/classCallCheck.js ***!
227
+ \***************************************************************/
228
+
229
+ /*!***************************************************************!*\
230
+ !*** ./node_modules/fast-xml-parser/src/xmlparser/xmlNode.js ***!
231
+ \***************************************************************/
232
+
233
+ /*!*****************************************************************!*\
234
+ !*** ./node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js ***!
235
+ \*****************************************************************/
236
+
237
+ /*!*****************************************************************!*\
238
+ !*** ./node_modules/fast-xml-parser/src/xmlparser/XMLParser.js ***!
239
+ \*****************************************************************/
240
+
241
+ /*!*****************************************************************!*\
242
+ !*** ./node_modules/fast-xml-parser/src/xmlparser/node2json.js ***!
243
+ \*****************************************************************/
244
+
245
+ /*!*********************************************************************!*\
246
+ !*** ./node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js ***!
247
+ \*********************************************************************/
248
+
249
+ /*!**********************************************************************!*\
250
+ !*** ./node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js ***!
251
+ \**********************************************************************/
252
+
253
+ /*!**********************************************************************!*\
254
+ !*** ./node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js ***!
255
+ \**********************************************************************/
256
+
257
+ /*!************************************************************************!*\
258
+ !*** ./node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js ***!
259
+ \************************************************************************/
260
+
261
+ /**
262
+ * @license
263
+ * Lodash <https://lodash.com/>
264
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
265
+ * Released under MIT license <https://lodash.com/license>
266
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
267
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
268
+ */
269
+
270
+ /**
271
+ * @license React
272
+ * react-is.production.min.js
273
+ *
274
+ * Copyright (c) Facebook, Inc. and its affiliates.
275
+ *
276
+ * This source code is licensed under the MIT license found in the
277
+ * LICENSE file in the root directory of this source tree.
278
+ */
279
+
280
+ /**
281
+ * @license React
282
+ * use-sync-external-store-shim.production.js
283
+ *
284
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
285
+ *
286
+ * This source code is licensed under the MIT license found in the
287
+ * LICENSE file in the root directory of this source tree.
288
+ */
289
+
290
+ /**
291
+ * @license React
292
+ * use-sync-external-store-shim/with-selector.production.js
293
+ *
294
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
295
+ *
296
+ * This source code is licensed under the MIT license found in the
297
+ * LICENSE file in the root directory of this source tree.
298
+ */
299
+
300
+ /** @license React v0.20.2
301
+ * scheduler.production.min.js
302
+ *
303
+ * Copyright (c) Facebook, Inc. and its affiliates.
304
+ *
305
+ * This source code is licensed under the MIT license found in the
306
+ * LICENSE file in the root directory of this source tree.
307
+ */
308
+
309
+ /** @license React v16.13.1
310
+ * react-is.production.min.js
311
+ *
312
+ * Copyright (c) Facebook, Inc. and its affiliates.
313
+ *
314
+ * This source code is licensed under the MIT license found in the
315
+ * LICENSE file in the root directory of this source tree.
316
+ */
317
+
318
+ /** @license React v17.0.2
319
+ * react-dom.production.min.js
320
+ *
321
+ * Copyright (c) Facebook, Inc. and its affiliates.
322
+ *
323
+ * This source code is licensed under the MIT license found in the
324
+ * LICENSE file in the root directory of this source tree.
325
+ */
326
+
327
+ /** @license React v17.0.2
328
+ * react.production.min.js
329
+ *
330
+ * Copyright (c) Facebook, Inc. and its affiliates.
331
+ *
332
+ * This source code is licensed under the MIT license found in the
333
+ * LICENSE file in the root directory of this source tree.
334
+ */