@panneau/field-number 3.0.289 → 3.0.292
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 +6 -6
package/es/index.js
CHANGED
|
@@ -135,11 +135,10 @@ var NumberField = function NumberField(_ref) {
|
|
|
135
135
|
};
|
|
136
136
|
NumberField.propTypes = propTypes;
|
|
137
137
|
NumberField.defaultProps = defaultProps;
|
|
138
|
-
var NumberField$1 = NumberField;
|
|
139
138
|
|
|
140
139
|
var definition = {
|
|
141
140
|
id: 'number',
|
|
142
141
|
component: 'Number'
|
|
143
142
|
};
|
|
144
143
|
|
|
145
|
-
export { NumberField
|
|
144
|
+
export { NumberField as default, definition };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-number",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.292",
|
|
4
4
|
"description": "A number field",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -59,10 +59,10 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@babel/runtime": "^7.12.5",
|
|
62
|
-
"@panneau/core": "^3.0.
|
|
63
|
-
"@panneau/element-icon": "^3.0.
|
|
64
|
-
"@panneau/field-text": "^3.0.
|
|
65
|
-
"@panneau/themes": "^3.0.
|
|
62
|
+
"@panneau/core": "^3.0.292",
|
|
63
|
+
"@panneau/element-icon": "^3.0.292",
|
|
64
|
+
"@panneau/field-text": "^3.0.292",
|
|
65
|
+
"@panneau/themes": "^3.0.292",
|
|
66
66
|
"classnames": "^2.5.1",
|
|
67
67
|
"lodash-es": "^4.17.21",
|
|
68
68
|
"prop-types": "^15.7.2"
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"publishConfig": {
|
|
71
71
|
"access": "public"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "b834b1f268c5696c66278472aa2d1644edad6a55"
|
|
74
74
|
}
|