@eclass/ui-kit 1.52.1 → 1.52.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eclass/ui-kit",
3
3
  "description": "Elementos UI transversales eClass",
4
- "version": "1.52.1",
4
+ "version": "1.52.3",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
@@ -50,7 +50,11 @@
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": "^16.8 || 17.x || ^18.0.0 || ^19.0.0",
53
- "react-dom": "^16.8 || 17.x || ^18.0.0 || ^19.0.0"
53
+ "react-dom": "^16.8 || 17.x || ^18.0.0 || ^19.0.0",
54
+ "@chakra-ui/react": "^1.8.9",
55
+ "@emotion/react": "^11.8.2",
56
+ "@emotion/styled": "^11.8.1",
57
+ "framer-motion": "^6.2.8"
54
58
  },
55
59
  "devDependencies": {
56
60
  "@commitlint/cli": "13.2.1",
@@ -127,5 +131,6 @@
127
131
  "resolutions": {
128
132
  "@types/react": "17.0.2",
129
133
  "@types/react-dom": "17.0.2"
130
- }
134
+ },
135
+ "sideEffects": false
131
136
  }