@react-types/datepicker 3.0.0-nightly.2356 → 3.0.0-nightly.2365
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/package.json +6 -6
- package/src/index.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-types/datepicker",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.2365+8e6cefdb5",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"types": "src/index.d.ts",
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"url": "https://github.com/adobe/react-spectrum"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@internationalized/date": "3.3.1-nightly.
|
|
13
|
-
"@react-types/calendar": "3.0.0-nightly.
|
|
14
|
-
"@react-types/overlays": "3.8.1-nightly.
|
|
15
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
12
|
+
"@internationalized/date": "3.3.1-nightly.4070+8e6cefdb5",
|
|
13
|
+
"@react-types/calendar": "3.0.0-nightly.2365+8e6cefdb5",
|
|
14
|
+
"@react-types/overlays": "3.8.1-nightly.4070+8e6cefdb5",
|
|
15
|
+
"@react-types/shared": "3.0.0-nightly.2365+8e6cefdb5"
|
|
16
16
|
},
|
|
17
17
|
"publishConfig": {
|
|
18
18
|
"access": "public"
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"peerDependencies": {
|
|
21
21
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "8e6cefdb5f13aa61eab9fcf5c91f2eaac1d807b5"
|
|
24
24
|
}
|
package/src/index.d.ts
CHANGED
|
@@ -160,9 +160,9 @@ export interface TimePickerProps<T extends TimeValue> extends InputBase, Validat
|
|
|
160
160
|
maxValue?: TimeValue
|
|
161
161
|
}
|
|
162
162
|
|
|
163
|
-
export interface AriaTimeFieldProps<T extends TimeValue> extends TimePickerProps<T>, AriaLabelingProps, DOMProps {}
|
|
163
|
+
export interface AriaTimeFieldProps<T extends TimeValue> extends TimePickerProps<T>, AriaLabelingProps, DOMProps, InputDOMProps {}
|
|
164
164
|
|
|
165
|
-
export interface SpectrumTimeFieldProps<T extends TimeValue> extends AriaTimeFieldProps<T>, SpectrumLabelableProps, StyleProps {
|
|
165
|
+
export interface SpectrumTimeFieldProps<T extends TimeValue> extends AriaTimeFieldProps<T>, SpectrumLabelableProps, StyleProps, InputDOMProps {
|
|
166
166
|
/**
|
|
167
167
|
* Whether the time field should be displayed with a quiet style.
|
|
168
168
|
* @default false
|