@micromerce/formbuilder-react 1.0.548 → 1.0.559
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/formbuilder.js +76 -76
- package/dist/formbuilder.js.LICENSE.txt +10 -11
- package/dist/formbuilder.js.map +1 -1
- package/package.json +18 -17
@@ -19,8 +19,6 @@ object-assign
|
|
19
19
|
|
20
20
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
21
21
|
|
22
|
-
/*! showdown v 2.1.0 - 21-04-2022 */
|
23
|
-
|
24
22
|
/**
|
25
23
|
* @license React
|
26
24
|
* react-is.production.min.js
|
@@ -31,6 +29,16 @@ object-assign
|
|
31
29
|
* LICENSE file in the root directory of this source tree.
|
32
30
|
*/
|
33
31
|
|
32
|
+
/**
|
33
|
+
* @license React
|
34
|
+
* react-jsx-runtime.production.min.js
|
35
|
+
*
|
36
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
37
|
+
*
|
38
|
+
* This source code is licensed under the MIT license found in the
|
39
|
+
* LICENSE file in the root directory of this source tree.
|
40
|
+
*/
|
41
|
+
|
34
42
|
/**
|
35
43
|
* Takes a string with placeholder variables like `%{smart_count} file selected`
|
36
44
|
* and replaces it with values from options `{smart_count: 5}`
|
@@ -50,12 +58,3 @@ object-assign
|
|
50
58
|
* This source code is licensed under the MIT license found in the
|
51
59
|
* LICENSE file in the root directory of this source tree.
|
52
60
|
*/
|
53
|
-
|
54
|
-
/** @license React v17.0.2
|
55
|
-
* react-jsx-runtime.production.min.js
|
56
|
-
*
|
57
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
58
|
-
*
|
59
|
-
* This source code is licensed under the MIT license found in the
|
60
|
-
* LICENSE file in the root directory of this source tree.
|
61
|
-
*/
|