@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.
- package/index.js +1 -1
- package/index.mjs +1 -10
- 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 = "
|
|
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,
|