@panneau/display-unit 3.0.140 → 3.0.144
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 -1
- package/lib/index.js +1 -1
- package/package.json +4 -4
package/es/index.js
CHANGED
|
@@ -5,7 +5,7 @@ import { formatDuration } from '@panneau/core/utils';
|
|
|
5
5
|
|
|
6
6
|
/* eslint-disable react/jsx-no-useless-fragment */
|
|
7
7
|
var propTypes = {
|
|
8
|
-
value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
8
|
+
value: PropTypes.oneOfType([PropTypes.string, PropTypes.number, PropTypes.object]),
|
|
9
9
|
placeholder: PropTypes.oneOfType([PropTypes.node, PropTypes.string]),
|
|
10
10
|
format: PropTypes.string,
|
|
11
11
|
suffix: PropTypes.string
|
package/lib/index.js
CHANGED
|
@@ -9,7 +9,7 @@ var utils = require('@panneau/core/utils');
|
|
|
9
9
|
|
|
10
10
|
/* eslint-disable react/jsx-no-useless-fragment */
|
|
11
11
|
var propTypes = {
|
|
12
|
-
value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
|
12
|
+
value: PropTypes.oneOfType([PropTypes.string, PropTypes.number, PropTypes.object]),
|
|
13
13
|
placeholder: PropTypes.oneOfType([PropTypes.node, PropTypes.string]),
|
|
14
14
|
format: PropTypes.string,
|
|
15
15
|
suffix: PropTypes.string
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/display-unit",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.144",
|
|
4
4
|
"description": "Unit display",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@babel/runtime": "^7.12.5",
|
|
49
|
-
"@panneau/core": "^3.0.
|
|
50
|
-
"@panneau/themes": "^3.0.
|
|
49
|
+
"@panneau/core": "^3.0.142",
|
|
50
|
+
"@panneau/themes": "^3.0.144",
|
|
51
51
|
"lodash": "^4.17.21",
|
|
52
52
|
"pretty-bytes": "^6.1.1",
|
|
53
53
|
"prop-types": "^15.7.2",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"publishConfig": {
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "7e808b4380825a4669092203eae4deaf4e39e74b"
|
|
60
60
|
}
|