@wistia/ui 0.18.6 → 0.18.7

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.
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.18.6
3
+ * @license @wistia/ui v0.18.7
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -8472,7 +8472,7 @@ var Badge = (0, import_react26.forwardRef)(
8472
8472
  $variant: variant,
8473
8473
  children: [
8474
8474
  hasIcon ? icon : null,
8475
- /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("span", { children: label })
8475
+ (0, import_type_guards19.isNotNil)(label) ? /* @__PURE__ */ (0, import_jsx_runtime205.jsx)("span", { children: label }) : null
8476
8476
  ]
8477
8477
  }
8478
8478
  );