@appquality/unguess-design-system 3.1.62 → 3.1.63

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,15 @@
1
+ # v3.1.63 (Thu Jan 04 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Develop [#291](https://github.com/AppQuality/unguess-design-system/pull/291) ([@cannarocks](https://github.com/cannarocks))
6
+
7
+ #### Authors: 1
8
+
9
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
10
+
11
+ ---
12
+
1
13
  # v3.1.62 (Tue Jan 02 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
package/build/index.js CHANGED
@@ -2583,6 +2583,8 @@ const editorStyle = styled.css `
2583
2583
  pointer-events: none;
2584
2584
  height: 0;
2585
2585
  }
2586
+
2587
+ word-break: break-word;
2586
2588
  `;
2587
2589
 
2588
2590
  var _path$o;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "3.1.62",
3
+ "version": "3.1.63",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",