traitify-widgets 1.12.22 → 3.0.0-alpha.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/README.md +51 -191
- package/build/traitify.js +2 -1
- package/build/traitify.js.LICENSE.txt +10 -29
- package/build/traitify.js.map +1 -1
- package/package.json +6 -25
|
@@ -1,32 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
(c)
|
|
4
|
-
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/** @license React v0.20.2
|
|
8
|
-
* scheduler.production.min.js
|
|
9
|
-
*
|
|
10
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
11
|
-
*
|
|
12
|
-
* This source code is licensed under the MIT license found in the
|
|
13
|
-
* LICENSE file in the root directory of this source tree.
|
|
1
|
+
/*!
|
|
2
|
+
* ApexCharts v3.37.1
|
|
3
|
+
* (c) 2018-2023 ApexCharts
|
|
4
|
+
* Released under the MIT License.
|
|
14
5
|
*/
|
|
15
6
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
20
|
-
*
|
|
21
|
-
* This source code is licensed under the MIT license found in the
|
|
22
|
-
* LICENSE file in the root directory of this source tree.
|
|
23
|
-
*/
|
|
7
|
+
/*! svg.draggable.js - v2.2.2 - 2019-01-08
|
|
8
|
+
* https://github.com/svgdotjs/svg.draggable.js
|
|
9
|
+
* Copyright (c) 2019 Wout Fierens; Licensed MIT */
|
|
24
10
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
29
|
-
*
|
|
30
|
-
* This source code is licensed under the MIT license found in the
|
|
31
|
-
* LICENSE file in the root directory of this source tree.
|
|
32
|
-
*/
|
|
11
|
+
/*! svg.filter.js - v2.0.2 - 2016-02-24
|
|
12
|
+
* https://github.com/wout/svg.filter.js
|
|
13
|
+
* Copyright (c) 2016 Wout Fierens; Licensed MIT */
|