@data-c/ui 0.2.85 → 0.2.86

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.mjs CHANGED
@@ -5054,7 +5054,7 @@ var TupleSchema = class extends Schema {
5054
5054
  create$1.prototype = TupleSchema.prototype;
5055
5055
 
5056
5056
  // src/AlterarSenha/index.tsx
5057
- import { InfoOutlined } from "@mui/icons-material";
5057
+ import InfoOutlined from "@mui/icons-material/InfoOutlined";
5058
5058
  import { Alert as Alert3, Box as Box17, Divider as Divider3, Grid, Typography as Typography20 } from "@mui/material";
5059
5059
  import { useState as useState17 } from "react";
5060
5060
  import {
@@ -10629,7 +10629,6 @@ function LoginForm(props) {
10629
10629
  {
10630
10630
  name: "password",
10631
10631
  label: "Senha",
10632
- placeholder: "Sua senha",
10633
10632
  value: password || "",
10634
10633
  onChange: (e) => setPassword(e.target.value),
10635
10634
  onKeyDown: (e) => e.key === "Enter" && handleLogin(),