@maggioli-design-system/magma-react 2.0.0-beta.2 → 2.0.0-beta.3

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 (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +5 -3
package/README.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  Magma React specific building blocks on top of [@maggioli-design-system/magma](https://www.npmjs.com/package/@maggioli-design-system/magma) components.
4
4
 
5
+ ## Install with an AI agent
6
+
7
+ This package ships an agent-readable install guide, versioned with the package. Point
8
+ your coding agent (Claude Code, etc.) at it and let it wire up styles, fonts, icons and
9
+ component registration, asking you only for what it cannot detect from your project:
10
+
11
+ > Read `node_modules/@maggioli-design-system/magma-react/AGENTS.md` and follow it to
12
+ > install Magma into this project.
13
+
14
+ The detailed steps live under `agents/` in this package.
15
+
5
16
  ## Compatibility
6
17
 
7
18
  `magma-react` follows the same major version as `magma`. Use the versions of `@maggioli-design-system/design-tokens` and `@maggioli-design-system/styles` matching your magma major version:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maggioli-design-system/magma-react",
3
- "version": "2.0.0-beta.2",
3
+ "version": "2.0.0-beta.3",
4
4
  "main": "dist/components.js",
5
5
  "module": "dist/components.js",
6
6
  "types": "dist/types/components.d.ts",
@@ -9,13 +9,15 @@
9
9
  "tsc": "tsc -p . --outDir ./dist"
10
10
  },
11
11
  "files": [
12
- "dist"
12
+ "dist",
13
+ "AGENTS.md",
14
+ "agents/"
13
15
  ],
14
16
  "publishConfig": {
15
17
  "access": "public"
16
18
  },
17
19
  "dependencies": {
18
- "@maggioli-design-system/magma": "2.0.0-beta.2",
20
+ "@maggioli-design-system/magma": "2.0.0-beta.3",
19
21
  "@stencil/react-output-target": "1.5.3"
20
22
  },
21
23
  "devDependencies": {