@panneau/field-display 3.0.288 → 3.0.290
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 +1 -2
- package/package.json +4 -4
package/es/index.js
CHANGED
|
@@ -36,11 +36,10 @@ var DisplayField = function DisplayField(_ref) {
|
|
|
36
36
|
};
|
|
37
37
|
DisplayField.propTypes = propTypes;
|
|
38
38
|
DisplayField.defaultProps = defaultProps;
|
|
39
|
-
var DisplayField$1 = DisplayField;
|
|
40
39
|
|
|
41
40
|
var definition = {
|
|
42
41
|
id: 'display',
|
|
43
42
|
component: 'Display'
|
|
44
43
|
};
|
|
45
44
|
|
|
46
|
-
export { DisplayField
|
|
45
|
+
export { DisplayField as default, definition };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-display",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.290",
|
|
4
4
|
"description": "A field rendering a display",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@babel/runtime": "^7.12.5",
|
|
54
|
-
"@panneau/core": "^3.0.
|
|
55
|
-
"@panneau/themes": "^3.0.
|
|
54
|
+
"@panneau/core": "^3.0.290",
|
|
55
|
+
"@panneau/themes": "^3.0.290",
|
|
56
56
|
"classnames": "^2.5.1",
|
|
57
57
|
"prop-types": "^15.7.2"
|
|
58
58
|
},
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "682156ae8f9e789cca229bd2aab2c8f3228b5ffe"
|
|
63
63
|
}
|