@ni/nimble-react 0.7.0 → 0.7.4
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 +5 -1
- package/package.json +4 -5
package/README.md
CHANGED
|
@@ -4,4 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
# Nimble React
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
React Components for Nimble web components built using [`@lit/react`](https://lit.dev/docs/frameworks/react/#why-are-wrappers-needed).
|
|
8
|
+
|
|
9
|
+
## Getting Started
|
|
10
|
+
|
|
11
|
+
See the [`react-client-app`](/packages/react-workspace/react-client-app/) for an example React application.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-react",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.4",
|
|
4
4
|
"description": "React components for the NI Nimble Design System",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ni",
|
|
@@ -20,8 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
23
|
-
"url": "git+https://github.com/ni/nimble.git"
|
|
24
|
-
"directory": "packages/react-workspace/nimble-react"
|
|
23
|
+
"url": "git+https://github.com/ni/nimble.git"
|
|
25
24
|
},
|
|
26
25
|
"publishConfig": {
|
|
27
26
|
"access": "public"
|
|
@@ -31,14 +30,14 @@
|
|
|
31
30
|
"devDependencies": {
|
|
32
31
|
"@ni-private/eslint-config-nimble": "*",
|
|
33
32
|
"@ni/fast-web-utilities": "^10.0.0",
|
|
34
|
-
"@ni/nimble-tokens": "^8.13.
|
|
33
|
+
"@ni/nimble-tokens": "^8.13.4",
|
|
35
34
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
36
35
|
"rollup": "^4.12.0",
|
|
37
36
|
"typescript": "~5.4.5"
|
|
38
37
|
},
|
|
39
38
|
"peerDependencies": {
|
|
40
39
|
"@lit/react": "^1.0.8",
|
|
41
|
-
"@ni/nimble-components": "^34.8.
|
|
40
|
+
"@ni/nimble-components": "^34.8.2",
|
|
42
41
|
"react": "^16 || ^17 || ^18"
|
|
43
42
|
}
|
|
44
43
|
}
|