@wistia/ui 0.18.6-beta.d1ced901.ff69145 → 0.18.7-beta.823403c9.f095550
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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.18.
|
|
3
|
+
* @license @wistia/ui v0.18.7-beta.823403c9.f095550
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -8593,7 +8593,7 @@ var Badge = (0, import_react26.forwardRef)(
|
|
|
8593
8593
|
$variant: variant,
|
|
8594
8594
|
children: [
|
|
8595
8595
|
hasIcon ? icon : null,
|
|
8596
|
-
/* @__PURE__ */ (0, import_jsx_runtime209.jsx)("span", { children: label })
|
|
8596
|
+
(0, import_type_guards19.isNotNil)(label) ? /* @__PURE__ */ (0, import_jsx_runtime209.jsx)("span", { children: label }) : null
|
|
8597
8597
|
]
|
|
8598
8598
|
}
|
|
8599
8599
|
);
|