@hybr1d-tech/charizard 0.7.118 → 0.7.119
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/hybr1d-ui.js +2 -2
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -12381,8 +12381,8 @@ const K5 = {
|
|
|
12381
12381
|
info: { bg: "var(--p-p50)", icon: "" },
|
|
12382
12382
|
warning: { bg: "var(--status-warning-w50)", icon: "" },
|
|
12383
12383
|
"no-data": { bg: "var(--status-error-e50)", icon: "" },
|
|
12384
|
-
cancel: { bg: "", icon: Sf },
|
|
12385
|
-
done: { bg: "", icon: jf }
|
|
12384
|
+
cancel: { bg: "var(--p-p70)", icon: Sf },
|
|
12385
|
+
done: { bg: "var(--p-p70)", icon: jf }
|
|
12386
12386
|
};
|
|
12387
12387
|
function Wb({ status: e = "info", children: l }) {
|
|
12388
12388
|
return /* @__PURE__ */ t.jsxs("div", { className: Q5.statusContainer, children: [
|