@mantine/dates
Advanced tools
Comparing version 7.15.1 to 7.15.2
@@ -13,4 +13,4 @@ import type { DatePickerType, DatePickerValue } from './DatePickerValue'; | ||
allowDeselect?: Type extends 'default' ? boolean : never; | ||
/** Determines whether single year can be selected as range, applicable only when type="range" */ | ||
/** Determines whether a single day can be selected as range, applicable only when type="range" */ | ||
allowSingleDateInRange?: Type extends 'range' ? boolean : never; | ||
} |
{ | ||
"name": "@mantine/dates", | ||
"version": "7.15.1", | ||
"version": "7.15.2", | ||
"description": "Calendars, date and time pickers based on Mantine components", | ||
@@ -48,4 +48,4 @@ "homepage": "https://mantine.dev/dates/getting-started/", | ||
"peerDependencies": { | ||
"@mantine/core": "7.15.1", | ||
"@mantine/hooks": "7.15.1", | ||
"@mantine/core": "7.15.2", | ||
"@mantine/hooks": "7.15.2", | ||
"dayjs": ">=1.0.0", | ||
@@ -52,0 +52,0 @@ "react": "^18.x || ^19.x", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1630189
10438