@trafilea/afrodita-components 5.0.0-beta.60 → 5.0.0-beta.63

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/build/index.d.ts +2 -0
  2. package/package.json +1 -1
package/build/index.d.ts CHANGED
@@ -1295,6 +1295,8 @@ interface BaseInputCommmonProps {
1295
1295
  inlinePlaceholder?: boolean;
1296
1296
  hasError?: boolean;
1297
1297
  inputType?: 'text' | 'email' | 'password' | 'url';
1298
+ name?: string;
1299
+ autoFocus?: boolean;
1298
1300
  }
1299
1301
  interface BaseInputControlled extends BaseInputCommmonProps {
1300
1302
  value: string;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "5.0.0-beta.60",
6
+ "version": "5.0.0-beta.63",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",