@ni/nimble-react 0.7.2 → 0.7.5

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 +5 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,4 +4,8 @@
4
4
 
5
5
  # Nimble React
6
6
 
7
- Work in progress alpha package
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.2",
3
+ "version": "0.7.5",
4
4
  "description": "React components for the NI Nimble Design System",
5
5
  "keywords": [
6
6
  "ni",
@@ -30,14 +30,14 @@
30
30
  "devDependencies": {
31
31
  "@ni-private/eslint-config-nimble": "*",
32
32
  "@ni/fast-web-utilities": "^10.0.0",
33
- "@ni/nimble-tokens": "^8.13.4",
33
+ "@ni/nimble-tokens": "^8.13.5",
34
34
  "@rollup/plugin-node-resolve": "^16.0.0",
35
35
  "rollup": "^4.12.0",
36
36
  "typescript": "~5.4.5"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@lit/react": "^1.0.8",
40
- "@ni/nimble-components": "^34.8.2",
40
+ "@ni/nimble-components": "^34.8.3",
41
41
  "react": "^16 || ^17 || ^18"
42
42
  }
43
43
  }