ingred-ui 9.0.1 → 9.3.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/components/FixedPanel/FixedPanel.d.ts +1 -0
- package/dist/components/Snackbar/Snackbar.d.ts +1 -0
- package/dist/components/Tabs/Tabs.d.ts +15 -0
- package/dist/components/Tabs/Tabs.stories.d.ts +28 -0
- package/dist/components/Tabs/__tests__/Tabs.test.d.ts +1 -0
- package/dist/components/Tabs/index.d.ts +1 -0
- package/dist/components/Tabs/internal/Tab.d.ts +12 -0
- package/dist/components/Tabs/styled.d.ts +11 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/constants/locale.d.ts +7 -1
- package/dist/index.es.js +370 -238
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +371 -238
- package/dist/index.js.map +1 -1
- package/package.json +25 -26
- package/CHANGELOG.md +0 -1896
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ingred-ui",
|
|
3
|
-
"version": "9.0
|
|
3
|
+
"version": "9.3.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "voyagegroup",
|
|
6
6
|
"license": "MIT",
|
|
@@ -9,8 +9,7 @@
|
|
|
9
9
|
"module": "dist/index.es.js",
|
|
10
10
|
"jsnext:main": "dist/index.es.js",
|
|
11
11
|
"engines": {
|
|
12
|
-
"node": ">=
|
|
13
|
-
"npm": ">=5"
|
|
12
|
+
"node": "^12.22.7 || ^14.18.1 || >=16.0.0"
|
|
14
13
|
},
|
|
15
14
|
"scripts": {
|
|
16
15
|
"test": "cross-env CI=1 jest --runInBand",
|
|
@@ -40,48 +39,48 @@
|
|
|
40
39
|
"styled-components": ">= 5.X"
|
|
41
40
|
},
|
|
42
41
|
"devDependencies": {
|
|
43
|
-
"@rollup/plugin-commonjs": "
|
|
42
|
+
"@rollup/plugin-commonjs": "21.0.1",
|
|
44
43
|
"@rollup/plugin-node-resolve": "13.0.6",
|
|
45
|
-
"@rollup/plugin-typescript": "8.
|
|
44
|
+
"@rollup/plugin-typescript": "8.3.0",
|
|
46
45
|
"@rollup/plugin-url": "6.1.0",
|
|
47
46
|
"@storybook/addon-console": "1.2.3",
|
|
48
47
|
"@storybook/addon-essentials": "6.3.12",
|
|
49
48
|
"@storybook/addon-links": "6.3.12",
|
|
50
49
|
"@storybook/addon-storysource": "6.3.12",
|
|
51
50
|
"@storybook/react": "6.3.12",
|
|
52
|
-
"@svgr/rollup": "
|
|
53
|
-
"@testing-library/jest-dom": "5.
|
|
51
|
+
"@svgr/rollup": "6.1.2",
|
|
52
|
+
"@testing-library/jest-dom": "5.16.1",
|
|
54
53
|
"@testing-library/react": "12.1.2",
|
|
55
|
-
"@types/jest": "27.0.
|
|
54
|
+
"@types/jest": "27.0.3",
|
|
56
55
|
"@types/moment": "2.13.0",
|
|
57
|
-
"@types/react": "17.0.
|
|
56
|
+
"@types/react": "17.0.37",
|
|
58
57
|
"@types/react-dates": "21.8.3",
|
|
59
|
-
"@types/react-dom": "17.0.
|
|
58
|
+
"@types/react-dom": "17.0.11",
|
|
60
59
|
"@types/react-toast-notifications": "2.4.0",
|
|
61
|
-
"@types/react-transition-group": "4.4.
|
|
62
|
-
"@types/styled-components": "5.1.
|
|
63
|
-
"@typescript-eslint/eslint-plugin": "
|
|
64
|
-
"@typescript-eslint/parser": "
|
|
60
|
+
"@types/react-transition-group": "4.4.4",
|
|
61
|
+
"@types/styled-components": "5.1.18",
|
|
62
|
+
"@typescript-eslint/eslint-plugin": "5.6.0",
|
|
63
|
+
"@typescript-eslint/parser": "5.6.0",
|
|
65
64
|
"cross-env": "7.0.3",
|
|
66
|
-
"eslint": "
|
|
65
|
+
"eslint": "8.4.1",
|
|
67
66
|
"eslint-config-prettier": "8.3.0",
|
|
68
|
-
"eslint-plugin-import": "2.
|
|
69
|
-
"eslint-plugin-jest": "
|
|
70
|
-
"eslint-plugin-mdx": "1.
|
|
67
|
+
"eslint-plugin-import": "2.25.3",
|
|
68
|
+
"eslint-plugin-jest": "25.3.0",
|
|
69
|
+
"eslint-plugin-mdx": "1.16.0",
|
|
71
70
|
"eslint-plugin-prettier": "4.0.0",
|
|
72
|
-
"eslint-plugin-react": "7.
|
|
73
|
-
"eslint-plugin-react-hooks": "4.
|
|
74
|
-
"jest": "27.
|
|
75
|
-
"prettier": "2.
|
|
71
|
+
"eslint-plugin-react": "7.27.1",
|
|
72
|
+
"eslint-plugin-react-hooks": "4.3.0",
|
|
73
|
+
"jest": "27.4.5",
|
|
74
|
+
"prettier": "2.5.1",
|
|
76
75
|
"react": "17.0.2",
|
|
77
76
|
"react-dom": "17.0.2",
|
|
78
|
-
"rollup": "2.
|
|
77
|
+
"rollup": "2.61.1",
|
|
79
78
|
"rollup-plugin-imagemin": "0.4.1",
|
|
80
79
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
81
|
-
"rollup-plugin-postcss": "4.0.
|
|
80
|
+
"rollup-plugin-postcss": "4.0.2",
|
|
82
81
|
"scaffdog": "1.0.1",
|
|
83
|
-
"styled-components": "5.3.
|
|
84
|
-
"ts-jest": "27.
|
|
82
|
+
"styled-components": "5.3.3",
|
|
83
|
+
"ts-jest": "27.1.2",
|
|
85
84
|
"typescript": "4.4.4"
|
|
86
85
|
},
|
|
87
86
|
"files": [
|