@namuna-nur/ui-kit 1.9.4 → 1.9.5

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.
@@ -12,3 +12,4 @@ export type DateOfBirthProps = {
12
12
  selectSelected?: string;
13
13
  };
14
14
  };
15
+ export declare const DATE_FORMAT_DAY_MONTH_YEAR = "dd.MM.yyyy";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@namuna-nur/ui-kit",
3
- "version": "1.9.4",
3
+ "version": "1.9.5",
4
4
  "description": "UI Kit for Namuna NUR",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",