@xenosystem/components 0.1.0 → 0.2.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.
- package/README.md +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,3 +11,15 @@ on a hex literal).
|
|
|
11
11
|
|
|
12
12
|
Each family exports a `STATES` fixture list the harness renders, so every state is seen before a
|
|
13
13
|
panel uses it. Import `@xenosystem/elements-react/xeno-elements.css` once in the host.
|
|
14
|
+
|
|
15
|
+
## `/auth` — two halves, one design (0.2.0)
|
|
16
|
+
|
|
17
|
+
The XENO sign-in design is xeno-platform's `pages/Auth.tsx` (the user's pick). The family carries it
|
|
18
|
+
in two halves so ONE design serves both places it appears:
|
|
19
|
+
|
|
20
|
+
| half | components | mounted by | credential |
|
|
21
|
+
|---|---|---|---|
|
|
22
|
+
| the **door** | `AuthDoor`, `AuthHero`, `SignInForm` (`LicencePlate`), `STATES` (6) | products, via `@xenosystem/blocks/auth` | **never** — opens the system browser (AUTH L8) |
|
|
23
|
+
| the **page** | `CredentialForm`, `SocialSignIn`, `OrDivider`, `CREDENTIAL_STATES` (6) | the origin (xenostudio.ai/auth) | yes — `CredentialForm.tsx` is the only file allowed a password input, pinned by `test/no-chrome.test.ts` |
|
|
24
|
+
|
|
25
|
+
Improve the design here once; the origin page and every product door pick it up on the next bump.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xenosystem/components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "XENO Components — 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",
|