@panneau/form-two-pane 3.0.16 → 3.0.18

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 CHANGED
@@ -69,5 +69,6 @@ var TwoPaneForm = function TwoPaneForm(_ref) {
69
69
  };
70
70
  TwoPaneForm.propTypes = propTypes;
71
71
  TwoPaneForm.defaultProps = defaultProps;
72
+ var TwoPane = TwoPaneForm;
72
73
 
73
- export { TwoPaneForm as default };
74
+ export { TwoPane as default };
package/lib/index.js CHANGED
@@ -82,5 +82,6 @@ var TwoPaneForm = function TwoPaneForm(_ref) {
82
82
  };
83
83
  TwoPaneForm.propTypes = propTypes;
84
84
  TwoPaneForm.defaultProps = defaultProps;
85
+ var TwoPane = TwoPaneForm;
85
86
 
86
- exports["default"] = TwoPaneForm;
87
+ exports["default"] = TwoPane;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/form-two-pane",
3
- "version": "3.0.16",
3
+ "version": "3.0.18",
4
4
  "description": "Two-pane resource forms",
5
5
  "keywords": [
6
6
  "javascript"
@@ -53,12 +53,12 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@babel/runtime": "^7.12.5",
56
- "@panneau/core": "^3.0.16",
57
- "@panneau/data": "^3.0.16",
58
- "@panneau/element-button": "^3.0.16",
59
- "@panneau/element-form": "^3.0.16",
60
- "@panneau/field-fields": "^3.0.16",
61
- "@panneau/themes": "^3.0.16",
56
+ "@panneau/core": "^3.0.18",
57
+ "@panneau/data": "^3.0.18",
58
+ "@panneau/element-button": "^3.0.18",
59
+ "@panneau/element-form": "^3.0.18",
60
+ "@panneau/field-fields": "^3.0.18",
61
+ "@panneau/themes": "^3.0.18",
62
62
  "classnames": "^2.2.6",
63
63
  "lodash": "^4.17.21",
64
64
  "prop-types": "^15.7.2",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "3dce3afaee50ef8d6f7fcf2dc72fda3fe9765072"
70
+ "gitHead": "cbae07493a969f804c1adfcfed11feb965569f5b"
71
71
  }