@react-aria/datepicker
Advanced tools
Comparing version 3.0.0-nightly.3148 to 3.0.0-nightly.3156
@@ -344,3 +344,4 @@ var $IwcIq$reactariafocus = require("@react-aria/focus"); | ||
isReadOnly: props.isReadOnly, | ||
isDateDisabled: props.isDateDisabled | ||
isDateDisabled: props.isDateDisabled, | ||
defaultFocusedValue: state.dateValue ? undefined : props.placeholderValue | ||
} | ||
@@ -464,3 +465,4 @@ }; | ||
isReadOnly: props.isReadOnly, | ||
isDateDisabled: props.isDateDisabled | ||
isDateDisabled: props.isDateDisabled, | ||
defaultFocusedValue: state.dateRange ? undefined : props.placeholderValue | ||
} | ||
@@ -467,0 +469,0 @@ }; |
@@ -322,3 +322,4 @@ import {createFocusManager as $cIPI0$createFocusManager, getFocusableTreeWalker as $cIPI0$getFocusableTreeWalker} from "@react-aria/focus"; | ||
isReadOnly: props.isReadOnly, | ||
isDateDisabled: props.isDateDisabled | ||
isDateDisabled: props.isDateDisabled, | ||
defaultFocusedValue: state.dateValue ? undefined : props.placeholderValue | ||
} | ||
@@ -442,3 +443,4 @@ }; | ||
isReadOnly: props.isReadOnly, | ||
isDateDisabled: props.isDateDisabled | ||
isDateDisabled: props.isDateDisabled, | ||
defaultFocusedValue: state.dateRange ? undefined : props.placeholderValue | ||
} | ||
@@ -445,0 +447,0 @@ }; |
{ | ||
"name": "@react-aria/datepicker", | ||
"version": "3.0.0-nightly.3148+320c69908", | ||
"version": "3.0.0-nightly.3156+2c25922e2", | ||
"description": "Spectrum UI components in React", | ||
@@ -21,16 +21,16 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@internationalized/message": "3.0.6-nightly.3148+320c69908", | ||
"@internationalized/number": "3.0.6-nightly.3148+320c69908", | ||
"@react-aria/focus": "3.0.0-nightly.1452+320c69908", | ||
"@react-aria/i18n": "3.0.0-nightly.1452+320c69908", | ||
"@react-aria/interactions": "3.0.0-nightly.1452+320c69908", | ||
"@react-aria/label": "3.0.0-nightly.1452+320c69908", | ||
"@react-aria/spinbutton": "3.0.0-nightly.1452+320c69908", | ||
"@react-aria/utils": "3.0.0-nightly.1452+320c69908", | ||
"@react-stately/datepicker": "3.0.0-nightly.3148+320c69908", | ||
"@react-types/button": "3.4.4-nightly.3148+320c69908", | ||
"@react-types/calendar": "3.0.0-nightly.3148+320c69908", | ||
"@react-types/datepicker": "3.0.0-nightly.3148+320c69908", | ||
"@react-types/dialog": "3.3.4-nightly.3148+320c69908", | ||
"@react-types/shared": "3.0.0-nightly.1452+320c69908" | ||
"@internationalized/message": "3.0.6-nightly.3156+2c25922e2", | ||
"@internationalized/number": "3.0.6-nightly.3156+2c25922e2", | ||
"@react-aria/focus": "3.0.0-nightly.1460+2c25922e2", | ||
"@react-aria/i18n": "3.0.0-nightly.1460+2c25922e2", | ||
"@react-aria/interactions": "3.0.0-nightly.1460+2c25922e2", | ||
"@react-aria/label": "3.0.0-nightly.1460+2c25922e2", | ||
"@react-aria/spinbutton": "3.0.0-nightly.1460+2c25922e2", | ||
"@react-aria/utils": "3.0.0-nightly.1460+2c25922e2", | ||
"@react-stately/datepicker": "3.0.0-nightly.3156+2c25922e2", | ||
"@react-types/button": "3.4.4-nightly.3156+2c25922e2", | ||
"@react-types/calendar": "3.0.0-nightly.3156+2c25922e2", | ||
"@react-types/datepicker": "3.0.0-nightly.3156+2c25922e2", | ||
"@react-types/dialog": "3.3.4-nightly.3156+2c25922e2", | ||
"@react-types/shared": "3.0.0-nightly.1460+2c25922e2" | ||
}, | ||
@@ -44,3 +44,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "320c69908b41be47a3abb2878d04f90384e54321" | ||
"gitHead": "2c25922e23ec51bd487b7838adb48a60c558dc36" | ||
} |
@@ -122,5 +122,6 @@ /* | ||
isReadOnly: props.isReadOnly, | ||
isDateDisabled: props.isDateDisabled | ||
isDateDisabled: props.isDateDisabled, | ||
defaultFocusedValue: state.dateValue ? undefined : props.placeholderValue | ||
} | ||
}; | ||
} |
@@ -158,5 +158,6 @@ /* | ||
isReadOnly: props.isReadOnly, | ||
isDateDisabled: props.isDateDisabled | ||
isDateDisabled: props.isDateDisabled, | ||
defaultFocusedValue: state.dateRange ? undefined : props.placeholderValue | ||
} | ||
}; | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
313532
2528