@react-aria/focus 3.0.0-nightly.1505 → 3.0.0-nightly.1508
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/types.d.ts +3 -3
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -173,7 +173,7 @@ export function useFocusable(props: FocusableOptions, domRef: RefObject<HTMLElem
|
|
|
173
173
|
results?: number;
|
|
174
174
|
security?: string;
|
|
175
175
|
unselectable?: "on" | "off";
|
|
176
|
-
inputMode?: "search" | "numeric" | "none" | "url" | "text" | "
|
|
176
|
+
inputMode?: "search" | "numeric" | "none" | "url" | "text" | "decimal" | "tel" | "email";
|
|
177
177
|
is?: string;
|
|
178
178
|
'aria-activedescendant'?: string;
|
|
179
179
|
'aria-atomic'?: boolean | "false" | "true";
|
|
@@ -184,7 +184,7 @@ export function useFocusable(props: FocusableOptions, domRef: RefObject<HTMLElem
|
|
|
184
184
|
'aria-colindex'?: number;
|
|
185
185
|
'aria-colspan'?: number;
|
|
186
186
|
'aria-controls'?: string;
|
|
187
|
-
'aria-current'?: boolean | "location" | "time" | "
|
|
187
|
+
'aria-current'?: boolean | "location" | "time" | "false" | "page" | "true" | "step" | "date";
|
|
188
188
|
'aria-describedby'?: string;
|
|
189
189
|
'aria-details'?: string;
|
|
190
190
|
'aria-disabled'?: boolean | "false" | "true";
|
|
@@ -193,7 +193,7 @@ export function useFocusable(props: FocusableOptions, domRef: RefObject<HTMLElem
|
|
|
193
193
|
'aria-expanded'?: boolean | "false" | "true";
|
|
194
194
|
'aria-flowto'?: string;
|
|
195
195
|
'aria-grabbed'?: boolean | "false" | "true";
|
|
196
|
-
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "
|
|
196
|
+
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "false" | "listbox" | "true" | "tree";
|
|
197
197
|
'aria-hidden'?: boolean | "false" | "true";
|
|
198
198
|
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling";
|
|
199
199
|
'aria-keyshortcuts'?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-aria/focus",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.1508+cc158b410",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@babel/runtime": "^7.6.2",
|
|
21
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
|
22
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
23
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
21
|
+
"@react-aria/interactions": "3.0.0-nightly.1508+cc158b410",
|
|
22
|
+
"@react-aria/utils": "3.0.0-nightly.1508+cc158b410",
|
|
23
|
+
"@react-types/shared": "3.0.0-nightly.1508+cc158b410",
|
|
24
24
|
"clsx": "^1.1.1"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "cc158b410d11894fb2f14cc2732165dd91786036"
|
|
33
33
|
}
|