@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmb-digital/design-system-web",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "description": "MMB design-system-web",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
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.