@wandelbots/mui 1.0.1 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -8,6 +8,11 @@ building blocks are defined **once** here and reused consistently across apps.
8
8
  **This is the only package that ships a MUI theme.** `@wandelbots/design-tokens` stays
9
9
  framework-agnostic (values only); the theme composes those values into MUI shape here.
10
10
 
11
+ **Pick `@wandelbots/mui` *or* `@wandelbots/hui` — never both.** The two are alternatives,
12
+ not companions: they cover the same primitives from the same design tokens through two
13
+ different styling systems. MUI apps take this package; headless / non-MUI apps take
14
+ `@wandelbots/hui`.
15
+
11
16
  **Non-goals:** no domain logic, no data fetching, no API/WebSocket code, no robot/motion
12
17
  knowledge. Those live in `wandelbots-js-react-components` (separate repo).
13
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/mui",
3
- "version": "1.0.1",
3
+ "version": "1.1.1",
4
4
  "description": "Wandelbots Nova MUI layer: dark-mode MUI-7 theme (createNovaMuiTheme) + presentational React components and input validators.",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -8,6 +8,7 @@
8
8
  ],
9
9
  "license": "Apache-2.0",
10
10
  "author": "Wandelbots",
11
+ "homepage": "https://wandelbotsgmbh.github.io/nova-design-system/#mui",
11
12
  "repository": {
12
13
  "type": "git",
13
14
  "url": "git@github.com:wandelbotsgmbh/nova-design-system.git",
@@ -59,7 +60,7 @@
59
60
  "react-dom": "^19"
60
61
  },
61
62
  "dependencies": {
62
- "@wandelbots/design-tokens": "2.0.0"
63
+ "@wandelbots/design-tokens": "2.2.0"
63
64
  },
64
65
  "devDependencies": {
65
66
  "@emotion/react": "^11.14.0",