@galaxy-ds/core 2.0.1 → 2.0.2
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.esm.js +64 -18
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +107 -80
- package/dist/index.js.map +1 -1
- package/dist/package.json +15 -17
- package/package.json +15 -17
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@galaxy-ds/core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -16,14 +16,12 @@
|
|
|
16
16
|
"prepublishOnly": "npm run build"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"react": ">=17.0.2",
|
|
20
|
-
"react-dom": ">=17.0.2",
|
|
21
19
|
"@emotion/react": "11",
|
|
22
20
|
"@emotion/server": "11",
|
|
23
21
|
"@emotion/styled": "11",
|
|
24
|
-
"@
|
|
25
|
-
"
|
|
26
|
-
"
|
|
22
|
+
"@mui/material": "5",
|
|
23
|
+
"react": ">=17.0.2",
|
|
24
|
+
"react-dom": ">=17.0.2"
|
|
27
25
|
},
|
|
28
26
|
"dependencies": {
|
|
29
27
|
"@rollup/plugin-commonjs": "^21.0.3",
|
|
@@ -41,6 +39,14 @@
|
|
|
41
39
|
},
|
|
42
40
|
"devDependencies": {
|
|
43
41
|
"@babel/core": "^7.17.8",
|
|
42
|
+
"@emotion/cache": "^11.7.1",
|
|
43
|
+
"@emotion/react": "^11.7.1",
|
|
44
|
+
"@emotion/server": "^11.4.0",
|
|
45
|
+
"@emotion/styled": "^11.8.1",
|
|
46
|
+
"@galaxy-ds/icons": "^1.0.4",
|
|
47
|
+
"@galaxy-ds/tokens": "^1.0.1",
|
|
48
|
+
"@mui/icons-material": "^5.6.2",
|
|
49
|
+
"@mui/material": "^5.2.4",
|
|
44
50
|
"@storybook/addon-a11y": "^6.4.22",
|
|
45
51
|
"@storybook/addon-actions": "^6.4.20",
|
|
46
52
|
"@storybook/addon-essentials": "^6.4.20",
|
|
@@ -48,6 +54,8 @@
|
|
|
48
54
|
"@storybook/addon-links": "^6.4.20",
|
|
49
55
|
"@storybook/react": "^6.4.20",
|
|
50
56
|
"@storybook/testing-library": "^0.0.9",
|
|
57
|
+
"@testing-library/react": "^13.0.0",
|
|
58
|
+
"@types/jest": "^27.4.1",
|
|
51
59
|
"@types/node": "^17.0.1",
|
|
52
60
|
"@types/react": "^17.0.37",
|
|
53
61
|
"@types/react-date-range": "^1.4.8",
|
|
@@ -55,19 +63,9 @@
|
|
|
55
63
|
"eslint": "^8.5.0",
|
|
56
64
|
"eslint-config-next": "^12.0.7",
|
|
57
65
|
"eslint-plugin-storybook": "^0.5.7",
|
|
58
|
-
"typescript": "^4.6.3",
|
|
59
|
-
"@types/jest": "^27.4.1",
|
|
60
66
|
"jest": "^27.5.1",
|
|
61
67
|
"plop": "^3.0.5",
|
|
62
|
-
"@testing-library/react": "^13.0.0",
|
|
63
68
|
"ts-jest": "^27.1.4",
|
|
64
|
-
"
|
|
65
|
-
"@emotion/react": "^11.7.1",
|
|
66
|
-
"@emotion/server": "^11.4.0",
|
|
67
|
-
"@emotion/styled": "^11.8.1",
|
|
68
|
-
"@galaxy-ds/icons": "^1.0.4",
|
|
69
|
-
"@galaxy-ds/tokens": "^1.0.1",
|
|
70
|
-
"@mui/icons-material": "^5.6.2",
|
|
71
|
-
"@mui/material": "^5.2.4"
|
|
69
|
+
"typescript": "^4.6.3"
|
|
72
70
|
}
|
|
73
71
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@galaxy-ds/core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -16,14 +16,12 @@
|
|
|
16
16
|
"prepublishOnly": "npm run build"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"react": ">=17.0.2",
|
|
20
|
-
"react-dom": ">=17.0.2",
|
|
21
19
|
"@emotion/react": "11",
|
|
22
20
|
"@emotion/server": "11",
|
|
23
21
|
"@emotion/styled": "11",
|
|
24
|
-
"@
|
|
25
|
-
"
|
|
26
|
-
"
|
|
22
|
+
"@mui/material": "5",
|
|
23
|
+
"react": ">=17.0.2",
|
|
24
|
+
"react-dom": ">=17.0.2"
|
|
27
25
|
},
|
|
28
26
|
"dependencies": {
|
|
29
27
|
"@rollup/plugin-commonjs": "^21.0.3",
|
|
@@ -41,6 +39,14 @@
|
|
|
41
39
|
},
|
|
42
40
|
"devDependencies": {
|
|
43
41
|
"@babel/core": "^7.17.8",
|
|
42
|
+
"@emotion/cache": "^11.7.1",
|
|
43
|
+
"@emotion/react": "^11.7.1",
|
|
44
|
+
"@emotion/server": "^11.4.0",
|
|
45
|
+
"@emotion/styled": "^11.8.1",
|
|
46
|
+
"@galaxy-ds/icons": "^1.0.4",
|
|
47
|
+
"@galaxy-ds/tokens": "^1.0.1",
|
|
48
|
+
"@mui/icons-material": "^5.6.2",
|
|
49
|
+
"@mui/material": "^5.2.4",
|
|
44
50
|
"@storybook/addon-a11y": "^6.4.22",
|
|
45
51
|
"@storybook/addon-actions": "^6.4.20",
|
|
46
52
|
"@storybook/addon-essentials": "^6.4.20",
|
|
@@ -48,6 +54,8 @@
|
|
|
48
54
|
"@storybook/addon-links": "^6.4.20",
|
|
49
55
|
"@storybook/react": "^6.4.20",
|
|
50
56
|
"@storybook/testing-library": "^0.0.9",
|
|
57
|
+
"@testing-library/react": "^13.0.0",
|
|
58
|
+
"@types/jest": "^27.4.1",
|
|
51
59
|
"@types/node": "^17.0.1",
|
|
52
60
|
"@types/react": "^17.0.37",
|
|
53
61
|
"@types/react-date-range": "^1.4.8",
|
|
@@ -55,19 +63,9 @@
|
|
|
55
63
|
"eslint": "^8.5.0",
|
|
56
64
|
"eslint-config-next": "^12.0.7",
|
|
57
65
|
"eslint-plugin-storybook": "^0.5.7",
|
|
58
|
-
"typescript": "^4.6.3",
|
|
59
|
-
"@types/jest": "^27.4.1",
|
|
60
66
|
"jest": "^27.5.1",
|
|
61
67
|
"plop": "^3.0.5",
|
|
62
|
-
"@testing-library/react": "^13.0.0",
|
|
63
68
|
"ts-jest": "^27.1.4",
|
|
64
|
-
"
|
|
65
|
-
"@emotion/react": "^11.7.1",
|
|
66
|
-
"@emotion/server": "^11.4.0",
|
|
67
|
-
"@emotion/styled": "^11.8.1",
|
|
68
|
-
"@galaxy-ds/icons": "^1.0.4",
|
|
69
|
-
"@galaxy-ds/tokens": "^1.0.1",
|
|
70
|
-
"@mui/icons-material": "^5.6.2",
|
|
71
|
-
"@mui/material": "^5.2.4"
|
|
69
|
+
"typescript": "^4.6.3"
|
|
72
70
|
}
|
|
73
71
|
}
|