@riligar/auth-react 1.28.2 → 1.29.0

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
@@ -2410,6 +2410,7 @@ function UserProfile({
2410
2410
  expanded
2411
2411
  }) => /*#__PURE__*/jsxRuntime.jsx(core.Card, {
2412
2412
  p: "xs",
2413
+ withBorder: false,
2413
2414
  children: /*#__PURE__*/jsxRuntime.jsxs(core.Group, {
2414
2415
  justify: "space-between",
2415
2416
  wrap: "nowrap",
@@ -2446,7 +2447,7 @@ function UserProfile({
2446
2447
  // Conteúdo interno compartilhado
2447
2448
  const profileContent = /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
2448
2449
  children: [(showAvatar || showName || showEmail) && /*#__PURE__*/jsxRuntime.jsxs(core.Box, {
2449
- mb: "xl",
2450
+ mb: "lg",
2450
2451
  children: [/*#__PURE__*/jsxRuntime.jsx(SectionHeader, {
2451
2452
  icon: iconsReact.IconUser,
2452
2453
  sectionTitle: labels.profileSection || 'Profile',
@@ -2577,8 +2578,9 @@ function UserProfile({
2577
2578
  }), /*#__PURE__*/jsxRuntime.jsx(core.Collapse, {
2578
2579
  in: editingSection === 'name',
2579
2580
  children: /*#__PURE__*/jsxRuntime.jsx(core.Card, {
2580
- p: "md",
2581
- withBorder: true,
2581
+ p: "md"
2582
+ // withBorder
2583
+ ,
2582
2584
  children: /*#__PURE__*/jsxRuntime.jsx("form", {
2583
2585
  onSubmit: nameForm.onSubmit(handleChangeName),
2584
2586
  children: /*#__PURE__*/jsxRuntime.jsxs(core.Stack, {