cekat-ui 1.3.12 → 1.3.13
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.mjs +3 -3
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22028,7 +22028,7 @@ function T5({
|
|
|
22028
22028
|
)
|
|
22029
22029
|
}
|
|
22030
22030
|
),
|
|
22031
|
-
H && L.length > 0 && /* @__PURE__ */ b.createElement("div", { className: "flex shrink items-center gap-1 overflow-x-auto whitespace-nowrap scrollbar-
|
|
22031
|
+
H && L.length > 0 && /* @__PURE__ */ b.createElement("div", { className: "flex shrink items-center gap-1 overflow-x-auto whitespace-nowrap [scrollbar-width:none] [&::-webkit-scrollbar]:hidden" }, L.map((_) => /* @__PURE__ */ b.createElement(
|
|
22032
22032
|
Th,
|
|
22033
22033
|
{
|
|
22034
22034
|
key: _.id,
|
|
@@ -22052,7 +22052,7 @@ function T5({
|
|
|
22052
22052
|
ref: D,
|
|
22053
22053
|
value: w,
|
|
22054
22054
|
disabled: s,
|
|
22055
|
-
placeholder:
|
|
22055
|
+
placeholder: i,
|
|
22056
22056
|
onChange: (_) => {
|
|
22057
22057
|
T(_.target.value), $ || x(!0);
|
|
22058
22058
|
},
|
|
@@ -23025,7 +23025,7 @@ const V5 = b.forwardRef(R1), H5 = ({ className: t }) => /* @__PURE__ */ b.create
|
|
|
23025
23025
|
},
|
|
23026
23026
|
defaultVariants: { size: "md" }
|
|
23027
23027
|
}
|
|
23028
|
-
), V1 = "flex min-w-0 flex-nowrap items-center gap-1.5 overflow-x-auto scrollbar-
|
|
23028
|
+
), V1 = "flex min-w-0 flex-nowrap items-center gap-1.5 overflow-x-auto [scrollbar-width:none] [&::-webkit-scrollbar]:hidden", H1 = "min-w-[4rem] flex-1 bg-transparent font-medium text-light-800 outline-none placeholder:font-normal placeholder:text-light-400 disabled:cursor-not-allowed";
|
|
23029
23029
|
function _1({ className: t, style: e, children: n, ...r }, l) {
|
|
23030
23030
|
return /* @__PURE__ */ b.createElement(xy, { ref: l, ...r, style: e, className: U("group", t) }, n);
|
|
23031
23031
|
}
|