@clickview/curator 1.62.4-dev.0 → 1.63.0-rc.1
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 +146 -146
- package/dist/curator-app.js +1 -1
- package/dist/curator-app.js.LICENSE.txt +0 -31
- package/dist/en.json +1 -1
- package/package.json +1 -1
- package/tooling/externals.js +29 -0
- package/typings/libs/CVLanguages.d.ts +24 -0
- package/typings/libs/ClickView.d.ts +0 -1
- package/typings/libs/lodash.d.ts +11 -0
- package/dist/node_modules_redux-devtools-extension_index_js.curator-app.js +0 -19
- package/typings/libs/cloneDeep.d.ts +0 -5
|
@@ -17,12 +17,6 @@ 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
|
-
|
|
26
20
|
/*!
|
|
27
21
|
Copyright (c) 2017 Jed Watson.
|
|
28
22
|
Licensed under the MIT License (MIT), see
|
|
@@ -48,26 +42,10 @@ License: MIT
|
|
|
48
42
|
* Date: 2019-10-04T04:33:48.372Z
|
|
49
43
|
*/
|
|
50
44
|
|
|
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
|
-
|
|
56
45
|
/*!
|
|
57
46
|
* Programatically add the following
|
|
58
47
|
*/
|
|
59
48
|
|
|
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
|
-
|
|
71
49
|
/*!
|
|
72
50
|
* jquery-deferred
|
|
73
51
|
* Copyright(c) 2011 Hidden <zzdhidden@gmail.com>
|
|
@@ -108,15 +86,6 @@ License: MIT
|
|
|
108
86
|
* @license MIT
|
|
109
87
|
*/
|
|
110
88
|
|
|
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
|
-
|
|
120
89
|
/**
|
|
121
90
|
* @license React
|
|
122
91
|
* react-dom-server-legacy.browser.production.min.js
|