@micromerce/formbuilder-react 1.0.549 → 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 -9
- package/dist/formbuilder.js.map +1 -1
- package/package.json +18 -17
@@ -29,6 +29,16 @@ object-assign
|
|
29
29
|
* LICENSE file in the root directory of this source tree.
|
30
30
|
*/
|
31
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
|
+
|
32
42
|
/**
|
33
43
|
* Takes a string with placeholder variables like `%{smart_count} file selected`
|
34
44
|
* and replaces it with values from options `{smart_count: 5}`
|
@@ -48,12 +58,3 @@ object-assign
|
|
48
58
|
* This source code is licensed under the MIT license found in the
|
49
59
|
* LICENSE file in the root directory of this source tree.
|
50
60
|
*/
|
51
|
-
|
52
|
-
/** @license React v17.0.2
|
53
|
-
* react-jsx-runtime.production.min.js
|
54
|
-
*
|
55
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
56
|
-
*
|
57
|
-
* This source code is licensed under the MIT license found in the
|
58
|
-
* LICENSE file in the root directory of this source tree.
|
59
|
-
*/
|