@qualcomm-ui/react 1.0.1 → 1.0.2

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/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  QUI React components implementing the Qualcomm Design System.
4
4
 
5
- For comprehensive documentation, examples, and usage guides, visit the [React documentation](https://react-next.qui.aws.qualcomm.com/).
5
+ For comprehensive documentation, examples, and usage guides, visit the [React documentation](https://react-next.qui.qualcomm.com/).
6
6
 
7
7
  ## License
8
8
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qualcomm-ui/react",
3
3
  "sideEffects": false,
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "description": "QUI React components",
6
6
  "author": "Ryan Bower",
7
7
  "license": "BSD-3-Clause-Clear",
@@ -29,10 +29,10 @@
29
29
  "peerDependencies": {
30
30
  "@floating-ui/react": ">=0.26.9 <1",
31
31
  "@tanstack/react-virtual": ">=3.13.9",
32
- "@qualcomm-ui/core": "^1.0.1",
33
- "@qualcomm-ui/qds-core": "^1.0.1",
34
- "@qualcomm-ui/react-core": "^1.0.1",
35
- "@qualcomm-ui/utils": "^1.0.1",
32
+ "@qualcomm-ui/core": "^1.0.2",
33
+ "@qualcomm-ui/qds-core": "^1.0.2",
34
+ "@qualcomm-ui/react-core": "^1.0.2",
35
+ "@qualcomm-ui/utils": "^1.0.2",
36
36
  "lucide-react": ">=0.379.0 <1",
37
37
  "react": ">=19.0.0",
38
38
  "react-dom": ">=19.0.0",