@useloops/design-system 1.4.135 → 1.4.137

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 +6 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@useloops/design-system",
3
- "version": "1.4.135",
4
- "description": "The official React based Loops design system",
3
+ "version": "1.4.137",
4
+ "description": "The official React based Loops design system.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -122,14 +122,17 @@
122
122
  },
123
123
  "peerDependencies": {
124
124
  "@emotion/styled": "^11.14.0",
125
- "@emotion/react": "^11.14.0",
126
125
  "@mui/icons-material": "^5.16.14",
127
126
  "@mui/material": "^5.16.14",
128
127
  "react": "^18.3.1",
129
128
  "react-dom": "^18.3.1"
130
129
  },
131
130
  "dependencies": {
131
+ "@emotion/react": "^11.14.0",
132
132
  "@emotion/cache": "11.14.0",
133
+ "@emotion/styled": "^11.14.0",
134
+ "@mui/material": "^5.16.14",
135
+ "@mui/icons-material": "^5.16.14",
133
136
  "@dnd-kit/core": "^6.1.0",
134
137
  "@dnd-kit/sortable": "^8.0.0",
135
138
  "@dnd-kit/utilities": "^3.2.2",