@goodhood-web/ui 4.13.0-development.11 → 4.13.0-development.12

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 -10
  3. package/package.json +1 -1
package/index.mjs CHANGED
@@ -19270,16 +19270,7 @@ const HP = "_root_1ji00_146", $P = "_root__detailWrapper_1ji00_153", WP = "_root
19270
19270
  root__detail__recommendation: JP,
19271
19271
  root__detail__recommendation__filled: eR,
19272
19272
  root__businessOffer: tR
19273
- }, nR = "org", rR = "biz", iR = (t) => {
19274
- switch (t) {
19275
- case rR:
19276
- return "business";
19277
- case nR:
19278
- return "organisation";
19279
- default:
19280
- return "special_place";
19281
- }
19282
- }, aR = ({
19273
+ }, nR = "organisation", rR = "business", iR = (t) => t === rR || t === nR ? t : "special_place", aR = ({
19283
19274
  address: t,
19284
19275
  altText: e = "Point of Interest profile image",
19285
19276
  businessOfferData: n,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "4.13.0-development.11",
3
+ "version": "4.13.0-development.12",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",