@mirantes-micro/foundation-design-system 1.2.418 → 1.2.420

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,388 @@
1
+ /*!
2
+ * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
3
+ * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
4
+ * Released under MIT License
5
+ */
6
+
7
+ /*! *****************************************************************************
8
+ Copyright (c) Microsoft Corporation.
9
+
10
+ Permission to use, copy, modify, and/or distribute this software for any
11
+ purpose with or without fee is hereby granted.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
14
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
15
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
16
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
17
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
18
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19
+ PERFORMANCE OF THIS SOFTWARE.
20
+ ***************************************************************************** */
21
+
22
+ /*! https://mths.be/punycode v1.3.2 by @mathias */
23
+
24
+ /**
25
+ * @license
26
+ Copyright (c) 2008, Adobe Systems Incorporated
27
+ All rights reserved.
28
+
29
+ Redistribution and use in source and binary forms, with or without
30
+ modification, are permitted provided that the following conditions are
31
+ met:
32
+
33
+ * Redistributions of source code must retain the above copyright notice,
34
+ this list of conditions and the following disclaimer.
35
+
36
+ * Redistributions in binary form must reproduce the above copyright
37
+ notice, this list of conditions and the following disclaimer in the
38
+ documentation and/or other materials provided with the distribution.
39
+
40
+ * Neither the name of Adobe Systems Incorporated nor the names of its
41
+ contributors may be used to endorse or promote products derived from
42
+ this software without specific prior written permission.
43
+
44
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
45
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
46
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
47
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
48
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
49
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
50
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
51
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
52
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
53
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
54
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
55
+ */
56
+
57
+ /**
58
+ * @license
59
+ *
60
+ * Licensed under the MIT License.
61
+ * http://opensource.org/licenses/mit-license
62
+ */
63
+
64
+ /**
65
+ * @license
66
+ * (c) Dean McNamee <dean@gmail.com>, 2013.
67
+ *
68
+ * https://github.com/deanm/omggif
69
+ *
70
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
71
+ * of this software and associated documentation files (the "Software"), to
72
+ * deal in the Software without restriction, including without limitation the
73
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
74
+ * sell copies of the Software, and to permit persons to whom the Software is
75
+ * furnished to do so, subject to the following conditions:
76
+ *
77
+ * The above copyright notice and this permission notice shall be included in
78
+ * all copies or substantial portions of the Software.
79
+ *
80
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
81
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
82
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
83
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
84
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
85
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
86
+ * IN THE SOFTWARE.
87
+ *
88
+ * omggif is a JavaScript implementation of a GIF 89a encoder and decoder,
89
+ * including animation and compression. It does not rely on any specific
90
+ * underlying system, so should run in the browser, Node, or Plask.
91
+ */
92
+
93
+ /**
94
+ * @license
95
+ * Copyright (c) 2014 Steven Spungin (TwelveTone LLC) steven@twelvetone.tv
96
+ *
97
+ * Licensed under the MIT License.
98
+ * http://opensource.org/licenses/mit-license
99
+ */
100
+
101
+ /**
102
+ * @license
103
+ * Copyright (c) 2017 Aras Abbasi
104
+ *
105
+ * Licensed under the MIT License.
106
+ * http://opensource.org/licenses/mit-license
107
+ */
108
+
109
+ /**
110
+ * @license
111
+ * Copyright (c) 2018 Aras Abbasi
112
+ *
113
+ * Licensed under the MIT License.
114
+ * http://opensource.org/licenses/mit-license
115
+ */
116
+
117
+ /**
118
+ * @license
119
+ * Copyright (c) 2019 Aras Abbasi
120
+ *
121
+ * Licensed under the MIT License.
122
+ * http://opensource.org/licenses/mit-license
123
+ */
124
+
125
+ /**
126
+ * @license
127
+ * FPDF is released under a permissive license: there is no usage restriction.
128
+ * You may embed it freely in your application (commercial or not), with or
129
+ * without modifications.
130
+ *
131
+ * Reference: http://www.fpdf.org/en/script/script37.php
132
+ */
133
+
134
+ /**
135
+ * @license
136
+ * Joseph Myers does not specify a particular license for his work.
137
+ *
138
+ * Author: Joseph Myers
139
+ * Accessed from: http://www.myersdaily.org/joseph/javascript/md5.js
140
+ *
141
+ * Modified by: Owen Leong
142
+ */
143
+
144
+ /**
145
+ * @license
146
+ * Licensed under the MIT License.
147
+ * http://opensource.org/licenses/mit-license
148
+ * Author: Owen Leong (@owenl131)
149
+ * Date: 15 Oct 2020
150
+ * References:
151
+ * https://www.cs.cmu.edu/~dst/Adobe/Gallery/anon21jul01-pdf-encryption.txt
152
+ * https://github.com/foliojs/pdfkit/blob/master/lib/security.js
153
+ * http://www.fpdf.org/en/script/script37.php
154
+ */
155
+
156
+ /**
157
+ * @license
158
+ * Licensed under the MIT License.
159
+ * http://opensource.org/licenses/mit-license
160
+ */
161
+
162
+ /**
163
+ * @license
164
+ * Unicode Bidi Engine based on the work of Alex Shensis (@asthensis)
165
+ * MIT License
166
+ */
167
+
168
+ /**
169
+ * @license
170
+ * jsPDF fileloading PlugIn
171
+ * Copyright (c) 2018 Aras Abbasi (aras.abbasi@gmail.com)
172
+ *
173
+ * Licensed under the MIT License.
174
+ * http://opensource.org/licenses/mit-license
175
+ */
176
+
177
+ /**
178
+ * @license
179
+ * jsPDF filters PlugIn
180
+ * Copyright (c) 2014 Aras Abbasi
181
+ *
182
+ * Licensed under the MIT License.
183
+ * http://opensource.org/licenses/mit-license
184
+ */
185
+
186
+ /**
187
+ * @license
188
+ * jsPDF virtual FileSystem functionality
189
+ *
190
+ * Licensed under the MIT License.
191
+ * http://opensource.org/licenses/mit-license
192
+ */
193
+
194
+ /**
195
+ * @license React
196
+ * react-dom-client.production.js
197
+ *
198
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
199
+ *
200
+ * This source code is licensed under the MIT license found in the
201
+ * LICENSE file in the root directory of this source tree.
202
+ */
203
+
204
+ /**
205
+ * @license React
206
+ * react-dom.production.js
207
+ *
208
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
209
+ *
210
+ * This source code is licensed under the MIT license found in the
211
+ * LICENSE file in the root directory of this source tree.
212
+ */
213
+
214
+ /**
215
+ * @license React
216
+ * react-jsx-runtime.production.js
217
+ *
218
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
219
+ *
220
+ * This source code is licensed under the MIT license found in the
221
+ * LICENSE file in the root directory of this source tree.
222
+ */
223
+
224
+ /**
225
+ * @license React
226
+ * react.production.js
227
+ *
228
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
229
+ *
230
+ * This source code is licensed under the MIT license found in the
231
+ * LICENSE file in the root directory of this source tree.
232
+ */
233
+
234
+ /**
235
+ * @license React
236
+ * scheduler.production.js
237
+ *
238
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
239
+ *
240
+ * This source code is licensed under the MIT license found in the
241
+ * LICENSE file in the root directory of this source tree.
242
+ */
243
+
244
+ /**
245
+ * @license React
246
+ * use-sync-external-store-shim.production.js
247
+ *
248
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
249
+ *
250
+ * This source code is licensed under the MIT license found in the
251
+ * LICENSE file in the root directory of this source tree.
252
+ */
253
+
254
+ /**
255
+ * @license lucide-react v0.510.0 - ISC
256
+ *
257
+ * This source code is licensed under the ISC license.
258
+ * See the LICENSE file in the root directory of this source tree.
259
+ */
260
+
261
+ /**
262
+ * @licstart The following is the entire license notice for the
263
+ * JavaScript code in this page
264
+ *
265
+ * Copyright 2024 Mozilla Foundation
266
+ *
267
+ * Licensed under the Apache License, Version 2.0 (the "License");
268
+ * you may not use this file except in compliance with the License.
269
+ * You may obtain a copy of the License at
270
+ *
271
+ * http://www.apache.org/licenses/LICENSE-2.0
272
+ *
273
+ * Unless required by applicable law or agreed to in writing, software
274
+ * distributed under the License is distributed on an "AS IS" BASIS,
275
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
276
+ * See the License for the specific language governing permissions and
277
+ * limitations under the License.
278
+ *
279
+ * @licend The above is the entire license notice for the
280
+ * JavaScript code in this page
281
+ */
282
+
283
+ /**
284
+ * A class to parse color values
285
+ * @author Stoyan Stefanov <sstoo@gmail.com>
286
+ * {@link http://www.phpied.com/rgb-color-parser-in-javascript/}
287
+ * @license Use it if you like it
288
+ */
289
+
290
+ /**
291
+ * Checks if an event is supported in the current execution environment.
292
+ *
293
+ * NOTE: This will not work correctly for non-generic events such as `change`,
294
+ * `reset`, `load`, `error`, and `select`.
295
+ *
296
+ * Borrows from Modernizr.
297
+ *
298
+ * @param {string} eventNameSuffix Event name, e.g. "click".
299
+ * @param {?boolean} capture Check if the capture phase is supported.
300
+ * @return {boolean} True if the event is supported.
301
+ * @internal
302
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
303
+ */
304
+
305
+ /** ====================================================================
306
+ * @license
307
+ * jsPDF XMP metadata plugin
308
+ * Copyright (c) 2016 Jussi Utunen, u-jussi@suomi24.fi
309
+ *
310
+ * Permission is hereby granted, free of charge, to any person obtaining
311
+ * a copy of this software and associated documentation files (the
312
+ * "Software"), to deal in the Software without restriction, including
313
+ * without limitation the rights to use, copy, modify, merge, publish,
314
+ * distribute, sublicense, and/or sell copies of the Software, and to
315
+ * permit persons to whom the Software is furnished to do so, subject to
316
+ * the following conditions:
317
+ *
318
+ * The above copyright notice and this permission notice shall be
319
+ * included in all copies or substantial portions of the Software.
320
+ *
321
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
322
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
323
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
324
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
325
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
326
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
327
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
328
+ * ====================================================================
329
+ */
330
+
331
+ /** @license
332
+ * Copyright (c) 2017 Dominik Homberger
333
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
334
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
335
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
336
+ https://webpjs.appspot.com
337
+ WebPRiffParser dominikhlbg@gmail.com
338
+ */
339
+
340
+ /** @license
341
+ *
342
+ * jsPDF - PDF Document creation from JavaScript
343
+ * Version 3.0.2 Built on 2025-08-26T11:48:30.930Z
344
+ * CommitID 00000000
345
+ *
346
+ * Copyright (c) 2010-2021 James Hall <james@parall.ax>, https://github.com/MrRio/jsPDF
347
+ * 2015-2021 yWorks GmbH, http://www.yworks.com
348
+ * 2015-2021 Lukas Holländer <lukas.hollaender@yworks.com>, https://github.com/HackbrettXXX
349
+ * 2016-2018 Aras Abbasi <aras.abbasi@gmail.com>
350
+ * 2010 Aaron Spike, https://github.com/acspike
351
+ * 2012 Willow Systems Corporation, https://github.com/willowsystems
352
+ * 2012 Pablo Hess, https://github.com/pablohess
353
+ * 2012 Florian Jenett, https://github.com/fjenett
354
+ * 2013 Warren Weckesser, https://github.com/warrenweckesser
355
+ * 2013 Youssef Beddad, https://github.com/lifof
356
+ * 2013 Lee Driscoll, https://github.com/lsdriscoll
357
+ * 2013 Stefan Slonevskiy, https://github.com/stefslon
358
+ * 2013 Jeremy Morel, https://github.com/jmorel
359
+ * 2013 Christoph Hartmann, https://github.com/chris-rock
360
+ * 2014 Juan Pablo Gaviria, https://github.com/juanpgaviria
361
+ * 2014 James Makes, https://github.com/dollaruw
362
+ * 2014 Diego Casorran, https://github.com/diegocr
363
+ * 2014 Steven Spungin, https://github.com/Flamenco
364
+ * 2014 Kenneth Glassey, https://github.com/Gavvers
365
+ *
366
+ * Permission is hereby granted, free of charge, to any person obtaining
367
+ * a copy of this software and associated documentation files (the
368
+ * "Software"), to deal in the Software without restriction, including
369
+ * without limitation the rights to use, copy, modify, merge, publish,
370
+ * distribute, sublicense, and/or sell copies of the Software, and to
371
+ * permit persons to whom the Software is furnished to do so, subject to
372
+ * the following conditions:
373
+ *
374
+ * The above copyright notice and this permission notice shall be
375
+ * included in all copies or substantial portions of the Software.
376
+ *
377
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
378
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
379
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
380
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
381
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
382
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
383
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
384
+ *
385
+ * Contributor(s):
386
+ * siefkenj, ahwolf, rickygu, Midnith, saintclair, eaparango,
387
+ * kim3er, mfo, alnorth, Flamenco
388
+ */