@synergy-design-system/react 1.0.0-main.14 → 1.0.0-main.16
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 +4 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
This package provides [React.js](https://react.dev/) wrappers for [Synergy Web Components](https://github.com/SickDesignSystem/synergy/tree/main/packages/components).
|
|
4
4
|
|
|
5
|
+
This package aims for an improved UX when used in React applications:
|
|
6
|
+
- Auto-completion
|
|
7
|
+
- Event handling
|
|
8
|
+
|
|
5
9
|
## Getting started
|
|
6
10
|
|
|
7
11
|
### 1. Package installation
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@lit/react": "^1.0.0",
|
|
8
|
-
"@synergy-design-system/components": "^1.0.0-main.
|
|
8
|
+
"@synergy-design-system/components": "^1.0.0-main.16"
|
|
9
9
|
},
|
|
10
10
|
"description": "React wrappers for the Synergy Design System",
|
|
11
11
|
"exports": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"SICK",
|
|
33
33
|
"SICK Design System"
|
|
34
34
|
],
|
|
35
|
-
"license": "
|
|
35
|
+
"license": "MIT",
|
|
36
36
|
"name": "@synergy-design-system/react",
|
|
37
37
|
"repository": {
|
|
38
38
|
"type": "git",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"directory": "packages/react"
|
|
41
41
|
},
|
|
42
42
|
"type": "module",
|
|
43
|
-
"version": "1.0.0-main.
|
|
43
|
+
"version": "1.0.0-main.16",
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/react": "^18.2.31",
|
|
46
46
|
"react": "^18.2.0"
|