@solostylist/ui-kit 1.0.190 → 1.0.192

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.
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+ import { SxProps, Theme } from '@mui/material/styles';
2
3
  /**
3
4
  * Possible value types for SAiToolBar inputs
4
5
  */
@@ -111,13 +112,17 @@ export interface SAiToolBarProps {
111
112
  position?: 'bottom' | 'top';
112
113
  /** Use relative positioning within container instead of fixed viewport positioning */
113
114
  relative?: boolean;
115
+ /** Custom styles for the outer container (wrapper) */
116
+ containerSx?: SxProps<Theme>;
117
+ /** Custom styles for the inner toolbar box */
118
+ sx?: SxProps<Theme>;
114
119
  }
115
120
  /**
116
121
  * A dynamic floating toolbar for AI tools with inputs and action buttons.
117
122
  * Features multiple input types, built-in validation, and portal rendering for proper z-index handling.
118
123
  */
119
124
  export declare const SAiToolBar: {
120
- ({ inputs, onProcess, onReset, onDownload, processing, uploading, inputValues, onInputChange, customActionButtons, hideProcessButton, processButtonDisabled, getInputDisabled, processTooltip, downloadTooltip, resetTooltip, infoTooltip, infoTitle, infoContent, position, relative, }: SAiToolBarProps): React.JSX.Element;
125
+ ({ inputs, onProcess, onReset, onDownload, processing, uploading, inputValues, onInputChange, customActionButtons, hideProcessButton, processButtonDisabled, getInputDisabled, processTooltip, downloadTooltip, resetTooltip, infoTooltip, infoTitle, infoContent, position, relative, containerSx, sx, }: SAiToolBarProps): React.JSX.Element;
121
126
  displayName: string;
122
127
  };
123
128
  export default SAiToolBar;
@@ -1,23 +1,23 @@
1
1
  import { j as e } from "../jsx-runtime-tc70JA_2.js";
2
- import j, { useEffect as K, useState as T, useMemo as H, useCallback as L } from "react";
2
+ import j, { useEffect as $, useState as J, useMemo as X, useCallback as A } from "react";
3
3
  import { c as S } from "../createSvgIcon-DTNHY3_v.js";
4
- import { C as $ } from "../Close-C-pCw-CD.js";
5
- import { D as J } from "../Download-D97XSAig.js";
6
- import { TextField as X, Typography as Q, Box as n, Slider as Y, IconButton as F, Checkbox as Z, Divider as ee, Tooltip as M, Dialog as le, DialogTitle as te, DialogContent as se } from "@mui/material";
7
- import { createPortal as re } from "react-dom";
8
- import { SSelect as ne } from "../s-select/s-select.js";
9
- const oe = S(/* @__PURE__ */ e.jsx("path", {
4
+ import { C as Q } from "../Close-C-pCw-CD.js";
5
+ import { D as Y } from "../Download-D97XSAig.js";
6
+ import { TextField as q, Typography as Z, Box as n, Slider as ee, IconButton as L, Checkbox as le, Divider as te, Tooltip as M, Dialog as se, DialogTitle as re, DialogContent as ne } from "@mui/material";
7
+ import { createPortal as oe } from "react-dom";
8
+ import { SSelect as ae } from "../s-select/s-select.js";
9
+ const ce = S(/* @__PURE__ */ e.jsx("path", {
10
10
  d: "M19 7v2.99s-1.99.01-2 0V7h-3s.01-1.99 0-2h3V2h2v3h3v2zm-3 4V8h-3V5H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-8zM5 19l3-4 2 3 3-4 4 5z"
11
- }), "AddPhotoAlternate"), ae = S(/* @__PURE__ */ e.jsx("path", {
11
+ }), "AddPhotoAlternate"), ie = S(/* @__PURE__ */ e.jsx("path", {
12
12
  d: "m19 9 1.25-2.75L23 5l-2.75-1.25L19 1l-1.25 2.75L15 5l2.75 1.25zm-7.5.5L9 4 6.5 9.5 1 12l5.5 2.5L9 20l2.5-5.5L17 12zM19 15l-1.25 2.75L15 19l2.75 1.25L19 23l1.25-2.75L23 19l-2.75-1.25z"
13
- }), "AutoAwesome"), ce = S(/* @__PURE__ */ e.jsx("path", {
13
+ }), "AutoAwesome"), de = S(/* @__PURE__ */ e.jsx("path", {
14
14
  d: "M12 6v3l4-4-4-4v3c-4.42 0-8 3.58-8 8 0 1.57.46 3.03 1.24 4.26L6.7 14.8c-.45-.83-.7-1.79-.7-2.8 0-3.31 2.69-6 6-6m6.76 1.74L17.3 9.2c.44.84.7 1.79.7 2.8 0 3.31-2.69 6-6 6v-3l-4 4 4 4v-3c4.42 0 8-3.58 8-8 0-1.57-.46-3.03-1.24-4.26"
15
- }), "Autorenew"), ie = S(/* @__PURE__ */ e.jsx("path", {
15
+ }), "Autorenew"), xe = S(/* @__PURE__ */ e.jsx("path", {
16
16
  d: "M11 7h2v2h-2zm0 4h2v6h-2zm1-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8"
17
17
  }), "InfoOutlined");
18
- var de = /* @__PURE__ */ ((l) => (l.TEXTAREA = "textarea", l.SLIDER = "slider", l.IMAGE = "image", l.NUMBER = "number", l.SELECT = "select", l.CHECKBOX = "checkbox", l))(de || {});
19
- const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, disabled: i }) => /* @__PURE__ */ e.jsx(
20
- X,
18
+ var he = /* @__PURE__ */ ((l) => (l.TEXTAREA = "textarea", l.SLIDER = "slider", l.IMAGE = "image", l.NUMBER = "number", l.SELECT = "select", l.CHECKBOX = "checkbox", l))(he || {});
19
+ const me = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, disabled: i }) => /* @__PURE__ */ e.jsx(
20
+ q,
21
21
  {
22
22
  value: r,
23
23
  onChange: (x) => d(x.target.value),
@@ -31,7 +31,7 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
31
31
  fullWidth: !0
32
32
  }
33
33
  )), z = j.memo((l) => /* @__PURE__ */ e.jsx(
34
- Q,
34
+ Z,
35
35
  {
36
36
  variant: "caption",
37
37
  sx: {
@@ -43,7 +43,7 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
43
43
  },
44
44
  children: l.label
45
45
  }
46
- )), he = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, disabled: i }) => /* @__PURE__ */ e.jsxs(
46
+ )), fe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, disabled: i }) => /* @__PURE__ */ e.jsxs(
47
47
  n,
48
48
  {
49
49
  sx: {
@@ -54,7 +54,7 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
54
54
  children: [
55
55
  /* @__PURE__ */ e.jsx(z, { label: l.label }),
56
56
  /* @__PURE__ */ e.jsx(
57
- X,
57
+ q,
58
58
  {
59
59
  type: "number",
60
60
  value: r ?? l.defaultValue ?? 0,
@@ -78,7 +78,7 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
78
78
  )
79
79
  ]
80
80
  }
81
- )), me = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, disabled: i }) => /* @__PURE__ */ e.jsxs(
81
+ )), ue = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, disabled: i }) => /* @__PURE__ */ e.jsxs(
82
82
  n,
83
83
  {
84
84
  sx: {
@@ -89,7 +89,7 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
89
89
  children: [
90
90
  /* @__PURE__ */ e.jsx(z, { label: l.label }),
91
91
  /* @__PURE__ */ e.jsx(
92
- ne,
92
+ ae,
93
93
  {
94
94
  value: r ?? l.defaultValue ?? "",
95
95
  onChange: (x) => d(x.target.value),
@@ -106,7 +106,7 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
106
106
  )
107
107
  ]
108
108
  }
109
- )), fe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, disabled: i }) => /* @__PURE__ */ e.jsxs(
109
+ )), ge = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, disabled: i }) => /* @__PURE__ */ e.jsxs(
110
110
  n,
111
111
  {
112
112
  sx: {
@@ -118,7 +118,7 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
118
118
  /* @__PURE__ */ e.jsx(z, { label: l.label }),
119
119
  /* @__PURE__ */ e.jsxs(n, { sx: { display: "flex", alignItems: "center", height: 36 }, children: [
120
120
  /* @__PURE__ */ e.jsx(
121
- Y,
121
+ ee,
122
122
  {
123
123
  value: r ?? l.defaultValue ?? l.min ?? 0,
124
124
  onChange: (x, b) => d(b),
@@ -146,17 +146,17 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
146
146
  ] })
147
147
  ]
148
148
  }
149
- )), ue = j.memo(({ input: l, value: r, onChange: d, disabled: o }) => {
150
- const m = j.useRef(null), [i, x] = j.useState([]), [b, D] = j.useState(null), I = l.multiple ?? !1, p = l.maxImages ?? 5;
151
- K(() => {
149
+ )), je = j.memo(({ input: l, value: r, onChange: d, disabled: o }) => {
150
+ const m = j.useRef(null), [i, x] = j.useState([]), [b, F] = j.useState(null), I = l.multiple ?? !1, p = l.maxImages ?? 5;
151
+ $(() => {
152
152
  const f = [];
153
153
  return x(((a) => {
154
154
  if (!a) return [];
155
155
  const y = Array.isArray(a) ? a : [a], c = [];
156
156
  return y.forEach((k) => {
157
157
  if (k instanceof File) {
158
- const A = URL.createObjectURL(k);
159
- c.push(A), f.push(A);
158
+ const E = URL.createObjectURL(k);
159
+ c.push(E), f.push(E);
160
160
  } else typeof k == "string" && c.push(k);
161
161
  }), c;
162
162
  })(r)), () => {
@@ -173,7 +173,7 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
173
173
  d(h[0]);
174
174
  f.target.value = "";
175
175
  }
176
- }, E = (f, h) => {
176
+ }, D = (f, h) => {
177
177
  if (f.stopPropagation(), I && Array.isArray(r)) {
178
178
  const a = r.filter((y, c) => c !== h);
179
179
  d(a.length > 0 ? a : null);
@@ -198,8 +198,8 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
198
198
  i.map((f, h) => /* @__PURE__ */ e.jsxs(
199
199
  n,
200
200
  {
201
- onMouseEnter: () => D(h),
202
- onMouseLeave: () => D(null),
201
+ onMouseEnter: () => F(h),
202
+ onMouseLeave: () => F(null),
203
203
  sx: {
204
204
  width: 50,
205
205
  height: 50,
@@ -231,7 +231,7 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
231
231
  !o && b === h && /* @__PURE__ */ e.jsx(
232
232
  n,
233
233
  {
234
- onClick: (a) => E(a, h),
234
+ onClick: (a) => D(a, h),
235
235
  sx: {
236
236
  position: "absolute",
237
237
  top: 0,
@@ -242,7 +242,7 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
242
242
  alignItems: "center",
243
243
  justifyContent: "center"
244
244
  },
245
- children: /* @__PURE__ */ e.jsx(F, { onClick: (a) => E(a, h), children: /* @__PURE__ */ e.jsx($, {}) })
245
+ children: /* @__PURE__ */ e.jsx(L, { onClick: (a) => D(a, h), children: /* @__PURE__ */ e.jsx(Q, {}) })
246
246
  }
247
247
  )
248
248
  ]
@@ -269,7 +269,7 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
269
269
  }
270
270
  },
271
271
  children: /* @__PURE__ */ e.jsx(
272
- oe,
272
+ ce,
273
273
  {
274
274
  sx: {
275
275
  fontSize: 20,
@@ -280,7 +280,7 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
280
280
  }
281
281
  )
282
282
  ] });
283
- }), ge = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, disabled: i }) => /* @__PURE__ */ e.jsxs(
283
+ }), ye = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, disabled: i }) => /* @__PURE__ */ e.jsxs(
284
284
  n,
285
285
  {
286
286
  sx: {
@@ -292,7 +292,7 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
292
292
  children: [
293
293
  /* @__PURE__ */ e.jsx(z, { label: l.label }),
294
294
  /* @__PURE__ */ e.jsx(
295
- Z,
295
+ le,
296
296
  {
297
297
  checked: r ?? l.defaultValue ?? !1,
298
298
  onChange: (x) => d(x.target.checked),
@@ -306,21 +306,21 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
306
306
  )), U = (l) => {
307
307
  switch (l.input.type) {
308
308
  case "textarea":
309
- return /* @__PURE__ */ e.jsx(xe, { ...l });
309
+ return /* @__PURE__ */ e.jsx(me, { ...l });
310
310
  case "number":
311
- return /* @__PURE__ */ e.jsx(he, { ...l });
312
- case "slider":
313
311
  return /* @__PURE__ */ e.jsx(fe, { ...l });
312
+ case "slider":
313
+ return /* @__PURE__ */ e.jsx(ge, { ...l });
314
314
  case "select":
315
- return /* @__PURE__ */ e.jsx(me, { ...l });
315
+ return /* @__PURE__ */ e.jsx(ue, { ...l });
316
316
  case "image":
317
- return /* @__PURE__ */ e.jsx(ue, { input: l.input, value: l.value, onChange: l.onChange, disabled: l.disabled });
317
+ return /* @__PURE__ */ e.jsx(je, { input: l.input, value: l.value, onChange: l.onChange, disabled: l.disabled });
318
318
  case "checkbox":
319
- return /* @__PURE__ */ e.jsx(ge, { ...l });
319
+ return /* @__PURE__ */ e.jsx(ye, { ...l });
320
320
  default:
321
321
  return null;
322
322
  }
323
- }, je = ({
323
+ }, Ie = ({
324
324
  inputs: l = [],
325
325
  onProcess: r,
326
326
  onReset: d,
@@ -329,38 +329,40 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
329
329
  uploading: i = !1,
330
330
  inputValues: x = {},
331
331
  onInputChange: b,
332
- customActionButtons: D,
332
+ customActionButtons: F,
333
333
  hideProcessButton: I = !1,
334
334
  processButtonDisabled: p = !1,
335
335
  getInputDisabled: R,
336
- processTooltip: E = "Process",
336
+ processTooltip: D = "Process",
337
337
  downloadTooltip: P = "Download",
338
338
  resetTooltip: V = "Reset",
339
339
  infoTooltip: f = "Information",
340
340
  infoTitle: h = "Tool Information",
341
341
  infoContent: a,
342
342
  position: y = "bottom",
343
- relative: c = !1
343
+ relative: c = !1,
344
+ containerSx: k,
345
+ sx: E
344
346
  }) => {
345
- const [k, A] = T(!1), W = H(() => l.length === 0 ? !0 : l.every((t) => {
347
+ const [G, W] = J(!1), N = X(() => l.length === 0 ? !0 : l.every((t) => {
346
348
  if (!t.required) return !0;
347
349
  const s = x[t.key];
348
350
  return t.type === "textarea" ? s && typeof s == "string" && s.trim() !== "" : t.type === "number" || t.type === "slider" ? s != null : t.type === "select" ? s != null && s !== "" : !0;
349
- }), [l, x]), { imageInputs: B, textareaInputs: N, paramInputs: O } = H(() => l.reduce(
351
+ }), [l, x]), { imageInputs: B, textareaInputs: _, paramInputs: O } = X(() => l.reduce(
350
352
  (t, s) => (s.type === "image" ? t.imageInputs.push(s) : s.type === "textarea" ? t.textareaInputs.push(s) : t.paramInputs.push(s), t),
351
353
  {
352
354
  imageInputs: [],
353
355
  textareaInputs: [],
354
356
  paramInputs: []
355
357
  }
356
- ), [l]), C = L(() => {
357
- }, []), w = L(() => {
358
- }, []), v = L(
358
+ ), [l]), C = A(() => {
359
+ }, []), w = A(() => {
360
+ }, []), v = A(
359
361
  (t, s, g) => {
360
362
  b?.(t, s, g);
361
363
  },
362
364
  [b]
363
- ), q = L(() => A(!0), []), G = L(() => A(!1), []), _ = /* @__PURE__ */ e.jsxs(
365
+ ), K = A(() => W(!0), []), T = A(() => W(!1), []), H = /* @__PURE__ */ e.jsxs(
364
366
  n,
365
367
  {
366
368
  sx: {
@@ -372,7 +374,8 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
372
374
  display: c ? "flex" : "block",
373
375
  justifyContent: c ? "center" : "initial",
374
376
  mt: c && y === "top" ? 2 : 0,
375
- mb: c && y === "bottom" ? 2 : 0
377
+ mb: c && y === "bottom" ? 2 : 0,
378
+ ...k
376
379
  },
377
380
  children: [
378
381
  /* @__PURE__ */ e.jsxs(
@@ -386,10 +389,11 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
386
389
  borderRadius: 2,
387
390
  border: 1,
388
391
  borderColor: "divider",
389
- bgcolor: "background.default"
392
+ bgcolor: "background.default",
393
+ ...E
390
394
  },
391
395
  children: [
392
- N.length > 0 && /* @__PURE__ */ e.jsx(n, { sx: { display: "flex", flexDirection: "column", gap: 2 }, children: N.map((t) => {
396
+ _.length > 0 && /* @__PURE__ */ e.jsx(n, { sx: { display: "flex", flexDirection: "column", gap: 2 }, children: _.map((t) => {
393
397
  const s = x[t.key], g = R?.(t.key) ?? !1;
394
398
  return t.renderInput ? /* @__PURE__ */ e.jsx(n, { children: t.renderInput({
395
399
  value: s,
@@ -466,22 +470,22 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
466
470
  ] })
467
471
  }
468
472
  ),
469
- (B.length > 0 || O.length > 0) && /* @__PURE__ */ e.jsx(ee, { orientation: "vertical", flexItem: !0, sx: { mx: 0.5, flexShrink: 0 } }),
473
+ (B.length > 0 || O.length > 0) && /* @__PURE__ */ e.jsx(te, { orientation: "vertical", flexItem: !0, sx: { mx: 0.5, flexShrink: 0 } }),
470
474
  /* @__PURE__ */ e.jsxs(n, { sx: { display: "flex", alignItems: "center", gap: 0.75, ml: "auto" }, children: [
471
- D,
472
- a && /* @__PURE__ */ e.jsx(M, { title: f, children: /* @__PURE__ */ e.jsx(F, { onClick: q, children: /* @__PURE__ */ e.jsx(ie, {}) }) }),
473
- /* @__PURE__ */ e.jsx(M, { title: P, children: /* @__PURE__ */ e.jsx(F, { onClick: o, children: /* @__PURE__ */ e.jsx(J, {}) }) }),
474
- /* @__PURE__ */ e.jsx(M, { title: V, children: /* @__PURE__ */ e.jsx(F, { onClick: d, children: /* @__PURE__ */ e.jsx(ce, {}) }) }),
475
- !I && /* @__PURE__ */ e.jsx(M, { title: E, children: /* @__PURE__ */ e.jsx("span", { children: /* @__PURE__ */ e.jsx(
476
- F,
475
+ F,
476
+ a && /* @__PURE__ */ e.jsx(M, { title: f, children: /* @__PURE__ */ e.jsx(L, { onClick: K, children: /* @__PURE__ */ e.jsx(xe, {}) }) }),
477
+ /* @__PURE__ */ e.jsx(M, { title: P, children: /* @__PURE__ */ e.jsx(L, { onClick: o, children: /* @__PURE__ */ e.jsx(Y, {}) }) }),
478
+ /* @__PURE__ */ e.jsx(M, { title: V, children: /* @__PURE__ */ e.jsx(L, { onClick: d, children: /* @__PURE__ */ e.jsx(de, {}) }) }),
479
+ !I && /* @__PURE__ */ e.jsx(M, { title: D, children: /* @__PURE__ */ e.jsx("span", { children: /* @__PURE__ */ e.jsx(
480
+ L,
477
481
  {
478
482
  onClick: r,
479
- disabled: p || !W || i || m,
483
+ disabled: p || !N || i || m,
480
484
  size: "large",
481
485
  children: /* @__PURE__ */ e.jsx(
482
- ae,
486
+ ie,
483
487
  {
484
- color: p || !W || i || m ? "disabled" : "primary"
488
+ color: p || !N || i || m ? "disabled" : "primary"
485
489
  }
486
490
  )
487
491
  }
@@ -491,18 +495,18 @@ const xe = j.memo(({ input: l, value: r, onChange: d, onFocus: o, onBlur: m, dis
491
495
  ]
492
496
  }
493
497
  ),
494
- a && /* @__PURE__ */ e.jsxs(le, { open: k, onClose: G, maxWidth: "sm", fullWidth: !0, children: [
495
- /* @__PURE__ */ e.jsx(te, { children: h }),
496
- /* @__PURE__ */ e.jsx(se, { children: a })
498
+ a && /* @__PURE__ */ e.jsxs(se, { open: G, onClose: T, maxWidth: "sm", fullWidth: !0, children: [
499
+ /* @__PURE__ */ e.jsx(re, { children: h }),
500
+ /* @__PURE__ */ e.jsx(ne, { children: a })
497
501
  ] })
498
502
  ]
499
503
  }
500
504
  );
501
- return !c && typeof window < "u" ? re(_, document.body) : _;
505
+ return !c && typeof window < "u" ? oe(H, document.body) : H;
502
506
  };
503
- je.displayName = "SAiToolBar";
507
+ Ie.displayName = "SAiToolBar";
504
508
  export {
505
- je as SAiToolBar,
506
- de as SAiToolBarInputType,
507
- je as default
509
+ Ie as SAiToolBar,
510
+ he as SAiToolBarInputType,
511
+ Ie as default
508
512
  };
@@ -1074,6 +1074,7 @@ export declare const MuiButton: {
1074
1074
  opacity: number;
1075
1075
  };
1076
1076
  '&.MuiButton-loading': {
1077
+ color: string;
1077
1078
  '& .MuiButton-loadingIndicator': {
1078
1079
  color: string;
1079
1080
  };
@@ -2112,6 +2113,7 @@ export declare const MuiButton: {
2112
2113
  opacity: number;
2113
2114
  };
2114
2115
  '&.MuiButton-loading': {
2116
+ color: string;
2115
2117
  '& .MuiButton-loadingIndicator': {
2116
2118
  color: string;
2117
2119
  };
@@ -3150,6 +3152,7 @@ export declare const MuiButton: {
3150
3152
  opacity: number;
3151
3153
  };
3152
3154
  '&.MuiButton-loading': {
3155
+ color: string;
3153
3156
  '& .MuiButton-loadingIndicator': {
3154
3157
  color: string;
3155
3158
  };
@@ -4188,6 +4191,7 @@ export declare const MuiButton: {
4188
4191
  opacity: number;
4189
4192
  };
4190
4193
  '&.MuiButton-loading': {
4194
+ color: string;
4191
4195
  '& .MuiButton-loadingIndicator': {
4192
4196
  color: string;
4193
4197
  };
@@ -5226,6 +5230,7 @@ export declare const MuiButton: {
5226
5230
  opacity: number;
5227
5231
  };
5228
5232
  '&.MuiButton-loading': {
5233
+ color: string;
5229
5234
  '& .MuiButton-loadingIndicator': {
5230
5235
  color: string;
5231
5236
  };
@@ -6264,6 +6269,7 @@ export declare const MuiButton: {
6264
6269
  opacity: number;
6265
6270
  };
6266
6271
  '&.MuiButton-loading': {
6272
+ color: string;
6267
6273
  '& .MuiButton-loadingIndicator': {
6268
6274
  color: string;
6269
6275
  };
@@ -1,44 +1,46 @@
1
- import { brand as u, lightBrand as e, purple as l, lightPurple as p, green as c, lightGreen as d, red as v, lightRed as b, blue as g, lightBlue as y, orange as f, lightOrange as B } from "../theme-primitives.js";
2
- const a = (n, r) => n === "text" || n === "outlined" ? "transparent" : r, t = (n, r, i) => n === "text" || n === "outlined" ? i : r, s = (n, r, i, o) => ({
3
- backgroundColor: a(r.variant, i[700]),
4
- color: t(r.variant, i[50], i[500]),
5
- borderColor: r.variant === "outlined" ? i[300] : "transparent",
1
+ import { brand as u, lightBrand as c, purple as p, lightPurple as e, green as l, lightGreen as d, red as v, lightRed as b, blue as y, lightBlue as g, orange as f, lightOrange as B } from "../theme-primitives.js";
2
+ const o = (i, r) => i === "text" || i === "outlined" ? "transparent" : r, s = (i, r, n) => i === "text" || i === "outlined" ? n : r, t = (i, r, n, a) => ({
3
+ backgroundColor: o(r.variant, n[700]),
4
+ color: s(r.variant, n[50], n[500]),
5
+ borderColor: r.variant === "outlined" ? n[300] : "transparent",
6
6
  "&:hover": {
7
- backgroundColor: a(r.variant, i[800]),
8
- color: t(r.variant, i[100], i[600]),
9
- borderColor: r.variant === "outlined" ? i[400] : "transparent"
7
+ backgroundColor: o(r.variant, n[800]),
8
+ color: s(r.variant, n[100], n[600]),
9
+ borderColor: r.variant === "outlined" ? n[400] : "transparent"
10
10
  },
11
11
  "&:active": { filter: "brightness(1.1)" },
12
12
  "&.Mui-disabled": {
13
- backgroundColor: a(r.variant, i[700]),
14
- color: i[50],
15
- borderColor: r.variant === "outlined" ? i[900] : "transparent",
13
+ backgroundColor: o(r.variant, n[700]),
14
+ color: n[50],
15
+ borderColor: r.variant === "outlined" ? n[900] : "transparent",
16
16
  opacity: 0.5
17
17
  },
18
18
  "&.MuiButton-loading": {
19
+ color: s(r.variant, n[50], n[500]),
19
20
  "& .MuiButton-loadingIndicator": {
20
- color: i[50]
21
+ color: s(r.variant, n[50], n[500])
21
22
  }
22
23
  },
23
- ...n.applyStyles("dark", {
24
- backgroundColor: a(r.variant, o[800]),
25
- color: t(r.variant, o[100], o[500]),
26
- borderColor: r.variant === "outlined" ? o[800] : "transparent",
24
+ ...i.applyStyles("dark", {
25
+ backgroundColor: o(r.variant, a[800]),
26
+ color: s(r.variant, a[100], a[500]),
27
+ borderColor: r.variant === "outlined" ? a[800] : "transparent",
27
28
  "&:hover": {
28
- backgroundColor: a(r.variant, o[900]),
29
- color: t(r.variant, o[50], o[600]),
30
- borderColor: r.variant === "outlined" ? o[900] : "transparent"
29
+ backgroundColor: o(r.variant, a[900]),
30
+ color: s(r.variant, a[50], a[600]),
31
+ borderColor: r.variant === "outlined" ? a[900] : "transparent"
31
32
  },
32
33
  "&:active": { filter: "brightness(1.1)" },
33
34
  "&.Mui-disabled": {
34
- backgroundColor: a(r.variant, o[800]),
35
- color: o[100],
36
- borderColor: r.variant === "outlined" ? o[900] : "transparent",
35
+ backgroundColor: o(r.variant, a[800]),
36
+ color: a[100],
37
+ borderColor: r.variant === "outlined" ? a[900] : "transparent",
37
38
  opacity: 0.5
38
39
  },
39
40
  "&.MuiButton-loading": {
41
+ color: s(r.variant, a[100], a[500]),
40
42
  "& .MuiButton-loadingIndicator": {
41
- color: o[100]
43
+ color: s(r.variant, a[100], a[500])
42
44
  }
43
45
  }
44
46
  })
@@ -47,9 +49,9 @@ const a = (n, r) => n === "text" || n === "outlined" ? "transparent" : r, t = (n
47
49
  variant: "contained"
48
50
  },
49
51
  styleOverrides: {
50
- root: ({ theme: n, ownerState: r }) => ({
52
+ root: ({ theme: i, ownerState: r }) => ({
51
53
  boxShadow: "none",
52
- borderRadius: (n.vars || n).shape.borderRadius,
54
+ borderRadius: (i.vars || i).shape.borderRadius,
53
55
  textTransform: "none",
54
56
  transition: "all 0.2s ease-in-out",
55
57
  variants: [
@@ -85,7 +87,7 @@ const a = (n, r) => n === "text" || n === "outlined" ? "transparent" : r, t = (n
85
87
  color: "primary"
86
88
  },
87
89
  style: {
88
- ...s(n, r, e, u)
90
+ ...t(i, r, c, u)
89
91
  }
90
92
  },
91
93
  {
@@ -93,7 +95,7 @@ const a = (n, r) => n === "text" || n === "outlined" ? "transparent" : r, t = (n
93
95
  color: "secondary"
94
96
  },
95
97
  style: {
96
- ...s(n, r, p, l)
98
+ ...t(i, r, e, p)
97
99
  }
98
100
  },
99
101
  {
@@ -101,7 +103,7 @@ const a = (n, r) => n === "text" || n === "outlined" ? "transparent" : r, t = (n
101
103
  color: "success"
102
104
  },
103
105
  style: {
104
- ...s(n, r, d, c)
106
+ ...t(i, r, d, l)
105
107
  }
106
108
  },
107
109
  {
@@ -109,7 +111,7 @@ const a = (n, r) => n === "text" || n === "outlined" ? "transparent" : r, t = (n
109
111
  color: "error"
110
112
  },
111
113
  style: {
112
- ...s(n, r, b, v)
114
+ ...t(i, r, b, v)
113
115
  }
114
116
  },
115
117
  {
@@ -117,7 +119,7 @@ const a = (n, r) => n === "text" || n === "outlined" ? "transparent" : r, t = (n
117
119
  color: "info"
118
120
  },
119
121
  style: {
120
- ...s(n, r, y, g)
122
+ ...t(i, r, g, y)
121
123
  }
122
124
  },
123
125
  {
@@ -125,7 +127,7 @@ const a = (n, r) => n === "text" || n === "outlined" ? "transparent" : r, t = (n
125
127
  color: "warning"
126
128
  },
127
129
  style: {
128
- ...s(n, r, B, f)
130
+ ...t(i, r, B, f)
129
131
  }
130
132
  }
131
133
  ]
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.190",
6
+ "version": "1.0.192",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "type": "module",
9
9
  "main": "dist/main.js",