@react-stately/combobox 3.14.0 → 3.14.1

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 CHANGED
@@ -5,7 +5,7 @@ import {useComboBoxState as $b34e662dca7039b9$re_export$useComboBoxState} from "
5
5
  * This file is licensed to you under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License. You may obtain a copy
7
7
  * of the License at http://www.apache.org/licenses/LICENSE-2.0
8
- *
8
+ *
9
9
  * Unless required by applicable law or agreed to in writing, software distributed under
10
10
  * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
11
11
  * OF ANY KIND, either express or implied. See the License for the specific language
package/dist/main.js CHANGED
@@ -11,7 +11,7 @@ $parcel$export(module.exports, "useComboBoxState", function () { return $iy7zD$r
11
11
  * This file is licensed to you under the Apache License, Version 2.0 (the "License");
12
12
  * you may not use this file except in compliance with the License. You may obtain a copy
13
13
  * of the License at http://www.apache.org/licenses/LICENSE-2.0
14
- *
14
+ *
15
15
  * Unless required by applicable law or agreed to in writing, software distributed under
16
16
  * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
17
17
  * OF ANY KIND, either express or implied. See the License for the specific language
package/dist/main.js.map CHANGED
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;AAAA;;;;;;;;;;CAUC","sources":["packages/@react-stately/combobox/src/index.ts"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nexport {useComboBoxState} from 'react-stately/useComboBoxState';\n\nexport type {ComboBoxProps, ComboBoxStateOptions, ComboBoxState, ComboBoxValidationValue, MenuTriggerAction, SelectionMode} from 'react-stately/useComboBoxState';\n"],"names":[],"version":3,"file":"main.js.map"}
1
+ {"mappings":";;;;;;;;AAAA;;;;;;;;;;CAUC","sources":["packages/@react-stately/combobox/src/index.ts"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nexport {useComboBoxState} from 'react-stately/useComboBoxState';\n\nexport type {\n ComboBoxProps,\n ComboBoxStateOptions,\n ComboBoxState,\n ComboBoxValidationValue,\n MenuTriggerAction,\n SelectionMode\n} from 'react-stately/useComboBoxState';\n"],"names":[],"version":3,"file":"main.js.map"}
package/dist/module.js CHANGED
@@ -5,7 +5,7 @@ import {useComboBoxState as $b34e662dca7039b9$re_export$useComboBoxState} from "
5
5
  * This file is licensed to you under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License. You may obtain a copy
7
7
  * of the License at http://www.apache.org/licenses/LICENSE-2.0
8
- *
8
+ *
9
9
  * Unless required by applicable law or agreed to in writing, software distributed under
10
10
  * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
11
11
  * OF ANY KIND, either express or implied. See the License for the specific language
@@ -1 +1 @@
1
- {"mappings":";;AAAA;;;;;;;;;;CAUC","sources":["packages/@react-stately/combobox/src/index.ts"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n * \n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nexport {useComboBoxState} from 'react-stately/useComboBoxState';\n\nexport type {ComboBoxProps, ComboBoxStateOptions, ComboBoxState, ComboBoxValidationValue, MenuTriggerAction, SelectionMode} from 'react-stately/useComboBoxState';\n"],"names":[],"version":3,"file":"module.js.map"}
1
+ {"mappings":";;AAAA;;;;;;;;;;CAUC","sources":["packages/@react-stately/combobox/src/index.ts"],"sourcesContent":["/*\n * Copyright 2020 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nexport {useComboBoxState} from 'react-stately/useComboBoxState';\n\nexport type {\n ComboBoxProps,\n ComboBoxStateOptions,\n ComboBoxState,\n ComboBoxValidationValue,\n MenuTriggerAction,\n SelectionMode\n} from 'react-stately/useComboBoxState';\n"],"names":[],"version":3,"file":"module.js.map"}
package/package.json CHANGED
@@ -1,10 +1,21 @@
1
1
  {
2
2
  "name": "@react-stately/combobox",
3
- "version": "3.14.0",
3
+ "version": "3.14.1",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/adobe/react-spectrum"
9
+ },
10
+ "source": "src/index.ts",
11
+ "files": [
12
+ "dist",
13
+ "src"
14
+ ],
15
+ "sideEffects": false,
6
16
  "main": "dist/main.js",
7
17
  "module": "dist/module.js",
18
+ "types": "dist/types/src/index.d.ts",
8
19
  "exports": {
9
20
  ".": {
10
21
  "source": "./src/index.ts",
@@ -14,30 +25,23 @@
14
25
  },
15
26
  "./package.json": "./package.json"
16
27
  },
17
- "types": "dist/types/src/index.d.ts",
18
- "source": "src/index.ts",
19
- "files": [
20
- "dist",
21
- "src"
22
- ],
23
- "sideEffects": false,
24
- "repository": {
25
- "type": "git",
26
- "url": "https://github.com/adobe/react-spectrum"
28
+ "publishConfig": {
29
+ "access": "public"
27
30
  },
28
31
  "dependencies": {
29
32
  "@swc/helpers": "^0.5.0",
30
- "react-stately": "3.46.0"
33
+ "react-stately": "^3.46.0"
31
34
  },
32
- "peerDependencies": {
35
+ "devDependencies": {
33
36
  "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
34
37
  "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
35
38
  },
36
- "publishConfig": {
37
- "access": "public"
39
+ "peerDependencies": {
40
+ "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
41
+ "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
38
42
  },
39
43
  "targets": {
40
44
  "types": false
41
45
  },
42
- "gitHead": "a6999bdf494a2e9c0381a5881908328bdd22ddae"
46
+ "gitHead": "3577a20859b9585a000010c720f6ee39c1c588cc"
43
47
  }
package/src/index.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4
4
  * you may not use this file except in compliance with the License. You may obtain a copy
5
5
  * of the License at http://www.apache.org/licenses/LICENSE-2.0
6
- *
6
+ *
7
7
  * Unless required by applicable law or agreed to in writing, software distributed under
8
8
  * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9
9
  * OF ANY KIND, either express or implied. See the License for the specific language
@@ -12,4 +12,11 @@
12
12
 
13
13
  export {useComboBoxState} from 'react-stately/useComboBoxState';
14
14
 
15
- export type {ComboBoxProps, ComboBoxStateOptions, ComboBoxState, ComboBoxValidationValue, MenuTriggerAction, SelectionMode} from 'react-stately/useComboBoxState';
15
+ export type {
16
+ ComboBoxProps,
17
+ ComboBoxStateOptions,
18
+ ComboBoxState,
19
+ ComboBoxValidationValue,
20
+ MenuTriggerAction,
21
+ SelectionMode
22
+ } from 'react-stately/useComboBoxState';