@lumx/react 4.2.1-alpha.1 → 4.2.1-alpha.3
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 -2
- package/index.d.ts +194 -140
- package/index.js +11 -12
- package/index.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# LumApps Design System (LumX)
|
|
2
2
|
|
|
3
3
|
The first official LumApps Design System for [React][react] applications.
|
|
4
|
-
_LumX_ will help you design your applications faster and more easily. You will be able to use LumX with
|
|
4
|
+
_LumX_ will help you design your applications faster and more easily. You will be able to use LumX with the LumApps design styleguides.
|
|
5
5
|
|
|
6
6
|
## Quick start
|
|
7
7
|
|
|
@@ -31,6 +31,5 @@ Please refer to our [contributing guidelines](CONTRIBUTING.md).
|
|
|
31
31
|
Code and documentation copyright 2019 LumApps. Code released under the [MIT license](LICENSE.md).
|
|
32
32
|
|
|
33
33
|
[react]: https://react.org/
|
|
34
|
-
[material]: http://www.google.com/design/spec/material-design/introduction.html
|
|
35
34
|
[react-release]: https://www.npmjs.com/package/@lumx/react
|
|
36
35
|
[webpack]: https://webpack.js.org/
|