@micromag/viewer-build 0.3.51 → 0.3.52

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,145 @@
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
+ * JavaScript Cookie v2.2.1
27
+ * https://github.com/js-cookie/js-cookie
28
+ *
29
+ * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
30
+ * Released under the MIT license
31
+ */
32
+
33
+ /*!
34
+ * screenfull
35
+ * v5.2.0 - 2021-11-03
36
+ * (c) Sindre Sorhus; MIT License
37
+ */
38
+
39
+ /*! *****************************************************************************
40
+ Copyright (c) Microsoft Corporation.
41
+
42
+ Permission to use, copy, modify, and/or distribute this software for any
43
+ purpose with or without fee is hereby granted.
44
+
45
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
46
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
47
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
48
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
49
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
50
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
51
+ PERFORMANCE OF THIS SOFTWARE.
52
+ ***************************************************************************** */
53
+
54
+ /**
55
+ * @license
56
+ * Lodash <https://lodash.com/>
57
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
58
+ * Released under MIT license <https://lodash.com/license>
59
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
60
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
61
+ */
62
+
63
+ /**
64
+ * @name parseSRT
65
+ * @desc Parses and converts SRT subtitle data into JSON format. Adapted from the popcorn.js SRT parser plugin.
66
+ * @see http://popcornjs.org/
67
+ * @author Luis Rodrigues (http://www.luisrodriguesweb.com)
68
+ * @version 1.0.0-alpha
69
+ * @license MIT
70
+ */
71
+
72
+ /**
73
+ * Takes a string with placeholder variables like `%{smart_count} file selected`
74
+ * and replaces it with values from options `{smart_count: 5}`
75
+ *
76
+ * @license https://github.com/airbnb/polyglot.js/blob/master/LICENSE
77
+ * taken from https://github.com/airbnb/polyglot.js/blob/master/lib/polyglot.js#L299
78
+ *
79
+ * @param {string} phrase that needs interpolation, with placeholders
80
+ * @param {object} options with values that will be used to replace placeholders
81
+ * @returns {any[]} interpolated
82
+ */
83
+
84
+ /** @license React v0.19.1
85
+ * scheduler.production.min.js
86
+ *
87
+ * Copyright (c) Facebook, Inc. and its affiliates.
88
+ *
89
+ * This source code is licensed under the MIT license found in the
90
+ * LICENSE file in the root directory of this source tree.
91
+ */
92
+
93
+ /** @license React v0.20.2
94
+ * scheduler.production.min.js
95
+ *
96
+ * Copyright (c) Facebook, Inc. and its affiliates.
97
+ *
98
+ * This source code is licensed under the MIT license found in the
99
+ * LICENSE file in the root directory of this source tree.
100
+ */
101
+
102
+ /** @license React v16.13.1
103
+ * react-is.production.min.js
104
+ *
105
+ * Copyright (c) Facebook, Inc. and its affiliates.
106
+ *
107
+ * This source code is licensed under the MIT license found in the
108
+ * LICENSE file in the root directory of this source tree.
109
+ */
110
+
111
+ /** @license React v16.14.0
112
+ * react-dom.production.min.js
113
+ *
114
+ * Copyright (c) Facebook, Inc. and its affiliates.
115
+ *
116
+ * This source code is licensed under the MIT license found in the
117
+ * LICENSE file in the root directory of this source tree.
118
+ */
119
+
120
+ /** @license React v16.14.0
121
+ * react.production.min.js
122
+ *
123
+ * Copyright (c) Facebook, Inc. and its affiliates.
124
+ *
125
+ * This source code is licensed under the MIT license found in the
126
+ * LICENSE file in the root directory of this source tree.
127
+ */
128
+
129
+ /** @license React v17.0.2
130
+ * react-dom.production.min.js
131
+ *
132
+ * Copyright (c) Facebook, Inc. and its affiliates.
133
+ *
134
+ * This source code is licensed under the MIT license found in the
135
+ * LICENSE file in the root directory of this source tree.
136
+ */
137
+
138
+ /** @license React v17.0.2
139
+ * react.production.min.js
140
+ *
141
+ * Copyright (c) Facebook, Inc. and its affiliates.
142
+ *
143
+ * This source code is licensed under the MIT license found in the
144
+ * LICENSE file in the root directory of this source tree.
145
+ */