@regenbio/regenbio-components-react 1.4.11 → 1.4.12
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/index.js +3 -3
- package/build/index.js.LICENSE.txt +18 -9
- package/package.json +4 -2
|
@@ -13,8 +13,17 @@
|
|
|
13
13
|
/*!
|
|
14
14
|
* @antv/g-lite
|
|
15
15
|
* @description A core module for rendering engine implements DOM API.
|
|
16
|
-
* @version 2.2.
|
|
17
|
-
* @date
|
|
16
|
+
* @version 2.2.19
|
|
17
|
+
* @date 5/9/2025, 8:18:56 AM
|
|
18
|
+
* @author AntVis
|
|
19
|
+
* @docs https://g.antv.antgroup.com/
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
/*!
|
|
23
|
+
* @antv/g-math
|
|
24
|
+
* @description Geometry util
|
|
25
|
+
* @version 3.0.1
|
|
26
|
+
* @date 5/9/2025, 8:18:51 AM
|
|
18
27
|
* @author AntVis
|
|
19
28
|
* @docs https://g.antv.antgroup.com/
|
|
20
29
|
*/
|
|
@@ -22,8 +31,8 @@
|
|
|
22
31
|
/*!
|
|
23
32
|
* @antv/g-plugin-canvas-path-generator
|
|
24
33
|
* @description A G plugin of path generator with Canvas2D API
|
|
25
|
-
* @version 2.1.
|
|
26
|
-
* @date
|
|
34
|
+
* @version 2.1.19
|
|
35
|
+
* @date 5/9/2025, 8:19:59 AM
|
|
27
36
|
* @author AntVis
|
|
28
37
|
* @docs https://g.antv.antgroup.com/
|
|
29
38
|
*/
|
|
@@ -31,8 +40,8 @@
|
|
|
31
40
|
/*!
|
|
32
41
|
* @antv/g-plugin-image-loader
|
|
33
42
|
* @description A G plugin for loading image
|
|
34
|
-
* @version 2.1.
|
|
35
|
-
* @date
|
|
43
|
+
* @version 2.1.23
|
|
44
|
+
* @date 5/30/2025, 2:54:46 AM
|
|
36
45
|
* @author AntVis
|
|
37
46
|
* @docs https://g.antv.antgroup.com/
|
|
38
47
|
*/
|
|
@@ -40,8 +49,8 @@
|
|
|
40
49
|
/*!
|
|
41
50
|
* @antv/g-web-animations-api
|
|
42
51
|
* @description A simple implementation of Web Animations API.
|
|
43
|
-
* @version 2.1.
|
|
44
|
-
* @date
|
|
52
|
+
* @version 2.1.25
|
|
53
|
+
* @date 5/23/2025, 7:01:32 AM
|
|
45
54
|
* @author AntVis
|
|
46
55
|
* @docs https://g.antv.antgroup.com/
|
|
47
56
|
*/
|
|
@@ -52,7 +61,7 @@
|
|
|
52
61
|
Copied from https://github.com/grassator/insert-text-at-cursor
|
|
53
62
|
*/
|
|
54
63
|
|
|
55
|
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/
|
|
64
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
56
65
|
|
|
57
66
|
/*! showdown v 2.1.0 - 21-04-2022 */
|
|
58
67
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regenbio/regenbio-components-react",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.12",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -22,7 +22,9 @@
|
|
|
22
22
|
"antd": "^5.22.2",
|
|
23
23
|
"antd-style": "^3.6.1",
|
|
24
24
|
"react": "^18.2.0",
|
|
25
|
-
"react-dom": "^18.2.0"
|
|
25
|
+
"react-dom": "^18.2.0",
|
|
26
|
+
"react-custom-scrollbars": "^4.2.1",
|
|
27
|
+
"react-pdf": "^9.1.0"
|
|
26
28
|
},
|
|
27
29
|
"devDependencies": {
|
|
28
30
|
"@ant-design/pro-components": "^2.6.48",
|