@git-diff-view/react 0.0.40 → 0.1.1

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.
@@ -1787,7 +1787,7 @@ const InternalDiffView = (props) => {
1787
1787
  }, [useDiffContext, wrapperRef]);
1788
1788
  const value = useMemo(() => ({ useDiffContext }), [useDiffContext]);
1789
1789
  return (React.createElement(DiffViewContext.Provider, { value: value },
1790
- React.createElement("div", { className: "diff-tailwindcss-wrapper", "data-component": "git-diff-view", "data-theme": diffFile._getTheme() || "light", "data-version": "0.0.40", "data-highlighter": diffFile._getHighlighterName(), ref: wrapperRef },
1790
+ React.createElement("div", { className: "diff-tailwindcss-wrapper", "data-component": "git-diff-view", "data-theme": diffFile._getTheme() || "light", "data-version": "0.1.1", "data-highlighter": diffFile._getHighlighterName(), ref: wrapperRef },
1791
1791
  React.createElement("div", { className: "diff-style-root", style: {
1792
1792
  // @ts-ignore
1793
1793
  [diffFontSizeName]: diffViewFontSize + "px",
@@ -1877,7 +1877,7 @@ const DiffViewWithRef = (props, ref) => {
1877
1877
  const InnerDiffView = forwardRef(DiffViewWithRef);
1878
1878
  InnerDiffView.displayName = "DiffView";
1879
1879
  const DiffView = InnerDiffView;
1880
- const version = "0.0.40";
1880
+ const version = "0.1.1";
1881
1881
 
1882
1882
  export { DiffModeEnum, DiffView, version };
1883
1883
  //# sourceMappingURL=index.mjs.map