@opencxh/ui-kit 3.124.3 → 3.124.5
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -74,7 +74,7 @@ const bt = {
|
|
|
74
74
|
secondary: "bg-gray-100 text-text hover:bg-surface-hover disabled:bg-surface-hover",
|
|
75
75
|
// No resting fill, so no disabled fill either — a greyed-out plate where
|
|
76
76
|
// there was nothing reads as a different control, not as a disabled one.
|
|
77
|
-
outline: "border border-
|
|
77
|
+
outline: "border border-border text-accent hover:bg-accent-hover",
|
|
78
78
|
ghost: "text-text-muted hover:bg-surface-hover hover:text-text",
|
|
79
79
|
destructive: "border border-danger-border bg-danger-soft text-danger-fg hover:border-danger disabled:bg-surface-hover",
|
|
80
80
|
// Solid status fills. Reserved for a control whose colour IS the answer —
|
|
@@ -4240,7 +4240,7 @@ const yn = ({
|
|
|
4240
4240
|
children: [
|
|
4241
4241
|
/* @__PURE__ */ c("div", { className: "flex flex-row sm:items-start sm:justify-between items-center gap-4", children: [
|
|
4242
4242
|
/* @__PURE__ */ e("div", { className: "min-w-0 flex-1", children: /* @__PURE__ */ c("div", { className: "flex items-start gap-4 text-text", children: [
|
|
4243
|
-
y && /* @__PURE__ */ e(ne, { variant: "
|
|
4243
|
+
y && /* @__PURE__ */ e(ne, { variant: "outline", onClick: y, leftIcon: /* @__PURE__ */ e(Y, { icon: ke, size: "sm" }), iconOnly: !0 }),
|
|
4244
4244
|
/* @__PURE__ */ c("div", { className: "min-w-0 flex-1", children: [
|
|
4245
4245
|
h ? /* @__PURE__ */ e(
|
|
4246
4246
|
"input",
|