@ilife-tech/react-application-flow-renderer 1.2.48 → 1.2.49
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/example.js +19 -19
- package/dist/example.js.LICENSE.txt +4 -4
- package/dist/example.js.map +1 -1
- package/dist/index.js +19 -19
- package/dist/index.js.LICENSE.txt +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
react-datepicker v8.
|
|
2
|
+
react-datepicker v8.10.0
|
|
3
3
|
https://github.com/Hacker0x01/react-datepicker
|
|
4
4
|
Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -28,16 +28,16 @@
|
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
30
|
* @license React
|
|
31
|
-
* react-jsx-runtime.production.
|
|
31
|
+
* react-jsx-runtime.production.js
|
|
32
32
|
*
|
|
33
|
-
* Copyright (c)
|
|
33
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
34
34
|
*
|
|
35
35
|
* This source code is licensed under the MIT license found in the
|
|
36
36
|
* LICENSE file in the root directory of this source tree.
|
|
37
37
|
*/
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
|
-
* @mui/styled-engine v6.
|
|
40
|
+
* @mui/styled-engine v6.5.0
|
|
41
41
|
*
|
|
42
42
|
* @license MIT
|
|
43
43
|
* This source code is licensed under the MIT license found in the
|