@hybr1d-tech/charizard 0.6.79 → 0.6.80
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 +3 -2
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -11145,7 +11145,8 @@ function Sx({
|
|
|
11145
11145
|
padding: "0 12px",
|
|
11146
11146
|
cursor: l ? "not-allowed" : "pointer",
|
|
11147
11147
|
caretColor: d || r ? "var(--status-danger)" : void 0,
|
|
11148
|
-
borderColor: d || r ? "var(--status-danger)" : void 0
|
|
11148
|
+
borderColor: d || r ? "var(--status-danger)" : void 0,
|
|
11149
|
+
height: "32px"
|
|
11149
11150
|
},
|
|
11150
11151
|
children: /* @__PURE__ */ n.jsxs("div", { className: de.formButton, ref: C, children: [
|
|
11151
11152
|
/* @__PURE__ */ n.jsx("span", { style: { color: x ? void 0 : "var(--text-secondary)" }, children: b }),
|
|
@@ -11158,7 +11159,7 @@ function Sx({
|
|
|
11158
11159
|
variant: i,
|
|
11159
11160
|
size: "adapt",
|
|
11160
11161
|
disabled: l,
|
|
11161
|
-
customStyles: { cursor: l ? "not-allowed" : "pointer" },
|
|
11162
|
+
customStyles: { cursor: l ? "not-allowed" : "pointer", height: "32px" },
|
|
11162
11163
|
children: /* @__PURE__ */ n.jsxs("div", { className: de.buttonContent, ref: C, children: [
|
|
11163
11164
|
/* @__PURE__ */ n.jsx(
|
|
11164
11165
|
R,
|