@clickview/curator 1.62.3 → 1.62.4-dev.0
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/dist/curator-app.css +153 -147
- package/dist/curator-app.js +1 -1
- package/dist/curator-app.js.LICENSE.txt +31 -0
- package/dist/en.json +1 -1
- package/dist/node_modules_redux-devtools-extension_index_js.curator-app.js +19 -0
- package/package.json +1 -1
- package/typings/libs/ClickView.d.ts +1 -0
- package/tooling/externals.js +0 -29
- package/typings/libs/CVLanguages.d.ts +0 -24
|
@@ -17,6 +17,12 @@ License: MIT
|
|
|
17
17
|
http://jedwatson.github.io/classnames
|
|
18
18
|
*/
|
|
19
19
|
|
|
20
|
+
/*!
|
|
21
|
+
* Bootstrap v5.3.2 (https://getbootstrap.com/)
|
|
22
|
+
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
|
|
23
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
24
|
+
*/
|
|
25
|
+
|
|
20
26
|
/*!
|
|
21
27
|
Copyright (c) 2017 Jed Watson.
|
|
22
28
|
Licensed under the MIT License (MIT), see
|
|
@@ -42,10 +48,26 @@ License: MIT
|
|
|
42
48
|
* Date: 2019-10-04T04:33:48.372Z
|
|
43
49
|
*/
|
|
44
50
|
|
|
51
|
+
/*!
|
|
52
|
+
* Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
|
|
53
|
+
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
54
|
+
*/
|
|
55
|
+
|
|
45
56
|
/*!
|
|
46
57
|
* Programatically add the following
|
|
47
58
|
*/
|
|
48
59
|
|
|
60
|
+
/*!
|
|
61
|
+
* jQuery JavaScript Library v3.7.1
|
|
62
|
+
* https://jquery.com/
|
|
63
|
+
*
|
|
64
|
+
* Copyright OpenJS Foundation and other contributors
|
|
65
|
+
* Released under the MIT license
|
|
66
|
+
* https://jquery.org/license
|
|
67
|
+
*
|
|
68
|
+
* Date: 2023-08-28T13:37Z
|
|
69
|
+
*/
|
|
70
|
+
|
|
49
71
|
/*!
|
|
50
72
|
* jquery-deferred
|
|
51
73
|
* Copyright(c) 2011 Hidden <zzdhidden@gmail.com>
|
|
@@ -86,6 +108,15 @@ License: MIT
|
|
|
86
108
|
* @license MIT
|
|
87
109
|
*/
|
|
88
110
|
|
|
111
|
+
/**
|
|
112
|
+
* @license
|
|
113
|
+
* Lodash <https://lodash.com/>
|
|
114
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
115
|
+
* Released under MIT license <https://lodash.com/license>
|
|
116
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
117
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
118
|
+
*/
|
|
119
|
+
|
|
89
120
|
/**
|
|
90
121
|
* @license React
|
|
91
122
|
* react-dom-server-legacy.browser.production.min.js
|