@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 +6 -6
- package/dist/blocks.js.map +1 -1
- package/dist/blocks.umd.cjs +6 -6
- package/dist/blocks.umd.cjs.map +1 -1
- package/dist/style.css +7 -8
- package/dist/utils.d.ts +1 -1
- package/package.json +1 -1
package/dist/blocks.js
CHANGED
|
@@ -1846,11 +1846,11 @@ const LeftAndRightPanels = memo(function Panels({
|
|
|
1846
1846
|
}
|
|
1847
1847
|
);
|
|
1848
1848
|
});
|
|
1849
|
-
const multiPagePopover = "
|
|
1850
|
-
const pageTitle = "
|
|
1851
|
-
const buttonContainer = "
|
|
1852
|
-
const optionsButtonContainer = "
|
|
1853
|
-
const optionsButton = "
|
|
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(
|
|
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",
|