@panneau/form-inline 4.0.0 → 4.0.2
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 +0 -1
- package/package.json +6 -6
package/es/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import _objectSpread from '@babel/runtime/helpers/objectSpread2';
|
|
2
2
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
3
|
-
import React from 'react';
|
|
4
3
|
import { useFieldComponent } from '@panneau/core/contexts';
|
|
5
4
|
import Form from '@panneau/element-form';
|
|
6
5
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/form-inline",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "Inline form",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@babel/runtime": "^7.12.5",
|
|
60
|
-
"@panneau/core": "^4.0.
|
|
61
|
-
"@panneau/element-button": "^4.0.
|
|
62
|
-
"@panneau/element-form": "^4.0.
|
|
63
|
-
"@panneau/field-fields": "^4.0.
|
|
60
|
+
"@panneau/core": "^4.0.2",
|
|
61
|
+
"@panneau/element-button": "^4.0.2",
|
|
62
|
+
"@panneau/element-form": "^4.0.2",
|
|
63
|
+
"@panneau/field-fields": "^4.0.2",
|
|
64
64
|
"classnames": "^2.5.1",
|
|
65
65
|
"lodash-es": "^4.17.21",
|
|
66
66
|
"prop-types": "^15.7.2",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"publishConfig": {
|
|
70
70
|
"access": "public"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "53ad0f27e467992c23158732e0f7d39d8615780b"
|
|
73
73
|
}
|