@3sc/common-component 0.0.445 → 0.0.446
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.es.js +5 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -40609,7 +40609,8 @@ const EV = ({ options: e, isDraggable: t }) => {
|
|
|
40609
40609
|
width: ((ie = k.current) == null ? void 0 : ie.offsetWidth) || "auto",
|
|
40610
40610
|
maxHeight: "20rem",
|
|
40611
40611
|
overflowY: "auto",
|
|
40612
|
-
outline: "none"
|
|
40612
|
+
outline: "none",
|
|
40613
|
+
scrollbarWidth: "thin"
|
|
40613
40614
|
},
|
|
40614
40615
|
tabIndex: 0,
|
|
40615
40616
|
autoFocus: !0,
|
|
@@ -40906,7 +40907,7 @@ const RV = ({ time: e, setTime: t }) => {
|
|
|
40906
40907
|
const n = uy(24), r = uy(60);
|
|
40907
40908
|
return /* @__PURE__ */ m.jsxs(we, { display: "flex", gap: "1rem", paddingLeft: "2rem", children: [
|
|
40908
40909
|
/* @__PURE__ */ m.jsxs(we, { display: "flex", flexDirection: "column", alignItems: "center", width: "6rem", gap: "1rem", children: [
|
|
40909
|
-
/* @__PURE__ */ m.jsx(at, { variant: "h5", color: (o) => o.palette.
|
|
40910
|
+
/* @__PURE__ */ m.jsx(at, { variant: "h5", color: (o) => o.palette.primary.notifyActiveText, children: "HH" }),
|
|
40910
40911
|
/* @__PURE__ */ m.jsx(
|
|
40911
40912
|
ks,
|
|
40912
40913
|
{
|
|
@@ -40917,7 +40918,7 @@ const RV = ({ time: e, setTime: t }) => {
|
|
|
40917
40918
|
)
|
|
40918
40919
|
] }),
|
|
40919
40920
|
/* @__PURE__ */ m.jsxs(we, { display: "flex", flexDirection: "column", alignItems: "center", width: "6rem", gap: "1rem", children: [
|
|
40920
|
-
/* @__PURE__ */ m.jsx(at, { variant: "h5", color: (o) => o.palette.
|
|
40921
|
+
/* @__PURE__ */ m.jsx(at, { variant: "h5", color: (o) => o.palette.primary.notifyActiveText, children: "MM" }),
|
|
40921
40922
|
/* @__PURE__ */ m.jsx(
|
|
40922
40923
|
ks,
|
|
40923
40924
|
{
|
|
@@ -40983,7 +40984,7 @@ const DV = ({
|
|
|
40983
40984
|
), [A, M] = De(
|
|
40984
40985
|
t === "range" && (r != null && r.from) ? r.from : r || /* @__PURE__ */ new Date()
|
|
40985
40986
|
), [j, _] = De("calendar"), N = !!b, $ = N ? "date-picker-popover" : void 0, B = (Y) => k(Y.currentTarget), L = () => {
|
|
40986
|
-
k(null),
|
|
40987
|
+
k(null), _("calendar");
|
|
40987
40988
|
};
|
|
40988
40989
|
st(() => {
|
|
40989
40990
|
n && E && R(dy(E, P));
|