@git-diff-view/react 0.0.19 → 0.0.20

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.
@@ -1534,7 +1534,7 @@ const _InternalDiffView = (props) => {
1534
1534
  }, [diffFile]);
1535
1535
  const value = useMemo(() => ({ useDiffContext }), [useDiffContext]);
1536
1536
  return (React.createElement(DiffViewContext.Provider, { value: value },
1537
- React.createElement("div", { className: "diff-tailwindcss-wrapper", "data-component": "git-diff-view", "data-theme": diffFile._getTheme() || "light", "data-version": "0.0.19", "data-highlighter": diffFile._getHighlighterName(), ref: wrapperRef },
1537
+ React.createElement("div", { className: "diff-tailwindcss-wrapper", "data-component": "git-diff-view", "data-theme": diffFile._getTheme() || "light", "data-version": "0.0.20", "data-highlighter": diffFile._getHighlighterName(), ref: wrapperRef },
1538
1538
  React.createElement("div", { className: "diff-style-root", style: {
1539
1539
  // @ts-ignore
1540
1540
  [diffFontSizeName]: diffViewFontSize + "px",
@@ -1598,7 +1598,7 @@ const DiffViewWithRef = (props, ref) => {
1598
1598
  };
1599
1599
  const DiffView = forwardRef(DiffViewWithRef);
1600
1600
  DiffView.displayName = "DiffView";
1601
- const version = "0.0.19";
1601
+ const version = "0.0.20";
1602
1602
 
1603
1603
  export { DiffModeEnum, DiffView, DiffViewContext, SplitSide, useDiffViewContext, version };
1604
1604
  //# sourceMappingURL=index.mjs.map