@galaxy-ds/core 2.0.0 → 2.0.1
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 +4477 -38873
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +5790 -40167
- package/dist/index.js.map +1 -1
- package/dist/package.json +24 -23
- package/package.json +24 -23
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.1",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -17,31 +17,19 @@
|
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"react": ">=17.0.2",
|
|
20
|
-
"react-dom": ">=17.0.2"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"
|
|
20
|
+
"react-dom": ">=17.0.2",
|
|
21
|
+
"@emotion/react": "11",
|
|
22
|
+
"@emotion/server": "11",
|
|
23
|
+
"@emotion/styled": "11",
|
|
24
|
+
"@galaxy-ds/icons": "1",
|
|
25
|
+
"@galaxy-ds/tokens": "1",
|
|
26
|
+
"@mui/material": "5"
|
|
24
27
|
},
|
|
25
28
|
"dependencies": {
|
|
26
|
-
"@emotion/cache": "^11.7.1",
|
|
27
|
-
"@emotion/react": "^11.7.1",
|
|
28
|
-
"@emotion/server": "^11.4.0",
|
|
29
|
-
"@emotion/styled": "^11.8.1",
|
|
30
|
-
"@galaxy-ds/icons": "^1.0.4",
|
|
31
|
-
"@galaxy-ds/tokens": "^1.0.1",
|
|
32
|
-
"@mui/icons-material": "^5.6.2",
|
|
33
|
-
"@mui/material": "^5.2.4",
|
|
34
29
|
"@rollup/plugin-commonjs": "^21.0.3",
|
|
35
30
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
36
31
|
"@rollup/plugin-url": "^6.1.0",
|
|
37
|
-
"@storybook/addon-a11y": "^6.4.22",
|
|
38
|
-
"@testing-library/react": "^13.0.0",
|
|
39
|
-
"@types/jest": "^27.4.1",
|
|
40
|
-
"jest": "^27.5.1",
|
|
41
|
-
"next": "^12.0.7",
|
|
42
|
-
"plop": "^3.0.5",
|
|
43
32
|
"react": "^17.0.2",
|
|
44
|
-
"react-appointment-picker": "^3.2.1",
|
|
45
33
|
"react-date-range": "^1.4.0",
|
|
46
34
|
"react-dom": "^17.0.2",
|
|
47
35
|
"react-dropzone": "^14.2.2",
|
|
@@ -49,11 +37,11 @@
|
|
|
49
37
|
"rollup-plugin-copy": "^3.4.0",
|
|
50
38
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
51
39
|
"rollup-plugin-postcss": "^4.0.2",
|
|
52
|
-
"rollup-plugin-typescript2": "^0.31.2"
|
|
53
|
-
"ts-jest": "^27.1.4"
|
|
40
|
+
"rollup-plugin-typescript2": "^0.31.2"
|
|
54
41
|
},
|
|
55
42
|
"devDependencies": {
|
|
56
43
|
"@babel/core": "^7.17.8",
|
|
44
|
+
"@storybook/addon-a11y": "^6.4.22",
|
|
57
45
|
"@storybook/addon-actions": "^6.4.20",
|
|
58
46
|
"@storybook/addon-essentials": "^6.4.20",
|
|
59
47
|
"@storybook/addon-interactions": "^6.4.20",
|
|
@@ -67,6 +55,19 @@
|
|
|
67
55
|
"eslint": "^8.5.0",
|
|
68
56
|
"eslint-config-next": "^12.0.7",
|
|
69
57
|
"eslint-plugin-storybook": "^0.5.7",
|
|
70
|
-
"typescript": "^4.6.3"
|
|
58
|
+
"typescript": "^4.6.3",
|
|
59
|
+
"@types/jest": "^27.4.1",
|
|
60
|
+
"jest": "^27.5.1",
|
|
61
|
+
"plop": "^3.0.5",
|
|
62
|
+
"@testing-library/react": "^13.0.0",
|
|
63
|
+
"ts-jest": "^27.1.4",
|
|
64
|
+
"@emotion/cache": "^11.7.1",
|
|
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"
|
|
71
72
|
}
|
|
72
73
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@galaxy-ds/core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -17,31 +17,19 @@
|
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"react": ">=17.0.2",
|
|
20
|
-
"react-dom": ">=17.0.2"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"
|
|
20
|
+
"react-dom": ">=17.0.2",
|
|
21
|
+
"@emotion/react": "11",
|
|
22
|
+
"@emotion/server": "11",
|
|
23
|
+
"@emotion/styled": "11",
|
|
24
|
+
"@galaxy-ds/icons": "1",
|
|
25
|
+
"@galaxy-ds/tokens": "1",
|
|
26
|
+
"@mui/material": "5"
|
|
24
27
|
},
|
|
25
28
|
"dependencies": {
|
|
26
|
-
"@emotion/cache": "^11.7.1",
|
|
27
|
-
"@emotion/react": "^11.7.1",
|
|
28
|
-
"@emotion/server": "^11.4.0",
|
|
29
|
-
"@emotion/styled": "^11.8.1",
|
|
30
|
-
"@galaxy-ds/icons": "^1.0.4",
|
|
31
|
-
"@galaxy-ds/tokens": "^1.0.1",
|
|
32
|
-
"@mui/icons-material": "^5.6.2",
|
|
33
|
-
"@mui/material": "^5.2.4",
|
|
34
29
|
"@rollup/plugin-commonjs": "^21.0.3",
|
|
35
30
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
36
31
|
"@rollup/plugin-url": "^6.1.0",
|
|
37
|
-
"@storybook/addon-a11y": "^6.4.22",
|
|
38
|
-
"@testing-library/react": "^13.0.0",
|
|
39
|
-
"@types/jest": "^27.4.1",
|
|
40
|
-
"jest": "^27.5.1",
|
|
41
|
-
"next": "^12.0.7",
|
|
42
|
-
"plop": "^3.0.5",
|
|
43
32
|
"react": "^17.0.2",
|
|
44
|
-
"react-appointment-picker": "^3.2.1",
|
|
45
33
|
"react-date-range": "^1.4.0",
|
|
46
34
|
"react-dom": "^17.0.2",
|
|
47
35
|
"react-dropzone": "^14.2.2",
|
|
@@ -49,11 +37,11 @@
|
|
|
49
37
|
"rollup-plugin-copy": "^3.4.0",
|
|
50
38
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
51
39
|
"rollup-plugin-postcss": "^4.0.2",
|
|
52
|
-
"rollup-plugin-typescript2": "^0.31.2"
|
|
53
|
-
"ts-jest": "^27.1.4"
|
|
40
|
+
"rollup-plugin-typescript2": "^0.31.2"
|
|
54
41
|
},
|
|
55
42
|
"devDependencies": {
|
|
56
43
|
"@babel/core": "^7.17.8",
|
|
44
|
+
"@storybook/addon-a11y": "^6.4.22",
|
|
57
45
|
"@storybook/addon-actions": "^6.4.20",
|
|
58
46
|
"@storybook/addon-essentials": "^6.4.20",
|
|
59
47
|
"@storybook/addon-interactions": "^6.4.20",
|
|
@@ -67,6 +55,19 @@
|
|
|
67
55
|
"eslint": "^8.5.0",
|
|
68
56
|
"eslint-config-next": "^12.0.7",
|
|
69
57
|
"eslint-plugin-storybook": "^0.5.7",
|
|
70
|
-
"typescript": "^4.6.3"
|
|
58
|
+
"typescript": "^4.6.3",
|
|
59
|
+
"@types/jest": "^27.4.1",
|
|
60
|
+
"jest": "^27.5.1",
|
|
61
|
+
"plop": "^3.0.5",
|
|
62
|
+
"@testing-library/react": "^13.0.0",
|
|
63
|
+
"ts-jest": "^27.1.4",
|
|
64
|
+
"@emotion/cache": "^11.7.1",
|
|
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"
|
|
71
72
|
}
|
|
72
73
|
}
|