@galaxy-ds/core 1.1.67 → 1.1.69
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/AccordionBody/AccordionBody.d.ts +4 -0
- package/dist/AccordionBody/AccordionBodyProps.types.d.ts +5 -0
- package/dist/Icons/ActivityType/ActivityTypeVideoCall.d.ts +3 -0
- package/dist/Icons/ActivityType/index.d.ts +1 -0
- package/dist/Themes/LawConnect/common.d.ts +277 -0
- package/dist/Themes/LawConnect/index.d.ts +1 -0
- package/dist/Themes/LawConnect/pallette.d.ts +228 -0
- package/dist/Themes/LawConnect/theme.d.ts +1 -0
- package/dist/Themes/LawConnect/typography.d.ts +93 -0
- package/dist/index.esm.js +430 -328
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +430 -328
- package/dist/index.js.map +1 -1
- package/dist/package.json +7 -7
- package/package.json +7 -7
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@galaxy-ds/core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.69",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -50,20 +50,20 @@
|
|
|
50
50
|
"ts-jest": "^26.5.1"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@
|
|
53
|
+
"@emotion/react": "11.7.1",
|
|
54
|
+
"@emotion/styled": "11.6.0",
|
|
55
|
+
"@galaxy-ds/icons": "^1.0.4",
|
|
56
|
+
"@galaxy-ds/tokens": "1.0.1",
|
|
54
57
|
"@leapdev/gui-icons": "latest",
|
|
55
58
|
"@material-ui/core": "^4.11.3",
|
|
56
59
|
"@material-ui/icons": "^4.11.2",
|
|
57
60
|
"@material-ui/lab": "^4.0.0-alpha.57",
|
|
58
|
-
"@emotion/react": "11.7.1",
|
|
59
|
-
"@emotion/styled": "11.6.0",
|
|
60
61
|
"clsx": "^1.1.1",
|
|
61
62
|
"date-fns": "^2.23.0",
|
|
62
63
|
"material-ui-dropzone": "^3.5.0",
|
|
63
|
-
"react-appointment-picker": "^3.2.
|
|
64
|
+
"react-appointment-picker": "^3.2.1",
|
|
64
65
|
"react-date-range": "^1.3.0",
|
|
65
66
|
"react-images-uploading": "^3.1.3",
|
|
66
|
-
"typescript": "4.1.5"
|
|
67
|
-
"@galaxy-ds/tokens": "1.0.1"
|
|
67
|
+
"typescript": "4.1.5"
|
|
68
68
|
}
|
|
69
69
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@galaxy-ds/core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.69",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -50,20 +50,20 @@
|
|
|
50
50
|
"ts-jest": "^26.5.1"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@
|
|
53
|
+
"@emotion/react": "11.7.1",
|
|
54
|
+
"@emotion/styled": "11.6.0",
|
|
55
|
+
"@galaxy-ds/icons": "^1.0.4",
|
|
56
|
+
"@galaxy-ds/tokens": "1.0.1",
|
|
54
57
|
"@leapdev/gui-icons": "latest",
|
|
55
58
|
"@material-ui/core": "^4.11.3",
|
|
56
59
|
"@material-ui/icons": "^4.11.2",
|
|
57
60
|
"@material-ui/lab": "^4.0.0-alpha.57",
|
|
58
|
-
"@emotion/react": "11.7.1",
|
|
59
|
-
"@emotion/styled": "11.6.0",
|
|
60
61
|
"clsx": "^1.1.1",
|
|
61
62
|
"date-fns": "^2.23.0",
|
|
62
63
|
"material-ui-dropzone": "^3.5.0",
|
|
63
|
-
"react-appointment-picker": "^3.2.
|
|
64
|
+
"react-appointment-picker": "^3.2.1",
|
|
64
65
|
"react-date-range": "^1.3.0",
|
|
65
66
|
"react-images-uploading": "^3.1.3",
|
|
66
|
-
"typescript": "4.1.5"
|
|
67
|
-
"@galaxy-ds/tokens": "1.0.1"
|
|
67
|
+
"typescript": "4.1.5"
|
|
68
68
|
}
|
|
69
69
|
}
|