@react-aria/datepicker 3.0.0-nightly.2584 → 3.0.0-nightly.2594
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.
- package/dist/import.mjs +1 -0
- package/dist/main.js +1 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -0
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +19 -19
- package/src/useDateRangePicker.ts +1 -0
package/dist/import.mjs
CHANGED
|
@@ -1641,6 +1641,7 @@ function $887cac91b7cc8801$export$12fd5f0e9f4bb192(props, state, ref) {
|
|
|
1641
1641
|
"aria-labelledby": `${buttonId} ${labelledBy}`,
|
|
1642
1642
|
"aria-describedby": ariaDescribedBy,
|
|
1643
1643
|
"aria-expanded": state.isOpen,
|
|
1644
|
+
isDisabled: props.isDisabled || props.isReadOnly,
|
|
1644
1645
|
onPress: ()=>state.setOpen(true)
|
|
1645
1646
|
},
|
|
1646
1647
|
dialogProps: {
|
package/dist/main.js
CHANGED
|
@@ -1652,6 +1652,7 @@ function $20f695b1b69e6b9e$export$12fd5f0e9f4bb192(props, state, ref) {
|
|
|
1652
1652
|
"aria-labelledby": `${buttonId} ${labelledBy}`,
|
|
1653
1653
|
"aria-describedby": ariaDescribedBy,
|
|
1654
1654
|
"aria-expanded": state.isOpen,
|
|
1655
|
+
isDisabled: props.isDisabled || props.isReadOnly,
|
|
1655
1656
|
onPress: ()=>state.setOpen(true)
|
|
1656
1657
|
},
|
|
1657
1658
|
dialogProps: {
|