@zextras/carbonio-ui-commons 2.3.1 → 2.3.3
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 +5 -3
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.3",
|
|
4
4
|
"description": "Carbonio UI Commons",
|
|
5
5
|
"packageManager": "pnpm@10.32.1",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"pnpm": ">=10"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
|
+
"bump-version": "semantic-release",
|
|
20
21
|
"build": "pnpm run build:lib",
|
|
21
22
|
"build:dev": "pnpm run build:lib",
|
|
22
23
|
"prebuild:lib": "rm -rf lib",
|
|
@@ -66,7 +67,7 @@
|
|
|
66
67
|
"@testing-library/jest-dom": "6.6.3",
|
|
67
68
|
"@testing-library/react": "16.3.0",
|
|
68
69
|
"@testing-library/user-event": "14.6.1",
|
|
69
|
-
"@tsconfig/
|
|
70
|
+
"@tsconfig/node22": "22.0.0",
|
|
70
71
|
"@types/jest": "30.0.0",
|
|
71
72
|
"@types/lodash": "4.17.24",
|
|
72
73
|
"@types/react": "18.3.28",
|
|
@@ -93,7 +94,8 @@
|
|
|
93
94
|
"semantic-release": "24.2.9",
|
|
94
95
|
"ts-node": "10.9.2",
|
|
95
96
|
"typescript": "5.8.3",
|
|
96
|
-
"vitest": "4.1.2"
|
|
97
|
+
"vitest": "4.1.2",
|
|
98
|
+
"sonarqube-scanner": "4.3.6"
|
|
97
99
|
},
|
|
98
100
|
"dependencies": {
|
|
99
101
|
"core-js": "3.47.0",
|