@xenosystem/components 0.7.0 → 0.7.1
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/dist/auth/index.js +3 -0
- package/package.json +1 -1
package/dist/auth/index.js
CHANGED
|
@@ -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
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xenosystem/components",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "XENO Components \u2014 rung 2 of the front ladder: molecules composed from @xenosystem/elements, with no host contract. Families as subpaths: /auth, /navigation, /feedback, /data.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|