@micromag/viewer-build 0.3.9 → 0.3.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.
@@ -0,0 +1,115 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ Copyright (c) 2018 Jed Watson.
9
+ Licensed under the MIT License (MIT), see
10
+ http://jedwatson.github.io/classnames
11
+ */
12
+
13
+ /*!
14
+ * EventEmitter v5.2.9 - git.io/ee
15
+ * Unlicense - http://unlicense.org/
16
+ * Oliver Caldwell - https://oli.me.uk/
17
+ * @preserve
18
+ */
19
+
20
+ /*!
21
+ * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
22
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
23
+ */
24
+
25
+ /*!
26
+ * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
27
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
28
+ * Copyright 2022 Fonticons, Inc.
29
+ */
30
+
31
+ /*!
32
+ * JavaScript Cookie v2.2.1
33
+ * https://github.com/js-cookie/js-cookie
34
+ *
35
+ * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
36
+ * Released under the MIT license
37
+ */
38
+
39
+ /*!
40
+ * screenfull
41
+ * v5.2.0 - 2021-11-03
42
+ * (c) Sindre Sorhus; MIT License
43
+ */
44
+
45
+ /*! *****************************************************************************
46
+ Copyright (c) Microsoft Corporation.
47
+
48
+ Permission to use, copy, modify, and/or distribute this software for any
49
+ purpose with or without fee is hereby granted.
50
+
51
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
52
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
53
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
54
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
55
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
56
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
57
+ PERFORMANCE OF THIS SOFTWARE.
58
+ ***************************************************************************** */
59
+
60
+ /**
61
+ * @name parseSRT
62
+ * @desc Parses and converts SRT subtitle data into JSON format. Adapted from the popcorn.js SRT parser plugin.
63
+ * @see http://popcornjs.org/
64
+ * @author Luis Rodrigues (http://www.luisrodriguesweb.com)
65
+ * @version 1.0.0-alpha
66
+ * @license MIT
67
+ */
68
+
69
+ /**
70
+ * Takes a string with placeholder variables like `%{smart_count} file selected`
71
+ * and replaces it with values from options `{smart_count: 5}`
72
+ *
73
+ * @license https://github.com/airbnb/polyglot.js/blob/master/LICENSE
74
+ * taken from https://github.com/airbnb/polyglot.js/blob/master/lib/polyglot.js#L299
75
+ *
76
+ * @param {string} phrase that needs interpolation, with placeholders
77
+ * @param {object} options with values that will be used to replace placeholders
78
+ * @returns {any[]} interpolated
79
+ */
80
+
81
+ /** @license React v0.19.1
82
+ * scheduler.production.min.js
83
+ *
84
+ * Copyright (c) Facebook, Inc. and its affiliates.
85
+ *
86
+ * This source code is licensed under the MIT license found in the
87
+ * LICENSE file in the root directory of this source tree.
88
+ */
89
+
90
+ /** @license React v16.13.1
91
+ * react-is.production.min.js
92
+ *
93
+ * Copyright (c) Facebook, Inc. and its affiliates.
94
+ *
95
+ * This source code is licensed under the MIT license found in the
96
+ * LICENSE file in the root directory of this source tree.
97
+ */
98
+
99
+ /** @license React v16.14.0
100
+ * react-dom.production.min.js
101
+ *
102
+ * Copyright (c) Facebook, Inc. and its affiliates.
103
+ *
104
+ * This source code is licensed under the MIT license found in the
105
+ * LICENSE file in the root directory of this source tree.
106
+ */
107
+
108
+ /** @license React v16.14.0
109
+ * react.production.min.js
110
+ *
111
+ * Copyright (c) Facebook, Inc. and its affiliates.
112
+ *
113
+ * This source code is licensed under the MIT license found in the
114
+ * LICENSE file in the root directory of this source tree.
115
+ */