pixelize-design-library 2.4.2-beta.23 → 2.4.2-beta.24

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.
Files changed (1) hide show
  1. package/package.json +3 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixelize-design-library",
3
- "version": "2.4.2-beta.23",
3
+ "version": "2.4.2-beta.24",
4
4
  "description": "React component library for Pixelize apps: themeable Chakra-based components, design tokens and light/dark brand theming.",
5
5
  "keywords": [
6
6
  "react",
@@ -31,13 +31,9 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@chakra-ui/react": "^2.8.2",
35
- "@emotion/react": "^11.11.4",
36
- "@emotion/styled": "^11.11.5",
37
34
  "@fontsource-variable/inter": "^5.2.8",
38
35
  "@hello-pangea/dnd": "^18.0.1",
39
36
  "date-fns": "^3.6.0",
40
- "framer-motion": "^10.18.0",
41
37
  "jodit-react": "^5.2.38",
42
38
  "lucide-react": "^0.487.0",
43
39
  "react-apexcharts": "^1.4.1",
@@ -164,6 +160,8 @@
164
160
  "webpack": "^5.91.0"
165
161
  },
166
162
  "peerDependencies": {
163
+ "@chakra-ui/react": "^2.8.2",
164
+ "framer-motion": "^10.18.0",
167
165
  "react": "^18.3.1",
168
166
  "react-dom": "^18.3.1"
169
167
  },