@etus/ui 0.1.0 → 0.1.1

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.js CHANGED
@@ -536,9 +536,6 @@ function AvatarLabelGroup({
536
536
  tooltip,
537
537
  ...props
538
538
  }) {
539
- if (typeof process !== "undefined" && process.env?.["NODE_ENV"] === "development" && status && badge) {
540
- console.warn("AvatarLabelGroup: 'status' and 'badge' cannot be used together. 'badge' will be ignored.");
541
- }
542
539
  const tooltipText = tooltip === true ? description ? `${name} - ${description}` : name : typeof tooltip === "string" ? tooltip : void 0;
543
540
  const content = /* @__PURE__ */ jsxs4(
544
541
  "div",