urfu-ui-kit-react 0.0.85 → 0.0.86

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.
@@ -10100,7 +10100,8 @@ const qr = [
10100
10100
  selected: n,
10101
10101
  onChange: a,
10102
10102
  locale: "ru",
10103
- className: e ? "custom-input dpc-filter custom-input-filter" : u ? "custom-input dpc-table custom-input-table" : `${s ? "dpc-grey" : "dpc"} custom-input` + (t && !n ? " error-border" : "")
10103
+ className: e ? "custom-input dpc-filter custom-input-filter" : u ? "custom-input dpc-table custom-input-table" : `${s ? "dpc-grey" : "dpc"} custom-input` + (t && !n ? " error-border" : ""),
10104
+ dateFormat: "dd.MM.yyyy"
10104
10105
  }
10105
10106
  ) });
10106
10107
  }, of = ({
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UrFU UI-Kit for React Web",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
- "version": "0.0.85",
6
+ "version": "0.0.86",
7
7
  "type": "module",
8
8
  "main": "dist/urfu-ui-kit-react",
9
9
  "types": "dist/urfu-ui-kit-react",