@sikka/hawa 0.10.10-next → 0.10.11-next
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/dist/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7253,7 +7253,6 @@ var RegisterForm = function(props) {
|
|
|
7253
7253
|
var _formState_errors_username;
|
|
7254
7254
|
var _field_value;
|
|
7255
7255
|
return import_react38.default.createElement(Input, {
|
|
7256
|
-
hint: "something something",
|
|
7257
7256
|
width: "full",
|
|
7258
7257
|
type: "text",
|
|
7259
7258
|
autoComplete: "username",
|
package/dist/index.mjs
CHANGED