@xenosystem/components 0.7.0 → 0.8.0

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.
@@ -355,6 +355,9 @@ function gallery() {
355
355
  region("gallery-disclosure-open", true)
356
356
  ] }) });
357
357
  out.push({ family: "auth", unit: "OrDivider", state: "default", stage: "form", render: () => /* @__PURE__ */ jsx9(OrDivider, {}) });
358
+ out.push({ family: "auth", unit: "AuthHero", state: "full", stage: "door", render: () => /* @__PURE__ */ jsx9(AuthHero, { ...hero }) });
359
+ out.push({ family: "auth", unit: "AuthHero", state: "compact", stage: "door", render: () => /* @__PURE__ */ jsx9(AuthHero, { ...hero, compact: true }) });
360
+ out.push({ family: "auth", unit: "XenoMark", state: "default", stage: "form", render: () => /* @__PURE__ */ jsx9(XenoMark, {}) });
358
361
  return out;
359
362
  }
360
363