@internxt/ui 0.1.18 → 0.1.20
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.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5138,14 +5138,14 @@ function cp({
|
|
|
5138
5138
|
}
|
|
5139
5139
|
) : $a(x.icon) ? I0(x.icon, {
|
|
5140
5140
|
size: 26,
|
|
5141
|
-
className: `${x.icon.props?.className ?? ""} ${x.isMain ? "text-primary" : "text-gray-
|
|
5141
|
+
className: `${x.icon.props?.className ?? ""} ${x.isMain ? "text-primary" : "text-gray-80"} ${x.availableSoon || x.isLocked ? "opacity-50 filter grayscale" : ""}`,
|
|
5142
5142
|
weight: x.isMain ? "fill" : "regular"
|
|
5143
5143
|
}) : x.icon,
|
|
5144
5144
|
/* @__PURE__ */ E("div", { className: "mt-1 flex items-center", children: [
|
|
5145
5145
|
/* @__PURE__ */ f(
|
|
5146
5146
|
"span",
|
|
5147
5147
|
{
|
|
5148
|
-
className: `text-xs font-medium whitespace-nowrap ${x.isMain ? "text-primary" : "text-gray-
|
|
5148
|
+
className: `text-xs font-medium whitespace-nowrap ${x.isMain ? "text-primary" : "text-gray-80"}`,
|
|
5149
5149
|
style: { lineHeight: 1, opacity: x.availableSoon || x.isLocked ? 0.5 : 1 },
|
|
5150
5150
|
children: x.title
|
|
5151
5151
|
}
|