@axos-web-dev/shared-components 2.0.0-dev.7 → 2.0.0-dev.8
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.
|
@@ -102,7 +102,12 @@ const LargeHeroBanner = ({
|
|
|
102
102
|
{
|
|
103
103
|
className: `list_item flex ${hero_bullet_item}`,
|
|
104
104
|
children: [
|
|
105
|
-
/* @__PURE__ */ jsx("div", { className: "img_item", children: getVariant(variant) ? /* @__PURE__ */ jsx(
|
|
105
|
+
/* @__PURE__ */ jsx("div", { className: "img_item", children: getVariant(variant) ? bannerType === "Video Poster" ? /* @__PURE__ */ jsx(
|
|
106
|
+
SvgCheckIcon,
|
|
107
|
+
{
|
|
108
|
+
variant: getVariant(variant) === "primary" || getVariant(variant) === "secondary" ? "primary" : "secondary"
|
|
109
|
+
}
|
|
110
|
+
) : /* @__PURE__ */ jsx(
|
|
106
111
|
SvgCheckIcon,
|
|
107
112
|
{
|
|
108
113
|
variant: getVariant(variant) === "primary" || getVariant(variant) === "secondary" ? "secondary" : "primary"
|
package/package.json
CHANGED