@goodhood-web/ui 3.2.1-development.1 → 3.3.0-development.2

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 (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -0
  3. package/package.json +3 -2
package/index.mjs CHANGED
@@ -18591,6 +18591,7 @@ const uL = "_root_rq0cg_141", lL = "_root__detailWrapper_rq0cg_148", cL = "_root
18591
18591
  i && /* @__PURE__ */ b(
18592
18592
  G,
18593
18593
  {
18594
+ markdown: !0,
18594
18595
  type: d,
18595
18596
  className: rn.emptyState__secondaryText,
18596
18597
  children: i
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "3.2.1-development.1",
3
+ "version": "3.3.0-development.2",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",
@@ -15,6 +15,7 @@
15
15
  "react": "*",
16
16
  "react-dom": "*",
17
17
  "react-datepicker": "*",
18
- "@mui/base": "5.0.0-beta.58"
18
+ "@mui/base": "5.0.0-beta.58",
19
+ "lodash": "^4.17.21"
19
20
  }
20
21
  }