@micromag/viewer-build 0.3.50 → 0.3.53
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.
- package/build/asset-manifest.json +6 -6
- package/build/index.html +1 -1
- package/build/static/css/main.219bb740.css +5 -0
- package/build/static/css/main.219bb740.css.map +1 -0
- package/build/static/css/main.887bddd5.css +5 -0
- package/build/static/css/main.887bddd5.css.map +1 -0
- package/build/static/css/main.8daa9420.css +5 -0
- package/build/static/css/main.8daa9420.css.map +1 -0
- package/build/static/css/main.9dd24f73.css +5 -0
- package/build/static/css/main.9dd24f73.css.map +1 -0
- package/build/static/css/main.a334cc16.css +5 -0
- package/build/static/css/main.a334cc16.css.map +1 -0
- package/build/static/css/main.dc0124c0.css +5 -0
- package/build/static/css/main.dc0124c0.css.map +1 -0
- package/build/static/js/271.29d31b23.js +3 -0
- package/build/static/js/271.29d31b23.js.LICENSE.txt +118 -0
- package/build/static/js/271.29d31b23.js.map +1 -0
- package/build/static/js/300.a5087a6a.js +3 -0
- package/build/static/js/300.a5087a6a.js.LICENSE.txt +145 -0
- package/build/static/js/300.a5087a6a.js.map +1 -0
- package/build/static/js/main.1a1e28a8.js +2 -0
- package/build/static/js/main.1a1e28a8.js.map +1 -0
- package/build/static/js/main.29458eb4.js +2 -0
- package/build/static/js/main.29458eb4.js.map +1 -0
- package/build/static/js/main.4e376f9d.js +2 -0
- package/build/static/js/main.4e376f9d.js.map +1 -0
- package/build/static/js/main.5e98e480.js +2 -0
- package/build/static/js/main.5e98e480.js.map +1 -0
- package/build/static/js/main.64d177a9.js +2 -0
- package/build/static/js/main.64d177a9.js.map +1 -0
- package/build/static/js/main.85387fd6.js +2 -0
- package/build/static/js/main.85387fd6.js.map +1 -0
- package/build/static/js/main.faf3321b.js +2 -0
- package/build/static/js/main.faf3321b.js.map +1 -0
- package/package.json +7 -7
|
@@ -0,0 +1,118 @@
|
|
|
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.20.2
|
|
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 v16.13.1
|
|
94
|
+
* react-is.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 v17.0.2
|
|
103
|
+
* react-dom.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 v17.0.2
|
|
112
|
+
* react.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
|
+
*/
|