@goodhood-web/ui 2.1.0-development.32 → 2.1.0-development.34

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 +2 -2
  2. package/index.mjs +9 -2
  3. package/package.json +1 -1
package/index.mjs CHANGED
@@ -7488,7 +7488,14 @@ function q9(t) {
7488
7488
  }
7489
7489
  }
7490
7490
  const Ve = (t) => {
7491
- const { as: e, children: n, className: r, fontSet: i = "product", markdown: a, type: l } = t, h = e || q9(l), f = pe(
7491
+ const {
7492
+ as: e,
7493
+ children: n,
7494
+ className: r,
7495
+ fontSet: i = "product",
7496
+ markdown: a = i === "landing",
7497
+ type: l
7498
+ } = t, h = e || q9(l), f = pe(
7492
7499
  Cu.typography,
7493
7500
  Cu[`typography--${i}`],
7494
7501
  Cu[`${l}`],
@@ -25170,7 +25177,7 @@ const xP = "_toggleGroupStory_1ddlw_120", _P = {
25170
25177
  open: r,
25171
25178
  children: /* @__PURE__ */ M.jsx("div", { className: la.sheetWrapper, children: /* @__PURE__ */ M.jsxs("section", { role: "document", children: [
25172
25179
  /* @__PURE__ */ M.jsx("header", { className: la.sheetHeader, children: a }),
25173
- /* @__PURE__ */ M.jsx("div", { className: la.sheetBody, children: /* @__PURE__ */ M.jsx(y3, { children: i }) }),
25180
+ /* @__PURE__ */ M.jsx("div", { className: la.sheetBody, children: /* @__PURE__ */ M.jsx(y3, { withoutPadding: !0, children: i }) }),
25174
25181
  /* @__PURE__ */ M.jsx("footer", { className: la.sheetFooter, children: e })
25175
25182
  ] }) })
25176
25183
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "2.1.0-development.32",
3
+ "version": "2.1.0-development.34",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",