@micromerce/formbuilder-react 1.0.549 → 1.0.560

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.
@@ -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
- */