@solostylist/ui-kit 1.0.1 → 1.0.2
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/AppAutocomplete/AppAutocomplete.js +1 -1
- package/dist/AppAvatar/AppAvatar.js +1 -1
- package/dist/AppBox/AppBox.js +1 -1
- package/dist/AppBreadcrumbsSeparator/AppBreadcrumbsSeparator.js +2 -2
- package/dist/AppButton/AppButton.js +1 -1
- package/dist/AppButtonLink/AppButtonLink.js +1 -1
- package/dist/AppCard/AppCard.js +1 -1
- package/dist/AppCardActions/AppCardActions.js +1 -1
- package/dist/AppCardContent/AppCardContent.js +1 -1
- package/dist/AppCardHeader/AppCardHeader.js +1 -1
- package/dist/AppCheckbox/AppCheckbox.js +1 -1
- package/dist/AppChip/AppChip.js +4 -4
- package/dist/AppChips/AppChips.js +1 -1
- package/dist/AppDataTable/AppDataTable.js +403 -323
- package/dist/AppDialog/AppDialog.js +2 -2
- package/dist/AppDialogConfirm/AppDialogConfirm.js +3 -3
- package/dist/AppDialogMessage/AppDialogMessage.js +3 -3
- package/dist/AppEmpty/AppEmpty.js +1 -1
- package/dist/AppError/AppError.js +1 -1
- package/dist/AppFileDropzone/AppFileDropzone.js +21 -21
- package/dist/AppFileIcon/AppFileIcon.js +2 -2
- package/dist/AppFormControl/AppFormControl.js +1 -1
- package/dist/AppGallery/AppGallery.js +1060 -1064
- package/dist/AppI18nProvider/AppI18nProvider.js +1 -1
- package/dist/AppIconButton/AppIconButton.js +1 -1
- package/dist/AppIcons/AppIcons.js +185 -185
- package/dist/AppLabel/AppLabel.js +1 -1
- package/dist/AppLink/AppLink.js +1 -1
- package/dist/AppMultiSelect/AppMultiSelect.js +4 -4
- package/dist/AppNoData/AppNoData.js +1 -1
- package/dist/AppNoSsr/AppNoSsr.js +1 -1
- package/dist/AppOption/AppOption.js +2 -2
- package/dist/AppPagination/AppPagination.js +1 -1
- package/dist/AppRating/AppRating.d.ts +1 -1
- package/dist/AppRating/AppRating.js +4 -5
- package/dist/AppSelect/AppSelect.js +2 -2
- package/dist/AppSkeleton/AppSkeleton.js +1 -1
- package/dist/AppSnackbarMessage/AppSnackbarMessage.js +1 -1
- package/dist/AppStack/AppStack.js +1 -1
- package/dist/AppTextEditor/AppTextEditor.js +2 -2
- package/dist/AppTextEditor/TextEditorToolbar.js +1652 -1316
- package/dist/AppTextTruncation/AppTextTruncation.js +1 -1
- package/dist/AppThemeProvider/AppThemeProvider.js +4 -4
- package/dist/AppTip/AppTip.js +4 -4
- package/dist/{Box-yxuKPTCX.js → Box-MNdIcw0w.js} +7 -7
- package/dist/{ButtonBase-p_uz8ITC.js → ButtonBase-D7WZejV5.js} +238 -225
- package/dist/{CaretDown-CgrRY9__.js → CaretDown-CZu0drmJ.js} +6 -6
- package/dist/{DefaultPropsProvider-BV4t9fEW.js → DefaultPropsProvider-Cw67t9bx.js} +2 -2
- package/dist/{Lightbulb-1rDyOsPk.js → Lightbulb-BLT-jnYA.js} +5 -5
- package/dist/{Menu-B0R91i07.js → Menu-BymLGoMc.js} +1154 -1209
- package/dist/{MenuItem-BjjYkRmW.js → MenuItem-l3xZOND-.js} +14 -14
- package/dist/SForm/SForm.d.ts +9 -0
- package/dist/SForm/SForm.js +10 -0
- package/dist/SForm/index.d.ts +1 -0
- package/dist/SForm/index.js +4 -0
- package/dist/{SSRBase-B9xq2wUG.js → SSRBase-BSdFRe_j.js} +11 -11
- package/dist/STextField/STextField.d.ts +11 -0
- package/dist/STextField/STextField.js +28 -0
- package/dist/STextField/index.d.ts +1 -0
- package/dist/STextField/index.js +4 -0
- package/dist/STextField/package.json +5 -0
- package/dist/{Stack-D9qNbbkC.js → Stack-CxKx2YGj.js} +11 -11
- package/dist/{Typography-BYkXNa-U.js → Typography-QQx_YSAW.js} +9 -9
- package/dist/{User-Bx-HYRxI.js → User-X5-swnIn.js} +9 -9
- package/dist/{X-DETrowOy.js → X-Cw1SQcRJ.js} +9 -9
- package/dist/_commonjsHelpers-C6fGbg64.js +6 -0
- package/dist/assets/AppGallery.css +1 -1
- package/dist/clsx-DfguY6FT.js +232 -0
- package/dist/createTheme-dX0MILsf.js +2899 -0
- package/dist/{extendSxProp-CKQgGYDd.js → extendSxProp-CTBBOYHX.js} +3 -3
- package/dist/{index-Btrukby7.js → index-f-gkJ93Q.js} +11 -11
- package/dist/jsx-runtime-C5mzlN2N.js +284 -0
- package/dist/main.d.ts +1 -1
- package/dist/main.js +28 -28
- package/dist/memoTheme-DOlCkXD8.js +223 -0
- package/dist/outlinedInputClasses-rXE3T3sa.js +13 -0
- package/dist/styles/theme/color-schemes.js +61 -109
- package/dist/styles/theme/components/autocomplete.js +1 -1
- package/dist/styles/theme/components/avatar.js +2 -2
- package/dist/styles/theme/components/button.d.ts +12 -36
- package/dist/styles/theme/components/button.js +3 -3
- package/dist/styles/theme/components/card.d.ts +3 -965
- package/dist/styles/theme/components/checkbox.js +1 -1
- package/dist/styles/theme/components/chip.d.ts +3 -1067
- package/dist/styles/theme/components/chip.js +23 -67
- package/dist/styles/theme/components/components.d.ts +18 -2074
- package/dist/styles/theme/components/components.js +24 -26
- package/dist/styles/theme/components/outlined-input.js +1 -1
- package/dist/styles/theme/components/radio.js +1 -1
- package/dist/styles/theme/components/select.js +2 -2
- package/dist/styles/theme/components/table-pagination.js +2 -2
- package/dist/styles/theme/components/tabs.js +1 -1
- package/dist/styles/theme/shadows.d.ts +3 -4
- package/dist/{useControlled-CYUofcJ9.js → useControlled-DyL3m721.js} +53 -53
- package/dist/useSlot-Tj9CW-Xc.js +184 -0
- package/dist/{useTheme-DYc4rgBb.js → useTheme-CNZ6Hnpo.js} +1 -1
- package/dist/utils/dayjs.js +89 -83
- package/package.json +1 -1
- package/dist/AppOutlinedInput/AppOutlinedInput.d.ts +0 -10
- package/dist/AppOutlinedInput/AppOutlinedInput.js +0 -40
- package/dist/AppOutlinedInput/index.d.ts +0 -1
- package/dist/AppOutlinedInput/index.js +0 -4
- package/dist/_commonjsHelpers-DaMA6jEr.js +0 -8
- package/dist/clsx-C-FXfxyk.js +0 -236
- package/dist/createTheme-C97xvI-s.js +0 -2789
- package/dist/jsx-runtime-B6kdoens.js +0 -634
- package/dist/memoTheme-B2qvAi64.js +0 -404
- package/dist/outlinedInputClasses-R7dmh7eW.js +0 -13
- package/dist/styles/theme/components/timeline-connector.d.ts +0 -7
- package/dist/styles/theme/components/timeline-connector.js +0 -6
- /package/dist/{AppOutlinedInput → SForm}/package.json +0 -0
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
import { d as G } from "./DefaultPropsProvider-Cw67t9bx.js";
|
|
2
|
+
import { k as $, a as J, s as E, i as Q, c as U, T as X } from "./createTheme-dX0MILsf.js";
|
|
3
|
+
import { i as V, a as Y, s as Z } from "./clsx-DfguY6FT.js";
|
|
4
|
+
function j(e, n = "") {
|
|
5
|
+
return e.displayName || e.name || n;
|
|
6
|
+
}
|
|
7
|
+
function k(e, n, t) {
|
|
8
|
+
const r = j(n);
|
|
9
|
+
return e.displayName || (r !== "" ? `${t}(${r})` : t);
|
|
10
|
+
}
|
|
11
|
+
function C(e) {
|
|
12
|
+
if (e != null) {
|
|
13
|
+
if (typeof e == "string")
|
|
14
|
+
return e;
|
|
15
|
+
if (typeof e == "function")
|
|
16
|
+
return j(e, "Component");
|
|
17
|
+
if (typeof e == "object")
|
|
18
|
+
switch (e.$$typeof) {
|
|
19
|
+
case $.ForwardRef:
|
|
20
|
+
return k(e, e.render, "ForwardRef");
|
|
21
|
+
case $.Memo:
|
|
22
|
+
return k(e, e.type, "memo");
|
|
23
|
+
default:
|
|
24
|
+
return;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
function z(e) {
|
|
29
|
+
const {
|
|
30
|
+
variants: n,
|
|
31
|
+
...t
|
|
32
|
+
} = e, r = {
|
|
33
|
+
variants: n,
|
|
34
|
+
style: V(t),
|
|
35
|
+
isProcessed: !0
|
|
36
|
+
};
|
|
37
|
+
return r.style === t || n && n.forEach((s) => {
|
|
38
|
+
typeof s.style != "function" && (s.style = V(s.style));
|
|
39
|
+
}), r;
|
|
40
|
+
}
|
|
41
|
+
const ee = J();
|
|
42
|
+
function R(e) {
|
|
43
|
+
return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
|
|
44
|
+
}
|
|
45
|
+
function te(e) {
|
|
46
|
+
return e ? (n, t) => t[e] : null;
|
|
47
|
+
}
|
|
48
|
+
function ne(e, n, t) {
|
|
49
|
+
e.theme = ie(e.theme) ? t : e.theme[n] || e.theme;
|
|
50
|
+
}
|
|
51
|
+
function F(e, n) {
|
|
52
|
+
const t = typeof n == "function" ? n(e) : n;
|
|
53
|
+
if (Array.isArray(t))
|
|
54
|
+
return t.flatMap((r) => F(e, r));
|
|
55
|
+
if (Array.isArray(t == null ? void 0 : t.variants)) {
|
|
56
|
+
let r;
|
|
57
|
+
if (t.isProcessed)
|
|
58
|
+
r = t.style;
|
|
59
|
+
else {
|
|
60
|
+
const {
|
|
61
|
+
variants: s,
|
|
62
|
+
...i
|
|
63
|
+
} = t;
|
|
64
|
+
r = i;
|
|
65
|
+
}
|
|
66
|
+
return I(e, t.variants, [r]);
|
|
67
|
+
}
|
|
68
|
+
return t != null && t.isProcessed ? t.style : t;
|
|
69
|
+
}
|
|
70
|
+
function I(e, n, t = []) {
|
|
71
|
+
var s;
|
|
72
|
+
let r;
|
|
73
|
+
e: for (let i = 0; i < n.length; i += 1) {
|
|
74
|
+
const a = n[i];
|
|
75
|
+
if (typeof a.props == "function") {
|
|
76
|
+
if (r ?? (r = {
|
|
77
|
+
...e,
|
|
78
|
+
...e.ownerState,
|
|
79
|
+
ownerState: e.ownerState
|
|
80
|
+
}), !a.props(r))
|
|
81
|
+
continue;
|
|
82
|
+
} else
|
|
83
|
+
for (const o in a.props)
|
|
84
|
+
if (e[o] !== a.props[o] && ((s = e.ownerState) == null ? void 0 : s[o]) !== a.props[o])
|
|
85
|
+
continue e;
|
|
86
|
+
typeof a.style == "function" ? (r ?? (r = {
|
|
87
|
+
...e,
|
|
88
|
+
...e.ownerState,
|
|
89
|
+
ownerState: e.ownerState
|
|
90
|
+
}), t.push(a.style(r))) : t.push(a.style);
|
|
91
|
+
}
|
|
92
|
+
return t;
|
|
93
|
+
}
|
|
94
|
+
function re(e = {}) {
|
|
95
|
+
const {
|
|
96
|
+
themeId: n,
|
|
97
|
+
defaultTheme: t = ee,
|
|
98
|
+
rootShouldForwardProp: r = R,
|
|
99
|
+
slotShouldForwardProp: s = R
|
|
100
|
+
} = e;
|
|
101
|
+
function i(o) {
|
|
102
|
+
ne(o, n, t);
|
|
103
|
+
}
|
|
104
|
+
return (o, w = {}) => {
|
|
105
|
+
Y(o, (f) => f.filter((l) => l !== E));
|
|
106
|
+
const {
|
|
107
|
+
name: u,
|
|
108
|
+
slot: d,
|
|
109
|
+
skipVariantsResolver: g,
|
|
110
|
+
skipSx: H,
|
|
111
|
+
// TODO v6: remove `lowercaseFirstLetter()` in the next major release
|
|
112
|
+
// For more details: https://github.com/mui/material-ui/pull/37908
|
|
113
|
+
overridesResolver: A = te(M(d)),
|
|
114
|
+
...L
|
|
115
|
+
} = w, B = g !== void 0 ? g : (
|
|
116
|
+
// TODO v6: remove `Root` in the next major release
|
|
117
|
+
// For more details: https://github.com/mui/material-ui/pull/37908
|
|
118
|
+
d && d !== "Root" && d !== "root" || !1
|
|
119
|
+
), K = H || !1;
|
|
120
|
+
let T = R;
|
|
121
|
+
d === "Root" || d === "root" ? T = r : d ? T = s : ae(o) && (T = void 0);
|
|
122
|
+
const P = Z(o, {
|
|
123
|
+
shouldForwardProp: T,
|
|
124
|
+
label: oe(u, d),
|
|
125
|
+
...L
|
|
126
|
+
}), W = (f) => {
|
|
127
|
+
if (typeof f == "function" && f.__emotion_real !== f)
|
|
128
|
+
return function(S) {
|
|
129
|
+
return F(S, f);
|
|
130
|
+
};
|
|
131
|
+
if (Q(f)) {
|
|
132
|
+
const l = z(f);
|
|
133
|
+
return l.variants ? function(h) {
|
|
134
|
+
return F(h, l);
|
|
135
|
+
} : l.style;
|
|
136
|
+
}
|
|
137
|
+
return f;
|
|
138
|
+
}, O = (...f) => {
|
|
139
|
+
const l = [], S = f.map(W), h = [];
|
|
140
|
+
if (l.push(i), u && A && h.push(function(m) {
|
|
141
|
+
var v, _;
|
|
142
|
+
const c = (_ = (v = m.theme.components) == null ? void 0 : v[u]) == null ? void 0 : _.styleOverrides;
|
|
143
|
+
if (!c)
|
|
144
|
+
return null;
|
|
145
|
+
const p = {};
|
|
146
|
+
for (const b in c)
|
|
147
|
+
p[b] = F(m, c[b]);
|
|
148
|
+
return A(m, p);
|
|
149
|
+
}), u && !B && h.push(function(m) {
|
|
150
|
+
var p, v;
|
|
151
|
+
const y = m.theme, c = (v = (p = y == null ? void 0 : y.components) == null ? void 0 : p[u]) == null ? void 0 : v.variants;
|
|
152
|
+
return c ? I(m, c) : null;
|
|
153
|
+
}), K || h.push(E), Array.isArray(S[0])) {
|
|
154
|
+
const N = S.shift(), m = new Array(l.length).fill(""), y = new Array(h.length).fill("");
|
|
155
|
+
let c;
|
|
156
|
+
c = [...m, ...N, ...y], c.raw = [...m, ...N.raw, ...y], l.unshift(c);
|
|
157
|
+
}
|
|
158
|
+
const q = [...l, ...S, ...h], x = P(...q);
|
|
159
|
+
return o.muiName && (x.muiName = o.muiName), process.env.NODE_ENV !== "production" && (x.displayName = se(u, d, o)), x;
|
|
160
|
+
};
|
|
161
|
+
return P.withConfig && (O.withConfig = P.withConfig), O;
|
|
162
|
+
};
|
|
163
|
+
}
|
|
164
|
+
function se(e, n, t) {
|
|
165
|
+
return e ? `${e}${U(n || "")}` : `Styled(${C(t)})`;
|
|
166
|
+
}
|
|
167
|
+
function oe(e, n) {
|
|
168
|
+
let t;
|
|
169
|
+
return process.env.NODE_ENV !== "production" && e && (t = `${e}-${M(n || "Root")}`), t;
|
|
170
|
+
}
|
|
171
|
+
function ie(e) {
|
|
172
|
+
for (const n in e)
|
|
173
|
+
return !1;
|
|
174
|
+
return !0;
|
|
175
|
+
}
|
|
176
|
+
function ae(e) {
|
|
177
|
+
return typeof e == "string" && // 96 is one less than the char code
|
|
178
|
+
// for "a" so this is checking that
|
|
179
|
+
// it's a lowercase character
|
|
180
|
+
e.charCodeAt(0) > 96;
|
|
181
|
+
}
|
|
182
|
+
function M(e) {
|
|
183
|
+
return e && e.charAt(0).toLowerCase() + e.slice(1);
|
|
184
|
+
}
|
|
185
|
+
const D = {
|
|
186
|
+
theme: void 0
|
|
187
|
+
};
|
|
188
|
+
function ue(e) {
|
|
189
|
+
let n, t;
|
|
190
|
+
return function(s) {
|
|
191
|
+
let i = n;
|
|
192
|
+
return (i === void 0 || s.theme !== t) && (D.theme = s.theme, i = z(e(D)), n = i, t = s.theme), i;
|
|
193
|
+
};
|
|
194
|
+
}
|
|
195
|
+
function he(e, n, t = void 0) {
|
|
196
|
+
const r = {};
|
|
197
|
+
for (const s in e) {
|
|
198
|
+
const i = e[s];
|
|
199
|
+
let a = "", o = !0;
|
|
200
|
+
for (let w = 0; w < i.length; w += 1) {
|
|
201
|
+
const u = i[w];
|
|
202
|
+
u && (a += (o === !0 ? "" : " ") + n(u), o = !1, t && t[u] && (a += " " + t[u]));
|
|
203
|
+
}
|
|
204
|
+
r[s] = a;
|
|
205
|
+
}
|
|
206
|
+
return r;
|
|
207
|
+
}
|
|
208
|
+
function fe(e) {
|
|
209
|
+
return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
|
|
210
|
+
}
|
|
211
|
+
const le = (e) => fe(e) && e !== "classes", ye = re({
|
|
212
|
+
themeId: X,
|
|
213
|
+
defaultTheme: G,
|
|
214
|
+
rootShouldForwardProp: le
|
|
215
|
+
}), Se = ue;
|
|
216
|
+
export {
|
|
217
|
+
re as a,
|
|
218
|
+
fe as b,
|
|
219
|
+
he as c,
|
|
220
|
+
Se as m,
|
|
221
|
+
le as r,
|
|
222
|
+
ye as s
|
|
223
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { g as s, a as e } from "./generateUtilityClasses-CuEy5gtx.js";
|
|
2
|
+
import { i } from "./inputBaseClasses-s6dljKxi.js";
|
|
3
|
+
function a(t) {
|
|
4
|
+
return e("MuiOutlinedInput", t);
|
|
5
|
+
}
|
|
6
|
+
const l = {
|
|
7
|
+
...i,
|
|
8
|
+
...s("MuiOutlinedInput", ["root", "notchedOutline", "input"])
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
a as g,
|
|
12
|
+
l as o
|
|
13
|
+
};
|
|
@@ -1,31 +1,25 @@
|
|
|
1
|
-
import { blue as
|
|
1
|
+
import { blue as a, california as e, kepple as t, nevada as r, shakespeare as i, red as l } from "./colors.js";
|
|
2
2
|
const m = {
|
|
3
3
|
blue: {
|
|
4
4
|
dark: {
|
|
5
|
-
...
|
|
6
|
-
light:
|
|
7
|
-
main:
|
|
8
|
-
dark:
|
|
9
|
-
contrastText: "var(--mui-palette-common-black)"
|
|
10
|
-
activated: "rgba(var(--mui-palette-primary-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
11
|
-
hovered: "rgba(var(--mui-palette-primary-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
12
|
-
selected: "rgba(var(--mui-palette-primary-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
5
|
+
...a,
|
|
6
|
+
light: a[300],
|
|
7
|
+
main: a[400],
|
|
8
|
+
dark: a[500],
|
|
9
|
+
contrastText: "var(--mui-palette-common-black)"
|
|
13
10
|
},
|
|
14
11
|
light: {
|
|
15
|
-
...
|
|
16
|
-
light:
|
|
17
|
-
main:
|
|
18
|
-
dark:
|
|
19
|
-
contrastText: "var(--mui-palette-common-white)"
|
|
20
|
-
activated: "rgba(var(--mui-palette-primary-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
21
|
-
hovered: "rgba(var(--mui-palette-primary-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
22
|
-
selected: "rgba(var(--mui-palette-primary-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
12
|
+
...a,
|
|
13
|
+
light: a[400],
|
|
14
|
+
main: a[500],
|
|
15
|
+
dark: a[600],
|
|
16
|
+
contrastText: "var(--mui-palette-common-white)"
|
|
23
17
|
}
|
|
24
18
|
}
|
|
25
19
|
};
|
|
26
|
-
function o
|
|
27
|
-
let
|
|
28
|
-
return
|
|
20
|
+
function u(o) {
|
|
21
|
+
let n = m[o.primaryColor];
|
|
22
|
+
return n || (n = m.blue), {
|
|
29
23
|
dark: {
|
|
30
24
|
palette: {
|
|
31
25
|
action: { disabledBackground: "rgba(0, 0, 0, 0.12)" },
|
|
@@ -33,55 +27,39 @@ function o(c) {
|
|
|
33
27
|
default: "var(--mui-palette-neutral-950)",
|
|
34
28
|
defaultChannel: "9 10 11",
|
|
35
29
|
paper: "var(--mui-palette-neutral-900)",
|
|
36
|
-
paperChannel: "0 0 0"
|
|
37
|
-
level1: "var(--mui-palette-neutral-800)",
|
|
38
|
-
level2: "var(--mui-palette-neutral-700)",
|
|
39
|
-
level3: "var(--mui-palette-neutral-600)"
|
|
30
|
+
paperChannel: "0 0 0"
|
|
40
31
|
},
|
|
41
32
|
common: { black: "#000000", white: "#ffffff" },
|
|
42
33
|
divider: "var(--mui-palette-neutral-700)",
|
|
43
34
|
dividerChannel: "50 56 62",
|
|
44
35
|
error: {
|
|
45
|
-
...
|
|
46
|
-
light:
|
|
47
|
-
main:
|
|
48
|
-
dark:
|
|
49
|
-
contrastText: "var(--mui-palette-common-black)"
|
|
50
|
-
activated: "rgba(var(--mui-palette-error-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
51
|
-
hovered: "rgba(var(--mui-palette-error-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
52
|
-
selected: "rgba(var(--mui-palette-error-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
36
|
+
...l,
|
|
37
|
+
light: l[300],
|
|
38
|
+
main: l[400],
|
|
39
|
+
dark: l[500],
|
|
40
|
+
contrastText: "var(--mui-palette-common-black)"
|
|
53
41
|
},
|
|
54
42
|
info: {
|
|
55
43
|
...i,
|
|
56
44
|
light: i[300],
|
|
57
45
|
main: i[400],
|
|
58
46
|
dark: i[500],
|
|
59
|
-
contrastText: "var(--mui-palette-common-black)"
|
|
60
|
-
activated: "rgba(var(--mui-palette-info-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
61
|
-
hovered: "rgba(var(--mui-palette-info-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
62
|
-
selected: "rgba(var(--mui-palette-info-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
47
|
+
contrastText: "var(--mui-palette-common-black)"
|
|
63
48
|
},
|
|
64
|
-
|
|
65
|
-
primary: l.dark,
|
|
49
|
+
primary: n.dark,
|
|
66
50
|
secondary: {
|
|
67
|
-
...
|
|
68
|
-
light:
|
|
69
|
-
main:
|
|
70
|
-
dark:
|
|
71
|
-
contrastText: "var(--mui-palette-common-black)"
|
|
72
|
-
activated: "rgba(var(--mui-palette-secondary-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
73
|
-
hovered: "rgba(var(--mui-palette-secondary-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
74
|
-
selected: "rgba(var(--mui-palette-secondary-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
51
|
+
...r,
|
|
52
|
+
light: r[100],
|
|
53
|
+
main: r[200],
|
|
54
|
+
dark: r[300],
|
|
55
|
+
contrastText: "var(--mui-palette-common-black)"
|
|
75
56
|
},
|
|
76
57
|
success: {
|
|
77
|
-
...
|
|
78
|
-
light:
|
|
79
|
-
main:
|
|
80
|
-
dark:
|
|
81
|
-
contrastText: "var(--mui-palette-common-black)"
|
|
82
|
-
activated: "rgba(var(--mui-palette-success-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
83
|
-
hovered: "rgba(var(--mui-palette-success-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
84
|
-
selected: "rgba(var(--mui-palette-success-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
58
|
+
...t,
|
|
59
|
+
light: t[300],
|
|
60
|
+
main: t[400],
|
|
61
|
+
dark: t[500],
|
|
62
|
+
contrastText: "var(--mui-palette-common-black)"
|
|
85
63
|
},
|
|
86
64
|
text: {
|
|
87
65
|
primary: "var(--mui-palette-neutral-100)",
|
|
@@ -91,18 +69,13 @@ function o(c) {
|
|
|
91
69
|
disabled: "var(--mui-palette-neutral-600)"
|
|
92
70
|
},
|
|
93
71
|
warning: {
|
|
94
|
-
...
|
|
95
|
-
light:
|
|
96
|
-
main:
|
|
97
|
-
dark:
|
|
98
|
-
contrastText: "var(--mui-palette-common-black)"
|
|
99
|
-
activated: "rgba(var(--mui-palette-warning-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
100
|
-
hovered: "rgba(var(--mui-palette-warning-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
101
|
-
selected: "rgba(var(--mui-palette-warning-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
72
|
+
...e,
|
|
73
|
+
light: e[300],
|
|
74
|
+
main: e[400],
|
|
75
|
+
dark: e[500],
|
|
76
|
+
contrastText: "var(--mui-palette-common-black)"
|
|
102
77
|
},
|
|
103
78
|
Avatar: { defaultBg: "var(--mui-palette-neutral-200)" },
|
|
104
|
-
Backdrop: { bg: "rgba(0, 0, 0, 0.5)" },
|
|
105
|
-
OutlinedInput: { border: "var(--mui-palette-neutral-700)" },
|
|
106
79
|
TableCell: { border: "var(--mui-palette-divider)" },
|
|
107
80
|
Tooltip: { bg: "rgba(10, 13, 20, 0.75)" }
|
|
108
81
|
}
|
|
@@ -114,55 +87,39 @@ function o(c) {
|
|
|
114
87
|
default: "var(--mui-palette-common-white)",
|
|
115
88
|
defaultChannel: "255 255 255",
|
|
116
89
|
paper: "var(--mui-palette-common-white)",
|
|
117
|
-
paperChannel: "255 255 255"
|
|
118
|
-
level1: "var(--mui-palette-neutral-50)",
|
|
119
|
-
level2: "var(--mui-palette-neutral-100)",
|
|
120
|
-
level3: "var(--mui-palette-neutral-200)"
|
|
90
|
+
paperChannel: "255 255 255"
|
|
121
91
|
},
|
|
122
92
|
common: { black: "#000000", white: "#ffffff" },
|
|
123
93
|
divider: "var(--mui-palette-neutral-200)",
|
|
124
94
|
dividerChannel: "220 223 228",
|
|
125
95
|
error: {
|
|
126
|
-
...
|
|
127
|
-
light:
|
|
128
|
-
main:
|
|
129
|
-
dark:
|
|
130
|
-
contrastText: "var(--mui-palette-common-white)"
|
|
131
|
-
activated: "rgba(var(--mui-palette-error-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
132
|
-
hovered: "rgba(var(--mui-palette-error-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
133
|
-
selected: "rgba(var(--mui-palette-error-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
96
|
+
...l,
|
|
97
|
+
light: l[400],
|
|
98
|
+
main: l[500],
|
|
99
|
+
dark: l[600],
|
|
100
|
+
contrastText: "var(--mui-palette-common-white)"
|
|
134
101
|
},
|
|
135
102
|
info: {
|
|
136
103
|
...i,
|
|
137
104
|
light: i[400],
|
|
138
105
|
main: i[500],
|
|
139
106
|
dark: i[600],
|
|
140
|
-
contrastText: "var(--mui-palette-common-white)"
|
|
141
|
-
activated: "rgba(var(--mui-palette-info-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
142
|
-
hovered: "rgba(var(--mui-palette-info-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
143
|
-
selected: "rgba(var(--mui-palette-info-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
107
|
+
contrastText: "var(--mui-palette-common-white)"
|
|
144
108
|
},
|
|
145
|
-
|
|
146
|
-
primary: l.light,
|
|
109
|
+
primary: n.light,
|
|
147
110
|
secondary: {
|
|
148
|
-
...
|
|
149
|
-
light:
|
|
150
|
-
main:
|
|
151
|
-
dark:
|
|
152
|
-
contrastText: "var(--mui-palette-common-white)"
|
|
153
|
-
activated: "rgba(var(--mui-palette-secondary-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
154
|
-
hovered: "rgba(var(--mui-palette-secondary-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
155
|
-
selected: "rgba(var(--mui-palette-secondary-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
111
|
+
...r,
|
|
112
|
+
light: r[600],
|
|
113
|
+
main: r[700],
|
|
114
|
+
dark: r[800],
|
|
115
|
+
contrastText: "var(--mui-palette-common-white)"
|
|
156
116
|
},
|
|
157
117
|
success: {
|
|
158
|
-
...
|
|
159
|
-
light:
|
|
160
|
-
main:
|
|
161
|
-
dark:
|
|
162
|
-
contrastText: "var(--mui-palette-common-white)"
|
|
163
|
-
activated: "rgba(var(--mui-palette-success-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
164
|
-
hovered: "rgba(var(--mui-palette-success-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
165
|
-
selected: "rgba(var(--mui-palette-success-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
118
|
+
...t,
|
|
119
|
+
light: t[400],
|
|
120
|
+
main: t[500],
|
|
121
|
+
dark: t[600],
|
|
122
|
+
contrastText: "var(--mui-palette-common-white)"
|
|
166
123
|
},
|
|
167
124
|
text: {
|
|
168
125
|
primary: "var(--mui-palette-neutral-900)",
|
|
@@ -172,18 +129,13 @@ function o(c) {
|
|
|
172
129
|
disabled: "var(--mui-palette-neutral-400)"
|
|
173
130
|
},
|
|
174
131
|
warning: {
|
|
175
|
-
...
|
|
176
|
-
light:
|
|
177
|
-
main:
|
|
178
|
-
dark:
|
|
179
|
-
contrastText: "var(--mui-palette-common-white)"
|
|
180
|
-
activated: "rgba(var(--mui-palette-warning-mainChannel) / var(--mui-palette-action-activatedOpacity))",
|
|
181
|
-
hovered: "rgba(var(--mui-palette-warning-mainChannel) / var(--mui-palette-action-hoverOpacity))",
|
|
182
|
-
selected: "rgba(var(--mui-palette-warning-mainChannel) / var(--mui-palette-action-selectedOpacity))"
|
|
132
|
+
...e,
|
|
133
|
+
light: e[400],
|
|
134
|
+
main: e[500],
|
|
135
|
+
dark: e[600],
|
|
136
|
+
contrastText: "var(--mui-palette-common-white)"
|
|
183
137
|
},
|
|
184
138
|
Avatar: { defaultBg: "var(--mui-palette-neutral-600)" },
|
|
185
|
-
Backdrop: { bg: "rgb(18, 22, 33, 0.8)" },
|
|
186
|
-
OutlinedInput: { border: "var(--mui-palette-neutral-200)" },
|
|
187
139
|
TableCell: { border: "var(--mui-palette-divider)" },
|
|
188
140
|
Tooltip: { bg: "rgba(10, 13, 20, 0.75)" }
|
|
189
141
|
}
|
|
@@ -191,5 +143,5 @@ function o(c) {
|
|
|
191
143
|
};
|
|
192
144
|
}
|
|
193
145
|
export {
|
|
194
|
-
|
|
146
|
+
u as colorSchemes
|
|
195
147
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { j as t } from "../../../jsx-runtime-
|
|
2
|
-
import { S as r } from "../../../User-
|
|
1
|
+
import { j as t } from "../../../jsx-runtime-C5mzlN2N.js";
|
|
2
|
+
import { S as r } from "../../../User-X5-swnIn.js";
|
|
3
3
|
const o = {
|
|
4
4
|
defaultProps: { children: /* @__PURE__ */ t.jsx(r, {}) },
|
|
5
5
|
styleOverrides: {
|
|
@@ -38,79 +38,55 @@ export declare const MuiButton: {
|
|
|
38
38
|
backgroundColor: string;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
|
-
outlinedPrimary: ({ theme }: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<
|
|
42
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
43
|
-
}, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "disableElevation" | "endIcon" | "startIcon"> & {
|
|
41
|
+
outlinedPrimary: ({ theme }: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "loading" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "loadingIndicator" | "href" | "disableElevation" | "endIcon" | "loadingPosition" | "startIcon"> & {
|
|
44
42
|
component?: React.ElementType;
|
|
45
43
|
} & Record<string, unknown> & {
|
|
46
|
-
ownerState: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<
|
|
47
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
48
|
-
}, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "disableElevation" | "endIcon" | "startIcon"> & {
|
|
44
|
+
ownerState: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "loading" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "loadingIndicator" | "href" | "disableElevation" | "endIcon" | "loadingPosition" | "startIcon"> & {
|
|
49
45
|
component?: React.ElementType;
|
|
50
46
|
} & Record<string, unknown>;
|
|
51
47
|
} & {
|
|
52
48
|
theme: Theme;
|
|
53
49
|
}) => Record<string, string>;
|
|
54
|
-
outlinedSecondary: ({ theme }: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<
|
|
55
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
56
|
-
}, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "disableElevation" | "endIcon" | "startIcon"> & {
|
|
50
|
+
outlinedSecondary: ({ theme }: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "loading" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "loadingIndicator" | "href" | "disableElevation" | "endIcon" | "loadingPosition" | "startIcon"> & {
|
|
57
51
|
component?: React.ElementType;
|
|
58
52
|
} & Record<string, unknown> & {
|
|
59
|
-
ownerState: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<
|
|
60
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
61
|
-
}, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "disableElevation" | "endIcon" | "startIcon"> & {
|
|
53
|
+
ownerState: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "loading" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "loadingIndicator" | "href" | "disableElevation" | "endIcon" | "loadingPosition" | "startIcon"> & {
|
|
62
54
|
component?: React.ElementType;
|
|
63
55
|
} & Record<string, unknown>;
|
|
64
56
|
} & {
|
|
65
57
|
theme: Theme;
|
|
66
58
|
}) => Record<string, string>;
|
|
67
|
-
outlinedSuccess: ({ theme }: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<
|
|
68
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
69
|
-
}, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "disableElevation" | "endIcon" | "startIcon"> & {
|
|
59
|
+
outlinedSuccess: ({ theme }: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "loading" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "loadingIndicator" | "href" | "disableElevation" | "endIcon" | "loadingPosition" | "startIcon"> & {
|
|
70
60
|
component?: React.ElementType;
|
|
71
61
|
} & Record<string, unknown> & {
|
|
72
|
-
ownerState: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<
|
|
73
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
74
|
-
}, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "disableElevation" | "endIcon" | "startIcon"> & {
|
|
62
|
+
ownerState: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "loading" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "loadingIndicator" | "href" | "disableElevation" | "endIcon" | "loadingPosition" | "startIcon"> & {
|
|
75
63
|
component?: React.ElementType;
|
|
76
64
|
} & Record<string, unknown>;
|
|
77
65
|
} & {
|
|
78
66
|
theme: Theme;
|
|
79
67
|
}) => Record<string, string>;
|
|
80
|
-
outlinedInfo: ({ theme }: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<
|
|
81
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
82
|
-
}, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "disableElevation" | "endIcon" | "startIcon"> & {
|
|
68
|
+
outlinedInfo: ({ theme }: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "loading" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "loadingIndicator" | "href" | "disableElevation" | "endIcon" | "loadingPosition" | "startIcon"> & {
|
|
83
69
|
component?: React.ElementType;
|
|
84
70
|
} & Record<string, unknown> & {
|
|
85
|
-
ownerState: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<
|
|
86
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
87
|
-
}, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "disableElevation" | "endIcon" | "startIcon"> & {
|
|
71
|
+
ownerState: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "loading" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "loadingIndicator" | "href" | "disableElevation" | "endIcon" | "loadingPosition" | "startIcon"> & {
|
|
88
72
|
component?: React.ElementType;
|
|
89
73
|
} & Record<string, unknown>;
|
|
90
74
|
} & {
|
|
91
75
|
theme: Theme;
|
|
92
76
|
}) => Record<string, string>;
|
|
93
|
-
outlinedWarning: ({ theme }: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<
|
|
94
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
95
|
-
}, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "disableElevation" | "endIcon" | "startIcon"> & {
|
|
77
|
+
outlinedWarning: ({ theme }: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "loading" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "loadingIndicator" | "href" | "disableElevation" | "endIcon" | "loadingPosition" | "startIcon"> & {
|
|
96
78
|
component?: React.ElementType;
|
|
97
79
|
} & Record<string, unknown> & {
|
|
98
|
-
ownerState: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<
|
|
99
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
100
|
-
}, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "disableElevation" | "endIcon" | "startIcon"> & {
|
|
80
|
+
ownerState: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "loading" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "loadingIndicator" | "href" | "disableElevation" | "endIcon" | "loadingPosition" | "startIcon"> & {
|
|
101
81
|
component?: React.ElementType;
|
|
102
82
|
} & Record<string, unknown>;
|
|
103
83
|
} & {
|
|
104
84
|
theme: Theme;
|
|
105
85
|
}) => Record<string, string>;
|
|
106
|
-
outlinedError: ({ theme }: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<
|
|
107
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
108
|
-
}, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "disableElevation" | "endIcon" | "startIcon"> & {
|
|
86
|
+
outlinedError: ({ theme }: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "loading" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "loadingIndicator" | "href" | "disableElevation" | "endIcon" | "loadingPosition" | "startIcon"> & {
|
|
109
87
|
component?: React.ElementType;
|
|
110
88
|
} & Record<string, unknown> & {
|
|
111
|
-
ownerState: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<
|
|
112
|
-
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
113
|
-
}, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "href" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "disableElevation" | "endIcon" | "startIcon"> & {
|
|
89
|
+
ownerState: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "children" | "className" | "style" | "classes" | "color" | "disabled" | "fullWidth" | "size" | "sx" | "variant" | "tabIndex" | "loading" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "loadingIndicator" | "href" | "disableElevation" | "endIcon" | "loadingPosition" | "startIcon"> & {
|
|
114
90
|
component?: React.ElementType;
|
|
115
91
|
} & Record<string, unknown>;
|
|
116
92
|
} & {
|