@smart-factor/gem-ui-components 0.0.155 → 0.0.156
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/main.js +9 -3
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -3021,13 +3021,19 @@ function _c({
|
|
|
3021
3021
|
size: s = "medium",
|
|
3022
3022
|
...a
|
|
3023
3023
|
}) {
|
|
3024
|
-
const i =
|
|
3024
|
+
const i = {
|
|
3025
|
+
position: "relative",
|
|
3026
|
+
"&.Mui-disabled": {
|
|
3027
|
+
pointerEvents: "auto",
|
|
3028
|
+
cursor: "not-allowed"
|
|
3029
|
+
}
|
|
3030
|
+
}, l = Array.isArray(o) ? [i, ...o] : [i, o], u = /* @__PURE__ */ k(
|
|
3025
3031
|
ye,
|
|
3026
3032
|
{
|
|
3027
3033
|
...a,
|
|
3028
3034
|
size: s,
|
|
3029
3035
|
disabled: t || n,
|
|
3030
|
-
sx:
|
|
3036
|
+
sx: l,
|
|
3031
3037
|
children: [
|
|
3032
3038
|
n ? /* @__PURE__ */ c(
|
|
3033
3039
|
ee,
|
|
@@ -3058,7 +3064,7 @@ function _c({
|
|
|
3058
3064
|
]
|
|
3059
3065
|
}
|
|
3060
3066
|
);
|
|
3061
|
-
return r ? /* @__PURE__ */ c(jo, { title: r, children: /* @__PURE__ */ c("span", { children:
|
|
3067
|
+
return r ? /* @__PURE__ */ c(jo, { title: r, children: /* @__PURE__ */ c("span", { children: u }) }) : u;
|
|
3062
3068
|
}
|
|
3063
3069
|
const Hc = ({
|
|
3064
3070
|
label: e,
|