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.cjs.js CHANGED
@@ -13907,7 +13907,10 @@ var MarkdownTable = function (_a) {
13907
13907
  var handleCopy = function () {
13908
13908
  navigator.clipboard.writeText(markdownTableSyntax);
13909
13909
  };
13910
- 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: {
13910
+ return (jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [jsxRuntimeExports.jsx("style", { children: theme === 'light' ? LIGHT_THEME_CSS : DARK_THEME_CSS }), jsxRuntimeExports.jsxs("div", { style: {
13911
+ position: 'relative',
13912
+ isolation: 'isolate'
13913
+ }, children: [jsxRuntimeExports.jsx(IconButton$1, { onClick: handleCopy, sx: {
13911
13914
  position: 'absolute',
13912
13915
  top: '12px',
13913
13916
  right: '8px',