@momentum-design/components 0.0.19 → 0.0.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/README.md +2 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
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
|
|
|
@@ -10,16 +9,4 @@ There will be breaking changes coming up - it is not recommended to consume this
|
|
|
10
9
|
|
|
11
10
|
## Consumption
|
|
12
11
|
|
|
13
|
-
To be provided once
|
|
14
|
-
|
|
15
|
-
## Contributing
|
|
16
|
-
|
|
17
|
-
See [our contributing guide](./CONTRIBUTING.md).
|
|
18
|
-
|
|
19
|
-
## Scripts
|
|
20
|
-
|
|
21
|
-
See [our script documentation](./SCRIPTS.md).
|
|
22
|
-
|
|
23
|
-
## Testing
|
|
24
|
-
|
|
25
|
-
See [our testing documentation](./TESTING.md).
|
|
12
|
+
To be provided once available.
|
package/package.json
CHANGED