@desynova-digital/components 8.18.3 → 8.18.4
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.
|
@@ -512,7 +512,7 @@ var DatePicker = function (_Component) {
|
|
|
512
512
|
return _this4.show(0);
|
|
513
513
|
}
|
|
514
514
|
},
|
|
515
|
-
this.props.label
|
|
515
|
+
this.props.label
|
|
516
516
|
) : _react2.default.createElement(
|
|
517
517
|
"div",
|
|
518
518
|
{ className: "form-input" },
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desynova-digital/components",
|
|
3
|
-
"version": "8.18.
|
|
3
|
+
"version": "8.18.4",
|
|
4
4
|
"description": "Components for Desynova Digital",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "desynova-digital",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": "desynova-digital",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@desynova-digital/tokens": "8.18.
|
|
10
|
+
"@desynova-digital/tokens": "8.18.4",
|
|
11
11
|
"prop-types": "^15.7.2",
|
|
12
12
|
"styled-components": "^4.3.2"
|
|
13
13
|
},
|