@react-stately/numberfield
Advanced tools
+1
-1
@@ -1,1 +0,1 @@ | ||
| {"mappings":";;;;;;;;AAAA;;;;;;;;;;CAUC","sources":["packages/@react-stately/numberfield/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 {useNumberFieldState} from 'react-stately/useNumberFieldState';\n\nexport type {NumberFieldStateOptions, NumberFieldProps, NumberFieldState} from 'react-stately/useNumberFieldState';\n"],"names":[],"version":3,"file":"main.js.map"} | ||
| {"mappings":";;;;;;;;AAAA;;;;;;;;;;CAUC","sources":["packages/@react-stately/numberfield/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 {useNumberFieldState} from 'react-stately/useNumberFieldState';\n\nexport type {\n NumberFieldStateOptions,\n NumberFieldProps,\n NumberFieldState\n} from 'react-stately/useNumberFieldState';\n"],"names":[],"version":3,"file":"main.js.map"} |
@@ -1,1 +0,1 @@ | ||
| {"mappings":";;AAAA;;;;;;;;;;CAUC","sources":["packages/@react-stately/numberfield/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 {useNumberFieldState} from 'react-stately/useNumberFieldState';\n\nexport type {NumberFieldStateOptions, NumberFieldProps, NumberFieldState} from 'react-stately/useNumberFieldState';\n"],"names":[],"version":3,"file":"module.js.map"} | ||
| {"mappings":";;AAAA;;;;;;;;;;CAUC","sources":["packages/@react-stately/numberfield/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 {useNumberFieldState} from 'react-stately/useNumberFieldState';\n\nexport type {\n NumberFieldStateOptions,\n NumberFieldProps,\n NumberFieldState\n} from 'react-stately/useNumberFieldState';\n"],"names":[],"version":3,"file":"module.js.map"} |
+20
-16
| { | ||
| "name": "@react-stately/numberfield", | ||
| "version": "3.12.0", | ||
| "version": "3.12.1", | ||
| "description": "Spectrum UI components in React", | ||
| "license": "Apache-2.0", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/adobe/react-spectrum" | ||
| }, | ||
| "source": "src/index.ts", | ||
| "files": [ | ||
| "dist", | ||
| "src" | ||
| ], | ||
| "sideEffects": false, | ||
| "main": "dist/main.js", | ||
| "module": "dist/module.js", | ||
| "types": "dist/types/src/index.d.ts", | ||
| "exports": { | ||
@@ -17,17 +28,13 @@ ".": { | ||
| }, | ||
| "types": "dist/types/src/index.d.ts", | ||
| "source": "src/index.ts", | ||
| "files": [ | ||
| "dist", | ||
| "src" | ||
| ], | ||
| "sideEffects": false, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/adobe/react-spectrum" | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "dependencies": { | ||
| "@swc/helpers": "^0.5.0", | ||
| "react-stately": "3.46.0" | ||
| "react-stately": "^3.46.0" | ||
| }, | ||
| "devDependencies": { | ||
| "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1", | ||
| "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" | ||
| }, | ||
| "peerDependencies": { | ||
@@ -37,9 +44,6 @@ "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1", | ||
| }, | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "targets": { | ||
| "types": false | ||
| }, | ||
| "gitHead": "a6999bdf494a2e9c0381a5881908328bdd22ddae" | ||
| "gitHead": "3577a20859b9585a000010c720f6ee39c1c588cc" | ||
| } |
+5
-1
@@ -15,2 +15,6 @@ /* | ||
| export type {NumberFieldStateOptions, NumberFieldProps, NumberFieldState} from 'react-stately/useNumberFieldState'; | ||
| export type { | ||
| NumberFieldStateOptions, | ||
| NumberFieldProps, | ||
| NumberFieldState | ||
| } from 'react-stately/useNumberFieldState'; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18461
1.08%64
6.67%0
-100%2
Infinity%+ Added
- Removed
Updated