@qualcomm-ui/react-core 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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Design-agnostic React building blocks and utilities.
|
|
4
4
|
|
|
5
|
-
This package provides low-level React primitives that power the QUI component library. For comprehensive documentation and usage guides, visit the [React documentation](https://react-next.qui.
|
|
5
|
+
This package provides low-level React primitives that power the QUI component library. For comprehensive documentation 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-core",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"description": "Design-agnostic React building blocks and utilities.",
|
|
6
6
|
"author": "Ryan Bower",
|
|
7
7
|
"license": "BSD-3-Clause-Clear",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"react-remove-scroll": "2.6.3"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@qualcomm-ui/core": "^1.0.
|
|
28
|
-
"@qualcomm-ui/dom": "^1.0.
|
|
29
|
-
"@qualcomm-ui/utils": "^1.0.
|
|
27
|
+
"@qualcomm-ui/core": "^1.0.2",
|
|
28
|
+
"@qualcomm-ui/dom": "^1.0.2",
|
|
29
|
+
"@qualcomm-ui/utils": "^1.0.2",
|
|
30
30
|
"@floating-ui/react": ">=0.26.9 <1",
|
|
31
31
|
"@tanstack/react-virtual": ">=3.13.9",
|
|
32
32
|
"lucide-react": ">=0.379.0 <1",
|