@micromag/viewer-build 0.3.161 → 0.3.165

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,94 @@
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
+ * @name parseSRT
41
+ * @desc Parses and converts SRT subtitle data into JSON format. Adapted from the popcorn.js SRT parser plugin.
42
+ * @see http://popcornjs.org/
43
+ * @author Luis Rodrigues (http://www.luisrodriguesweb.com)
44
+ * @version 1.0.0-alpha
45
+ * @license MIT
46
+ */
47
+
48
+ /**
49
+ * Takes a string with placeholder variables like `%{smart_count} file selected`
50
+ * and replaces it with values from options `{smart_count: 5}`
51
+ *
52
+ * @license https://github.com/airbnb/polyglot.js/blob/master/LICENSE
53
+ * taken from https://github.com/airbnb/polyglot.js/blob/master/lib/polyglot.js#L299
54
+ *
55
+ * @param {string} phrase that needs interpolation, with placeholders
56
+ * @param {object} options with values that will be used to replace placeholders
57
+ * @returns {any[]} interpolated
58
+ */
59
+
60
+ /** @license React v0.20.2
61
+ * scheduler.production.min.js
62
+ *
63
+ * Copyright (c) Facebook, Inc. and its affiliates.
64
+ *
65
+ * This source code is licensed under the MIT license found in the
66
+ * LICENSE file in the root directory of this source tree.
67
+ */
68
+
69
+ /** @license React v16.13.1
70
+ * react-is.production.min.js
71
+ *
72
+ * Copyright (c) Facebook, Inc. and its affiliates.
73
+ *
74
+ * This source code is licensed under the MIT license found in the
75
+ * LICENSE file in the root directory of this source tree.
76
+ */
77
+
78
+ /** @license React v17.0.2
79
+ * react-dom.production.min.js
80
+ *
81
+ * Copyright (c) Facebook, Inc. and its affiliates.
82
+ *
83
+ * This source code is licensed under the MIT license found in the
84
+ * LICENSE file in the root directory of this source tree.
85
+ */
86
+
87
+ /** @license React v17.0.2
88
+ * react.production.min.js
89
+ *
90
+ * Copyright (c) Facebook, Inc. and its affiliates.
91
+ *
92
+ * This source code is licensed under the MIT license found in the
93
+ * LICENSE file in the root directory of this source tree.
94
+ */