@meonode/ui 0.1.14 → 0.1.15

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -351,9 +351,10 @@ const MuiLoginForm = Component(() =>
351
351
  fullWidth: true,
352
352
  margin: 'normal'
353
353
  }),
354
- Button('Sign In', {
354
+ Button({
355
355
  variant: 'contained',
356
- color: 'primary'
356
+ color: 'primary',
357
+ children: 'Sign In'
357
358
  })
358
359
  ]
359
360
  })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@meonode/ui",
3
3
  "description": "A structured approach to component composition with built-in theming, prop separation, and dynamic children handling.",
4
- "version": "0.1.14",
4
+ "version": "0.1.15",
5
5
  "type": "module",
6
6
  "main": "./dist/main.js",
7
7
  "types": "./dist/main.d.ts",