@moda/om 21.0.0 → 21.1.0
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 +0 -1
- package/package.json +2 -5
package/README.md
CHANGED
|
@@ -9,7 +9,6 @@ Moda Operandi's design system expressed as React components.
|
|
|
9
9
|
- **State**: development
|
|
10
10
|
- **Point people**: Ecommerce Team
|
|
11
11
|
- **URLS**:
|
|
12
|
-
- **Documentation**: https://moda-om-documentation.netlify.com/
|
|
13
12
|
- **Storybook**: https://moda-om-storybook.netlify.app/
|
|
14
13
|
|
|
15
14
|
## Developing
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moda/om",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.1.0",
|
|
4
4
|
"description": "Moda Operandi design system",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
],
|
|
22
22
|
"scripts": {
|
|
23
23
|
"build": "NODE_ENV=production npm run compile && npm run types",
|
|
24
|
-
"build:documentation": "NODE_ENV=production cd documentation && npm run build",
|
|
25
24
|
"build:storybook": "NODE_ENV=storybook storybook build",
|
|
26
25
|
"clean": "rm -rf ./dist",
|
|
27
26
|
"commit": "git-cz",
|
|
@@ -31,14 +30,12 @@
|
|
|
31
30
|
"lint": "eslint src",
|
|
32
31
|
"lint-staged": "lint-staged",
|
|
33
32
|
"postpublish": "pinst --enable",
|
|
34
|
-
"predeploy:documentation": "NODE_ENV=production npm run build && cd documentation && npm install && npm run build",
|
|
35
33
|
"prepare": "husky && echo ''",
|
|
36
34
|
"prepublishOnly": "npm run clean && npm run build && pinst --disable",
|
|
37
35
|
"scaffold:component": "node scripts/scaffold/react Components",
|
|
38
36
|
"scaffold:function": "node scripts/scaffold/sass Functions",
|
|
39
37
|
"scaffold:mixin": "node scripts/scaffold/sass Mixins",
|
|
40
38
|
"semantic-release": "semantic-release",
|
|
41
|
-
"start": "cd documentation && npm run start",
|
|
42
39
|
"storybook": "storybook dev -p 6006",
|
|
43
40
|
"test": "jest -w 1",
|
|
44
41
|
"tsc": "tsc",
|
|
@@ -51,7 +48,7 @@
|
|
|
51
48
|
"react-router-dom": "^5.1.2"
|
|
52
49
|
},
|
|
53
50
|
"dependencies": {
|
|
54
|
-
"@moda/icons": "^
|
|
51
|
+
"@moda/icons": "^6.0.0",
|
|
55
52
|
"@moda/tokens": "^6.3.4",
|
|
56
53
|
"@mona-health/react-input-mask": "^3.0.3",
|
|
57
54
|
"@storybook/addon-styling": "^2.0.0",
|