@livechat/design-system-react-components 1.22.5 → 1.23.0
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/dist/components/ActionBar/types.d.ts +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1003 -988
- package/dist/style.css +1 -1
- package/package.json +18 -21
- package/dist/preview-stats.json +0 -2764
package/README.md
CHANGED
|
@@ -58,7 +58,7 @@ At this stage of the project we consider Storybook and Figma as parts of our doc
|
|
|
58
58
|
|
|
59
59
|
### Development
|
|
60
60
|
|
|
61
|
-
Required version of `node.js` is `
|
|
61
|
+
Required version of `node.js` is `20.14.0`.
|
|
62
62
|
|
|
63
63
|
If you're a [volta](https://volta.sh/) user, the project maintains node version entry within `package.json`.
|
|
64
64
|
|