@wandelbots/mui 1.0.1 → 1.1.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 +5 -0
- package/package.json +2 -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
|
|
3
|
+
"version": "1.1.0",
|
|
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": [
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"react-dom": "^19"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@wandelbots/design-tokens": "2.
|
|
62
|
+
"@wandelbots/design-tokens": "2.1.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@emotion/react": "^11.14.0",
|