@xh/hoist 77.0.0-SNAPSHOT.1761229417098 → 77.0.0-SNAPSHOT.1761672695220

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.
@@ -397,13 +397,13 @@ function fmtNumberString(
397
397
  ret += sign;
398
398
  }
399
399
 
400
- if (isString(prefix)) {
400
+ if (isString(prefix) && prefix.trim()) {
401
401
  ret += prefix;
402
402
  }
403
403
 
404
404
  ret += str;
405
405
 
406
- if (isString(label)) {
406
+ if (isString(label) && label.trim()) {
407
407
  if (labelCls) {
408
408
  ret += fmtSpan(label, {className: labelCls, asHtml});
409
409
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "77.0.0-SNAPSHOT.1761229417098",
3
+ "version": "77.0.0-SNAPSHOT.1761672695220",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",