@react-aria/select 3.6.5-nightly.3201 → 3.6.5-nightly.3216

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +3 -3
  2. package/package.json +14 -14
package/dist/types.d.ts CHANGED
@@ -100,7 +100,7 @@ export function useHiddenSelect<T>(props: AriaHiddenSelectProps, state: SelectSt
100
100
  results?: number;
101
101
  security?: string;
102
102
  unselectable?: "on" | "off";
103
- inputMode?: "search" | "numeric" | "none" | "url" | "text" | "tel" | "email" | "decimal";
103
+ inputMode?: "search" | "numeric" | "none" | "url" | "text" | "decimal" | "tel" | "email";
104
104
  is?: string;
105
105
  'aria-activedescendant'?: string;
106
106
  'aria-atomic'?: boolean | "false" | "true";
@@ -111,7 +111,7 @@ export function useHiddenSelect<T>(props: AriaHiddenSelectProps, state: SelectSt
111
111
  'aria-colindex'?: number;
112
112
  'aria-colspan'?: number;
113
113
  'aria-controls'?: string;
114
- 'aria-current'?: boolean | "location" | "time" | "page" | "false" | "true" | "step" | "date";
114
+ 'aria-current'?: boolean | "location" | "time" | "false" | "page" | "true" | "step" | "date";
115
115
  'aria-describedby'?: string;
116
116
  'aria-details'?: string;
117
117
  'aria-disabled'?: boolean | "false" | "true";
@@ -120,7 +120,7 @@ export function useHiddenSelect<T>(props: AriaHiddenSelectProps, state: SelectSt
120
120
  'aria-expanded'?: boolean | "false" | "true";
121
121
  'aria-flowto'?: string;
122
122
  'aria-grabbed'?: boolean | "false" | "true";
123
- 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "listbox" | "false" | "true" | "tree";
123
+ 'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "false" | "listbox" | "true" | "tree";
124
124
  'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling";
125
125
  'aria-keyshortcuts'?: string;
126
126
  'aria-label'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-aria/select",
3
- "version": "3.6.5-nightly.3201+bacfedcaa",
3
+ "version": "3.6.5-nightly.3216+1d6bdd52c",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -18,18 +18,18 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@babel/runtime": "^7.6.2",
21
- "@react-aria/i18n": "3.0.0-nightly.1502+bacfedcaa",
22
- "@react-aria/interactions": "3.0.0-nightly.1502+bacfedcaa",
23
- "@react-aria/label": "3.0.0-nightly.1502+bacfedcaa",
24
- "@react-aria/listbox": "3.4.5-nightly.3201+bacfedcaa",
25
- "@react-aria/menu": "3.4.4-nightly.3201+bacfedcaa",
26
- "@react-aria/selection": "3.0.0-nightly.1502+bacfedcaa",
27
- "@react-aria/utils": "3.0.0-nightly.1502+bacfedcaa",
28
- "@react-aria/visually-hidden": "3.0.0-nightly.1502+bacfedcaa",
29
- "@react-stately/select": "3.1.7-nightly.3201+bacfedcaa",
30
- "@react-types/button": "3.4.5-nightly.3201+bacfedcaa",
31
- "@react-types/select": "3.5.5-nightly.3201+bacfedcaa",
32
- "@react-types/shared": "3.0.0-nightly.1502+bacfedcaa"
21
+ "@react-aria/i18n": "3.0.0-nightly.1517+1d6bdd52c",
22
+ "@react-aria/interactions": "3.0.0-nightly.1517+1d6bdd52c",
23
+ "@react-aria/label": "3.0.0-nightly.1517+1d6bdd52c",
24
+ "@react-aria/listbox": "3.4.5-nightly.3216+1d6bdd52c",
25
+ "@react-aria/menu": "3.4.4-nightly.3216+1d6bdd52c",
26
+ "@react-aria/selection": "3.0.0-nightly.1517+1d6bdd52c",
27
+ "@react-aria/utils": "3.0.0-nightly.1517+1d6bdd52c",
28
+ "@react-aria/visually-hidden": "3.0.0-nightly.1517+1d6bdd52c",
29
+ "@react-stately/select": "3.1.7-nightly.3216+1d6bdd52c",
30
+ "@react-types/button": "3.4.5-nightly.3216+1d6bdd52c",
31
+ "@react-types/select": "3.5.5-nightly.3216+1d6bdd52c",
32
+ "@react-types/shared": "3.0.0-nightly.1517+1d6bdd52c"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": "^16.8.0 || ^17.0.0-rc.1",
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "bacfedcaa8ffbc8a750cca94c5eca77895db93b9"
41
+ "gitHead": "1d6bdd52c9d7a5cbfab84595281494f27e3af90b"
42
42
  }