@momentum-design/components 0.0.18 → 0.0.19

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.
Files changed (2) hide show
  1. package/README.md +7 -21
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,35 +5,21 @@
5
5
 
6
6
  ## Overview
7
7
 
8
- This package is Work In Progress - there is no guarantee for consistency, stability till properly released.
8
+ This package is **Work In Progress** - there is no guarantee for consistency, stability till properly released.
9
9
  There will be breaking changes coming up - it is not recommended to consume this package in this early stage.
10
10
 
11
- ## Steps to run this package
12
-
13
- - Follow the steps mentioned in the [first time setup](https://github.com/momentum-design/momentum-design/blob/main/CONTRIBUTING.md#first-time-setup).
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
- ```
11
+ ## Consumption
12
+
13
+ To be provided once finalised.
28
14
 
29
15
  ## Contributing
30
16
 
31
- See [our contributing guide](./CONTRIBUTING.md)
17
+ See [our contributing guide](./CONTRIBUTING.md).
32
18
 
33
19
  ## Scripts
34
20
 
35
- See [our script documentation](./SCRIPTS.md)
21
+ See [our script documentation](./SCRIPTS.md).
36
22
 
37
23
  ## Testing
38
24
 
39
- See [our testing documentation](./TESTING.md)
25
+ See [our testing documentation](./TESTING.md).
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "@momentum-design/icons": "*",
29
29
  "@momentum-design/tokens": "*"
30
30
  },
31
- "version": "0.0.18"
31
+ "version": "0.0.19"
32
32
  }