@panneau/app 2.0.28 → 2.0.29
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/styles.css +2 -2
- package/es/index.js +0 -1
- package/lib/index.js +0 -1
- package/package.json +4 -4
package/es/index.js
CHANGED
@@ -1238,7 +1238,6 @@ var LoginForm = function LoginForm(_ref) {
|
|
1238
1238
|
}, [login]);
|
1239
1239
|
var FormComponents = useFormsComponents();
|
1240
1240
|
var FormComponent = getComponentFromName('login', FormComponents);
|
1241
|
-
console.log(onSuccess);
|
1242
1241
|
return FormComponent !== null ? /*#__PURE__*/React.createElement(FormComponent, {
|
1243
1242
|
action: url('auth.login'),
|
1244
1243
|
postForm: postForm,
|
package/lib/index.js
CHANGED
@@ -1272,7 +1272,6 @@ var LoginForm = function LoginForm(_ref) {
|
|
1272
1272
|
}, [login]);
|
1273
1273
|
var FormComponents = contexts.useFormsComponents();
|
1274
1274
|
var FormComponent = utils.getComponentFromName('login', FormComponents);
|
1275
|
-
console.log(onSuccess);
|
1276
1275
|
return FormComponent !== null ? /*#__PURE__*/React__default["default"].createElement(FormComponent, {
|
1277
1276
|
action: url('auth.login'),
|
1278
1277
|
postForm: postForm,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@panneau/app",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.29",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [
|
6
6
|
"javascript"
|
@@ -80,8 +80,8 @@
|
|
80
80
|
"@panneau/element-navbar": "^2.0.24",
|
81
81
|
"@panneau/element-pagination": "^2.0.20",
|
82
82
|
"@panneau/element-radios": "^2.0.17",
|
83
|
-
"@panneau/fields": "^2.0.
|
84
|
-
"@panneau/filters": "^2.0.
|
83
|
+
"@panneau/fields": "^2.0.29",
|
84
|
+
"@panneau/filters": "^2.0.29",
|
85
85
|
"@panneau/forms": "^2.0.22",
|
86
86
|
"@panneau/intl": "^2.0.21",
|
87
87
|
"@panneau/lists": "^2.0.26",
|
@@ -98,5 +98,5 @@
|
|
98
98
|
"publishConfig": {
|
99
99
|
"access": "public"
|
100
100
|
},
|
101
|
-
"gitHead": "
|
101
|
+
"gitHead": "e70ec6c368f191014c56017436800eb2d34ef363"
|
102
102
|
}
|