x25 5.1.14 → 5.1.15

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.
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.DateInput = undefined;
6
+ exports.DateTemplate = undefined;
7
7
 
8
8
  var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
9
9
 
@@ -85,7 +85,7 @@ var addZeroIfNeeded = function addZeroIfNeeded(raw) {
85
85
  };
86
86
 
87
87
  // eslint-disable-next-line no-undef
88
- var DateInput = exports.DateInput = function DateInput(props) {
88
+ var DateTemplate = exports.DateTemplate = function DateTemplate(props) {
89
89
  var customClass = props.customClass,
90
90
  input = props.input,
91
91
  onRegisterRef = props.onRegisterRef,
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "5.1.14",
2
+ "version": "5.1.15",
3
3
  "name": "x25",
4
4
  "description": "x25",
5
5
  "scripts": {