@xenosystem/generate 0.0.3 โ†’ 0.0.5

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.
Files changed (3) hide show
  1. package/LICENSE +18 -18
  2. package/README.md +33 -33
  3. package/package.json +38 -38
package/LICENSE CHANGED
@@ -1,18 +1,18 @@
1
- Copyright (c) 2026 XENO Corporation. All rights reserved.
2
-
3
- PROPRIETARY AND CONFIDENTIAL.
4
-
5
- This software and its source code are the confidential and proprietary property
6
- of XENO Corporation. No licence, express or implied, is granted to any person to
7
- use, copy, modify, merge, publish, distribute, sublicense, or sell copies of this
8
- software, in whole or in part, without the prior written permission of XENO
9
- Corporation.
10
-
11
- Unauthorised copying of this file, via any medium, is strictly prohibited.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
15
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
16
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
17
- AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
18
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1
+ Copyright (c) 2026 XENO Corporation. All rights reserved.
2
+
3
+ PROPRIETARY AND CONFIDENTIAL.
4
+
5
+ This software and its source code are the confidential and proprietary property
6
+ of XENO Corporation. No licence, express or implied, is granted to any person to
7
+ use, copy, modify, merge, publish, distribute, sublicense, or sell copies of this
8
+ software, in whole or in part, without the prior written permission of XENO
9
+ Corporation.
10
+
11
+ Unauthorised copying of this file, via any medium, is strictly prohibited.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
15
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
16
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
17
+ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
18
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md CHANGED
@@ -1,33 +1,33 @@
1
- # @xenosystem/generate
2
-
3
- **Declarations โ†’ per-platform artifacts**
4
-
5
- > Status: ๐Ÿ”ต **planned** โ€” see [`../../SPEC.md`](../../SPEC.md) ยง13 for the build order.
6
-
7
- Turns `@xenosystem/elements` declarations into artifacts for each runtime โ€” the Style
8
- Dictionary model, generalised past tokens to geometry and state machines.
9
-
10
- **Not built yet** โ€” Phase 2.
11
-
12
- ## Pipeline
13
-
14
- ```
15
- Figma / XENO Canvas โ†’ SVGO (30โ€“70% reduction) โ†’ declaration generator โ†’ @xenosystem/elements โ†’ CI
16
- โ”‚
17
- โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
18
- โ–ผ โ–ผ โ–ผ
19
- elements-react XenoElementsKit xenosystem-elements
20
- (npm) (SPM) (Maven)
21
- ```
22
-
23
- Swift cannot be an npm package, which is why renderers ship on each runtime's native channel
24
- rather than pretending to be siblings in one scope.
25
-
26
- ## Rules
27
-
28
- - **Never hand-author a renderer component.** 300 hand-maintained animated components will rot.
29
- - The generator is the only writer of generated output; generated files are marked as such and
30
- are not edited by hand or by an agent.
31
-
32
- ---
33
- Part of [`xeno-elements`](../../README.md). Visual authority: [`DESIGN_SYSTEM.md`](../../DESIGN_SYSTEM.md) โ€” LOCKED.
1
+ # @xenosystem/generate
2
+
3
+ **Declarations โ†’ per-platform artifacts**
4
+
5
+ > Status: ๐Ÿ”ต **planned** โ€” see [`../../SPEC.md`](../../SPEC.md) ยง13 for the build order.
6
+
7
+ Turns `@xenosystem/elements` declarations into artifacts for each runtime โ€” the Style
8
+ Dictionary model, generalised past tokens to geometry and state machines.
9
+
10
+ **Not built yet** โ€” Phase 2.
11
+
12
+ ## Pipeline
13
+
14
+ ```
15
+ Figma / XENO Canvas โ†’ SVGO (30โ€“70% reduction) โ†’ declaration generator โ†’ @xenosystem/elements โ†’ CI
16
+ โ”‚
17
+ โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
18
+ โ–ผ โ–ผ โ–ผ
19
+ elements-react XenoElementsKit xenosystem-elements
20
+ (npm) (SPM) (Maven)
21
+ ```
22
+
23
+ Swift cannot be an npm package, which is why renderers ship on each runtime's native channel
24
+ rather than pretending to be siblings in one scope.
25
+
26
+ ## Rules
27
+
28
+ - **Never hand-author a renderer component.** 300 hand-maintained animated components will rot.
29
+ - The generator is the only writer of generated output; generated files are marked as such and
30
+ are not edited by hand or by an agent.
31
+
32
+ ---
33
+ Part of [`xeno-elements`](../../README.md). Visual authority: [`DESIGN_SYSTEM.md`](../../DESIGN_SYSTEM.md) โ€” LOCKED.
package/package.json CHANGED
@@ -1,38 +1,38 @@
1
- {
2
- "name": "@xenosystem/generate",
3
- "version": "0.0.3",
4
- "license": "UNLICENSED",
5
- "description": "XENO declarations โ†’ per-platform artifacts. The only writer of generated output.",
6
- "author": "XENO Corporation <emilian@bnkrsys.com>",
7
- "type": "module",
8
- "main": "./dist/index.js",
9
- "types": "./dist/index.d.ts",
10
- "sideEffects": false,
11
- "exports": {
12
- ".": {
13
- "types": "./dist/index.d.ts",
14
- "default": "./dist/index.js"
15
- }
16
- },
17
- "files": [
18
- "dist",
19
- "LICENSE"
20
- ],
21
- "scripts": {
22
- "prebuild": "npm run build -w @xenosystem/elements",
23
- "build": "tsc -p tsconfig.json",
24
- "pretypecheck": "npm run build -w @xenosystem/elements",
25
- "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.test.json --noEmit",
26
- "test": "vitest run",
27
- "artifacts": "npm run build && node scripts/build-artifacts.mjs"
28
- },
29
- "dependencies": {
30
- "@xenosystem/elements": "0.0.3"
31
- },
32
- "devDependencies": {
33
- "typescript": "^5.4.0"
34
- },
35
- "publishConfig": {
36
- "access": "public"
37
- }
38
- }
1
+ {
2
+ "name": "@xenosystem/generate",
3
+ "version": "0.0.5",
4
+ "license": "UNLICENSED",
5
+ "description": "XENO declarations โ†’ per-platform artifacts. The only writer of generated output.",
6
+ "author": "XENO Corporation <emilian@bnkrsys.com>",
7
+ "type": "module",
8
+ "main": "./dist/index.js",
9
+ "types": "./dist/index.d.ts",
10
+ "sideEffects": false,
11
+ "exports": {
12
+ ".": {
13
+ "types": "./dist/index.d.ts",
14
+ "default": "./dist/index.js"
15
+ }
16
+ },
17
+ "files": [
18
+ "dist",
19
+ "LICENSE"
20
+ ],
21
+ "scripts": {
22
+ "prebuild": "npm run build -w @xenosystem/elements",
23
+ "build": "tsc -p tsconfig.json",
24
+ "pretypecheck": "npm run build -w @xenosystem/elements",
25
+ "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.test.json --noEmit",
26
+ "test": "vitest run",
27
+ "artifacts": "npm run build && node scripts/build-artifacts.mjs"
28
+ },
29
+ "dependencies": {
30
+ "@xenosystem/elements": "0.0.5"
31
+ },
32
+ "devDependencies": {
33
+ "typescript": "^5.4.0"
34
+ },
35
+ "publishConfig": {
36
+ "access": "public"
37
+ }
38
+ }