@momentum-design/components 0.0.18 → 0.0.20
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 -31
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,39 +1,12 @@
|
|
|
1
1
|
# @momentum-design/components
|
|
2
2
|
|
|
3
|
-
[](https://github.com/momentum-design/momentum-design/blob/main/LICENSE)
|
|
4
|
-

|
|
3
|
+
[](https://github.com/momentum-design/momentum-design/blob/main/LICENSE)  [](https://www.npmjs.com/package/@momentum-design/components)
|
|
5
4
|
|
|
6
5
|
## Overview
|
|
7
6
|
|
|
8
|
-
This package is Work In Progress - there is no guarantee for consistency, stability till properly released.
|
|
7
|
+
This package is **Work In Progress** - there is no guarantee for consistency, stability till properly released.
|
|
9
8
|
There will be breaking changes coming up - it is not recommended to consume this package in this early stage.
|
|
10
9
|
|
|
11
|
-
##
|
|
10
|
+
## Consumption
|
|
12
11
|
|
|
13
|
-
|
|
14
|
-
- Build all dependencies to run components package
|
|
15
|
-
```
|
|
16
|
-
yarn telemetry build
|
|
17
|
-
yarn token-builder build
|
|
18
|
-
yarn tokens build
|
|
19
|
-
yarn common build
|
|
20
|
-
yarn builder build
|
|
21
|
-
yarn fonts build
|
|
22
|
-
yarn icons build
|
|
23
|
-
```
|
|
24
|
-
- Run this to start storybook and develop components
|
|
25
|
-
```
|
|
26
|
-
yarn components dev
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
## Contributing
|
|
30
|
-
|
|
31
|
-
See [our contributing guide](./CONTRIBUTING.md)
|
|
32
|
-
|
|
33
|
-
## Scripts
|
|
34
|
-
|
|
35
|
-
See [our script documentation](./SCRIPTS.md)
|
|
36
|
-
|
|
37
|
-
## Testing
|
|
38
|
-
|
|
39
|
-
See [our testing documentation](./TESTING.md)
|
|
12
|
+
To be provided once available.
|
package/package.json
CHANGED