@internxt/ui 0.1.16 → 0.1.18
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 +11 -11
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -5
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5116,7 +5116,7 @@ function cp({
|
|
|
5116
5116
|
soonText: l,
|
|
5117
5117
|
align: p = "right"
|
|
5118
5118
|
}) {
|
|
5119
|
-
const w = /* @__PURE__ */ f("div", { className: "flex h-10 w-10 items-center justify-center", children: /* @__PURE__ */ f(B0, { size: 26, className: "h-7 w-7", weight: "bold" }) }), N = /* @__PURE__ */ f("div", { className: "w-64 flex flex-wrap p-
|
|
5119
|
+
const w = /* @__PURE__ */ f("div", { className: "flex h-10 w-10 items-center justify-center", children: /* @__PURE__ */ f(B0, { size: 26, className: "h-7 w-7", weight: "bold" }) }), N = /* @__PURE__ */ f("div", { className: "w-64 flex flex-wrap p-4", "data-testid": "suite-launcher-panel", children: g.map((x, C) => /* @__PURE__ */ f(
|
|
5120
5120
|
"div",
|
|
5121
5121
|
{
|
|
5122
5122
|
className: `w-1/3 flex items-center justify-center rounded-md ${x.isMain ? "bg-primary/10 dark:bg-primary/20" : ""}`,
|
|
@@ -5124,7 +5124,7 @@ function cp({
|
|
|
5124
5124
|
"div",
|
|
5125
5125
|
{
|
|
5126
5126
|
role: "none",
|
|
5127
|
-
className: `flex items-center
|
|
5127
|
+
className: `flex items-center p-4 text-gray-80 w-full rounded-md ${x.availableSoon ? "" : "cursor-pointer hover:bg-gray-1 dark:hover:bg-gray-10"}`,
|
|
5128
5128
|
style: { lineHeight: 1.25 },
|
|
5129
5129
|
onClick: x.availableSoon ? void 0 : x.onClick,
|
|
5130
5130
|
children: /* @__PURE__ */ E("div", { className: "flex flex-col items-center w-full rounded-md", children: [
|
|
@@ -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" : ""} ${x.availableSoon || x.isLocked ? "opacity-50 filter grayscale" : ""}`,
|
|
5141
|
+
className: `${x.icon.props?.className ?? ""} ${x.isMain ? "text-primary" : "text-gray-55"} ${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 ${x.isMain ? "text-primary
|
|
5148
|
+
className: `text-xs font-medium whitespace-nowrap ${x.isMain ? "text-primary" : "text-gray-55"}`,
|
|
5149
5149
|
style: { lineHeight: 1, opacity: x.availableSoon || x.isLocked ? 0.5 : 1 },
|
|
5150
5150
|
children: x.title
|
|
5151
5151
|
}
|
|
@@ -5153,7 +5153,7 @@ function cp({
|
|
|
5153
5153
|
x.availableSoon && /* @__PURE__ */ f("div", { className: "flex rounded-sm px-1 ml-1 py-0.5 bg-purple-1 dark:bg-purple-10 items-center", children: /* @__PURE__ */ f(
|
|
5154
5154
|
"span",
|
|
5155
5155
|
{
|
|
5156
|
-
className: "font-medium
|
|
5156
|
+
className: "font-medium text-purple-10 dark:text-purple-1",
|
|
5157
5157
|
style: { lineHeight: 1, fontSize: "xx-small" },
|
|
5158
5158
|
children: l ?? "Soon"
|
|
5159
5159
|
}
|