x25 5.1.17 → 5.1.18

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.
@@ -149,7 +149,7 @@ var DateTemplate = exports.DateTemplate = function DateTemplate(props) {
149
149
  id: input.name,
150
150
  onBlur: handleBlur,
151
151
  onChange: handleChange,
152
- placeholder: placeholder || _utility.words.DateFormat,
152
+ placeholder: placeholder || "ZZ.LL.ANUL",
153
153
  ref: onRegisterRef,
154
154
  tabIndex: tabIndex,
155
155
  type: "text",
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "5.1.17",
2
+ "version": "5.1.18",
3
3
  "name": "x25",
4
4
  "description": "x25",
5
5
  "scripts": {