benivo-ui-library 1.7.40 → 1.7.41

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 (2) hide show
  1. package/data-table.less +2 -1
  2. package/package.json +1 -1
package/data-table.less CHANGED
@@ -425,11 +425,12 @@
425
425
  .icon {
426
426
  line-height: 2.4;
427
427
  }
428
-
428
+
429
429
  .tooltip-inner {
430
430
  white-space: initial;
431
431
  text-align: left;
432
432
  line-height: 1.3;
433
+ text-transform: none;
433
434
  }
434
435
 
435
436
  .icon-initiation {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "benivo-ui-library",
3
- "version": "1.7.40",
3
+ "version": "1.7.41",
4
4
  "description": "Benivo UI library",
5
5
  "main": "index.js",
6
6
  "license": "MIT",