@dnncommunity/dnn-elements-react 0.23.0 → 0.23.1

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 +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # `dnn-elements-react`
2
-
3
- A set of DNN pure WebComponents (custom elements) with wrappers for usage in React.
2
+ This is a collection of pure web components (custom elements) for use within DNN Platform or custom extensions for DNN. These can even be used in projects outside of the DNN purview, though some are unique for the DNN experience. The web components in `dnn-elements-react` are framework specific to React. For framework agnostic web components, you can use `dnn-elements`.
4
3
 
5
4
  ## Usage
6
- In your React project run
5
+ ### npm
7
6
  `npm install @dnncommunity/dnn-elements-react`
8
- or
7
+
8
+ ### yarn
9
9
  `yarn add @dnncommunity/dnn-elements-react`
10
10
 
11
11
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dnncommunity/dnn-elements-react",
3
- "version": "0.23.0",
3
+ "version": "0.23.1",
4
4
  "description": "Dnn themed custom elements with react wrappers.",
5
5
  "homepage": "https://github.com/valadas/dnn-elements",
6
6
  "license": "MIT",
@@ -28,7 +28,7 @@
28
28
  "url": "https://github.com/valadas/dnn-elements/issues"
29
29
  },
30
30
  "dependencies": {
31
- "@dnncommunity/dnn-elements": "0.23.0"
31
+ "@dnncommunity/dnn-elements": "0.23.1"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@babel/preset-env": "^7.21.4",