@overmap-ai/blocks 1.0.17-table-style-changes.5 → 1.0.17

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/blocks.js CHANGED
@@ -1846,11 +1846,11 @@ const LeftAndRightPanels = memo(function Panels({
1846
1846
  }
1847
1847
  );
1848
1848
  });
1849
- const multiPagePopover = "_multiPagePopover_1kjhq_1";
1850
- const pageTitle = "_pageTitle_1kjhq_12";
1851
- const buttonContainer = "_buttonContainer_1kjhq_17";
1852
- const optionsButtonContainer = "_optionsButtonContainer_1kjhq_22";
1853
- const optionsButton = "_optionsButton_1kjhq_22";
1849
+ const multiPagePopover = "_multiPagePopover_16xvh_1";
1850
+ const pageTitle = "_pageTitle_16xvh_12";
1851
+ const buttonContainer = "_buttonContainer_16xvh_16";
1852
+ const optionsButtonContainer = "_optionsButtonContainer_16xvh_21";
1853
+ const optionsButton = "_optionsButton_16xvh_21";
1854
1854
  const styles$9 = {
1855
1855
  multiPagePopover,
1856
1856
  pageTitle,
@@ -1881,7 +1881,7 @@ function getMultiPagePopoverContent(popoverOption, setMultiPagePopoverContent, d
1881
1881
  `${option.value}-page-${page}-button-${i}`
1882
1882
  ));
1883
1883
  return /* @__PURE__ */ jsxs(Fragment, { children: [
1884
- popoverOption.title && /* @__PURE__ */ jsx("div", { className: styles$9.pageTitle, children: popoverOption.title }),
1884
+ popoverOption.title && /* @__PURE__ */ jsx(Text$2, { className: styles$9.pageTitle, size: "3", children: popoverOption.title }),
1885
1885
  popoverOption.content,
1886
1886
  /* @__PURE__ */ jsx(
1887
1887
  "div",