@lax-wp/design-system 0.11.52 → 0.11.53
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 +22 -26
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4117,32 +4117,27 @@ const Oue = (t) => {
|
|
|
4117
4117
|
}
|
|
4118
4118
|
) : null,
|
|
4119
4119
|
/* @__PURE__ */ T("div", { className: "flex gap-2 flex-1 min-w-0 text-left justify-between items-center", children: [
|
|
4120
|
-
/* @__PURE__ */
|
|
4121
|
-
|
|
4122
|
-
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
|
|
4126
|
-
|
|
4127
|
-
|
|
4128
|
-
|
|
4129
|
-
|
|
4130
|
-
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
|
|
4134
|
-
|
|
4135
|
-
|
|
4136
|
-
|
|
4137
|
-
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
] }),
|
|
4142
|
-
c?.[n] || v ? /* @__PURE__ */ T("div", { className: "flex items-center gap-2 flex-shrink-0", children: [
|
|
4143
|
-
c?.[n] ? /* @__PURE__ */ A("span", { className: "flex-shrink-0 text-neutral-500 dark:text-neutral-200 bg-neutral-100 dark:bg-black-700 border-[#D0D5DD] dark:border-black-700 text-xs leading-[18px] font-normal border rounded-full px-2 py-0.5", children: c[n] || "" }) : null,
|
|
4144
|
-
v ? /* @__PURE__ */ A("div", { className: "flex-shrink-0", children: /* @__PURE__ */ A(pR, { fill: "var(--color-primary-600)" }) }) : null
|
|
4145
|
-
] }) : null
|
|
4120
|
+
/* @__PURE__ */ A(
|
|
4121
|
+
"div",
|
|
4122
|
+
{
|
|
4123
|
+
className: U("flex-1 min-w-0", g && "max-w-[150px]"),
|
|
4124
|
+
style: { width: m },
|
|
4125
|
+
children: /* @__PURE__ */ A(
|
|
4126
|
+
oe,
|
|
4127
|
+
{
|
|
4128
|
+
className: U(
|
|
4129
|
+
"font-medium text-sm truncate transition-colors duration-300 ease-in-out",
|
|
4130
|
+
C ? "group-hover:!text-red-600" : "group-hover:!text-primary-600 dark:group-hover:!text-primary-400",
|
|
4131
|
+
S
|
|
4132
|
+
),
|
|
4133
|
+
appearance: "custom",
|
|
4134
|
+
children: h ? k(n, h) : n
|
|
4135
|
+
}
|
|
4136
|
+
)
|
|
4137
|
+
}
|
|
4138
|
+
),
|
|
4139
|
+
c?.[n] ? /* @__PURE__ */ A("span", { className: "flex-shrink-0 text-neutral-500 dark:text-neutral-200 bg-neutral-100 dark:bg-black-700 border-[#D0D5DD] dark:border-black-700 text-xs leading-[18px] font-normal border rounded-full px-2 py-0.5", children: c[n] || "" }) : null,
|
|
4140
|
+
v ? /* @__PURE__ */ A("div", { className: "flex-shrink-0", children: /* @__PURE__ */ A(pR, { fill: "var(--color-primary-600)" }) }) : null
|
|
4146
4141
|
] }),
|
|
4147
4142
|
u ? /* @__PURE__ */ A(ot, { children: b ? /* @__PURE__ */ A(Re, { placement: "top", title: b, children: /* @__PURE__ */ A(
|
|
4148
4143
|
"div",
|
|
@@ -4163,6 +4158,7 @@ const Oue = (t) => {
|
|
|
4163
4158
|
children: u
|
|
4164
4159
|
}
|
|
4165
4160
|
) }) : null,
|
|
4161
|
+
x ? /* @__PURE__ */ A("div", { className: "flex items-center justify-end flex-shrink-0", children: /* @__PURE__ */ A(fR, { variant: "light", shortcuts: x }) }) : null,
|
|
4166
4162
|
f ? /* @__PURE__ */ A("div", { className: "flex-shrink-0", children: /* @__PURE__ */ A(
|
|
4167
4163
|
Oi,
|
|
4168
4164
|
{
|