@panneau/form-inline 3.0.16 → 3.0.19

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
@@ -59,5 +59,6 @@ var InlineForm = function InlineForm(_ref) {
59
59
  };
60
60
  InlineForm.propTypes = propTypes;
61
61
  InlineForm.defaultProps = defaultProps;
62
+ var Inline = InlineForm;
62
63
 
63
- export { InlineForm as default };
64
+ export { Inline as default };
package/lib/index.js CHANGED
@@ -71,5 +71,6 @@ var InlineForm = function InlineForm(_ref) {
71
71
  };
72
72
  InlineForm.propTypes = propTypes;
73
73
  InlineForm.defaultProps = defaultProps;
74
+ var Inline = InlineForm;
74
75
 
75
- exports["default"] = InlineForm;
76
+ exports["default"] = Inline;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/form-inline",
3
- "version": "3.0.16",
3
+ "version": "3.0.19",
4
4
  "description": "Inline form",
5
5
  "keywords": [
6
6
  "javascript"
@@ -53,10 +53,10 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@babel/runtime": "^7.12.5",
56
- "@panneau/core": "^3.0.16",
57
- "@panneau/element-button": "^3.0.16",
58
- "@panneau/element-form": "^3.0.16",
59
- "@panneau/field-fields": "^3.0.16",
56
+ "@panneau/core": "^3.0.19",
57
+ "@panneau/element-button": "^3.0.19",
58
+ "@panneau/element-form": "^3.0.19",
59
+ "@panneau/field-fields": "^3.0.19",
60
60
  "classnames": "^2.2.6",
61
61
  "lodash": "^4.17.21",
62
62
  "prop-types": "^15.7.2",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "3dce3afaee50ef8d6f7fcf2dc72fda3fe9765072"
68
+ "gitHead": "d00f01acd3ff68ff4119cd816efdc5b088d2bbd1"
69
69
  }