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

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 +8 -1
  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}`],
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.33",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",