@reltio/search 1.4.2129 → 1.4.2131

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.
Files changed (3) hide show
  1. package/bundle.js +1 -1
  2. package/main.css +1 -0
  3. package/package.json +2 -2
package/main.css CHANGED
@@ -187,6 +187,7 @@
187
187
  font-size: 13px;
188
188
  height: 100px;
189
189
  box-sizing: border-box;
190
+ overflow-wrap: break-word;
190
191
  }
191
192
  @keyframes EntitiesTable-styles-highlightAnimateForEllipsis--hdG4i {
192
193
  from {
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@reltio/search",
3
- "version": "1.4.2129",
3
+ "version": "1.4.2131",
4
4
  "main": "bundle.js",
5
5
  "license": "SEE LICENSE IN LICENSE FILE",
6
6
  "dependencies": {
7
- "@reltio/components": "^1.4.2076",
7
+ "@reltio/components": "^1.4.2078",
8
8
  "@reltio/mdm-module": "^1.4.1955",
9
9
  "@reltio/mdm-sdk": "^1.4.1921",
10
10
  "decimal.js": "^10.0.2",