@panneau/modal-dialog 3.0.17 → 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
@@ -66,5 +66,6 @@ var ModalDialog = function ModalDialog(_ref) {
66
66
  };
67
67
  ModalDialog.propTypes = propTypes;
68
68
  ModalDialog.defaultProps = defaultProps;
69
+ var Dialog = ModalDialog;
69
70
 
70
- export { ModalDialog as default };
71
+ export { Dialog as default };
package/lib/index.js CHANGED
@@ -81,5 +81,6 @@ var ModalDialog = function ModalDialog(_ref) {
81
81
  };
82
82
  ModalDialog.propTypes = propTypes;
83
83
  ModalDialog.defaultProps = defaultProps;
84
+ var Dialog = ModalDialog;
84
85
 
85
- exports["default"] = ModalDialog;
86
+ exports["default"] = Dialog;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/modal-dialog",
3
- "version": "3.0.17",
3
+ "version": "3.0.18",
4
4
  "description": "Default modal",
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.17",
57
- "@panneau/element-button": "^3.0.17",
58
- "@panneau/element-buttons": "^3.0.17",
59
- "@panneau/element-label": "^3.0.17",
60
- "@panneau/element-modal": "^3.0.17",
61
- "@panneau/themes": "^3.0.17",
56
+ "@panneau/core": "^3.0.18",
57
+ "@panneau/element-button": "^3.0.18",
58
+ "@panneau/element-buttons": "^3.0.18",
59
+ "@panneau/element-label": "^3.0.18",
60
+ "@panneau/element-modal": "^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": "a4ad3574da3bcec787d3da2aafeaf4a76fe97b10"
70
+ "gitHead": "cbae07493a969f804c1adfcfed11feb965569f5b"
71
71
  }