@producteca/producteca-ui-kit 1.77.6 → 1.77.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.
@@ -68522,6 +68522,7 @@ const MenuAction = ({
68522
68522
  const title$1 = "warningModal-module_title_kZiTR";
68523
68523
  const styles$6 = {
68524
68524
  "custom-header": "warningModal-module_custom-header_kflIT",
68525
+ "help-container": "warningModal-module_help-container_hsnyD",
68525
68526
  "header-icon": "warningModal-module_header-icon_qOIRS",
68526
68527
  title: title$1,
68527
68528
  "warning-modal": "warningModal-module_warning-modal_Nlamu",
@@ -68557,7 +68558,7 @@ const WarningModalBase = ({
68557
68558
  ariaLabel: typeof title2 === "string" ? title2 : void 0,
68558
68559
  children: [
68559
68560
  /* @__PURE__ */ jsxs("div", { className: styles$6["custom-header"], children: [
68560
- /* @__PURE__ */ jsx$1(HelpArticleLink, { href: helpArticleHref, tooltip: locale("guide") }),
68561
+ /* @__PURE__ */ jsx$1("div", { className: styles$6["help-container"], children: /* @__PURE__ */ jsx$1(HelpArticleLink, { href: helpArticleHref, tooltip: locale("guide") }) }),
68561
68562
  /* @__PURE__ */ jsxs("div", { className: styles$6["header-icon"], children: [
68562
68563
  !!icon2 ? icon2 : DefaultIcon,
68563
68564
  /* @__PURE__ */ jsx$1("div", { className: styles$6["title"], children: title2 })