@regenbio/regenbio-components-react 1.4.10 → 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.d.ts +10 -0
- package/build/index.js +3 -3
- package/build/index.js.LICENSE.txt +40 -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
|
|
|
@@ -95,6 +104,28 @@
|
|
|
95
104
|
* LICENSE file in the root directory of this source tree.
|
|
96
105
|
*/
|
|
97
106
|
|
|
107
|
+
/**
|
|
108
|
+
* @licstart The following is the entire license notice for the
|
|
109
|
+
* JavaScript code in this page
|
|
110
|
+
*
|
|
111
|
+
* Copyright 2024 Mozilla Foundation
|
|
112
|
+
*
|
|
113
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
114
|
+
* you may not use this file except in compliance with the License.
|
|
115
|
+
* You may obtain a copy of the License at
|
|
116
|
+
*
|
|
117
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
118
|
+
*
|
|
119
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
120
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
121
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
122
|
+
* See the License for the specific language governing permissions and
|
|
123
|
+
* limitations under the License.
|
|
124
|
+
*
|
|
125
|
+
* @licend The above is the entire license notice for the
|
|
126
|
+
* JavaScript code in this page
|
|
127
|
+
*/
|
|
128
|
+
|
|
98
129
|
/** */
|
|
99
130
|
|
|
100
131
|
/** */
|
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",
|