@moda/om 20.3.1 → 20.4.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/dist/index.cjs.js +474 -494
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +475 -495
- package/dist/index.esm.js.map +1 -1
- package/dist/src/index.d.ts +6 -0
- package/package.json +9 -9
- package/src/components/Breakpoint/Breakpoint.stories.tsx +3 -6
package/dist/src/index.d.ts
CHANGED
|
@@ -18,6 +18,9 @@ export declare const tokens: {
|
|
|
18
18
|
teal: string;
|
|
19
19
|
ivory: string;
|
|
20
20
|
chatelle: string;
|
|
21
|
+
edgewater: string;
|
|
22
|
+
"waikawa-gray": string;
|
|
23
|
+
tuscany: string;
|
|
21
24
|
"klein-blue": string;
|
|
22
25
|
"persian-blue": string;
|
|
23
26
|
brick: string;
|
|
@@ -43,6 +46,9 @@ export declare const tokens: {
|
|
|
43
46
|
teal: string;
|
|
44
47
|
ivory: string;
|
|
45
48
|
chatelle: string;
|
|
49
|
+
edgewater: string;
|
|
50
|
+
"waikawa-gray": string;
|
|
51
|
+
tuscany: string;
|
|
46
52
|
};
|
|
47
53
|
global: {
|
|
48
54
|
"klein-blue": string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moda/om",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.4.0",
|
|
4
4
|
"description": "Moda Operandi design system",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@moda/icons": "^5.29.9",
|
|
55
|
-
"@moda/tokens": "^6.
|
|
56
|
-
"@storybook/addon-styling": "^
|
|
55
|
+
"@moda/tokens": "^6.3.0",
|
|
56
|
+
"@storybook/addon-styling": "^2.0.0",
|
|
57
57
|
"@types/classnames": "^2.3.4",
|
|
58
58
|
"classnames": "^2.5.1",
|
|
59
59
|
"credit-card-type": "^10.0.1",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@moda/rollup-plugin-postcss": "^4.0.1",
|
|
77
77
|
"@rollup/plugin-babel": "^6.0.4",
|
|
78
78
|
"@rollup/plugin-commonjs": "^28.0.1",
|
|
79
|
-
"@rollup/plugin-node-resolve": "^
|
|
79
|
+
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
80
80
|
"@storybook/addon-actions": "^8.3.6",
|
|
81
81
|
"@storybook/addon-essentials": "^8.3.6",
|
|
82
82
|
"@storybook/addon-links": "^8.3.6",
|
|
@@ -101,12 +101,12 @@
|
|
|
101
101
|
"@typescript-eslint/eslint-plugin": "^8.11.0",
|
|
102
102
|
"@typescript-eslint/parser": "^8.11.0",
|
|
103
103
|
"autoprefixer": "^10.4.20",
|
|
104
|
-
"babel-loader": "^
|
|
104
|
+
"babel-loader": "^10.0.0",
|
|
105
105
|
"commitizen": "^4.3.1",
|
|
106
106
|
"css-loader": "^7.1.2",
|
|
107
107
|
"cz-conventional-changelog": "^3.3.0",
|
|
108
108
|
"eslint": "^9.13.0",
|
|
109
|
-
"eslint-config-prettier": "^
|
|
109
|
+
"eslint-config-prettier": "^10.0.1",
|
|
110
110
|
"eslint-plugin-import": "^2.31.0",
|
|
111
111
|
"eslint-plugin-jest-dom": "^5.4.0",
|
|
112
112
|
"eslint-plugin-jsx-a11y": "^6.10.1",
|
|
@@ -117,8 +117,8 @@
|
|
|
117
117
|
"eslint-plugin-react": "^7.37.2",
|
|
118
118
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
119
119
|
"eslint-plugin-standard": "^5.0.0",
|
|
120
|
-
"eslint-plugin-testing-library": "^
|
|
121
|
-
"globals": "^
|
|
120
|
+
"eslint-plugin-testing-library": "^7.0.0",
|
|
121
|
+
"globals": "^16.0.0",
|
|
122
122
|
"husky": "^9.1.6",
|
|
123
123
|
"identity-obj-proxy": "^3.0.0",
|
|
124
124
|
"ignore-not-found-export-webpack-plugin": "^1.0.2",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"typescript-eslint": "^8.11.0",
|
|
150
150
|
"waait": "^1.0.5",
|
|
151
151
|
"webpack": "^5.95.0",
|
|
152
|
-
"webpack-cli": "^
|
|
152
|
+
"webpack-cli": "^6.0.0"
|
|
153
153
|
},
|
|
154
154
|
"config": {
|
|
155
155
|
"commitizen": {
|
|
@@ -49,12 +49,9 @@ const Watcher: React.FC<{ from: string }> = ({ from }) => {
|
|
|
49
49
|
console.log('<Watcher /> mounted', { from });
|
|
50
50
|
}, [from]);
|
|
51
51
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
<div>View console</div>
|
|
56
|
-
</>
|
|
57
|
-
);
|
|
52
|
+
console.log('<Watcher /> rendered', { from });
|
|
53
|
+
|
|
54
|
+
return <div>View console</div>;
|
|
58
55
|
};
|
|
59
56
|
|
|
60
57
|
export const Values = () => (
|