@wandelbots/mui 0.0.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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +15 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @wandelbots/mui
2
+
3
+ Placeholder release to register the package name. Real releases start at 1.0.0, published automatically by semantic-release from https://github.com/wandelbotsgmbh/nova-design-system.
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "@wandelbots/mui",
3
+ "version": "0.0.0",
4
+ "description": "Wandelbots Nova MUI layer: dark-mode MUI-7 theme (createVisualTheme) + presentational React components and input validators.",
5
+ "license": "Apache-2.0",
6
+ "author": "Wandelbots",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/wandelbotsgmbh/nova-design-system.git",
10
+ "directory": "packages/mui"
11
+ },
12
+ "publishConfig": {
13
+ "access": "public"
14
+ }
15
+ }