diginet-core-ui 1.3.38 → 1.3.39

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.
@@ -177,7 +177,7 @@ const TextRoot = (color, type, lineClamp) => css`
177
177
  ${positionRelative};
178
178
  ${breakWord};
179
179
  ${paragraph1};
180
- white-space: normal;
180
+ white-space: break-spaces;
181
181
  color: ${colorMap.get(color) || colors[color] || color};
182
182
  max-width: max-content;
183
183
  &.DGN-Typography-${type} {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diginet-core-ui",
3
- "version": "1.3.38",
3
+ "version": "1.3.39",
4
4
  "description": "The DigiNet core ui",
5
5
  "homepage": "https://diginet.com.vn",
6
6
  "main": "index.js",