@panneau/modal-dialog 3.0.126 → 3.0.131

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
@@ -70,7 +70,7 @@ var ModalDialog = function ModalDialog(_ref) {
70
70
  }, children), footer !== null || buttons !== null ? /*#__PURE__*/React.createElement("div", {
71
71
  className: classNames(['modal-footer', styles.footer])
72
72
  }, footer !== null ? footer : null, buttons !== null ? /*#__PURE__*/React.createElement(Buttons, {
73
- buttons: buttons,
73
+ items: buttons,
74
74
  className: styles.buttons
75
75
  }) : null) : null)));
76
76
  };
package/lib/index.js CHANGED
@@ -74,7 +74,7 @@ var ModalDialog = function ModalDialog(_ref) {
74
74
  }, children), footer !== null || buttons !== null ? /*#__PURE__*/React.createElement("div", {
75
75
  className: classNames(['modal-footer', styles.footer])
76
76
  }, footer !== null ? footer : null, buttons !== null ? /*#__PURE__*/React.createElement(Buttons, {
77
- buttons: buttons,
77
+ items: buttons,
78
78
  className: styles.buttons
79
79
  }) : null) : null)));
80
80
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/modal-dialog",
3
- "version": "3.0.126",
3
+ "version": "3.0.131",
4
4
  "description": "Default modal",
5
5
  "keywords": [
6
6
  "javascript"
@@ -54,12 +54,12 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@babel/runtime": "^7.12.5",
57
- "@panneau/core": "^3.0.126",
58
- "@panneau/element-button": "^3.0.126",
59
- "@panneau/element-buttons": "^3.0.126",
60
- "@panneau/element-label": "^3.0.126",
61
- "@panneau/element-modal": "^3.0.126",
62
- "@panneau/themes": "^3.0.126",
57
+ "@panneau/core": "^3.0.131",
58
+ "@panneau/element-button": "^3.0.131",
59
+ "@panneau/element-buttons": "^3.0.131",
60
+ "@panneau/element-label": "^3.0.131",
61
+ "@panneau/element-modal": "^3.0.131",
62
+ "@panneau/themes": "^3.0.131",
63
63
  "classnames": "^2.2.6",
64
64
  "lodash": "^4.17.21",
65
65
  "prop-types": "^15.7.2",
@@ -68,5 +68,5 @@
68
68
  "publishConfig": {
69
69
  "access": "public"
70
70
  },
71
- "gitHead": "fa69ddff3f8cf22b00504093087608d5701e6f6a"
71
+ "gitHead": "4f7a7a8a1375fdbd6c69bba8f41394b529a296d7"
72
72
  }