@panneau/forms 1.0.0-alpha.193 → 1.0.0-alpha.205
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/es/index.js +1 -1
- package/lib/index.js +7 -7
- package/package.json +7 -7
package/es/index.js
CHANGED
package/lib/index.js
CHANGED
|
@@ -23,22 +23,22 @@ var formTwoPane__default = /*#__PURE__*/_interopDefaultLegacy(formTwoPane);
|
|
|
23
23
|
|
|
24
24
|
var components = /*#__PURE__*/Object.freeze({
|
|
25
25
|
__proto__: null,
|
|
26
|
-
Normal: formNormal__default[
|
|
27
|
-
Inline: formInline__default[
|
|
28
|
-
Horizontal: formHorizontal__default[
|
|
29
|
-
TwoPane: formTwoPane__default[
|
|
26
|
+
Normal: formNormal__default["default"],
|
|
27
|
+
Inline: formInline__default["default"],
|
|
28
|
+
Horizontal: formHorizontal__default["default"],
|
|
29
|
+
TwoPane: formTwoPane__default["default"]
|
|
30
30
|
});
|
|
31
31
|
|
|
32
32
|
/* eslint-disable react/jsx-props-no-spreading */
|
|
33
33
|
var propTypes = {
|
|
34
|
-
children: PropTypes__default[
|
|
34
|
+
children: PropTypes__default["default"].node
|
|
35
35
|
};
|
|
36
36
|
var defaultProps = {
|
|
37
37
|
children: null
|
|
38
38
|
};
|
|
39
39
|
|
|
40
40
|
var FormsProvider = function FormsProvider(props) {
|
|
41
|
-
return /*#__PURE__*/React__default[
|
|
41
|
+
return /*#__PURE__*/React__default["default"].createElement(contexts.ComponentsProvider, Object.assign({
|
|
42
42
|
namespace: contexts.FORMS_NAMESPACE,
|
|
43
43
|
components: components
|
|
44
44
|
}, props));
|
|
@@ -47,4 +47,4 @@ var FormsProvider = function FormsProvider(props) {
|
|
|
47
47
|
FormsProvider.propTypes = propTypes;
|
|
48
48
|
FormsProvider.defaultProps = defaultProps;
|
|
49
49
|
|
|
50
|
-
exports
|
|
50
|
+
exports["default"] = FormsProvider;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/forms",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.205",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -53,15 +53,15 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@babel/runtime": "^7.12.5",
|
|
56
|
-
"@panneau/core": "^1.0.0-alpha.
|
|
57
|
-
"@panneau/form-horizontal": "^1.0.0-alpha.
|
|
58
|
-
"@panneau/form-inline": "^1.0.0-alpha.
|
|
59
|
-
"@panneau/form-normal": "^1.0.0-alpha.
|
|
60
|
-
"@panneau/form-two-pane": "^1.0.0-alpha.
|
|
56
|
+
"@panneau/core": "^1.0.0-alpha.205",
|
|
57
|
+
"@panneau/form-horizontal": "^1.0.0-alpha.205",
|
|
58
|
+
"@panneau/form-inline": "^1.0.0-alpha.205",
|
|
59
|
+
"@panneau/form-normal": "^1.0.0-alpha.205",
|
|
60
|
+
"@panneau/form-two-pane": "^1.0.0-alpha.205",
|
|
61
61
|
"prop-types": "^15.7.2"
|
|
62
62
|
},
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "341761a7c70095fa598d4c43c90270d2c71b891b"
|
|
67
67
|
}
|