ywana-core8 0.0.330 → 0.0.333
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.modern.js
CHANGED
@@ -2201,11 +2201,13 @@ var ResetPasswordBox = function ResetPasswordBox(_ref) {
|
|
2201
2201
|
}, /*#__PURE__*/React.createElement(Text, null, title)) : null, children), /*#__PURE__*/React.createElement("main", null, /*#__PURE__*/React.createElement(Text, {
|
2202
2202
|
use: "headline6"
|
2203
2203
|
}, "Change Password"), /*#__PURE__*/React.createElement(TextField, {
|
2204
|
-
|
2205
|
-
|
2206
|
-
|
2207
|
-
|
2208
|
-
|
2204
|
+
id: "user",
|
2205
|
+
outlined: true,
|
2206
|
+
icon: "person",
|
2207
|
+
label: "User",
|
2208
|
+
lapse: 100,
|
2209
|
+
onChange: changeField,
|
2210
|
+
onEnter: ok
|
2209
2211
|
}), /*#__PURE__*/React.createElement(TextField, {
|
2210
2212
|
id: "password1",
|
2211
2213
|
outlined: true,
|