@zextras/carbonio-ui-commons 2.3.2 → 2.3.4
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/lib/types/emotion.js.map +1 -1
- package/package.json +6 -6
package/lib/types/emotion.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emotion.js","sourceRoot":"","sources":["../../src/types/emotion.ts"],"names":[],"mappings":"","sourcesContent":["/*\n * SPDX-FileCopyrightText: 2025 Zextras <https://www.zextras.com>\n *\n * SPDX-License-Identifier: AGPL-3.0-only\n */\nimport { Theme as DSTheme } from '@zextras/carbonio-design-system';\n\ndeclare module '@emotion/react' {\n\t/**\n\t * Augment Theme as suggested inside Emotion module\n\t * @see https://emotion.sh/docs/typescript#define-a-theme\n\t */\n\tinterface Theme extends DSTheme {}\n}\n"]}
|
|
1
|
+
{"version":3,"file":"emotion.js","sourceRoot":"","sources":["../../src/types/emotion.ts"],"names":[],"mappings":"","sourcesContent":["/*\n * SPDX-FileCopyrightText: 2025 Zextras <https://www.zextras.com>\n *\n * SPDX-License-Identifier: AGPL-3.0-only\n */\nimport { Theme as DSTheme } from '@zextras/carbonio-design-system';\n\ndeclare module '@emotion/react' {\n\t/**\n\t * Augment Theme as suggested inside Emotion module\n\t * @see https://emotion.sh/docs/typescript#define-a-theme\n\t */\n\t// eslint-disable-next-line @typescript-eslint/no-empty-interface\n\tinterface Theme extends DSTheme {}\n}\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zextras/carbonio-ui-commons",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.4",
|
|
4
4
|
"description": "Carbonio UI Commons",
|
|
5
5
|
"packageManager": "pnpm@10.32.1",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@testing-library/jest-dom": "6.6.3",
|
|
68
68
|
"@testing-library/react": "16.3.0",
|
|
69
69
|
"@testing-library/user-event": "14.6.1",
|
|
70
|
-
"@tsconfig/
|
|
70
|
+
"@tsconfig/node22": "22.0.0",
|
|
71
71
|
"@types/jest": "30.0.0",
|
|
72
72
|
"@types/lodash": "4.17.24",
|
|
73
73
|
"@types/react": "18.3.28",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"i18next": "22.5.1",
|
|
103
103
|
"immer": "9.0.21",
|
|
104
104
|
"redux": "4.2.1",
|
|
105
|
-
"uuid": "
|
|
105
|
+
"uuid": "11.1.1",
|
|
106
106
|
"zustand": "4.5.7"
|
|
107
107
|
},
|
|
108
108
|
"peerDependencies": {
|
|
@@ -110,14 +110,14 @@
|
|
|
110
110
|
"@emotion/styled": "11.14.1",
|
|
111
111
|
"@mui/icons-material": "5.18.0",
|
|
112
112
|
"@mui/material": "5.18.0",
|
|
113
|
-
"@zextras/carbonio-design-system": ">=12.0.
|
|
113
|
+
"@zextras/carbonio-design-system": ">=12.0.4",
|
|
114
114
|
"@zextras/carbonio-shell-ui": ">=14.0.0",
|
|
115
115
|
"@zextras/carbonio-ui-soap-lib": ">=1.0.4",
|
|
116
|
-
"lodash": "4.
|
|
116
|
+
"lodash": "4.18.1",
|
|
117
117
|
"react": "18.3.1",
|
|
118
118
|
"react-dom": "18.3.1",
|
|
119
119
|
"react-i18next": "12.3.1",
|
|
120
|
-
"react-router-dom": "6.30.
|
|
120
|
+
"react-router-dom": "6.30.3"
|
|
121
121
|
},
|
|
122
122
|
"files": [
|
|
123
123
|
"lib",
|