@zag-js/date-utils 0.0.0-dev-20230320101914 → 0.0.0-dev-20230320102426

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.
@@ -1,6 +1,6 @@
1
1
  import { CalendarDate } from '@internationalized/date';
2
2
 
3
- declare function getWeekdayFormats(locale: string, timeZone: string): <T extends CalendarDate | Date>(value: T) => {
3
+ declare function getWeekdayFormats(locale: string, timeZone: string): <T extends Date | CalendarDate>(value: T) => {
4
4
  value: T;
5
5
  short: string;
6
6
  long: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/date-utils",
3
- "version": "0.0.0-dev-20230320101914",
3
+ "version": "0.0.0-dev-20230320102426",
4
4
  "description": "Date utilities for zag.js",
5
5
  "keywords": [
6
6
  "js",