react-diff-viewer-continued 3.2.4 → 3.2.5

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [3.2.5](https://github.com/aeolun/react-diff-viewer-continued/compare/v3.2.4...v3.2.5) (2023-01-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * correctly break strings for long values so size remains within bounds ([cfa5de1](https://github.com/aeolun/react-diff-viewer-continued/commit/cfa5de1905644c34152dc8a692191d1e32410353))
7
+
1
8
  ## [3.2.4](https://github.com/aeolun/react-diff-viewer-continued/compare/v3.2.3...v3.2.4) (2022-12-23)
2
9
 
3
10
 
package/lib/styles.js CHANGED
@@ -149,7 +149,8 @@ exports.default = (styleOverride, useDarkTheme = false) => {
149
149
  const wordDiff = (0, emotion_1.css)({
150
150
  padding: 2,
151
151
  display: 'inline-flex',
152
- borderRadius: 1,
152
+ borderRadius: 4,
153
+ wordBreak: 'break-all',
153
154
  label: 'word-diff',
154
155
  });
155
156
  const wordAdded = (0, emotion_1.css)({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-diff-viewer-continued",
3
- "version": "3.2.4",
3
+ "version": "3.2.5",
4
4
  "private": false,
5
5
  "description": "Continuation of a simple and beautiful text diff viewer component made with diff and React",
6
6
  "keywords": [