@micromag/viewer-build 0.3.71 → 0.3.74

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.
Files changed (34) hide show
  1. package/build/asset-manifest.json +15 -14
  2. package/build/index.html +1 -1
  3. package/build/static/css/main.4478fc83.css +5 -0
  4. package/build/static/css/main.4478fc83.css.map +1 -0
  5. package/build/static/css/main.7538262b.css +5 -0
  6. package/build/static/css/main.7538262b.css.map +1 -0
  7. package/build/static/js/105.4df93ee8.js +3 -0
  8. package/build/static/js/105.4df93ee8.js.LICENSE.txt +103 -0
  9. package/build/static/js/105.4df93ee8.js.map +1 -0
  10. package/build/static/js/105.93ec625f.js +3 -0
  11. package/build/static/js/105.93ec625f.js.LICENSE.txt +103 -0
  12. package/build/static/js/105.93ec625f.js.map +1 -0
  13. package/build/static/js/main.04d183c2.js +2 -0
  14. package/build/static/js/main.04d183c2.js.map +1 -0
  15. package/build/static/js/main.b2f8cb3a.js +2 -0
  16. package/build/static/js/main.b2f8cb3a.js.map +1 -0
  17. package/build/static/js/main.cf5880aa.js +2 -0
  18. package/build/static/js/main.cf5880aa.js.map +1 -0
  19. package/build/static/js/main.fc03a26c.js +2 -0
  20. package/build/static/js/main.fc03a26c.js.map +1 -0
  21. package/build/static/media/0bb0764ae3723580.c06c01f0b70b99be17af.png +0 -0
  22. package/build/static/media/0ccfdaa4b1080aa8.abd60b57ed9c6a22f88c.png +0 -0
  23. package/build/static/media/1bbb876a4b762fad.aa29e4c6027cef25ab57.png +0 -0
  24. package/build/static/media/25f283d87d385435.4075fd7184e53079af04.png +0 -0
  25. package/build/static/media/28d88580694a05cc.895570fa67d93a7cb30f.png +0 -0
  26. package/build/static/media/3ae6eae95841dd6a.e8d388c5dfbd527fb583.png +0 -0
  27. package/build/static/media/3bfa08be2d002a72.ea55a0b5095864e7464b.png +0 -0
  28. package/build/static/media/55ff33323c0b04c5.5b9ed5107c40072d4665.png +0 -0
  29. package/build/static/media/59284c690a9b26f6.4382883d35b6f1d0695f.png +0 -0
  30. package/build/static/media/86c96ccbc3eb5f30.467352cd9b40bff350d3.png +0 -0
  31. package/build/static/media/90f6296a8fd932ab.b98e9032ea9c4e78a238.png +0 -0
  32. package/build/static/media/f2f09dc960fc9af3.7de2d7a81d8281acc134.png +0 -0
  33. package/build/static/media/f90e6cba1863b90a.f9c8b622643a0c2abfc4.png +0 -0
  34. package/package.json +7 -7
@@ -0,0 +1,103 @@
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
+ * @license
41
+ * Lodash <https://lodash.com/>
42
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
43
+ * Released under MIT license <https://lodash.com/license>
44
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
45
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
46
+ */
47
+
48
+ /**
49
+ * @name parseSRT
50
+ * @desc Parses and converts SRT subtitle data into JSON format. Adapted from the popcorn.js SRT parser plugin.
51
+ * @see http://popcornjs.org/
52
+ * @author Luis Rodrigues (http://www.luisrodriguesweb.com)
53
+ * @version 1.0.0-alpha
54
+ * @license MIT
55
+ */
56
+
57
+ /**
58
+ * Takes a string with placeholder variables like `%{smart_count} file selected`
59
+ * and replaces it with values from options `{smart_count: 5}`
60
+ *
61
+ * @license https://github.com/airbnb/polyglot.js/blob/master/LICENSE
62
+ * taken from https://github.com/airbnb/polyglot.js/blob/master/lib/polyglot.js#L299
63
+ *
64
+ * @param {string} phrase that needs interpolation, with placeholders
65
+ * @param {object} options with values that will be used to replace placeholders
66
+ * @returns {any[]} interpolated
67
+ */
68
+
69
+ /** @license React v0.20.2
70
+ * scheduler.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 v16.13.1
79
+ * react-is.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-dom.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
+ */
95
+
96
+ /** @license React v17.0.2
97
+ * react.production.min.js
98
+ *
99
+ * Copyright (c) Facebook, Inc. and its affiliates.
100
+ *
101
+ * This source code is licensed under the MIT license found in the
102
+ * LICENSE file in the root directory of this source tree.
103
+ */