@opencxh/ui-kit 3.136.1 → 3.136.2
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4203,7 +4203,7 @@ const Dr = {
|
|
|
4203
4203
|
success: "text-success-fg"
|
|
4204
4204
|
};
|
|
4205
4205
|
function $n({ value: t, label: r, tone: n = "default", className: s, ...a }) {
|
|
4206
|
-
return /* @__PURE__ */ c("div", { className: d("rounded-xl
|
|
4206
|
+
return /* @__PURE__ */ c("div", { className: d("rounded-xl bg-editor px-4 py-3.5", s), ...a, children: [
|
|
4207
4207
|
/* @__PURE__ */ e("div", { className: d("text-2xl font-semibold", Dr[n]), children: t }),
|
|
4208
4208
|
/* @__PURE__ */ e("div", { className: "pt-0.5 text-xs text-text-muted", children: r })
|
|
4209
4209
|
] });
|