@lumx/react 4.3.2-alpha.2 → 4.3.2-alpha.21
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/CONTRIBUTING.md +0 -12
- package/_internal/CzTdCnO5.js +1375 -0
- package/_internal/CzTdCnO5.js.map +1 -0
- package/index.d.ts +651 -79
- package/index.js +1711 -727
- package/index.js.map +1 -1
- package/package.json +18 -3
- package/utils/index.d.ts +1 -2
- package/utils/index.js +5 -1219
- package/utils/index.js.map +1 -1
- package/_internal/DpdvhbTO.js +0 -159
- package/_internal/DpdvhbTO.js.map +0 -1
package/CONTRIBUTING.md
CHANGED
|
@@ -41,18 +41,6 @@ Before opening a Pull Request, please see the Submission Guidelines below.
|
|
|
41
41
|
You can request a new feature by submitting an issue to our [GitHub Repository](https://github.com/lumapps/design-system/issues).
|
|
42
42
|
If you would like to implement a new feature then consider what kind of change it is, discuss it with us before hand in your issue, so that we can better coordinate our efforts, prevent duplication of work, and help you to craft the change so that it is successfully accepted into the project.
|
|
43
43
|
|
|
44
|
-
## <a name="create-a-new-react-component-"></a> Want to create a new React Component?
|
|
45
|
-
|
|
46
|
-
The first step to create a new React component is to run:
|
|
47
|
-
|
|
48
|
-
```
|
|
49
|
-
yarn scaffold
|
|
50
|
-
```
|
|
51
|
-
|
|
52
|
-
This script will generate a TSX file for the component code, a TSX file for the component tests and an MDX file to demo this component.
|
|
53
|
-
|
|
54
|
-
To export your component into the `@lumx/react` NPM package, you also have to make sure to update the `src/index.tsx` file.
|
|
55
|
-
|
|
56
44
|
## <a name="submission-guidelines"></a> Submission guidelines
|
|
57
45
|
|
|
58
46
|
### Submitting an issue
|