@solostylist/ui-kit 1.0.62 → 1.0.65
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/{Box-59IuS_L5.js → Box-6v9dDzdR.js} +21 -20
- package/dist/{Close-je3Um4HX.js → Close-Cq0bfDqS.js} +1 -1
- package/dist/{HelpOutlineOutlined-KaKitLEg.js → HelpOutlineOutlined-CrsJM_1C.js} +1 -1
- package/dist/{Menu-BryWw38A.js → Menu-C3Ku2lqS.js} +10 -9
- package/dist/{MenuItem-C960l-k0.js → MenuItem-ODcKB-fe.js} +25 -24
- package/dist/{Select-Dn200g2G.js → Select-CukDtghB.js} +24 -23
- package/dist/{Stack-pbzhmSem.js → Stack-DvJ0EY9Z.js} +24 -23
- package/dist/{TransitionGroup-SMeOIin5.js → TransitionGroup-D2o-MIVr.js} +1 -1
- package/dist/{Typography-TjZNaHX9.js → Typography-BnBI5JmA.js} +27 -26
- package/dist/{buttonBaseClasses-CZ6KQy34.js → buttonBaseClasses-jvvoR1a5.js} +2 -2
- package/dist/{chipClasses-C2-PvwSn.js → chipClasses-DCs-mJQc.js} +2 -2
- package/dist/chunk-GIMSRCVW-DUi-T6vz.js +10072 -0
- package/dist/{createSvgIcon-BeTgaSim.js → createSvgIcon-BTLVR-ad.js} +21 -20
- package/dist/createTheme-BlQh0eyI.js +2268 -0
- package/dist/{defaultTheme-kN8jLC95.js → defaultTheme-CkLTWyeE.js} +1 -1
- package/dist/{extendSxProp-BuqOAkIB.js → extendSxProp-B_wB9j9Z.js} +1 -1
- package/dist/{generateUtilityClasses-CTfRViuv.js → generateUtilityClasses-DMkCz287.js} +1 -1
- package/dist/{iconButtonClasses-Bjc802it.js → iconButtonClasses-FfLS-X2M.js} +2 -2
- package/dist/index-5OJKu9qh.js +667 -0
- package/dist/{index-CUjJ3gl6.js → index-Bs0mGmsj.js} +4 -4
- package/dist/main.d.ts +2 -0
- package/dist/main.js +44 -42
- package/dist/{outlinedInputClasses-CBivYvoh.js → outlinedInputClasses-rfxFh721.js} +2 -2
- package/dist/s-copilot-kit-provider/index.d.ts +2 -0
- package/dist/s-copilot-kit-provider/index.js +4 -0
- package/dist/s-copilot-kit-provider/package.json +5 -0
- package/dist/s-copilot-kit-provider/s-copilot-kit-provider.d.ts +7 -0
- package/dist/s-copilot-kit-provider/s-copilot-kit-provider.js +9 -0
- package/dist/s-data-table/s-data-table.js +46 -45
- package/dist/s-date-picker/s-date-picker.js +26 -25
- package/dist/s-datetime-picker/s-datetime-picker.js +73 -72
- package/dist/s-dialog/s-dialog.js +1 -1
- package/dist/s-dialog-confirm/s-dialog-confirm.js +2 -2
- package/dist/s-dialog-message/s-dialog-message.js +2 -2
- package/dist/s-file-dropzone/s-file-dropzone.js +4 -4
- package/dist/s-file-icon/s-file-icon.js +1 -1
- package/dist/s-form/s-form.js +1 -1
- package/dist/s-glow-button/s-glow-button.js +3 -3
- package/dist/s-gradient-icon/s-gradient-icon.d.ts +2 -1
- package/dist/s-gradient-icon/s-gradient-icon.js +4 -3
- package/dist/s-label/s-label.js +1 -1
- package/dist/s-localization-provider/s-localization-provider.js +1 -1
- package/dist/s-multi-select/s-multi-select.js +3 -3
- package/dist/s-smart-text-field/s-smart-text-field.d.ts +1 -3
- package/dist/s-smart-text-field/s-smart-text-field.js +9259 -18849
- package/dist/s-text-editor/s-text-editor-toolbar.js +4 -4
- package/dist/s-text-editor/s-text-editor.js +1 -1
- package/dist/s-tip/s-tip.js +3 -3
- package/dist/{tabClasses-ENprUfJ-.js → tabClasses-PH6lKUvl.js} +2 -2
- package/dist/theme/components/avatar.js +1 -1
- package/dist/theme/customizations/data-display.js +7 -7
- package/dist/theme/customizations/feedback.js +1 -1
- package/dist/theme/customizations/inputs.js +4 -4
- package/dist/theme/customizations/navigation.js +3 -3
- package/dist/theme/customizations/surfaces.js +1 -1
- package/dist/theme/theme-primitives.js +1 -1
- package/dist/{typographyClasses-DiFekpbX.js → typographyClasses-ZiwLh_jE.js} +2 -2
- package/dist/{useMobilePicker-DV2vFPGZ.js → useMobilePicker-BzxyifzK.js} +56 -55
- package/dist/{useSlot-Cciih_p6.js → useSlot-C4SHe-Bx.js} +5 -5
- package/dist/{useTheme-BM5dU4pp.js → useTheme-Bn9C3FUK.js} +1 -1
- package/dist/{useThemeProps-hdzu913B.js → useThemeProps-BUFb1TtB.js} +2 -2
- package/dist/{warning-BeMCQpXj.js → warning-D7W5-6D5.js} +3 -3
- package/package.json +2 -2
- package/dist/createTheme-CozHbEju.js +0 -2932
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { j as c } from "../jsx-runtime-C5mzlN2N.js";
|
|
2
2
|
import * as r from "react";
|
|
3
|
-
import { c as t } from "../createSvgIcon-
|
|
3
|
+
import { c as t } from "../createSvgIcon-BTLVR-ad.js";
|
|
4
4
|
import { MenuItem as u } from "@mui/material";
|
|
5
5
|
import { usePopover as g } from "../hooks/use-popover.js";
|
|
6
6
|
import m from "../s-text-field/s-text-field.js";
|
|
7
|
-
import { I as f, S as x, F as d } from "../Select-
|
|
8
|
-
import { S as v } from "../Stack-
|
|
9
|
-
import { P as j } from "../Menu-
|
|
7
|
+
import { I as f, S as x, F as d } from "../Select-CukDtghB.js";
|
|
8
|
+
import { S as v } from "../Stack-DvJ0EY9Z.js";
|
|
9
|
+
import { P as j } from "../Menu-C3Ku2lqS.js";
|
|
10
10
|
const k = t(/* @__PURE__ */ c.jsx("path", {
|
|
11
11
|
d: "M9.4 16.6 4.8 12l4.6-4.6L8 6l-6 6 6 6zm5.2 0 4.6-4.6-4.6-4.6L16 6l6 6-6 6z"
|
|
12
12
|
}), "Code"), H = t(/* @__PURE__ */ c.jsx("path", {
|
|
@@ -5,7 +5,7 @@ import { Placeholder as m } from "@tiptap/extension-placeholder";
|
|
|
5
5
|
import { useEditor as c, EditorContent as f } from "@tiptap/react";
|
|
6
6
|
import { StarterKit as u } from "@tiptap/starter-kit";
|
|
7
7
|
import { STextEditorToolbar as x } from "./s-text-editor-toolbar.js";
|
|
8
|
-
import { B as d } from "../Box-
|
|
8
|
+
import { B as d } from "../Box-6v9dDzdR.js";
|
|
9
9
|
const z = ({
|
|
10
10
|
content: r,
|
|
11
11
|
editable: o = !0,
|
package/dist/s-tip/s-tip.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { j as t } from "../jsx-runtime-C5mzlN2N.js";
|
|
2
|
-
import { c as e } from "../createSvgIcon-
|
|
3
|
-
import { S as s } from "../Stack-
|
|
4
|
-
import { T as r } from "../Typography-
|
|
2
|
+
import { c as e } from "../createSvgIcon-BTLVR-ad.js";
|
|
3
|
+
import { S as s } from "../Stack-DvJ0EY9Z.js";
|
|
4
|
+
import { T as r } from "../Typography-BnBI5JmA.js";
|
|
5
5
|
const a = e(/* @__PURE__ */ t.jsx("path", {
|
|
6
6
|
d: "M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7m2 11.7V16h-4v-2.3C8.48 12.63 7 11.53 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.49-1.51 3.65-3 4.7"
|
|
7
7
|
}), "LightbulbOutline"), l = ({ message: o }) => /* @__PURE__ */ t.jsxs(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as e } from "./generateUtilityClasses-
|
|
2
|
-
import { g as a } from "./createTheme-
|
|
1
|
+
import { g as e } from "./generateUtilityClasses-DMkCz287.js";
|
|
2
|
+
import { g as a } from "./createTheme-BlQh0eyI.js";
|
|
3
3
|
function i(t) {
|
|
4
4
|
return a("MuiTab", t);
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { j as r } from "../../jsx-runtime-C5mzlN2N.js";
|
|
2
|
-
import { c as o } from "../../createSvgIcon-
|
|
2
|
+
import { c as o } from "../../createSvgIcon-BTLVR-ad.js";
|
|
3
3
|
const s = o(/* @__PURE__ */ r.jsx("path", {
|
|
4
4
|
d: "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4"
|
|
5
5
|
}), "Person"), c = {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { j as s } from "../../jsx-runtime-C5mzlN2N.js";
|
|
2
|
-
import { C as p } from "../../Close-
|
|
2
|
+
import { C as p } from "../../Close-Cq0bfDqS.js";
|
|
3
3
|
import { gray as e, green as t, red as i } from "../theme-primitives.js";
|
|
4
|
-
import { i as n } from "../../iconButtonClasses-
|
|
5
|
-
import { c as r } from "../../chipClasses-
|
|
6
|
-
import { s as l } from "../../createSvgIcon-
|
|
7
|
-
import { b as d } from "../../buttonBaseClasses-
|
|
8
|
-
import { t as c } from "../../typographyClasses-
|
|
9
|
-
import { a } from "../../createTheme-
|
|
4
|
+
import { i as n } from "../../iconButtonClasses-FfLS-X2M.js";
|
|
5
|
+
import { c as r } from "../../chipClasses-DCs-mJQc.js";
|
|
6
|
+
import { s as l } from "../../createSvgIcon-BTLVR-ad.js";
|
|
7
|
+
import { b as d } from "../../buttonBaseClasses-jvvoR1a5.js";
|
|
8
|
+
import { t as c } from "../../typographyClasses-ZiwLh_jE.js";
|
|
9
|
+
import { a } from "../../createTheme-BlQh0eyI.js";
|
|
10
10
|
const h = {
|
|
11
11
|
MuiList: {
|
|
12
12
|
styleOverrides: {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { j as a } from "../../jsx-runtime-C5mzlN2N.js";
|
|
2
|
-
import { c as i, s as n } from "../../createSvgIcon-
|
|
2
|
+
import { c as i, s as n } from "../../createSvgIcon-BTLVR-ad.js";
|
|
3
3
|
import { brand as r, gray as e } from "../theme-primitives.js";
|
|
4
|
-
import { o as s } from "../../outlinedInputClasses-
|
|
5
|
-
import { g as d } from "../../generateUtilityClasses-
|
|
6
|
-
import { a as t } from "../../createTheme-
|
|
4
|
+
import { o as s } from "../../outlinedInputClasses-rfxFh721.js";
|
|
5
|
+
import { g as d } from "../../generateUtilityClasses-DMkCz287.js";
|
|
6
|
+
import { a as t } from "../../createTheme-BlQh0eyI.js";
|
|
7
7
|
const p = i(/* @__PURE__ */ a.jsx("path", {
|
|
8
8
|
d: "M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1m1-16H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2"
|
|
9
9
|
}), "CheckBoxOutlineBlankRounded"), c = i(/* @__PURE__ */ a.jsx("path", {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { j as a } from "../../jsx-runtime-C5mzlN2N.js";
|
|
2
2
|
import * as i from "react";
|
|
3
|
-
import { c as s } from "../../createSvgIcon-
|
|
3
|
+
import { c as s } from "../../createSvgIcon-BTLVR-ad.js";
|
|
4
4
|
import { gray as o, brand as l } from "../theme-primitives.js";
|
|
5
|
-
import { t } from "../../tabClasses-
|
|
6
|
-
import { a as n } from "../../createTheme-
|
|
5
|
+
import { t } from "../../tabClasses-PH6lKUvl.js";
|
|
6
|
+
import { a as n } from "../../createTheme-BlQh0eyI.js";
|
|
7
7
|
const d = s(/* @__PURE__ */ a.jsx("path", {
|
|
8
8
|
d: "m12 5.83 2.46 2.46c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L12.7 3.7a.996.996 0 0 0-1.41 0L8.12 6.88c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0zm0 12.34-2.46-2.46a.996.996 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l3.17 3.18c.39.39 1.02.39 1.41 0l3.17-3.17c.39-.39.39-1.02 0-1.41a.996.996 0 0 0-1.41 0z"
|
|
9
9
|
}), "UnfoldMoreRounded"), y = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as a } from "./generateUtilityClasses-
|
|
2
|
-
import { g as i } from "./createTheme-
|
|
1
|
+
import { g as a } from "./generateUtilityClasses-DMkCz287.js";
|
|
2
|
+
import { g as i } from "./createTheme-BlQh0eyI.js";
|
|
3
3
|
function e(t) {
|
|
4
4
|
return i("MuiTypography", t);
|
|
5
5
|
}
|
|
@@ -1,24 +1,25 @@
|
|
|
1
1
|
import { _ as le, a as C } from "./objectWithoutPropertiesLoose-DiWPeE4c.js";
|
|
2
2
|
import * as h from "react";
|
|
3
3
|
import Oo from "react";
|
|
4
|
-
import { u as Fe, B as pn, b as We, d as Y, f as It, r as ft, a as ko, c as dr, e as Es } from "./useSlot-
|
|
5
|
-
import { f as Vs, T as pr, h as Ns, u as st, b as ye, c as Wn, F as Tt, o as qt, j as Fs, H as fn, G as As, k as js, l as zn, L as cn, i as Io, m as $s, n as Ls, B as Bs } from "./Menu-
|
|
4
|
+
import { u as Fe, B as pn, b as We, d as Y, f as It, r as ft, a as ko, c as dr, e as Es } from "./useSlot-C4SHe-Bx.js";
|
|
5
|
+
import { f as Vs, T as pr, h as Ns, u as st, b as ye, c as Wn, F as Tt, o as qt, j as Fs, H as fn, G as As, k as js, l as zn, L as cn, i as Io, m as $s, n as Ls, B as Bs } from "./Menu-C3Ku2lqS.js";
|
|
6
6
|
import { u as Et, a as jt, F as Ws } from "./useFormControl-B3RPiDsz.js";
|
|
7
|
-
import { u as wt, f as Hn, O as zs, a as Hs, b as _s, S as qs, F as fr, I as mn, C as Us, i as mr } from "./Select-
|
|
7
|
+
import { u as wt, f as Hn, O as zs, a as Hs, b as _s, S as qs, F as fr, I as mn, C as Us, i as mr } from "./Select-CukDtghB.js";
|
|
8
8
|
import { u as Ue } from "./useEnhancedEffect-CJGo-L3B.js";
|
|
9
9
|
import { c as he, T as Ys } from "./identifier-CGgVMHib.js";
|
|
10
|
-
import { g as be } from "./generateUtilityClasses-
|
|
11
|
-
import {
|
|
10
|
+
import { g as be } from "./generateUtilityClasses-DMkCz287.js";
|
|
11
|
+
import { c as te, a as ke, g as xe } from "./createTheme-BlQh0eyI.js";
|
|
12
12
|
import { j as S } from "./jsx-runtime-C5mzlN2N.js";
|
|
13
|
-
import { P as Ks, L as Gs, u as Te, w as Qs } from "./warning-
|
|
14
|
-
import { c as ut, u as He, a as z, b as ge, m as at, r as hr, f as Pt } from "./createSvgIcon-
|
|
15
|
-
import { T as $t } from "./Typography-
|
|
16
|
-
import {
|
|
13
|
+
import { P as Ks, L as Gs, u as Te, w as Qs } from "./warning-D7W5-6D5.js";
|
|
14
|
+
import { c as ut, u as He, a as z, b as ge, m as at, r as hr, f as Pt } from "./createSvgIcon-BTLVR-ad.js";
|
|
15
|
+
import { T as $t } from "./Typography-BnBI5JmA.js";
|
|
16
|
+
import { P as o } from "./index-5OJKu9qh.js";
|
|
17
|
+
import { _ as Xs, T as gr } from "./TransitionGroup-D2o-MIVr.js";
|
|
17
18
|
import { c as Ot } from "./createSimplePaletteValueFilter-B7--0ryQ.js";
|
|
18
|
-
import { a as Zs } from "./useTheme-
|
|
19
|
-
import { g as Js } from "./useThemeProps-
|
|
20
|
-
import { r as ea } from "./defaultTheme-
|
|
21
|
-
import { g as ta, c as pe } from "./chipClasses-
|
|
19
|
+
import { a as Zs } from "./useTheme-Bn9C3FUK.js";
|
|
20
|
+
import { g as Js } from "./useThemeProps-BUFb1TtB.js";
|
|
21
|
+
import { r as ea } from "./defaultTheme-CkLTWyeE.js";
|
|
22
|
+
import { g as ta, c as pe } from "./chipClasses-DCs-mJQc.js";
|
|
22
23
|
function na(e, t, n, r, s) {
|
|
23
24
|
const [a, c] = h.useState(() => s && n ? n(e).matches : r ? r(e).matches : t);
|
|
24
25
|
return Ue(() => {
|
|
@@ -852,7 +853,7 @@ process.env.NODE_ENV !== "production" && (vr.propTypes = {
|
|
|
852
853
|
});
|
|
853
854
|
const ma = yr({
|
|
854
855
|
themeId: Ys
|
|
855
|
-
}), nt = (e, t) => e.length !== t.length ? !1 : t.every((n) => e.includes(n)),
|
|
856
|
+
}), nt = (e, t) => e.length !== t.length ? !1 : t.every((n) => e.includes(n)), qp = ({
|
|
856
857
|
openTo: e,
|
|
857
858
|
defaultOpenTo: t,
|
|
858
859
|
views: n,
|
|
@@ -908,10 +909,10 @@ const ma = yr({
|
|
|
908
909
|
r.push(e.addMonths(s, 1));
|
|
909
910
|
}
|
|
910
911
|
return r;
|
|
911
|
-
}, xr = (e, t, n) => n === "date" ? e.startOfDay(e.date(void 0, t)) : e.date(void 0, t),
|
|
912
|
+
}, xr = (e, t, n) => n === "date" ? e.startOfDay(e.date(void 0, t)) : e.date(void 0, t), Up = (e, t) => {
|
|
912
913
|
const n = e.setHours(e.date(), t === "am" ? 2 : 14);
|
|
913
914
|
return e.format(n, "meridiem");
|
|
914
|
-
}, ba = ["year", "month", "day"], Eo = (e) => ba.includes(e),
|
|
915
|
+
}, ba = ["year", "month", "day"], Eo = (e) => ba.includes(e), Yp = (e, {
|
|
915
916
|
format: t,
|
|
916
917
|
views: n
|
|
917
918
|
}, r) => {
|
|
@@ -922,10 +923,10 @@ const ma = yr({
|
|
|
922
923
|
}, ya = (e, t) => {
|
|
923
924
|
const n = e.startOfWeek(t);
|
|
924
925
|
return [0, 1, 2, 3, 4, 5, 6].map((r) => e.addDays(n, r));
|
|
925
|
-
}, va = ["hours", "minutes", "seconds"], xa = ["hours", "minutes", "seconds", "meridiem"], Sa = (e) => va.includes(e),
|
|
926
|
+
}, va = ["hours", "minutes", "seconds"], xa = ["hours", "minutes", "seconds", "meridiem"], Sa = (e) => va.includes(e), Kp = (e) => xa.includes(e), wa = (e, t) => e ? t.getHours(e) >= 12 ? "pm" : "am" : null, Pa = (e, t, n) => n && (e >= 12 ? "pm" : "am") !== t ? t === "am" ? e - 12 : e + 12 : e, Ca = (e, t, n, r) => {
|
|
926
927
|
const s = Pa(r.getHours(e), t, n);
|
|
927
928
|
return r.setHours(e, s);
|
|
928
|
-
}, Vo = (e, t) => t.getHours(e) * 3600 + t.getMinutes(e) * 60 + t.getSeconds(e), Da = (e, t) => (n, r) => e ? t.isAfter(n, r) : Vo(n, t) > Vo(r, t),
|
|
929
|
+
}, Vo = (e, t) => t.getHours(e) * 3600 + t.getMinutes(e) * 60 + t.getSeconds(e), Da = (e, t) => (n, r) => e ? t.isAfter(n, r) : Vo(n, t) > Vo(r, t), Gp = (e, {
|
|
929
930
|
format: t,
|
|
930
931
|
views: n,
|
|
931
932
|
ampm: r
|
|
@@ -1287,8 +1288,8 @@ const Wa = (e) => {
|
|
|
1287
1288
|
}, Ne = (e = document) => {
|
|
1288
1289
|
const t = e.activeElement;
|
|
1289
1290
|
return t ? t.shadowRoot ? Ne(t.shadowRoot) : t : null;
|
|
1290
|
-
},
|
|
1291
|
-
function
|
|
1291
|
+
}, Qp = (e) => Array.from(e.children).indexOf(Ne(document)), Xp = "@media (pointer: fine)";
|
|
1292
|
+
function Zp(...e) {
|
|
1292
1293
|
return e.reduce((t, n) => (Array.isArray(n) ? t.push(...n) : n != null && t.push(n), t), []);
|
|
1293
1294
|
}
|
|
1294
1295
|
const za = (e) => ({
|
|
@@ -1380,7 +1381,7 @@ const Qn = () => {
|
|
|
1380
1381
|
return h.useMemo(() => C({}, e, {
|
|
1381
1382
|
localeText: t
|
|
1382
1383
|
}), [e, t]);
|
|
1383
|
-
}, we = () => Qn().adapter, Ct = () => Qn().localeText, jn = ["disablePast", "disableFuture", "minDate", "maxDate", "shouldDisableDate", "shouldDisableMonth", "shouldDisableYear"], $n = ["disablePast", "disableFuture", "minTime", "maxTime", "shouldDisableTime", "minutesStep", "ampm", "disableIgnoringDatePartForTimeValidation"], Dr = ["minDateTime", "maxDateTime"], _a = [...jn, ...$n, ...Dr],
|
|
1384
|
+
}, we = () => Qn().adapter, Ct = () => Qn().localeText, jn = ["disablePast", "disableFuture", "minDate", "maxDate", "shouldDisableDate", "shouldDisableMonth", "shouldDisableYear"], $n = ["disablePast", "disableFuture", "minTime", "maxTime", "shouldDisableTime", "minutesStep", "ampm", "disableIgnoringDatePartForTimeValidation"], Dr = ["minDateTime", "maxDateTime"], _a = [...jn, ...$n, ...Dr], Jp = (e) => _a.reduce((t, n) => (e.hasOwnProperty(n) && (t[n] = e[n]), t), {}), qa = ["value", "defaultValue", "referenceDate", "format", "formatDensity", "onChange", "timezone", "onError", "shouldRespectLeadingZeros", "selectedSections", "onSelectedSectionsChange", "unstableFieldRef", "unstableStartFieldRef", "unstableEndFieldRef", "enableAccessibleFieldDOMStructure", "disabled", "readOnly", "dateSeparator", "autoFocus", "focused"], Or = (e, t) => h.useMemo(() => {
|
|
1384
1385
|
const n = C({}, e), r = {}, s = (a) => {
|
|
1385
1386
|
n.hasOwnProperty(a) && (r[a] = n[a], delete n[a]);
|
|
1386
1387
|
};
|
|
@@ -2967,14 +2968,14 @@ const kt = (e) => e.replace(/[\u2066\u2067\u2068\u2069]/g, ""), ui = (e, t, n) =
|
|
|
2967
2968
|
function _o(e) {
|
|
2968
2969
|
return e.current === Ne(document);
|
|
2969
2970
|
}
|
|
2970
|
-
const
|
|
2971
|
+
const ef = (e) => {
|
|
2971
2972
|
const t = kr();
|
|
2972
2973
|
return (e.props.enableAccessibleFieldDOMStructure ?? (t == null ? void 0 : t.enableAccessibleFieldDOMStructure) ?? !0 ? ci : di)(e);
|
|
2973
2974
|
}, pi = () => Qn().defaultDates, xn = (e) => {
|
|
2974
2975
|
const t = we(), n = h.useRef(void 0);
|
|
2975
2976
|
return n.current === void 0 && (n.current = t.date(void 0, e)), n.current;
|
|
2976
2977
|
};
|
|
2977
|
-
function
|
|
2978
|
+
function tf(e = {}) {
|
|
2978
2979
|
const {
|
|
2979
2980
|
enableAccessibleFieldDOMStructure: t = !0
|
|
2980
2981
|
} = e;
|
|
@@ -4147,7 +4148,7 @@ const Vi = ut(/* @__PURE__ */ S.jsx("path", {
|
|
|
4147
4148
|
d: "M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z"
|
|
4148
4149
|
}), "ArrowLeft"), Fi = ut(/* @__PURE__ */ S.jsx("path", {
|
|
4149
4150
|
d: "M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z"
|
|
4150
|
-
}), "ArrowRight"),
|
|
4151
|
+
}), "ArrowRight"), nf = ut(/* @__PURE__ */ S.jsx("path", {
|
|
4151
4152
|
d: "M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z"
|
|
4152
4153
|
}), "Calendar");
|
|
4153
4154
|
ut(/* @__PURE__ */ S.jsxs(h.Fragment, {
|
|
@@ -4157,9 +4158,9 @@ ut(/* @__PURE__ */ S.jsxs(h.Fragment, {
|
|
|
4157
4158
|
d: "M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"
|
|
4158
4159
|
})]
|
|
4159
4160
|
}), "Clock");
|
|
4160
|
-
const
|
|
4161
|
+
const of = ut(/* @__PURE__ */ S.jsx("path", {
|
|
4161
4162
|
d: "M9 11H7v2h2v-2zm4 0h-2v2h2v-2zm4 0h-2v2h2v-2zm2-7h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V9h14v11z"
|
|
4162
|
-
}), "DateRange"),
|
|
4163
|
+
}), "DateRange"), rf = ut(/* @__PURE__ */ S.jsxs(h.Fragment, {
|
|
4163
4164
|
children: [/* @__PURE__ */ S.jsx("path", {
|
|
4164
4165
|
d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
|
|
4165
4166
|
}), /* @__PURE__ */ S.jsx("path", {
|
|
@@ -5859,7 +5860,7 @@ const xl = ["enableAccessibleFieldDOMStructure"], Sl = ["InputProps", "readOnly"
|
|
|
5859
5860
|
inputRef: void 0
|
|
5860
5861
|
});
|
|
5861
5862
|
process.env.NODE_ENV !== "production" && (In.displayName = "PickerFieldUIContext");
|
|
5862
|
-
function
|
|
5863
|
+
function sf(e) {
|
|
5863
5864
|
var $, K;
|
|
5864
5865
|
const {
|
|
5865
5866
|
slots: t,
|
|
@@ -5964,7 +5965,7 @@ function rf(e) {
|
|
|
5964
5965
|
function un(e, t) {
|
|
5965
5966
|
return e ? t ? (n) => C({}, ko(t, n), ko(e, n)) : e : t;
|
|
5966
5967
|
}
|
|
5967
|
-
function
|
|
5968
|
+
function af(e) {
|
|
5968
5969
|
const {
|
|
5969
5970
|
ref: t,
|
|
5970
5971
|
externalForwardedProps: n,
|
|
@@ -6021,7 +6022,7 @@ function zr(e) {
|
|
|
6021
6022
|
function Ml(e) {
|
|
6022
6023
|
return xe("MuiPickersToolbar", e);
|
|
6023
6024
|
}
|
|
6024
|
-
const
|
|
6025
|
+
const lf = be("MuiPickersToolbar", ["root", "title", "content"]);
|
|
6025
6026
|
function Rl() {
|
|
6026
6027
|
const {
|
|
6027
6028
|
ownerState: e
|
|
@@ -6790,7 +6791,7 @@ function Hl(e, {
|
|
|
6790
6791
|
return !s.isBefore(c, e);
|
|
6791
6792
|
}, [t, n, e, s, r]);
|
|
6792
6793
|
}
|
|
6793
|
-
function
|
|
6794
|
+
function cf(e, t, n, r) {
|
|
6794
6795
|
const s = we(), a = h.useMemo(() => s.isValid(e) ? e : null, [s, e]), c = wa(a, s), i = h.useCallback((l) => {
|
|
6795
6796
|
const u = a == null ? null : Ca(a, l, !!t, s);
|
|
6796
6797
|
n(u, r ?? "partial");
|
|
@@ -6800,7 +6801,7 @@ function lf(e, t, n, r) {
|
|
|
6800
6801
|
handleMeridiemChange: i
|
|
6801
6802
|
};
|
|
6802
6803
|
}
|
|
6803
|
-
const Xt = 36, Mn = 2, Rn = 320, _l = 280, uo = 336,
|
|
6804
|
+
const Xt = 36, Mn = 2, Rn = 320, _l = 280, uo = 336, uf = 232, df = 48, Ur = ({
|
|
6804
6805
|
shouldDisableDate: e,
|
|
6805
6806
|
shouldDisableMonth: t,
|
|
6806
6807
|
shouldDisableYear: n,
|
|
@@ -12352,7 +12353,7 @@ function Os(e) {
|
|
|
12352
12353
|
}
|
|
12353
12354
|
});
|
|
12354
12355
|
}
|
|
12355
|
-
const sp = ["props", "steps"], ap = ["ownerState"],
|
|
12356
|
+
const sp = ["props", "steps"], ap = ["ownerState"], pf = (e) => {
|
|
12356
12357
|
var M;
|
|
12357
12358
|
let {
|
|
12358
12359
|
props: t,
|
|
@@ -12998,7 +12999,7 @@ function vp(e) {
|
|
|
12998
12999
|
})
|
|
12999
13000
|
}));
|
|
13000
13001
|
}
|
|
13001
|
-
const xp = ["props", "steps"], Sp = ["ownerState"],
|
|
13002
|
+
const xp = ["props", "steps"], Sp = ["ownerState"], ff = (e) => {
|
|
13002
13003
|
var M;
|
|
13003
13004
|
let {
|
|
13004
13005
|
props: t,
|
|
@@ -13061,28 +13062,28 @@ const xp = ["props", "steps"], Sp = ["ownerState"], pf = (e) => {
|
|
|
13061
13062
|
};
|
|
13062
13063
|
};
|
|
13063
13064
|
export {
|
|
13064
|
-
|
|
13065
|
+
Zp as $,
|
|
13065
13066
|
Ml as A,
|
|
13066
13067
|
dt as B,
|
|
13067
|
-
|
|
13068
|
-
|
|
13069
|
-
|
|
13070
|
-
|
|
13071
|
-
|
|
13068
|
+
nf as C,
|
|
13069
|
+
Xp as D,
|
|
13070
|
+
cf as E,
|
|
13071
|
+
Up as F,
|
|
13072
|
+
lf as G,
|
|
13072
13073
|
Sa as H,
|
|
13073
|
-
|
|
13074
|
-
|
|
13074
|
+
Gp as I,
|
|
13075
|
+
Kp as J,
|
|
13075
13076
|
xr as K,
|
|
13076
13077
|
tn as L,
|
|
13077
|
-
|
|
13078
|
+
df as M,
|
|
13078
13079
|
xn as N,
|
|
13079
13080
|
rs as O,
|
|
13080
13081
|
Fl as P,
|
|
13081
13082
|
tu as Q,
|
|
13082
|
-
|
|
13083
|
+
uf as R,
|
|
13083
13084
|
tt as S,
|
|
13084
|
-
|
|
13085
|
-
|
|
13085
|
+
rf as T,
|
|
13086
|
+
Qp as U,
|
|
13086
13087
|
Pa as V,
|
|
13087
13088
|
tp as W,
|
|
13088
13089
|
op as X,
|
|
@@ -13096,26 +13097,26 @@ export {
|
|
|
13096
13097
|
Ct as b,
|
|
13097
13098
|
Rl as c,
|
|
13098
13099
|
Sn as d,
|
|
13099
|
-
|
|
13100
|
-
|
|
13101
|
-
|
|
13102
|
-
|
|
13103
|
-
|
|
13100
|
+
qp as e,
|
|
13101
|
+
tf as f,
|
|
13102
|
+
ef as g,
|
|
13103
|
+
af as h,
|
|
13104
|
+
sf as i,
|
|
13104
13105
|
uu as j,
|
|
13105
|
-
|
|
13106
|
-
|
|
13107
|
-
|
|
13106
|
+
Jp as k,
|
|
13107
|
+
pf as l,
|
|
13108
|
+
ff as m,
|
|
13108
13109
|
ma as n,
|
|
13109
13110
|
sa as o,
|
|
13110
13111
|
Da as p,
|
|
13111
13112
|
pi as q,
|
|
13112
|
-
|
|
13113
|
+
Yp as r,
|
|
13113
13114
|
pt as s,
|
|
13114
13115
|
To as t,
|
|
13115
13116
|
we as u,
|
|
13116
13117
|
no as v,
|
|
13117
13118
|
La as w,
|
|
13118
|
-
|
|
13119
|
+
of as x,
|
|
13119
13120
|
Ae as y,
|
|
13120
13121
|
Eo as z
|
|
13121
13122
|
};
|
|
@@ -3,13 +3,13 @@ var ke = (e, n, t) => n in e ? Ie(e, n, { enumerable: !0, configurable: !0, writ
|
|
|
3
3
|
var W = (e, n, t) => ke(e, typeof n != "symbol" ? n + "" : n, t);
|
|
4
4
|
import { c as M } from "./identifier-CGgVMHib.js";
|
|
5
5
|
import * as h from "react";
|
|
6
|
-
import { P as o } from "./
|
|
6
|
+
import { P as o } from "./index-5OJKu9qh.js";
|
|
7
7
|
import { j as x } from "./jsx-runtime-C5mzlN2N.js";
|
|
8
|
-
import { g as je } from "./generateUtilityClasses-
|
|
9
|
-
import { u as ce, a as P, b as Oe } from "./createSvgIcon-
|
|
10
|
-
import { T as Ae } from "./TransitionGroup-
|
|
8
|
+
import { g as je } from "./generateUtilityClasses-DMkCz287.js";
|
|
9
|
+
import { u as ce, a as P, b as Oe } from "./createSvgIcon-BTLVR-ad.js";
|
|
10
|
+
import { T as Ae } from "./TransitionGroup-D2o-MIVr.js";
|
|
11
11
|
import { keyframes as ee } from "@emotion/react";
|
|
12
|
-
import { g as De, b as Le } from "./buttonBaseClasses-
|
|
12
|
+
import { g as De, b as Le } from "./buttonBaseClasses-jvvoR1a5.js";
|
|
13
13
|
import { u as $e } from "./useEnhancedEffect-CJGo-L3B.js";
|
|
14
14
|
function v(e) {
|
|
15
15
|
const n = h.useRef(e);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { _ as L, a as P } from "./objectWithoutPropertiesLoose-DiWPeE4c.js";
|
|
2
2
|
import * as n from "react";
|
|
3
|
-
import { P as e } from "./
|
|
3
|
+
import { P as e } from "./index-5OJKu9qh.js";
|
|
4
4
|
import { j as E } from "./jsx-runtime-C5mzlN2N.js";
|
|
5
|
-
import { d as M } from "./defaultTheme-
|
|
5
|
+
import { d as M } from "./defaultTheme-CkLTWyeE.js";
|
|
6
6
|
import { T as j } from "./identifier-CGgVMHib.js";
|
|
7
|
-
import { u as v } from "./useThemeProps-
|
|
7
|
+
import { u as v } from "./useThemeProps-BUFb1TtB.js";
|
|
8
8
|
function w({
|
|
9
9
|
props: o,
|
|
10
10
|
name: a
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"registry": "https://registry.npmjs.org"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.65",
|
|
7
7
|
"description": "advanced ui kit for solostylist",
|
|
8
8
|
"private": false,
|
|
9
9
|
"type": "module",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@copilotkit/react-core": "^1.8.13",
|
|
29
|
-
"@copilotkit/react-textarea": "^1.
|
|
29
|
+
"@copilotkit/react-textarea": "^1.9.3",
|
|
30
30
|
"@emotion/cache": "^11.14.0",
|
|
31
31
|
"@emotion/react": "^11.14.0",
|
|
32
32
|
"@emotion/styled": "^11.14.0",
|