@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.js 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
- var _iconsmaterial = require('@mui/icons-material');
5057
+ var _InfoOutlined = require('@mui/icons-material/InfoOutlined'); var _InfoOutlined2 = _interopRequireDefault(_InfoOutlined);
5058
5058
 
5059
5059
 
5060
5060
 
@@ -10463,7 +10463,7 @@ function AlterarSenha(props) {
10463
10463
  {
10464
10464
  sx: { display: "flex", alignItems: "center", gap: 0.5, mt: 0.5 },
10465
10465
  children: [
10466
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _iconsmaterial.InfoOutlined, { sx: { fontSize: 14, color: "text.secondary" } }),
10466
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _InfoOutlined2.default, { sx: { fontSize: 14, color: "text.secondary" } }),
10467
10467
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _material.Typography, { variant: "caption", color: "text.secondary", children: "Essa \xE9 a senha que voc\xEA utiliza para acessar o sistema atualmente." })
10468
10468
  ]
10469
10469
  }
@@ -10496,7 +10496,7 @@ function AlterarSenha(props) {
10496
10496
  {
10497
10497
  sx: { display: "flex", alignItems: "center", gap: 0.5, mt: 0.5 },
10498
10498
  children: [
10499
- /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _iconsmaterial.InfoOutlined, { sx: { fontSize: 14, color: "text.secondary" } }),
10499
+ /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _InfoOutlined2.default, { sx: { fontSize: 14, color: "text.secondary" } }),
10500
10500
  /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _material.Typography, { variant: "caption", color: "text.secondary", children: "Informe nos campos acima a nova senha que deseja utilizar." })
10501
10501
  ]
10502
10502
  }
@@ -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(),