@panneau/app 3.0.308 → 3.0.310
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/assets/css/packages.css +1 -1
- package/assets/css/styles.css +1 -3
- package/es/index.js +7 -8
- package/package.json +8 -8
package/es/index.js
CHANGED
|
@@ -263,8 +263,6 @@ var MainNavbar = function MainNavbar(_ref) {
|
|
|
263
263
|
MainNavbar.propTypes = propTypes$i;
|
|
264
264
|
MainNavbar.defaultProps = defaultProps$h;
|
|
265
265
|
|
|
266
|
-
var styles$1 = {"container":"panneau-app-layouts-main-container","navbar":"panneau-app-layouts-main-navbar","verticalNav":"panneau-app-layouts-main-verticalNav","left":"panneau-app-layouts-main-left"};
|
|
267
|
-
|
|
268
266
|
var propTypes$h = {
|
|
269
267
|
children: PropTypes.node,
|
|
270
268
|
loading: PropTypes.bool,
|
|
@@ -290,12 +288,12 @@ var MainLayout = function MainLayout(_ref) {
|
|
|
290
288
|
text = _usePanneauColorSchem5 === void 0 ? null : _usePanneauColorSchem5;
|
|
291
289
|
var vertical = sidebarPosition === 'left' || sidebarPosition === 'right';
|
|
292
290
|
return /*#__PURE__*/React.createElement("div", {
|
|
293
|
-
className: classNames([
|
|
291
|
+
className: classNames(['d-flex', 'min-vh-100', {
|
|
294
292
|
'flex-column': !vertical
|
|
295
293
|
}]),
|
|
296
294
|
"data-bs-theme": theme !== null ? theme : null
|
|
297
295
|
}, /*#__PURE__*/React.createElement(MainNavbar, {
|
|
298
|
-
className: classNames([
|
|
296
|
+
className: classNames([{
|
|
299
297
|
'shadow-sm': !vertical,
|
|
300
298
|
'border-bottom': !vertical,
|
|
301
299
|
'sticky-top': !vertical,
|
|
@@ -304,7 +302,10 @@ var MainLayout = function MainLayout(_ref) {
|
|
|
304
302
|
'ps-3': vertical && sidebarPosition === 'right',
|
|
305
303
|
'me-2': vertical && sidebarPosition === 'left',
|
|
306
304
|
'ms-2': vertical && sidebarPosition === 'right'
|
|
307
|
-
|
|
305
|
+
// [styles.navbar]: true,
|
|
306
|
+
// [styles[sidebarPosition]]: sidebarPosition !== null,
|
|
307
|
+
// [styles.verticalNav]: vertical,
|
|
308
|
+
}]),
|
|
308
309
|
theme: theme,
|
|
309
310
|
loading: loading,
|
|
310
311
|
vertical: vertical
|
|
@@ -1000,8 +1001,6 @@ var LoginForm = function LoginForm(_ref) {
|
|
|
1000
1001
|
LoginForm.propTypes = propTypes$5;
|
|
1001
1002
|
LoginForm.defaultProps = defaultProps$5;
|
|
1002
1003
|
|
|
1003
|
-
var styles = {"container":"panneau-app-layouts-guest-container"};
|
|
1004
|
-
|
|
1005
1004
|
var propTypes$4 = {
|
|
1006
1005
|
children: PropTypes.node.isRequired,
|
|
1007
1006
|
fullscreen: PropTypes.bool
|
|
@@ -1020,7 +1019,7 @@ var GuestLayout = function GuestLayout(_ref) {
|
|
|
1020
1019
|
_usePanneauColorSchem4 = _usePanneauColorSchem.text,
|
|
1021
1020
|
text = _usePanneauColorSchem4 === void 0 ? null : _usePanneauColorSchem4;
|
|
1022
1021
|
return /*#__PURE__*/React.createElement("div", {
|
|
1023
|
-
className: classNames([
|
|
1022
|
+
className: classNames([{
|
|
1024
1023
|
'd-flex flex-column min-vh-100': fullscreen
|
|
1025
1024
|
}]),
|
|
1026
1025
|
"data-bs-theme": theme !== null ? theme : null
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/app",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.310",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
|
73
73
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
|
74
74
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
75
|
-
"@panneau/actions": "^3.0.
|
|
75
|
+
"@panneau/actions": "^3.0.310",
|
|
76
76
|
"@panneau/auth": "^3.0.307",
|
|
77
77
|
"@panneau/core": "^3.0.307",
|
|
78
78
|
"@panneau/data": "^3.0.307",
|
|
79
|
-
"@panneau/displays": "^3.0.
|
|
79
|
+
"@panneau/displays": "^3.0.310",
|
|
80
80
|
"@panneau/element-accordion": "^3.0.307",
|
|
81
81
|
"@panneau/element-alert": "^3.0.308",
|
|
82
82
|
"@panneau/element-avatar": "^3.0.308",
|
|
@@ -100,17 +100,17 @@
|
|
|
100
100
|
"@panneau/element-radios": "^3.0.308",
|
|
101
101
|
"@panneau/element-range": "^3.0.307",
|
|
102
102
|
"@panneau/element-resource-card": "^3.0.308",
|
|
103
|
-
"@panneau/fields": "^3.0.
|
|
103
|
+
"@panneau/fields": "^3.0.310",
|
|
104
104
|
"@panneau/filter-filters": "^3.0.308",
|
|
105
|
-
"@panneau/filters": "^3.0.
|
|
105
|
+
"@panneau/filters": "^3.0.310",
|
|
106
106
|
"@panneau/form-resource": "^3.0.308",
|
|
107
107
|
"@panneau/forms": "^3.0.308",
|
|
108
108
|
"@panneau/intl": "^3.0.307",
|
|
109
109
|
"@panneau/list-resource-items": "^3.0.308",
|
|
110
110
|
"@panneau/lists": "^3.0.308",
|
|
111
|
-
"@panneau/modals": "^3.0.
|
|
111
|
+
"@panneau/modals": "^3.0.310",
|
|
112
112
|
"@panneau/themes": "^3.0.308",
|
|
113
|
-
"@panneau/uppy": "^3.0.
|
|
113
|
+
"@panneau/uppy": "^3.0.310",
|
|
114
114
|
"classnames": "^2.5.1",
|
|
115
115
|
"lodash-es": "^4.17.21",
|
|
116
116
|
"prop-types": "^15.7.2",
|
|
@@ -121,5 +121,5 @@
|
|
|
121
121
|
"publishConfig": {
|
|
122
122
|
"access": "public"
|
|
123
123
|
},
|
|
124
|
-
"gitHead": "
|
|
124
|
+
"gitHead": "d7d8937d48a4f972a8fa742256267f6b4aaf3f4f"
|
|
125
125
|
}
|