@solostylist/ui-kit 1.0.21 → 1.0.24

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.
Files changed (60) hide show
  1. package/dist/{Box-CYhpy9DM.js → Box-CafvePOg.js} +5 -5
  2. package/dist/{DefaultPropsProvider-DhE0_fCr.js → DefaultPropsProvider-Doz-fKTH.js} +2 -2
  3. package/dist/{Menu-DeygsmYI.js → Menu-DV6b-3vA.js} +18 -17
  4. package/dist/{Stack-Du2vO-iF.js → Stack-CyNMyetl.js} +5 -5
  5. package/dist/TransitionGroup-C2C7KNye.js +216 -0
  6. package/dist/{Typography-BUC2b3EE.js → Typography-BXLku1B0.js} +5 -5
  7. package/dist/_commonjsHelpers-B4e78b8K.js +28 -0
  8. package/dist/assets/s-image-gallery.css +1 -1
  9. package/dist/{buttonBaseClasses-D9p3ujfW.js → buttonBaseClasses-C7kEMnpC.js} +2 -2
  10. package/dist/{createSvgIcon-CFj_BoDp.js → createSvgIcon-C9keHw6o.js} +4 -4
  11. package/dist/{createTheme-DkVAXJiq.js → createTheme-DwCHEbMU.js} +1 -1
  12. package/dist/emotion-serialize.esm-lgBmL_7o.js +195 -0
  13. package/dist/{extendSxProp-oTj2mv7x.js → extendSxProp-DOBfSUxL.js} +1 -1
  14. package/dist/{generateUtilityClasses-DStZbN71.js → generateUtilityClasses-BHlV34bM.js} +1 -1
  15. package/dist/{iconButtonClasses-Dx9aLkXb.js → iconButtonClasses--mfwnDzQ.js} +2 -2
  16. package/dist/identifier-C1jBtHV2.js +46 -0
  17. package/dist/{index-8QDI4GK5.js → index-Bg8Tniaw.js} +5 -5
  18. package/dist/main.d.ts +2 -0
  19. package/dist/main.js +26 -24
  20. package/dist/{menuItemClasses-D9_8SIPH.js → menuItemClasses-BuWSZEU7.js} +2 -2
  21. package/dist/{outlinedInputClasses-DNQT_xFJ.js → outlinedInputClasses-BiB8MrLY.js} +2 -2
  22. package/dist/s-data-table/s-data-table.js +6 -6
  23. package/dist/s-dialog-confirm/s-dialog-confirm.js +1 -1
  24. package/dist/s-dialog-message/s-dialog-message.js +1 -1
  25. package/dist/s-file-dropzone/s-file-dropzone.js +3 -3
  26. package/dist/s-file-icon/s-file-icon.js +1 -1
  27. package/dist/s-form/s-form.js +10 -8
  28. package/dist/s-image-gallery/package.json +1 -1
  29. package/dist/s-label/s-label.js +7 -5
  30. package/dist/s-multi-select/s-multi-select.js +8 -8
  31. package/dist/s-select/s-select.d.ts +1 -3
  32. package/dist/s-smart-text-field/index.d.ts +2 -0
  33. package/dist/s-smart-text-field/index.js +4 -0
  34. package/dist/s-smart-text-field/package.json +5 -0
  35. package/dist/s-smart-text-field/s-text-field.d.ts +6 -0
  36. package/dist/s-smart-text-field/s-text-field.js +27137 -0
  37. package/dist/s-snackbar-message/s-snackbar-message.d.ts +6 -1
  38. package/dist/s-snackbar-message/s-snackbar-message.js +13 -13
  39. package/dist/s-text-editor/s-text-editor-toolbar.js +12 -12
  40. package/dist/s-text-editor/s-text-editor.js +1 -1
  41. package/dist/s-theme-provider/s-theme-provider.d.ts +3 -2
  42. package/dist/s-theme-provider/s-theme-provider.js +26 -24
  43. package/dist/s-tip/s-tip.js +3 -3
  44. package/dist/{selectClasses-BDdGqseQ.js → selectClasses-gIFRMjMV.js} +2 -2
  45. package/dist/{svgIconClasses-ByelSBlO.js → svgIconClasses-B4eDa4bG.js} +2 -2
  46. package/dist/theme/customizations/data-display.js +6 -6
  47. package/dist/theme/customizations/feedback.js +1 -1
  48. package/dist/theme/customizations/inputs.js +5 -5
  49. package/dist/theme/customizations/navigation.js +16 -20
  50. package/dist/theme/customizations/surfaces.js +1 -1
  51. package/dist/theme/theme-primitives.js +1 -1
  52. package/dist/{typographyClasses-By7qHJ5j.js → typographyClasses-BHvgKFVi.js} +2 -2
  53. package/dist/useSlot-CUlGPdMt.js +969 -0
  54. package/dist/{useTheme-B14mI9KW.js → useTheme-Cfg4NSRM.js} +1 -1
  55. package/dist/utils/dayjs.js +1 -1
  56. package/package.json +1 -1
  57. package/dist/HelpOutline-BpAsfhrs.js +0 -8
  58. package/dist/_commonjsHelpers-C6fGbg64.js +0 -6
  59. package/dist/identifier-DCmLmBSP.js +0 -234
  60. package/dist/useSlot-D9cy_5Wu.js +0 -1179
@@ -12,8 +12,13 @@ export default SSnackbarMessage;
12
12
  export interface SnackbarMessageOpenOptions {
13
13
  message: string;
14
14
  }
15
+ export interface handleOpenParams {
16
+ snackbarMessageOptions: SnackbarMessageOpenOptions;
17
+ snackbarProps?: SnackbarProps;
18
+ alertProps?: AlertProps;
19
+ }
15
20
  export interface SnackbarMessageContextProps {
16
- handleOpen: (snackbarMessageOptions: SnackbarMessageOpenOptions, snackbarProps?: SnackbarProps, alertProps?: AlertProps) => void;
21
+ handleOpen: ({ snackbarMessageOptions, snackbarProps, alertProps }: handleOpenParams) => void;
17
22
  handleClose: () => void;
18
23
  open: boolean;
19
24
  }
@@ -1,8 +1,8 @@
1
1
  import { j as t } from "../jsx-runtime-C5mzlN2N.js";
2
2
  import * as a from "react";
3
- import { Snackbar as S, Alert as b } from "@mui/material";
4
- import { useDialog as x } from "../hooks/use-dialog.js";
5
- const k = ({
3
+ import { Snackbar as h, Alert as S } from "@mui/material";
4
+ import { useDialog as k } from "../hooks/use-dialog.js";
5
+ const x = ({
6
6
  message: s,
7
7
  onClose: e = () => {
8
8
  },
@@ -10,23 +10,23 @@ const k = ({
10
10
  snackbarProps: n,
11
11
  alertProps: o
12
12
  }) => /* @__PURE__ */ t.jsx(
13
- S,
13
+ h,
14
14
  {
15
15
  open: r,
16
16
  autoHideDuration: 1e4,
17
17
  onClose: e,
18
18
  anchorOrigin: { vertical: "top", horizontal: "center" },
19
19
  ...n,
20
- children: /* @__PURE__ */ t.jsx(b, { onClose: e, severity: "error", sx: { width: "100%" }, ...o, children: s })
20
+ children: /* @__PURE__ */ t.jsx(S, { onClose: e, severity: "error", sx: { width: "100%" }, ...o, children: s })
21
21
  }
22
- ), c = a.createContext(null), P = ({ children: s }) => {
23
- const e = x(), [r, n] = a.useState({
22
+ ), c = a.createContext(null), M = ({ children: s }) => {
23
+ const e = k(), [r, n] = a.useState({
24
24
  message: ""
25
25
  }), [o, l] = a.useState({}), [i, u] = a.useState({}), p = {
26
26
  handleOpen: a.useCallback(
27
- (d, g = {}, m = {}) => {
28
- const { message: h } = d;
29
- n({ message: h }), l(g), u(m), e.handleOpen();
27
+ ({ snackbarMessageOptions: d, snackbarProps: g = {}, alertProps: m = {} }) => {
28
+ const { message: b } = d;
29
+ n({ message: b }), l(g), u(m), e.handleOpen();
30
30
  },
31
31
  [e]
32
32
  ),
@@ -35,7 +35,7 @@ const k = ({
35
35
  };
36
36
  return /* @__PURE__ */ t.jsxs(c.Provider, { value: p, children: [
37
37
  /* @__PURE__ */ t.jsx(
38
- k,
38
+ x,
39
39
  {
40
40
  open: e.open,
41
41
  message: r == null ? void 0 : r.message,
@@ -53,7 +53,7 @@ const k = ({
53
53
  return s;
54
54
  };
55
55
  export {
56
- P as SnackbarMessageProvider,
57
- k as default,
56
+ M as SnackbarMessageProvider,
57
+ x as default,
58
58
  j as useSnackbarMessage
59
59
  };
@@ -4,21 +4,21 @@ import r, { forwardRef as de } from "react";
4
4
  import { MenuItem as mt } from "@mui/material";
5
5
  import { E as pe } from "../SSRBase-BSdFRe_j.js";
6
6
  import { usePopover as On } from "../hooks/use-popover.js";
7
- import { g as Oe, c as Z, P as t, a as bt, q as _t, l as xn, j as rt } from "../createTheme-DkVAXJiq.js";
8
- import { c as J } from "../identifier-DCmLmBSP.js";
9
- import { u as Q, s as M, c as _, m as N, r as ue, e as wn } from "../DefaultPropsProvider-DhE0_fCr.js";
7
+ import { g as Oe, c as Z, P as t, a as bt, q as _t, l as xn, j as rt } from "../createTheme-DwCHEbMU.js";
8
+ import { c as J } from "../identifier-C1jBtHV2.js";
9
+ import { u as Q, s as M, c as _, m as N, r as ue, e as wn } from "../DefaultPropsProvider-Doz-fKTH.js";
10
10
  import { c as ve } from "../createSimplePaletteValueFilter-B7--0ryQ.js";
11
- import { g as Cn, i as gt } from "../iconButtonClasses-Dx9aLkXb.js";
12
- import { c as Kt, B as Hn, u as at, r as Me, f as An } from "../useSlot-D9cy_5Wu.js";
13
- import { g as xe } from "../generateUtilityClasses-DStZbN71.js";
11
+ import { g as Cn, i as gt } from "../iconButtonClasses--mfwnDzQ.js";
12
+ import { c as Kt, B as Hn, u as at, r as Me, d as An } from "../useSlot-CUlGPdMt.js";
13
+ import { g as xe } from "../generateUtilityClasses-BHlV34bM.js";
14
14
  import { css as Gt, keyframes as Xt } from "@emotion/react";
15
- import { S as ht } from "../Stack-Du2vO-iF.js";
16
- import { i as yt, o as En, M as Mn, g as Sn, P as In } from "../Menu-DeygsmYI.js";
17
- import { g as Yt, s as $e } from "../selectClasses-BDdGqseQ.js";
15
+ import { S as ht } from "../Stack-CyNMyetl.js";
16
+ import { i as yt, o as En, M as Mn, g as Sn, P as In } from "../Menu-DV6b-3vA.js";
17
+ import { g as Yt, s as $e } from "../selectClasses-gIFRMjMV.js";
18
18
  import { F as Jt, a as Pe, u as vt } from "../useFormControl-D6-HePVL.js";
19
- import { c as jn } from "../createSvgIcon-CFj_BoDp.js";
20
- import { i as Te, g as Rn, a as Zn, o as Y } from "../outlinedInputClasses-DNQT_xFJ.js";
21
- import { g as $n } from "../index-8QDI4GK5.js";
19
+ import { c as jn } from "../createSvgIcon-C9keHw6o.js";
20
+ import { i as Te, g as Rn, a as Zn, o as Y } from "../outlinedInputClasses-BiB8MrLY.js";
21
+ import { g as $n } from "../index-Bg8Tniaw.js";
22
22
  import { u as kn } from "../useEnhancedEffect-CJGo-L3B.js";
23
23
  import { unstable_useForkRef as Fn, unstable_ownerWindow as Ot, unstable_useEventCallback as Tn, unstable_useEnhancedEffect as xt, unstable_debounce as Pn } from "@mui/utils";
24
24
  function tt(e, n) {
@@ -5,7 +5,7 @@ import { Placeholder as m } from "@tiptap/extension-placeholder";
5
5
  import { useEditor as c, EditorContent as f } from "@tiptap/react";
6
6
  import { StarterKit as u } from "@tiptap/starter-kit";
7
7
  import { STextEditorToolbar as x } from "./s-text-editor-toolbar.js";
8
- import { B as d } from "../Box-CYhpy9DM.js";
8
+ import { B as d } from "../Box-CafvePOg.js";
9
9
  const S = ({
10
10
  content: o,
11
11
  editable: r = !0,
@@ -1,4 +1,4 @@
1
- import { ThemeOptions } from '@mui/material';
1
+ import { ThemeOptions, ThemeProviderProps } from '@mui/material';
2
2
  import * as React from 'react';
3
3
  export interface SThemeProviderProps {
4
4
  children: React.ReactNode;
@@ -7,6 +7,7 @@ export interface SThemeProviderProps {
7
7
  */
8
8
  disableCustomTheme?: boolean;
9
9
  themeComponents?: ThemeOptions['components'];
10
+ themeProviderProps?: ThemeProviderProps;
10
11
  }
11
- declare const SThemeProvider: ({ children, disableCustomTheme, themeComponents }: SThemeProviderProps) => React.JSX.Element;
12
+ declare const SThemeProvider: ({ children, disableCustomTheme, themeComponents, themeProviderProps, }: SThemeProviderProps) => React.JSX.Element;
12
13
  export default SThemeProvider;
@@ -1,39 +1,41 @@
1
- import { j as e } from "../jsx-runtime-C5mzlN2N.js";
2
- import * as s from "react";
3
- import { createTheme as i, ThemeProvider as a } from "@mui/material";
4
- import { components as n } from "../theme/components/components.js";
5
- import { dataDisplayCustomizations as p } from "../theme/customizations/data-display.js";
6
- import { feedbackCustomizations as c } from "../theme/customizations/feedback.js";
7
- import { inputsCustomizations as f } from "../theme/customizations/inputs.js";
8
- import { navigationCustomizations as u } from "../theme/customizations/navigation.js";
9
- import { surfacesCustomizations as d } from "../theme/customizations/surfaces.js";
10
- import { shape as h, shadows as l, typography as x, colorSchemes as z } from "../theme/theme-primitives.js";
11
- const T = ({ children: r, disableCustomTheme: o, themeComponents: t }) => {
12
- const m = s.useMemo(() => o ? {} : i({
1
+ import { j as s } from "../jsx-runtime-C5mzlN2N.js";
2
+ import * as e from "react";
3
+ import { createTheme as a, ThemeProvider as n } from "@mui/material";
4
+ import { components as p } from "../theme/components/components.js";
5
+ import { dataDisplayCustomizations as c } from "../theme/customizations/data-display.js";
6
+ import { feedbackCustomizations as f } from "../theme/customizations/feedback.js";
7
+ import { inputsCustomizations as u } from "../theme/customizations/inputs.js";
8
+ import { navigationCustomizations as d } from "../theme/customizations/navigation.js";
9
+ import { surfacesCustomizations as h } from "../theme/customizations/surfaces.js";
10
+ import { shape as l, shadows as x, typography as z, colorSchemes as g } from "../theme/theme-primitives.js";
11
+ const T = ({
12
+ children: r,
13
+ disableCustomTheme: o,
14
+ themeComponents: t,
15
+ themeProviderProps: m
16
+ }) => {
17
+ const i = e.useMemo(() => o ? {} : a({
13
18
  // For more details about CSS variables configuration, see https://mui.com/material-ui/customization/css-theme-variables/configuration/
14
19
  cssVariables: {
15
20
  colorSchemeSelector: "data-mui-color-scheme",
16
21
  cssVarPrefix: "s"
17
22
  },
18
- palette: {
19
- mode: "dark"
20
- },
21
- colorSchemes: z,
23
+ colorSchemes: g,
22
24
  // Recently added in v6 for building light & dark mode app, see https://mui.com/material-ui/customization/palette/#color-schemes
23
- typography: x,
24
- shadows: l,
25
- shape: h,
25
+ typography: z,
26
+ shadows: x,
27
+ shape: l,
26
28
  components: {
27
- ...f,
28
- ...p,
29
- ...c,
30
29
  ...u,
30
+ ...c,
31
+ ...f,
31
32
  ...d,
32
- ...n,
33
+ ...h,
34
+ ...p,
33
35
  ...t
34
36
  }
35
37
  }), [o, t]);
36
- return o ? /* @__PURE__ */ e.jsx(s.Fragment, { children: r }) : /* @__PURE__ */ e.jsx(a, { theme: m, disableTransitionOnChange: !0, children: r });
38
+ return o ? /* @__PURE__ */ s.jsx(e.Fragment, { children: r }) : /* @__PURE__ */ s.jsx(n, { theme: i, disableTransitionOnChange: !0, defaultMode: "dark", ...m, children: r });
37
39
  };
38
40
  export {
39
41
  T as default
@@ -1,7 +1,7 @@
1
1
  import { j as t } from "../jsx-runtime-C5mzlN2N.js";
2
- import { c } from "../createSvgIcon-CFj_BoDp.js";
3
- import { S as e } from "../Stack-Du2vO-iF.js";
4
- import { T as r } from "../Typography-BUC2b3EE.js";
2
+ import { c } from "../createSvgIcon-C9keHw6o.js";
3
+ import { S as e } from "../Stack-CyNMyetl.js";
4
+ import { T as r } from "../Typography-BXLku1B0.js";
5
5
  const s = c(/* @__PURE__ */ t.jsx("path", {
6
6
  d: "M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7m2 11.7V16h-4v-2.3C8.48 12.63 7 11.53 7 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.49-1.51 3.65-3 4.7"
7
7
  }), "LightbulbOutline"), l = ({ message: o }) => /* @__PURE__ */ t.jsxs(
@@ -1,5 +1,5 @@
1
- import { g as t } from "./generateUtilityClasses-DStZbN71.js";
2
- import { g as i } from "./createTheme-DkVAXJiq.js";
1
+ import { g as t } from "./generateUtilityClasses-BHlV34bM.js";
2
+ import { g as i } from "./createTheme-DwCHEbMU.js";
3
3
  function n(e) {
4
4
  return i("MuiSelect", e);
5
5
  }
@@ -1,5 +1,5 @@
1
- import { g as r } from "./createTheme-DkVAXJiq.js";
2
- import { g as t } from "./generateUtilityClasses-DStZbN71.js";
1
+ import { g as r } from "./createTheme-DwCHEbMU.js";
2
+ import { g as t } from "./generateUtilityClasses-BHlV34bM.js";
3
3
  function s(o) {
4
4
  return r("MuiSvgIcon", o);
5
5
  }
@@ -2,12 +2,12 @@ import { j as m } from "../../jsx-runtime-C5mzlN2N.js";
2
2
  import e, { forwardRef as u } from "react";
3
3
  import { E as b } from "../../SSRBase-BSdFRe_j.js";
4
4
  import { gray as t, green as i, red as n } from "../theme-primitives.js";
5
- import { i as g } from "../../iconButtonClasses-Dx9aLkXb.js";
6
- import { g as f } from "../../generateUtilityClasses-DStZbN71.js";
7
- import { s as c } from "../../svgIconClasses-ByelSBlO.js";
8
- import { b as C } from "../../buttonBaseClasses-D9p3ujfW.js";
9
- import { t as S } from "../../typographyClasses-By7qHJ5j.js";
10
- import { a as s } from "../../createTheme-DkVAXJiq.js";
5
+ import { i as g } from "../../iconButtonClasses--mfwnDzQ.js";
6
+ import { g as f } from "../../generateUtilityClasses-BHlV34bM.js";
7
+ import { s as c } from "../../svgIconClasses-B4eDa4bG.js";
8
+ import { b as C } from "../../buttonBaseClasses-C7kEMnpC.js";
9
+ import { t as S } from "../../typographyClasses-BHvgKFVi.js";
10
+ import { a as s } from "../../createTheme-DwCHEbMU.js";
11
11
  const l = f("MuiChip", ["root", "sizeSmall", "sizeMedium", "colorDefault", "colorError", "colorInfo", "colorPrimary", "colorSecondary", "colorSuccess", "colorWarning", "disabled", "clickable", "clickableColorPrimary", "clickableColorSecondary", "deletable", "deletableColorPrimary", "deletableColorSecondary", "outlined", "filled", "outlinedPrimary", "outlinedSecondary", "filledPrimary", "filledSecondary", "avatar", "avatarSmall", "avatarMedium", "avatarColorPrimary", "avatarColorSecondary", "icon", "iconSmall", "iconMedium", "iconColorPrimary", "iconColorSecondary", "label", "labelSmall", "labelMedium", "deleteIcon", "deleteIconSmall", "deleteIconMedium", "deleteIconColorPrimary", "deleteIconColorSecondary", "deleteIconOutlinedColorPrimary", "deleteIconOutlinedColorSecondary", "deleteIconFilledColorPrimary", "deleteIconFilledColorSecondary", "focusVisible"]), h = /* @__PURE__ */ new Map([
12
12
  [
13
13
  "bold",
@@ -1,5 +1,5 @@
1
1
  import { gray as e, orange as o } from "../theme-primitives.js";
2
- import { a } from "../../createTheme-DkVAXJiq.js";
2
+ import { a } from "../../createTheme-DwCHEbMU.js";
3
3
  const l = {
4
4
  MuiAlert: {
5
5
  styleOverrides: {
@@ -1,10 +1,10 @@
1
1
  import { j as l } from "../../jsx-runtime-C5mzlN2N.js";
2
- import { c as t } from "../../createSvgIcon-CFj_BoDp.js";
2
+ import { c as t } from "../../createSvgIcon-C9keHw6o.js";
3
3
  import { brand as e, gray as o } from "../theme-primitives.js";
4
- import { o as i } from "../../outlinedInputClasses-DNQT_xFJ.js";
5
- import { g as s } from "../../generateUtilityClasses-DStZbN71.js";
6
- import { s as n } from "../../svgIconClasses-ByelSBlO.js";
7
- import { a } from "../../createTheme-DkVAXJiq.js";
4
+ import { o as i } from "../../outlinedInputClasses-BiB8MrLY.js";
5
+ import { g as s } from "../../generateUtilityClasses-BHlV34bM.js";
6
+ import { s as n } from "../../svgIconClasses-B4eDa4bG.js";
7
+ import { a } from "../../createTheme-DwCHEbMU.js";
8
8
  const c = t(/* @__PURE__ */ l.jsx("path", {
9
9
  d: "M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1m1-16H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2"
10
10
  }), "CheckBoxOutlineBlankRounded"), p = t(/* @__PURE__ */ l.jsx("path", {
@@ -1,12 +1,12 @@
1
1
  import { j as l } from "../../jsx-runtime-C5mzlN2N.js";
2
- import * as d from "react";
3
- import { c as p } from "../../createSvgIcon-CFj_BoDp.js";
2
+ import * as i from "react";
3
+ import { c as p } from "../../createSvgIcon-C9keHw6o.js";
4
4
  import { gray as r, brand as n } from "../theme-primitives.js";
5
- import { d as c, m as a } from "../../menuItemClasses-D9_8SIPH.js";
6
- import { g as b } from "../../generateUtilityClasses-DStZbN71.js";
7
- import { s } from "../../selectClasses-BDdGqseQ.js";
8
- import { b as u } from "../../buttonBaseClasses-D9p3ujfW.js";
9
- import { a as e } from "../../createTheme-DkVAXJiq.js";
5
+ import { d as c, m as e } from "../../menuItemClasses-BuWSZEU7.js";
6
+ import { g as b } from "../../generateUtilityClasses-BHlV34bM.js";
7
+ import { s } from "../../selectClasses-gIFRMjMV.js";
8
+ import { b as u } from "../../buttonBaseClasses-C7kEMnpC.js";
9
+ import { a } from "../../createTheme-DwCHEbMU.js";
10
10
  const x = p(/* @__PURE__ */ l.jsx("path", {
11
11
  d: "m12 5.83 2.46 2.46c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L12.7 3.7a.996.996 0 0 0-1.41 0L8.12 6.88c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0zm0 12.34-2.46-2.46a.996.996 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l3.17 3.18c.39.39 1.02.39 1.41 0l3.17-3.17c.39-.39.39-1.02 0-1.41a.996.996 0 0 0-1.41 0z"
12
12
  }), "UnfoldMoreRounded"), t = b("MuiTab", ["root", "labelIcon", "textColorInherit", "textColorPrimary", "textColorSecondary", "selected", "disabled", "fullWidth", "wrapped", "iconWrapper", "icon"]), R = {
@@ -15,12 +15,12 @@ const x = p(/* @__PURE__ */ l.jsx("path", {
15
15
  root: ({ theme: o }) => ({
16
16
  borderRadius: (o.vars || o).shape.borderRadius,
17
17
  padding: "6px 8px",
18
- [`&.${a.focusVisible}`]: {
18
+ [`&.${e.focusVisible}`]: {
19
19
  backgroundColor: "transparent"
20
20
  },
21
- [`&.${a.selected}`]: {
22
- [`&.${a.focusVisible}`]: {
23
- backgroundColor: e(o.palette.action.selected, 0.3)
21
+ [`&.${e.selected}`]: {
22
+ [`&.${e.focusVisible}`]: {
23
+ backgroundColor: a(o.palette.action.selected, 0.3)
24
24
  }
25
25
  }
26
26
  })
@@ -43,7 +43,7 @@ const x = p(/* @__PURE__ */ l.jsx("path", {
43
43
  boxShadow: "hsla(220, 30%, 5%, 0.07) 0px 4px 16px 0px, hsla(220, 25%, 10%, 0.07) 0px 8px 16px -5px",
44
44
  [`& .${u.root}`]: {
45
45
  "&.Mui-selected": {
46
- backgroundColor: e(o.palette.action.selected, 0.3)
46
+ backgroundColor: a(o.palette.action.selected, 0.3)
47
47
  }
48
48
  },
49
49
  ...o.applyStyles("dark", {
@@ -55,7 +55,7 @@ const x = p(/* @__PURE__ */ l.jsx("path", {
55
55
  },
56
56
  MuiSelect: {
57
57
  defaultProps: {
58
- IconComponent: d.forwardRef((o, i) => /* @__PURE__ */ l.jsx(x, { fontSize: "small", ...o, ref: i }))
58
+ IconComponent: i.forwardRef((o, d) => /* @__PURE__ */ l.jsx(x, { fontSize: "small", ...o, ref: d }))
59
59
  },
60
60
  styleOverrides: {
61
61
  root: ({ theme: o }) => ({
@@ -80,9 +80,9 @@ const x = p(/* @__PURE__ */ l.jsx("path", {
80
80
  borderRadius: (o.vars || o).shape.borderRadius,
81
81
  borderColor: r[700],
82
82
  backgroundColor: (o.vars || o).palette.background.paper,
83
- boxShadow: `inset 0 1px 0 1px ${e(r[700], 0.15)}, inset 0 -1px 0 1px hsla(220, 0%, 0%, 0.7)`,
83
+ boxShadow: `inset 0 1px 0 1px ${a(r[700], 0.15)}, inset 0 -1px 0 1px hsla(220, 0%, 0%, 0.7)`,
84
84
  "&:hover": {
85
- borderColor: e(r[700], 0.7),
85
+ borderColor: a(r[700], 0.7),
86
86
  backgroundColor: (o.vars || o).palette.background.paper,
87
87
  boxShadow: "none"
88
88
  },
@@ -96,11 +96,7 @@ const x = p(/* @__PURE__ */ l.jsx("path", {
96
96
  })
97
97
  }),
98
98
  select: ({ theme: o }) => ({
99
- display: "flex",
100
- alignItems: "center",
101
99
  ...o.applyStyles("dark", {
102
- display: "flex",
103
- alignItems: "center",
104
100
  "&:focus-visible": {
105
101
  backgroundColor: r[900]
106
102
  }
@@ -134,7 +130,7 @@ const x = p(/* @__PURE__ */ l.jsx("path", {
134
130
  width: 0
135
131
  },
136
132
  "&:focus-visible": {
137
- outline: `3px solid ${e(n[500], 0.5)}`,
133
+ outline: `3px solid ${a(n[500], 0.5)}`,
138
134
  outlineOffset: "4px",
139
135
  borderRadius: "2px"
140
136
  }
@@ -1,5 +1,5 @@
1
1
  import { gray as o } from "../theme-primitives.js";
2
- import { a } from "../../createTheme-DkVAXJiq.js";
2
+ import { a } from "../../createTheme-DwCHEbMU.js";
3
3
  const i = {
4
4
  MuiAccordion: {
5
5
  defaultProps: {
@@ -1,4 +1,4 @@
1
- import { b as n, a as o } from "../createTheme-DkVAXJiq.js";
1
+ import { b as n, a as o } from "../createTheme-DwCHEbMU.js";
2
2
  const e = n(), p = [...e.shadows], t = {
3
3
  50: "hsl(210, 100%, 95%)",
4
4
  100: "hsl(210, 100%, 92%)",
@@ -1,5 +1,5 @@
1
- import { g as a } from "./generateUtilityClasses-DStZbN71.js";
2
- import { g as i } from "./createTheme-DkVAXJiq.js";
1
+ import { g as a } from "./generateUtilityClasses-BHlV34bM.js";
2
+ import { g as i } from "./createTheme-DwCHEbMU.js";
3
3
  function e(t) {
4
4
  return i("MuiTypography", t);
5
5
  }