@dartcom/ui-kit 3.8.6 → 3.8.7
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -64011,7 +64011,7 @@ const AuthPage = ({ onSuccessSignIn }) => {
|
|
|
64011
64011
|
justifyItems: 'center',
|
|
64012
64012
|
alignContent: 'center',
|
|
64013
64013
|
alignItems: 'center',
|
|
64014
|
-
}, children: [jsxRuntime.jsx(Typography, { variant: "h4", children: "Authorization" }), jsxRuntime.jsx(CustomInput, { ...register('username'), label: "Login", placeholder: "Enter your login" }), jsxRuntime.jsx(CustomInput, { ...register('password'), label: "Password", placeholder: "Enter your password", type: "password" }), jsxRuntime.jsx(
|
|
64014
|
+
}, children: [jsxRuntime.jsx(Typography, { variant: "h4", children: "Authorization" }), jsxRuntime.jsx(CustomInput, { ...register('username'), label: "Login", placeholder: "Enter your login" }), jsxRuntime.jsx(CustomInput, { ...register('password'), label: "Password", placeholder: "Enter your password", type: "password" }), jsxRuntime.jsx("button", { type: "submit", disabled: !isValid, children: "Sign in" })] }) }));
|
|
64015
64015
|
};
|
|
64016
64016
|
|
|
64017
64017
|
// define() gets called for each chunk generated by the first Rollup pass.
|