revdev-components 0.157.0 → 0.158.0

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/build/index.js +1 -0
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -5431,6 +5431,7 @@ var s$3 = {"root":"index-module_root__AUcgm","separator":"index-module_separator
5431
5431
 
5432
5432
  var TextUtil = {
5433
5433
  maxTextEllipsis: function (text, maxLength) {
5434
+ if (text === void 0) { text = ""; }
5434
5435
  if (text.length <= maxLength) {
5435
5436
  return text;
5436
5437
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.157.0",
3
+ "version": "0.158.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {