react-markdown-table-ts 0.4.17 → 0.4.18

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.esm.js CHANGED
@@ -13881,7 +13881,10 @@ var MarkdownTable = function (_a) {
13881
13881
  var handleCopy = function () {
13882
13882
  navigator.clipboard.writeText(markdownTableSyntax);
13883
13883
  };
13884
- return (jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [jsxRuntimeExports.jsx("style", { children: theme === 'light' ? LIGHT_THEME_CSS : DARK_THEME_CSS }), jsxRuntimeExports.jsxs("div", { style: { position: 'relative' }, children: [jsxRuntimeExports.jsx(IconButton$1, { onClick: handleCopy, sx: {
13884
+ return (jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [jsxRuntimeExports.jsx("style", { children: theme === 'light' ? LIGHT_THEME_CSS : DARK_THEME_CSS }), jsxRuntimeExports.jsxs("div", { style: {
13885
+ position: 'relative',
13886
+ isolation: 'isolate'
13887
+ }, children: [jsxRuntimeExports.jsx(IconButton$1, { onClick: handleCopy, sx: {
13885
13888
  position: 'absolute',
13886
13889
  top: '12px',
13887
13890
  right: '8px',