@panneau/app 3.0.130 → 3.0.132

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
@@ -294,7 +294,9 @@ var MainLayout = function MainLayout(_ref) {
294
294
  className: classNames(['flex-grow-1', _defineProperty(_defineProperty({
295
295
  'd-flex flex-column': fullscreen
296
296
  }, "bg-".concat(background), background !== null), "text-".concat(text), text !== null)])
297
- }, children), /*#__PURE__*/React.createElement(Modals, null));
297
+ }, children), /*#__PURE__*/React.createElement(Modals, {
298
+ theme: theme
299
+ }));
298
300
  };
299
301
  MainLayout.propTypes = propTypes$g;
300
302
  MainLayout.defaultProps = defaultProps$f;
package/lib/index.js CHANGED
@@ -1485,7 +1485,9 @@ var MainLayout = function MainLayout(_ref) {
1485
1485
  className: classNames(['flex-grow-1', _defineProperty(_defineProperty({
1486
1486
  'd-flex flex-column': fullscreen
1487
1487
  }, "bg-".concat(background), background !== null), "text-".concat(text), text !== null)])
1488
- }, children), /*#__PURE__*/React.createElement(elementModal.Modals, null));
1488
+ }, children), /*#__PURE__*/React.createElement(elementModal.Modals, {
1489
+ theme: theme
1490
+ }));
1489
1491
  };
1490
1492
  MainLayout.propTypes = propTypes$g;
1491
1493
  MainLayout.defaultProps = defaultProps$f;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/app",
3
- "version": "3.0.130",
3
+ "version": "3.0.132",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -68,43 +68,43 @@
68
68
  "@fortawesome/fontawesome-svg-core": "^6.5.1",
69
69
  "@fortawesome/free-solid-svg-icons": "^6.5.1",
70
70
  "@fortawesome/react-fontawesome": "^0.2.0",
71
- "@panneau/actions": "^3.0.130",
72
- "@panneau/auth": "^3.0.130",
73
- "@panneau/core": "^3.0.130",
74
- "@panneau/data": "^3.0.130",
75
- "@panneau/displays": "^3.0.130",
76
- "@panneau/element-accordion": "^3.0.130",
77
- "@panneau/element-alert": "^3.0.130",
78
- "@panneau/element-avatar": "^3.0.130",
79
- "@panneau/element-breadcrumbs": "^3.0.130",
80
- "@panneau/element-button": "^3.0.130",
81
- "@panneau/element-buttons": "^3.0.130",
82
- "@panneau/element-dropdown": "^3.0.130",
83
- "@panneau/element-form": "^3.0.130",
84
- "@panneau/element-form-group": "^3.0.130",
85
- "@panneau/element-form-row": "^3.0.130",
86
- "@panneau/element-icon": "^3.0.130",
87
- "@panneau/element-label": "^3.0.130",
88
- "@panneau/element-link": "^3.0.130",
89
- "@panneau/element-loading": "^3.0.130",
90
- "@panneau/element-media-card": "^3.0.130",
91
- "@panneau/element-menu": "^3.0.130",
92
- "@panneau/element-modal": "^3.0.130",
93
- "@panneau/element-navbar": "^3.0.130",
94
- "@panneau/element-pagination": "^3.0.130",
95
- "@panneau/element-radios": "^3.0.130",
96
- "@panneau/element-range": "^3.0.130",
97
- "@panneau/fields": "^3.0.130",
98
- "@panneau/filter-filters": "^3.0.130",
99
- "@panneau/filters": "^3.0.130",
100
- "@panneau/form-resource": "^3.0.130",
101
- "@panneau/forms": "^3.0.130",
102
- "@panneau/intl": "^3.0.130",
103
- "@panneau/list-resource-items": "^3.0.130",
104
- "@panneau/lists": "^3.0.130",
105
- "@panneau/modals": "^3.0.130",
106
- "@panneau/themes": "^3.0.130",
107
- "@panneau/uppy": "^3.0.130",
71
+ "@panneau/actions": "^3.0.132",
72
+ "@panneau/auth": "^3.0.131",
73
+ "@panneau/core": "^3.0.131",
74
+ "@panneau/data": "^3.0.131",
75
+ "@panneau/displays": "^3.0.131",
76
+ "@panneau/element-accordion": "^3.0.131",
77
+ "@panneau/element-alert": "^3.0.131",
78
+ "@panneau/element-avatar": "^3.0.131",
79
+ "@panneau/element-breadcrumbs": "^3.0.131",
80
+ "@panneau/element-button": "^3.0.131",
81
+ "@panneau/element-buttons": "^3.0.131",
82
+ "@panneau/element-dropdown": "^3.0.131",
83
+ "@panneau/element-form": "^3.0.131",
84
+ "@panneau/element-form-group": "^3.0.131",
85
+ "@panneau/element-form-row": "^3.0.131",
86
+ "@panneau/element-icon": "^3.0.131",
87
+ "@panneau/element-label": "^3.0.131",
88
+ "@panneau/element-link": "^3.0.131",
89
+ "@panneau/element-loading": "^3.0.131",
90
+ "@panneau/element-media-card": "^3.0.131",
91
+ "@panneau/element-menu": "^3.0.131",
92
+ "@panneau/element-modal": "^3.0.131",
93
+ "@panneau/element-navbar": "^3.0.131",
94
+ "@panneau/element-pagination": "^3.0.131",
95
+ "@panneau/element-radios": "^3.0.131",
96
+ "@panneau/element-range": "^3.0.131",
97
+ "@panneau/fields": "^3.0.132",
98
+ "@panneau/filter-filters": "^3.0.131",
99
+ "@panneau/filters": "^3.0.131",
100
+ "@panneau/form-resource": "^3.0.132",
101
+ "@panneau/forms": "^3.0.131",
102
+ "@panneau/intl": "^3.0.132",
103
+ "@panneau/list-resource-items": "^3.0.131",
104
+ "@panneau/lists": "^3.0.131",
105
+ "@panneau/modals": "^3.0.132",
106
+ "@panneau/themes": "^3.0.131",
107
+ "@panneau/uppy": "^3.0.131",
108
108
  "classnames": "^2.2.6",
109
109
  "lodash": "^4.17.21",
110
110
  "prop-types": "^15.7.2",
@@ -115,5 +115,5 @@
115
115
  "publishConfig": {
116
116
  "access": "public"
117
117
  },
118
- "gitHead": "e6070daacb45351ccbef67ae8006f1a293ca8e2b"
118
+ "gitHead": "a8830af9e0e49bd9581002f715de26c2bc152e7b"
119
119
  }