@dartcom/ui-kit 3.8.8 → 3.8.9

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 CHANGED
@@ -26957,7 +26957,7 @@ const AuthPage = ({ onSuccessSignIn }) => {
26957
26957
  justifyItems: 'center',
26958
26958
  alignContent: 'center',
26959
26959
  alignItems: 'center',
26960
- }, children: [jsxRuntime.jsx(material.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" })] }) }));
26960
+ }, children: [jsxRuntime.jsx(material.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" })] }) }));
26961
26961
  };
26962
26962
 
26963
26963
  // define() gets called for each chunk generated by the first Rollup pass.