@zextras/carbonio-design-system 10.3.0 → 10.4.0-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zextras/carbonio-design-system",
3
- "version": "10.3.0",
3
+ "version": "10.4.0-beta.1",
4
4
  "description": "An awesome UI for Zextras Projects.",
5
5
  "main": "./dist/zapp-ui.bundle.cjs",
6
6
  "module": "./dist/zapp-ui.bundle.mjs",
@@ -57,6 +57,8 @@
57
57
  "@babel/preset-typescript": "^7.27.0",
58
58
  "@commitlint/cli": "^19.8.0",
59
59
  "@commitlint/config-conventional": "^19.8.0",
60
+ "@emotion/babel-plugin": "^11.13.5",
61
+ "@emotion/jest": "^11.13.0",
60
62
  "@faker-js/faker": "^9.7.0",
61
63
  "@microsoft/api-extractor": "^7.52.5",
62
64
  "@rollup/plugin-babel": "^6.0.4",
@@ -89,7 +91,6 @@
89
91
  "@zextras/carbonio-ui-configs": "^1.0.4",
90
92
  "babel-jest": "^29.7.0",
91
93
  "babel-loader": "^10.0.0",
92
- "babel-plugin-styled-components": "^2.1.4",
93
94
  "conventional-changelog-conventionalcommits": "^8.0.0",
94
95
  "create-index": "2.6.0",
95
96
  "del": "^7.1.0",
@@ -103,7 +104,6 @@
103
104
  "jest-fail-on-console": "^3.3.0",
104
105
  "jest-image-snapshot": "^6.4.0",
105
106
  "jest-junit": "^16.0.0",
106
- "jest-styled-components": "^7.2.0",
107
107
  "jsdom": "^25.0.0",
108
108
  "lodash": "^4.17.21",
109
109
  "playwright": "^1.49.0",
@@ -113,7 +113,6 @@
113
113
  "rollup": "^4.40.0",
114
114
  "rollup-plugin-postcss": "^4.0.2",
115
115
  "semantic-release": "^24.2.3",
116
- "sonarqube-scanner": "^4.3.0",
117
116
  "storybook": "8.6.12",
118
117
  "storybook-addon-playground": "^1.9.2",
119
118
  "ts-node": "^10 >=10.9.2",
@@ -130,7 +129,8 @@
130
129
  "lodash": "^4.17.21",
131
130
  "react": "^18.3.1",
132
131
  "react-dom": "^18.3.1",
133
- "styled-components": "^6.1.13"
132
+ "@emotion/react": "^11.14.0",
133
+ "@emotion/styled": "^11.14.0"
134
134
  },
135
135
  "dependencies": {
136
136
  "@floating-ui/dom": "^1.6.11",