@solostylist/ui-kit 1.0.32 → 1.0.33
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-Cu0PvgiL.js → Box-BuuxG3Tr.js} +19 -20
- package/dist/{Menu-C2llDJyI.js → Menu-DmnT6o5K.js} +610 -600
- package/dist/{Stack-uu0uVXox.js → Stack-CkxaDtxz.js} +31 -33
- package/dist/{Typography-DlhXzj-D.js → Typography-Ct1tfVOf.js} +5 -5
- package/dist/_commonjsHelpers-C6fGbg64.js +6 -0
- package/dist/{buttonBaseClasses-Cs778eg3.js → buttonBaseClasses-CTh1kkSM.js} +2 -2
- package/dist/{createSvgIcon-DK6yVt3w.js → createSvgIcon-C26LSZjW.js} +4 -4
- package/dist/{createTheme-DgQJeYRt.js → createTheme-o5OrEPBx.js} +2 -1
- package/dist/{extendSxProp-KlKrlfYx.js → extendSxProp-B1Bo-Q7i.js} +1 -1
- package/dist/{generateUtilityClasses-C-O1qWa9.js → generateUtilityClasses-BEerdfFd.js} +1 -1
- package/dist/{iconButtonClasses-BvY27R_O.js → iconButtonClasses-BAXUV9zR.js} +2 -2
- package/dist/identifier-BWKW9pab.js +234 -0
- package/dist/{index-NeW0SZ-C.js → index-DP0FdjAl.js} +5 -5
- package/dist/main.d.ts +0 -2
- package/dist/main.js +24 -26
- package/dist/{memoTheme-1tTQAxpP.js → memoTheme-BUxBXdzq.js} +37 -35
- package/dist/{menuItemClasses-DtZ7DoOq.js → menuItemClasses-D0q3bQU7.js} +2 -2
- package/dist/{outlinedInputClasses-Dh9m5x_6.js → outlinedInputClasses-Bng2WHfn.js} +2 -2
- package/dist/s-data-table/s-data-table.js +32 -34
- package/dist/s-dialog-confirm/s-dialog-confirm.js +1 -1
- package/dist/s-dialog-message/s-dialog-message.js +1 -1
- package/dist/s-file-dropzone/s-file-dropzone.js +3 -3
- package/dist/s-file-icon/s-file-icon.js +1 -1
- package/dist/s-multi-select/s-multi-select.js +8 -8
- package/dist/s-smart-text-field/index.d.ts +0 -2
- package/dist/s-smart-text-field/index.js +1 -4
- package/dist/s-smart-text-field/s-text-field.d.ts +0 -6
- package/dist/s-smart-text-field/s-text-field.js +0 -27133
- package/dist/s-text-editor/s-text-editor-toolbar.js +443 -429
- package/dist/s-text-editor/s-text-editor.js +1 -1
- package/dist/s-tip/s-tip.js +2 -2
- package/dist/{selectClasses-Dfh_2m_V.js → selectClasses-BFIcGZVT.js} +2 -2
- package/dist/{svgIconClasses-BqT1l2-6.js → svgIconClasses-CvmRPAiT.js} +2 -2
- package/dist/theme/customizations/data-display.js +6 -6
- package/dist/theme/customizations/feedback.js +1 -1
- package/dist/theme/customizations/inputs.js +5 -5
- package/dist/theme/customizations/navigation.js +6 -6
- package/dist/theme/customizations/surfaces.js +1 -1
- package/dist/theme/theme-primitives.js +1 -1
- package/dist/{typographyClasses-CYLH9eLg.js → typographyClasses-Dp267WAR.js} +2 -2
- package/dist/{useControlled-Bvu9pDu8.js → useControlled-DnifWmuD.js} +15 -15
- package/dist/useSlot-DkkwzAuc.js +1179 -0
- package/dist/{useTheme-COYkWUCG.js → useTheme-DvS2uOCK.js} +1 -1
- package/dist/utils/dayjs.js +1 -1
- package/package.json +1 -3
- package/dist/TransitionGroup-CqOrg-mA.js +0 -216
- package/dist/_commonjsHelpers-B4e78b8K.js +0 -28
- package/dist/emotion-serialize.esm-lgBmL_7o.js +0 -195
- package/dist/identifier-CdaB--DW.js +0 -46
- package/dist/useSlot-D9YvaBTd.js +0 -969
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { l as V, e as Q, s as D, i as U, c as X, P as O, b as Y } from "./createTheme-
|
|
2
|
-
import { i as j, a as Z, s as ee, T as te } from "./identifier-
|
|
1
|
+
import { l as V, e as Q, s as D, i as U, c as X, P as O, b as Y } from "./createTheme-o5OrEPBx.js";
|
|
2
|
+
import { i as j, a as Z, s as ee, T as te } from "./identifier-BWKW9pab.js";
|
|
3
3
|
import * as I from "react";
|
|
4
4
|
import "./jsx-runtime-C5mzlN2N.js";
|
|
5
5
|
function M(e, n = "") {
|
|
@@ -103,9 +103,9 @@ function ie(e = {}) {
|
|
|
103
103
|
se(i, n, t);
|
|
104
104
|
}
|
|
105
105
|
return (i, d = {}) => {
|
|
106
|
-
Z(i, (
|
|
106
|
+
Z(i, (a) => a.filter((f) => f !== D));
|
|
107
107
|
const {
|
|
108
|
-
name:
|
|
108
|
+
name: c,
|
|
109
109
|
slot: m,
|
|
110
110
|
skipVariantsResolver: E,
|
|
111
111
|
skipSx: q,
|
|
@@ -119,45 +119,47 @@ function ie(e = {}) {
|
|
|
119
119
|
m && m !== "Root" && m !== "root" || !1
|
|
120
120
|
), W = q || !1;
|
|
121
121
|
let P = R;
|
|
122
|
-
m === "Root" || m === "root" ? P = o : m ? P = r :
|
|
122
|
+
m === "Root" || m === "root" ? P = o : m ? P = r : fe(i) && (P = void 0);
|
|
123
123
|
const x = ee(i, {
|
|
124
124
|
shouldForwardProp: P,
|
|
125
|
-
label: ae(
|
|
125
|
+
label: ae(c, m),
|
|
126
126
|
...B
|
|
127
|
-
}), G = (
|
|
128
|
-
if (
|
|
127
|
+
}), G = (a) => {
|
|
128
|
+
if (a.__emotion_real === a)
|
|
129
|
+
return a;
|
|
130
|
+
if (typeof a == "function")
|
|
129
131
|
return function(S) {
|
|
130
|
-
return T(S,
|
|
132
|
+
return T(S, a);
|
|
131
133
|
};
|
|
132
|
-
if (U(
|
|
133
|
-
const
|
|
134
|
-
return
|
|
135
|
-
return T(y,
|
|
136
|
-
} :
|
|
134
|
+
if (U(a)) {
|
|
135
|
+
const f = H(a);
|
|
136
|
+
return f.variants ? function(y) {
|
|
137
|
+
return T(y, f);
|
|
138
|
+
} : f.style;
|
|
137
139
|
}
|
|
138
|
-
return
|
|
139
|
-
}, _ = (...
|
|
140
|
-
const
|
|
141
|
-
if (
|
|
140
|
+
return a;
|
|
141
|
+
}, _ = (...a) => {
|
|
142
|
+
const f = [], S = a.map(G), y = [];
|
|
143
|
+
if (f.push(s), c && F && y.push(function(h) {
|
|
142
144
|
var v, $;
|
|
143
|
-
const
|
|
144
|
-
if (!
|
|
145
|
+
const l = ($ = (v = h.theme.components) == null ? void 0 : v[c]) == null ? void 0 : $.styleOverrides;
|
|
146
|
+
if (!l)
|
|
145
147
|
return null;
|
|
146
148
|
const w = {};
|
|
147
|
-
for (const A in
|
|
148
|
-
w[A] = T(h,
|
|
149
|
+
for (const A in l)
|
|
150
|
+
w[A] = T(h, l[A]);
|
|
149
151
|
return F(h, w);
|
|
150
|
-
}),
|
|
152
|
+
}), c && !C && y.push(function(h) {
|
|
151
153
|
var w, v;
|
|
152
|
-
const p = h.theme,
|
|
153
|
-
return
|
|
154
|
+
const p = h.theme, l = (v = (w = p == null ? void 0 : p.components) == null ? void 0 : w[c]) == null ? void 0 : v.variants;
|
|
155
|
+
return l ? L(h, l) : null;
|
|
154
156
|
}), W || y.push(D), Array.isArray(S[0])) {
|
|
155
|
-
const N = S.shift(), h = new Array(
|
|
156
|
-
let
|
|
157
|
-
|
|
157
|
+
const N = S.shift(), h = new Array(f.length).fill(""), p = new Array(y.length).fill("");
|
|
158
|
+
let l;
|
|
159
|
+
l = [...h, ...N, ...p], l.raw = [...h, ...N.raw, ...p], f.unshift(l);
|
|
158
160
|
}
|
|
159
|
-
const J = [...
|
|
160
|
-
return i.muiName && (b.muiName = i.muiName), process.env.NODE_ENV !== "production" && (b.displayName = ue(
|
|
161
|
+
const J = [...f, ...S, ...y], b = x(...J);
|
|
162
|
+
return i.muiName && (b.muiName = i.muiName), process.env.NODE_ENV !== "production" && (b.displayName = ue(c, m, i)), b;
|
|
161
163
|
};
|
|
162
164
|
return x.withConfig && (_.withConfig = x.withConfig), _;
|
|
163
165
|
};
|
|
@@ -174,7 +176,7 @@ function ce(e) {
|
|
|
174
176
|
return !1;
|
|
175
177
|
return !0;
|
|
176
178
|
}
|
|
177
|
-
function
|
|
179
|
+
function fe(e) {
|
|
178
180
|
return typeof e == "string" && // 96 is one less than the char code
|
|
179
181
|
// for "a" so this is checking that
|
|
180
182
|
// it's a lowercase character
|
|
@@ -215,7 +217,7 @@ function g(e, n) {
|
|
|
215
217
|
}
|
|
216
218
|
return t;
|
|
217
219
|
}
|
|
218
|
-
const
|
|
220
|
+
const le = /* @__PURE__ */ I.createContext(void 0);
|
|
219
221
|
process.env.NODE_ENV !== "production" && (O.node, O.object);
|
|
220
222
|
function de(e) {
|
|
221
223
|
const {
|
|
@@ -232,7 +234,7 @@ function me({
|
|
|
232
234
|
props: e,
|
|
233
235
|
name: n
|
|
234
236
|
}) {
|
|
235
|
-
const t = I.useContext(
|
|
237
|
+
const t = I.useContext(le);
|
|
236
238
|
return de({
|
|
237
239
|
props: e,
|
|
238
240
|
name: n,
|
|
@@ -257,8 +259,8 @@ function Ne(e, n, t = void 0) {
|
|
|
257
259
|
const s = e[r];
|
|
258
260
|
let u = "", i = !0;
|
|
259
261
|
for (let d = 0; d < s.length; d += 1) {
|
|
260
|
-
const
|
|
261
|
-
|
|
262
|
+
const c = s[d];
|
|
263
|
+
c && (u += (i === !0 ? "" : " ") + n(c), i = !1, t && t[c] && (u += " " + t[c]));
|
|
262
264
|
}
|
|
263
265
|
o[r] = u;
|
|
264
266
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as e } from "./generateUtilityClasses-
|
|
2
|
-
import { g as i } from "./createTheme-
|
|
1
|
+
import { g as e } from "./generateUtilityClasses-BEerdfFd.js";
|
|
2
|
+
import { g as i } from "./createTheme-o5OrEPBx.js";
|
|
3
3
|
const r = e("MuiDivider", ["root", "absolute", "fullWidth", "inset", "middle", "flexItem", "light", "vertical", "withChildren", "withChildrenVertical", "textAlignRight", "textAlignLeft", "wrapper", "wrapperVertical"]);
|
|
4
4
|
function a(t) {
|
|
5
5
|
return i("MuiMenuItem", t);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as n } from "./generateUtilityClasses-
|
|
2
|
-
import { g as e } from "./createTheme-
|
|
1
|
+
import { g as n } from "./generateUtilityClasses-BEerdfFd.js";
|
|
2
|
+
import { g as e } from "./createTheme-o5OrEPBx.js";
|
|
3
3
|
function l(t) {
|
|
4
4
|
return e("MuiInputBase", t);
|
|
5
5
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { j as r } from "../jsx-runtime-C5mzlN2N.js";
|
|
2
2
|
import * as y from "react";
|
|
3
3
|
import Ce from "../s-empty/s-empty.js";
|
|
4
|
-
import { g as N, c as j, P as e, a as M, n as Te, o as ke } from "../createTheme-
|
|
5
|
-
import { c as I } from "../identifier-
|
|
6
|
-
import { s as S, c as $, r as se, u as E, m as W } from "../memoTheme-
|
|
7
|
-
import { g as B } from "../generateUtilityClasses-
|
|
8
|
-
import { u as je, a as
|
|
9
|
-
import { a as A, B as
|
|
10
|
-
import { c as J } from "../createSvgIcon-
|
|
4
|
+
import { g as N, c as j, P as e, a as M, n as Te, o as ke } from "../createTheme-o5OrEPBx.js";
|
|
5
|
+
import { c as I } from "../identifier-BWKW9pab.js";
|
|
6
|
+
import { s as S, c as $, r as se, u as E, m as W } from "../memoTheme-BUxBXdzq.js";
|
|
7
|
+
import { g as B } from "../generateUtilityClasses-BEerdfFd.js";
|
|
8
|
+
import { u as je, a as Oe } from "../useControlled-DnifWmuD.js";
|
|
9
|
+
import { a as A, B as Re, r as we, m as Pe } from "../useSlot-DkkwzAuc.js";
|
|
10
|
+
import { c as J } from "../createSvgIcon-C26LSZjW.js";
|
|
11
11
|
import { c as Y } from "../createSimplePaletteValueFilter-B7--0ryQ.js";
|
|
12
12
|
function Se(o) {
|
|
13
13
|
return N("PrivateSwitchBase", o);
|
|
@@ -24,7 +24,7 @@ const ze = (o) => {
|
|
|
24
24
|
input: ["input"]
|
|
25
25
|
};
|
|
26
26
|
return $(n, Se, t);
|
|
27
|
-
}, Ne = S(
|
|
27
|
+
}, Ne = S(Re)({
|
|
28
28
|
padding: 9,
|
|
29
29
|
borderRadius: "50%",
|
|
30
30
|
variants: [{
|
|
@@ -84,7 +84,7 @@ const ze = (o) => {
|
|
|
84
84
|
edge: g = !1,
|
|
85
85
|
icon: l,
|
|
86
86
|
id: x,
|
|
87
|
-
inputProps:
|
|
87
|
+
inputProps: O,
|
|
88
88
|
inputRef: m,
|
|
89
89
|
name: C,
|
|
90
90
|
onBlur: c,
|
|
@@ -93,7 +93,7 @@ const ze = (o) => {
|
|
|
93
93
|
readOnly: T,
|
|
94
94
|
required: f = !1,
|
|
95
95
|
tabIndex: z,
|
|
96
|
-
type:
|
|
96
|
+
type: R,
|
|
97
97
|
value: V,
|
|
98
98
|
slots: ce = {},
|
|
99
99
|
slotProps: pe = {},
|
|
@@ -103,7 +103,7 @@ const ze = (o) => {
|
|
|
103
103
|
default: !!p,
|
|
104
104
|
name: "SwitchBase",
|
|
105
105
|
state: "checked"
|
|
106
|
-
}), w =
|
|
106
|
+
}), w = Oe(), fe = (b) => {
|
|
107
107
|
h && h(b), w && w.onFocus && w.onFocus(b);
|
|
108
108
|
}, be = (b) => {
|
|
109
109
|
c && c(b), w && w.onBlur && w.onBlur(b);
|
|
@@ -115,7 +115,7 @@ const ze = (o) => {
|
|
|
115
115
|
};
|
|
116
116
|
let F = d;
|
|
117
117
|
w && typeof F > "u" && (F = w.disabled);
|
|
118
|
-
const ge =
|
|
118
|
+
const ge = R === "checkbox" || R === "radio", D = {
|
|
119
119
|
...t,
|
|
120
120
|
checked: K,
|
|
121
121
|
disabled: F,
|
|
@@ -124,7 +124,7 @@ const ze = (o) => {
|
|
|
124
124
|
}, Q = ze(D), X = {
|
|
125
125
|
slots: ce,
|
|
126
126
|
slotProps: {
|
|
127
|
-
input:
|
|
127
|
+
input: O,
|
|
128
128
|
...pe
|
|
129
129
|
}
|
|
130
130
|
}, [me, he] = A("root", {
|
|
@@ -179,8 +179,8 @@ const ze = (o) => {
|
|
|
179
179
|
readOnly: T,
|
|
180
180
|
required: f,
|
|
181
181
|
tabIndex: z,
|
|
182
|
-
type:
|
|
183
|
-
...
|
|
182
|
+
type: R,
|
|
183
|
+
...R === "checkbox" && V === void 0 ? {} : {
|
|
184
184
|
value: V
|
|
185
185
|
}
|
|
186
186
|
}
|
|
@@ -243,7 +243,7 @@ process.env.NODE_ENV !== "production" && (ne.propTypes = {
|
|
|
243
243
|
*/
|
|
244
244
|
id: e.string,
|
|
245
245
|
/**
|
|
246
|
-
* [Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/
|
|
246
|
+
* [Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#attributes) applied to the `input` element.
|
|
247
247
|
*/
|
|
248
248
|
inputProps: e.object,
|
|
249
249
|
/**
|
|
@@ -408,7 +408,7 @@ const L = B("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "col
|
|
|
408
408
|
inputProps: g,
|
|
409
409
|
size: l = "medium",
|
|
410
410
|
disableRipple: x = !1,
|
|
411
|
-
className:
|
|
411
|
+
className: O,
|
|
412
412
|
slots: m = {},
|
|
413
413
|
slotProps: C = {},
|
|
414
414
|
...c
|
|
@@ -418,10 +418,10 @@ const L = B("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "col
|
|
|
418
418
|
color: n,
|
|
419
419
|
indeterminate: d,
|
|
420
420
|
size: l
|
|
421
|
-
}, f = Ee(T), z = C.input ?? g, [
|
|
421
|
+
}, f = Ee(T), z = C.input ?? g, [R, V] = A("root", {
|
|
422
422
|
ref: a,
|
|
423
423
|
elementType: Fe,
|
|
424
|
-
className: I(f.root,
|
|
424
|
+
className: I(f.root, O),
|
|
425
425
|
shouldForwardComponentProp: !0,
|
|
426
426
|
externalForwardedProps: {
|
|
427
427
|
slots: m,
|
|
@@ -446,7 +446,7 @@ const L = B("MuiCheckbox", ["root", "checked", "disabled", "indeterminate", "col
|
|
|
446
446
|
}
|
|
447
447
|
}
|
|
448
448
|
});
|
|
449
|
-
return /* @__PURE__ */ r.jsx(
|
|
449
|
+
return /* @__PURE__ */ r.jsx(R, {
|
|
450
450
|
...V,
|
|
451
451
|
classes: f
|
|
452
452
|
});
|
|
@@ -517,7 +517,7 @@ process.env.NODE_ENV !== "production" && (q.propTypes = {
|
|
|
517
517
|
*/
|
|
518
518
|
indeterminateIcon: e.node,
|
|
519
519
|
/**
|
|
520
|
-
* [Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/
|
|
520
|
+
* [Attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input#attributes) applied to the `input` element.
|
|
521
521
|
* @deprecated Use `slotProps.input` instead. This prop will be removed in a future major release. See [Migrating from deprecated APIs](/material-ui/migration/migrating-from-deprecated-apis/) for more details.
|
|
522
522
|
*/
|
|
523
523
|
inputProps: e.object,
|
|
@@ -627,13 +627,13 @@ const De = (o) => {
|
|
|
627
627
|
padding: p,
|
|
628
628
|
size: d,
|
|
629
629
|
stickyHeader: u
|
|
630
|
-
}, x = De(l),
|
|
630
|
+
}, x = De(l), O = y.useMemo(() => ({
|
|
631
631
|
padding: p,
|
|
632
632
|
size: d,
|
|
633
633
|
stickyHeader: u
|
|
634
634
|
}), [p, d, u]);
|
|
635
635
|
return /* @__PURE__ */ r.jsx(G.Provider, {
|
|
636
|
-
value:
|
|
636
|
+
value: O,
|
|
637
637
|
children: /* @__PURE__ */ r.jsx(Le, {
|
|
638
638
|
as: n,
|
|
639
639
|
role: n === Z ? null : "table",
|
|
@@ -701,8 +701,7 @@ const qe = (o) => {
|
|
|
701
701
|
}, Ae, t);
|
|
702
702
|
}, Je = S("tbody", {
|
|
703
703
|
name: "MuiTableBody",
|
|
704
|
-
slot: "Root"
|
|
705
|
-
overridesResolver: (o, t) => t.root
|
|
704
|
+
slot: "Root"
|
|
706
705
|
})({
|
|
707
706
|
display: "table-row-group"
|
|
708
707
|
}), Ge = {
|
|
@@ -903,7 +902,7 @@ const Qe = B("MuiTableCell", ["root", "head", "body", "footer", "sizeSmall", "si
|
|
|
903
902
|
size: g,
|
|
904
903
|
sortDirection: l,
|
|
905
904
|
variant: x,
|
|
906
|
-
...
|
|
905
|
+
...O
|
|
907
906
|
} = s, m = y.useContext(G), C = y.useContext(U), c = C && C.variant === "head";
|
|
908
907
|
let v;
|
|
909
908
|
p ? v = p : v = c ? "th" : "td";
|
|
@@ -919,15 +918,15 @@ const Qe = B("MuiTableCell", ["root", "head", "body", "footer", "sizeSmall", "si
|
|
|
919
918
|
stickyHeader: T === "head" && m && m.stickyHeader,
|
|
920
919
|
variant: T
|
|
921
920
|
}, z = Xe(f);
|
|
922
|
-
let
|
|
923
|
-
return l && (
|
|
921
|
+
let R = null;
|
|
922
|
+
return l && (R = l === "asc" ? "ascending" : "descending"), /* @__PURE__ */ r.jsx(Ye, {
|
|
924
923
|
as: v,
|
|
925
924
|
ref: a,
|
|
926
925
|
className: I(z.root, n),
|
|
927
|
-
"aria-sort":
|
|
926
|
+
"aria-sort": R,
|
|
928
927
|
scope: h,
|
|
929
928
|
ownerState: f,
|
|
930
|
-
...
|
|
929
|
+
...O
|
|
931
930
|
});
|
|
932
931
|
});
|
|
933
932
|
process.env.NODE_ENV !== "production" && (H.propTypes = {
|
|
@@ -1001,8 +1000,7 @@ const eo = (o) => {
|
|
|
1001
1000
|
}, Ze, t);
|
|
1002
1001
|
}, oo = S("thead", {
|
|
1003
1002
|
name: "MuiTableHead",
|
|
1004
|
-
slot: "Root"
|
|
1005
|
-
overridesResolver: (o, t) => t.root
|
|
1003
|
+
slot: "Root"
|
|
1006
1004
|
})({
|
|
1007
1005
|
display: "table-header-group"
|
|
1008
1006
|
}), to = {
|
|
@@ -1175,10 +1173,10 @@ function mo({
|
|
|
1175
1173
|
selectable: g,
|
|
1176
1174
|
selected: l,
|
|
1177
1175
|
uniqueRowId: x,
|
|
1178
|
-
...
|
|
1176
|
+
...O
|
|
1179
1177
|
}) {
|
|
1180
1178
|
const m = ((l == null ? void 0 : l.size) ?? 0) > 0 && ((l == null ? void 0 : l.size) ?? 0) < u.length, C = u.length > 0 && (l == null ? void 0 : l.size) === u.length;
|
|
1181
|
-
return /* @__PURE__ */ r.jsxs(re, { ...
|
|
1179
|
+
return /* @__PURE__ */ r.jsxs(re, { ...O, sx: { mt: 1 }, children: [
|
|
1182
1180
|
/* @__PURE__ */ r.jsx(
|
|
1183
1181
|
le,
|
|
1184
1182
|
{
|
|
@@ -3,7 +3,7 @@ import * as r from "react";
|
|
|
3
3
|
import { Dialog as p, DialogTitle as g, Stack as j, IconButton as D, DialogContent as v, DialogActions as y, Button as d } from "@mui/material";
|
|
4
4
|
import { IconX as b } from "@tabler/icons-react";
|
|
5
5
|
import { useDialog as k } from "../hooks/use-dialog.js";
|
|
6
|
-
import { T as m } from "../Typography-
|
|
6
|
+
import { T as m } from "../Typography-Ct1tfVOf.js";
|
|
7
7
|
const w = ({
|
|
8
8
|
title: o,
|
|
9
9
|
content: e,
|
|
@@ -3,7 +3,7 @@ import * as s from "react";
|
|
|
3
3
|
import { Dialog as u, DialogTitle as p, Stack as g, IconButton as m, DialogContent as j, DialogActions as f, Button as C } from "@mui/material";
|
|
4
4
|
import { IconX as D } from "@tabler/icons-react";
|
|
5
5
|
import { useDialog as k } from "../hooks/use-dialog.js";
|
|
6
|
-
import { T as c } from "../Typography-
|
|
6
|
+
import { T as c } from "../Typography-Ct1tfVOf.js";
|
|
7
7
|
const v = ({
|
|
8
8
|
title: t,
|
|
9
9
|
content: e,
|
|
@@ -5,9 +5,9 @@ import { useDropzone as z } from "react-dropzone";
|
|
|
5
5
|
import C from "../s-file-icon/s-file-icon.js";
|
|
6
6
|
import k from "../s-form/s-form.js";
|
|
7
7
|
import { bytesToSize as B } from "../utils/bytes-to-size.js";
|
|
8
|
-
import { S as r } from "../Stack-
|
|
9
|
-
import { B as d } from "../Box-
|
|
10
|
-
import { T as o } from "../Typography-
|
|
8
|
+
import { S as r } from "../Stack-CkxaDtxz.js";
|
|
9
|
+
import { B as d } from "../Box-BuuxG3Tr.js";
|
|
10
|
+
import { T as o } from "../Typography-Ct1tfVOf.js";
|
|
11
11
|
const H = ({
|
|
12
12
|
caption: i,
|
|
13
13
|
label: p = "",
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { j as l } from "../jsx-runtime-C5mzlN2N.js";
|
|
2
2
|
import * as m from "react";
|
|
3
|
-
import { c as V } from "../createSvgIcon-
|
|
3
|
+
import { c as V } from "../createSvgIcon-C26LSZjW.js";
|
|
4
4
|
import { Stack as P, OutlinedInput as B, selectClasses as E } from "@mui/material";
|
|
5
5
|
import { usePopover as U } from "../hooks/use-popover.js";
|
|
6
6
|
import F from "../s-chips/s-chips.js";
|
|
7
7
|
import { gray as x } from "../theme/theme-primitives.js";
|
|
8
|
-
import { L as O, M as z } from "../Menu-
|
|
9
|
-
import { a as f, P as s } from "../createTheme-
|
|
10
|
-
import { c as M } from "../identifier-
|
|
11
|
-
import { u as D, s as G, c as H, r as _, m as A } from "../memoTheme-
|
|
12
|
-
import { g as W, d as k, m as u } from "../menuItemClasses-
|
|
8
|
+
import { L as O, M as z } from "../Menu-DmnT6o5K.js";
|
|
9
|
+
import { a as f, P as s } from "../createTheme-o5OrEPBx.js";
|
|
10
|
+
import { c as M } from "../identifier-BWKW9pab.js";
|
|
11
|
+
import { u as D, s as G, c as H, r as _, m as A } from "../memoTheme-BUxBXdzq.js";
|
|
12
|
+
import { g as W, d as k, m as u } from "../menuItemClasses-D0q3bQU7.js";
|
|
13
13
|
import { u as q } from "../useEnhancedEffect-CJGo-L3B.js";
|
|
14
|
-
import { u as J, B as K } from "../useSlot-
|
|
15
|
-
import { g as R } from "../generateUtilityClasses-
|
|
14
|
+
import { u as J, B as K } from "../useSlot-DkkwzAuc.js";
|
|
15
|
+
import { g as R } from "../generateUtilityClasses-BEerdfFd.js";
|
|
16
16
|
const Q = V(/* @__PURE__ */ l.jsx("path", {
|
|
17
17
|
d: "M12 5.83 15.17 9l1.41-1.41L12 3 7.41 7.59 8.83 9zm0 12.34L8.83 15l-1.41 1.41L12 21l4.59-4.59L15.17 15z"
|
|
18
18
|
}), "UnfoldMore"), S = R("MuiListItemIcon", ["root", "alignItemsFlexStart"]), j = R("MuiListItemText", ["root", "multiline", "dense", "inset", "primary", "secondary"]), X = (e, o) => {
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { AutosuggestionsConfigUserSpecified, CopilotTextarea } from '@copilotkit/react-textarea';
|
|
2
|
-
export type SSmartTextFieldProps = Omit<React.ComponentProps<typeof CopilotTextarea>, 'autosuggestionsConfig'> & {
|
|
3
|
-
autosuggestionsConfig?: AutosuggestionsConfigUserSpecified;
|
|
4
|
-
};
|
|
5
|
-
export declare function SSmartTextField({ autosuggestionsConfig, ...props }: SSmartTextFieldProps): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export default SSmartTextField;
|