@medicine-wheel/ui-components 0.5.2 → 0.5.4
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 +6 -0
- package/package.json +7 -2
package/README.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
React UI components for the Medicine Wheel Developer Suite — direction cards, beat timelines, node inspectors, OCAP® badges, and Wilson alignment gauges.
|
|
4
4
|
|
|
5
|
+
> [!WARNING]
|
|
6
|
+
> **Experimental alpha.** Part of the Medicine Wheel Developer Suite, which is
|
|
7
|
+
> under active development. APIs change between patch versions and all packages
|
|
8
|
+
> move in lockstep — pin exact versions. See
|
|
9
|
+
> [ALPHA.md](https://github.com/jgwill/medicine-wheel/blob/main/ALPHA.md).
|
|
10
|
+
|
|
5
11
|
## Install
|
|
6
12
|
|
|
7
13
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medicine-wheel/ui-components",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "React UI components for the Medicine Wheel Developer Suite — direction cards, beat timelines, node inspectors",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -36,8 +36,13 @@
|
|
|
36
36
|
],
|
|
37
37
|
"author": "jgwill",
|
|
38
38
|
"license": "MIT",
|
|
39
|
+
"repository": {
|
|
40
|
+
"type": "git",
|
|
41
|
+
"url": "git+https://github.com/jgwill/medicine-wheel.git",
|
|
42
|
+
"directory": "src/ui-components"
|
|
43
|
+
},
|
|
39
44
|
"dependencies": {
|
|
40
|
-
"@medicine-wheel/ontology-core": "^0.5.
|
|
45
|
+
"@medicine-wheel/ontology-core": "^0.5.4"
|
|
41
46
|
},
|
|
42
47
|
"peerDependencies": {
|
|
43
48
|
"react": "^18.0.0 || ^19.0.0"
|