@internxt/ui 0.1.7 → 0.1.8

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.es.js CHANGED
@@ -6098,8 +6098,9 @@ const Pp = ({
6098
6098
  {
6099
6099
  src: f,
6100
6100
  width: 28,
6101
+ height: 28,
6101
6102
  alt: p,
6102
- className: `flex-shrink-0 ${v ? "group-hover:hidden" : ""}`
6103
+ className: `flex-shrink-0 min-w-[28px] min-h-[28px] ${v ? "group-hover:hidden" : ""}`
6103
6104
  }
6104
6105
  ),
6105
6106
  !v && /* @__PURE__ */ o.jsx("p", { className: "text-xl font-medium text-gray-100 whitespace-nowrap", children: p })