@mmb-digital/design-system-web 0.1.28 → 0.1.29
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/dist/index.cjs.js +8 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +8 -4
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/readme.md +2 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -44,12 +44,13 @@ Publishing package to npmjs.com:
|
|
|
44
44
|
- you must be added to the @mmb-digital organization at npmjs.com (you will need to enable two-factor authentication on your npmjs.com account)
|
|
45
45
|
- upgrade version of package in package.json
|
|
46
46
|
- `npm login`
|
|
47
|
+
- `rm -rf dist/`
|
|
47
48
|
- `yarn build`
|
|
48
49
|
- `npm publish --access public`
|
|
49
50
|
|
|
50
51
|
|
|
51
52
|
## Styling rules
|
|
52
|
-
For each component, a corresponding *.styles.ts file is created to manage its styles.
|
|
53
|
+
For each component, a corresponding *.styles.ts file is created to manage its styles.
|
|
53
54
|
|
|
54
55
|
- styling is done primarily using styled-components.
|
|
55
56
|
- all colors and other common values are in theme variables to ensure consistency throughout the project.
|