nearpay-datepicker-react 0.2.2 → 0.3.0

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.
@@ -42,7 +42,7 @@ export type ClassNamesTypeProp = {
42
42
  toggleButton?: (p?: object | null | undefined) => string | undefined;
43
43
  footer?: (p?: object | null | undefined) => string | undefined;
44
44
  };
45
- export type PopoverDirectionType = "up" | "down";
45
+ export type PopoverDirectionType = "up" | "up-right" | "up-left" | "down" | "down-right" | "down-left";
46
46
  export type WeekStringType = "mon" | "tue" | "wed" | "thu" | "fri" | "sat" | "sun";
47
47
  export type WeekDaysIndexType = (typeof DAYS)[number];
48
48
  export type DateLookingType = (typeof DATE_LOOKING_OPTIONS)[number];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nearpay-datepicker-react",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "A modern React Datepicker using Tailwind CSS 3",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",