@solostylist/ui-kit 1.0.132 → 1.0.134

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 (50) hide show
  1. package/dist/{ButtonBase-DVlCHVDw.js → ButtonBase-INrHi5Tf.js} +28 -28
  2. package/dist/{ChevronRight-DQD188LX.js → ChevronRight-CyCLDFyO.js} +1 -1
  3. package/dist/{Close-DlTC3goO.js → Close-D4kX7Vbc.js} +1 -1
  4. package/dist/DefaultPropsProvider-ClLA4IsM.js +78 -0
  5. package/dist/{ExpandMore-D5dA_4ky.js → ExpandMore-mZGpvXf6.js} +1 -1
  6. package/dist/{Favorite-DkdOa-QT.js → Favorite-D-vTz4mw.js} +1 -1
  7. package/dist/{Menu-CgxtGUFu.js → Menu-Cx9465L8.js} +4 -4
  8. package/dist/{MenuItem-FlDSyi1I.js → MenuItem-DPprLtbJ.js} +69 -64
  9. package/dist/{Paper-DTI6p5rh.js → Paper-GzSZS-Pr.js} +2 -2
  10. package/dist/{Select-awnAAkKz.js → Select-32LY-KQR.js} +17 -16
  11. package/dist/{Stack-CO3ed3qL.js → Stack-CGZpcupa.js} +1 -1
  12. package/dist/{Typography-y4bVBfDI.js → Typography-Dgg8buRq.js} +1 -1
  13. package/dist/createSvgIcon-Dq42_0tn.js +247 -0
  14. package/dist/{mergeSlotProps-C7ui6BxO.js → mergeSlotProps-CbVWfTAi.js} +1 -1
  15. package/dist/s-accordion/s-accordion.js +6 -6
  16. package/dist/s-carousel/s-carousel.js +1 -1
  17. package/dist/s-chat-input/s-chat-input.js +2 -2
  18. package/dist/s-chat-message/s-chat-message.js +1 -1
  19. package/dist/s-comment-message/s-comment-message.js +3 -3
  20. package/dist/s-copyable-text/s-copyable-text.js +1 -1
  21. package/dist/s-data-table/s-data-table.js +6 -5
  22. package/dist/s-date-picker/s-date-picker.js +4 -4
  23. package/dist/s-datetime-picker/s-datetime-picker.js +24 -23
  24. package/dist/s-dialog/s-dialog.js +1 -1
  25. package/dist/s-dialog-confirm/s-dialog-confirm.js +2 -2
  26. package/dist/s-dialog-message/s-dialog-message.js +2 -2
  27. package/dist/s-file-dropzone/s-file-dropzone.js +3 -3
  28. package/dist/s-image-comparison/s-image-comparison.js +1 -1
  29. package/dist/s-image-modal/s-image-modal.js +2 -2
  30. package/dist/s-label/s-label.js +1 -1
  31. package/dist/s-language-switcher/index.d.ts +2 -0
  32. package/dist/s-language-switcher/index.js +6 -0
  33. package/dist/s-language-switcher/package.json +5 -0
  34. package/dist/s-language-switcher/s-language-switcher.d.ts +63 -0
  35. package/dist/s-language-switcher/s-language-switcher.js +196 -0
  36. package/dist/s-multi-select/s-multi-select.js +3 -3
  37. package/dist/s-review/s-review.js +1 -1
  38. package/dist/s-select/s-select.js +1 -1
  39. package/dist/s-text-editor/s-text-editor-toolbar.js +4 -4
  40. package/dist/s-text-field/s-text-field.js +1 -1
  41. package/dist/s-theme-demo/s-theme-demo.js +2 -2
  42. package/dist/s-theme-switch/s-theme-switch.js +1 -1
  43. package/dist/s-tip/s-tip.js +3 -3
  44. package/dist/theme/components/avatar.js +1 -1
  45. package/dist/theme/components/chip.js +1 -1
  46. package/dist/theme/customizations/inputs.js +1 -1
  47. package/dist/theme/customizations/navigation.js +1 -1
  48. package/dist/{useMobilePicker-BV-ABj4C.js → useMobilePicker-CBFfceXe.js} +51 -50
  49. package/package.json +1 -1
  50. package/dist/createSvgIcon-By5UWB4_.js +0 -318
@@ -5,7 +5,7 @@ import { c as F } from "./clsx-OuTLNxxd.js";
5
5
  import { j as B } from "./jsx-runtime-OVHDjVDe.js";
6
6
  import { e as M } from "./extendSxProp-BKWjdW12.js";
7
7
  import { u as w } from "./useThemeProps-DqA5BinV.js";
8
- import { b as G, u as U } from "./createSvgIcon-By5UWB4_.js";
8
+ import { a as G, u as U } from "./DefaultPropsProvider-ClLA4IsM.js";
9
9
  import { g as $ } from "./colorManipulator-ep5lERxB.js";
10
10
  const A = N(), _ = E(), I = A("div", {
11
11
  name: "MuiStack",
@@ -1,6 +1,6 @@
1
1
  import * as j from "react";
2
2
  import { c, P as r } from "./createTheme-3Wd3hHrj.js";
3
- import { u as O, a as S, b as w, m as B } from "./createSvgIcon-By5UWB4_.js";
3
+ import { u as O, c as S, a as w, m as B } from "./DefaultPropsProvider-ClLA4IsM.js";
4
4
  import { i as P } from "./index-VB-2NIdQ.js";
5
5
  import { c as W } from "./createSimplePaletteValueFilter-B7--0ryQ.js";
6
6
  import { g as C } from "./typographyClasses-C7fhAsUD.js";
@@ -0,0 +1,247 @@
1
+ import * as h from "react";
2
+ import { j as w } from "./jsx-runtime-OVHDjVDe.js";
3
+ import { c as x, P as o } from "./createTheme-3Wd3hHrj.js";
4
+ import { u as N, c as b, a as O, m as R } from "./DefaultPropsProvider-ClLA4IsM.js";
5
+ import { g as T } from "./svgIconClasses-CBCi8U9g.js";
6
+ import { s as I } from "./styled-BD_erj7E.js";
7
+ const j = (e) => {
8
+ const {
9
+ color: r,
10
+ fontSize: n,
11
+ classes: i
12
+ } = e, s = {
13
+ root: ["root", r !== "inherit" && `color${x(r)}`, `fontSize${x(n)}`]
14
+ };
15
+ return O(s, T, i);
16
+ }, C = I("svg", {
17
+ name: "MuiSvgIcon",
18
+ slot: "Root",
19
+ overridesResolver: (e, r) => {
20
+ const {
21
+ ownerState: n
22
+ } = e;
23
+ return [r.root, n.color !== "inherit" && r[`color${x(n.color)}`], r[`fontSize${x(n.fontSize)}`]];
24
+ }
25
+ })(R(({
26
+ theme: e
27
+ }) => {
28
+ var r, n, i, s, l, g, a, S, p, m, c, d, v, f;
29
+ return {
30
+ userSelect: "none",
31
+ width: "1em",
32
+ height: "1em",
33
+ display: "inline-block",
34
+ flexShrink: 0,
35
+ transition: (s = (r = e.transitions) == null ? void 0 : r.create) == null ? void 0 : s.call(r, "fill", {
36
+ duration: (i = (n = (e.vars ?? e).transitions) == null ? void 0 : n.duration) == null ? void 0 : i.shorter
37
+ }),
38
+ variants: [
39
+ {
40
+ props: (t) => !t.hasSvgAsChild,
41
+ style: {
42
+ // the <svg> will define the property that has `currentColor`
43
+ // for example heroicons uses fill="none" and stroke="currentColor"
44
+ fill: "currentColor"
45
+ }
46
+ },
47
+ {
48
+ props: {
49
+ fontSize: "inherit"
50
+ },
51
+ style: {
52
+ fontSize: "inherit"
53
+ }
54
+ },
55
+ {
56
+ props: {
57
+ fontSize: "small"
58
+ },
59
+ style: {
60
+ fontSize: ((g = (l = e.typography) == null ? void 0 : l.pxToRem) == null ? void 0 : g.call(l, 20)) || "1.25rem"
61
+ }
62
+ },
63
+ {
64
+ props: {
65
+ fontSize: "medium"
66
+ },
67
+ style: {
68
+ fontSize: ((S = (a = e.typography) == null ? void 0 : a.pxToRem) == null ? void 0 : S.call(a, 24)) || "1.5rem"
69
+ }
70
+ },
71
+ {
72
+ props: {
73
+ fontSize: "large"
74
+ },
75
+ style: {
76
+ fontSize: ((m = (p = e.typography) == null ? void 0 : p.pxToRem) == null ? void 0 : m.call(p, 35)) || "2.1875rem"
77
+ }
78
+ },
79
+ // TODO v5 deprecate color prop, v6 remove for sx
80
+ ...Object.entries((e.vars ?? e).palette).filter(([, t]) => t && t.main).map(([t]) => {
81
+ var u, y;
82
+ return {
83
+ props: {
84
+ color: t
85
+ },
86
+ style: {
87
+ color: (y = (u = (e.vars ?? e).palette) == null ? void 0 : u[t]) == null ? void 0 : y.main
88
+ }
89
+ };
90
+ }),
91
+ {
92
+ props: {
93
+ color: "action"
94
+ },
95
+ style: {
96
+ color: (d = (c = (e.vars ?? e).palette) == null ? void 0 : c.action) == null ? void 0 : d.active
97
+ }
98
+ },
99
+ {
100
+ props: {
101
+ color: "disabled"
102
+ },
103
+ style: {
104
+ color: (f = (v = (e.vars ?? e).palette) == null ? void 0 : v.action) == null ? void 0 : f.disabled
105
+ }
106
+ },
107
+ {
108
+ props: {
109
+ color: "inherit"
110
+ },
111
+ style: {
112
+ color: void 0
113
+ }
114
+ }
115
+ ]
116
+ };
117
+ })), z = /* @__PURE__ */ h.forwardRef(function(r, n) {
118
+ const i = N({
119
+ props: r,
120
+ name: "MuiSvgIcon"
121
+ }), {
122
+ children: s,
123
+ className: l,
124
+ color: g = "inherit",
125
+ component: a = "svg",
126
+ fontSize: S = "medium",
127
+ htmlColor: p,
128
+ inheritViewBox: m = !1,
129
+ titleAccess: c,
130
+ viewBox: d = "0 0 24 24",
131
+ ...v
132
+ } = i, f = /* @__PURE__ */ h.isValidElement(s) && s.type === "svg", t = {
133
+ ...i,
134
+ color: g,
135
+ component: a,
136
+ fontSize: S,
137
+ instanceFontSize: r.fontSize,
138
+ inheritViewBox: m,
139
+ viewBox: d,
140
+ hasSvgAsChild: f
141
+ }, u = {};
142
+ m || (u.viewBox = d);
143
+ const y = j(t);
144
+ return /* @__PURE__ */ w.jsxs(C, {
145
+ as: a,
146
+ className: b(y.root, l),
147
+ focusable: "false",
148
+ color: p,
149
+ "aria-hidden": c ? void 0 : !0,
150
+ role: c ? "img" : void 0,
151
+ ref: n,
152
+ ...u,
153
+ ...v,
154
+ ...f && s.props,
155
+ ownerState: t,
156
+ children: [f ? s.props.children : s, c ? /* @__PURE__ */ w.jsx("title", {
157
+ children: c
158
+ }) : null]
159
+ });
160
+ });
161
+ process.env.NODE_ENV !== "production" && (z.propTypes = {
162
+ // ┌────────────────────────────── Warning ──────────────────────────────┐
163
+ // │ These PropTypes are generated from the TypeScript type definitions. │
164
+ // │ To update them, edit the d.ts file and run `pnpm proptypes`. │
165
+ // └─────────────────────────────────────────────────────────────────────┘
166
+ /**
167
+ * Node passed into the SVG element.
168
+ */
169
+ children: o.node,
170
+ /**
171
+ * Override or extend the styles applied to the component.
172
+ */
173
+ classes: o.object,
174
+ /**
175
+ * @ignore
176
+ */
177
+ className: o.string,
178
+ /**
179
+ * The color of the component.
180
+ * It supports both default and custom theme colors, which can be added as shown in the
181
+ * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
182
+ * You can use the `htmlColor` prop to apply a color attribute to the SVG element.
183
+ * @default 'inherit'
184
+ */
185
+ color: o.oneOfType([o.oneOf(["inherit", "action", "disabled", "primary", "secondary", "error", "info", "success", "warning"]), o.string]),
186
+ /**
187
+ * The component used for the root node.
188
+ * Either a string to use a HTML element or a component.
189
+ */
190
+ component: o.elementType,
191
+ /**
192
+ * The fontSize applied to the icon. Defaults to 24px, but can be configure to inherit font size.
193
+ * @default 'medium'
194
+ */
195
+ fontSize: o.oneOfType([o.oneOf(["inherit", "large", "medium", "small"]), o.string]),
196
+ /**
197
+ * Applies a color attribute to the SVG element.
198
+ */
199
+ htmlColor: o.string,
200
+ /**
201
+ * If `true`, the root node will inherit the custom `component`'s viewBox and the `viewBox`
202
+ * prop will be ignored.
203
+ * Useful when you want to reference a custom `component` and have `SvgIcon` pass that
204
+ * `component`'s viewBox to the root node.
205
+ * @default false
206
+ */
207
+ inheritViewBox: o.bool,
208
+ /**
209
+ * The shape-rendering attribute. The behavior of the different options is described on the
210
+ * [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/shape-rendering).
211
+ * If you are having issues with blurry icons you should investigate this prop.
212
+ */
213
+ shapeRendering: o.string,
214
+ /**
215
+ * The system prop that allows defining system overrides as well as additional CSS styles.
216
+ */
217
+ sx: o.oneOfType([o.arrayOf(o.oneOfType([o.func, o.object, o.bool])), o.func, o.object]),
218
+ /**
219
+ * Provides a human-readable title for the element that contains it.
220
+ * https://www.w3.org/TR/SVG-access/#Equivalent
221
+ */
222
+ titleAccess: o.string,
223
+ /**
224
+ * Allows you to redefine what the coordinates without units mean inside an SVG element.
225
+ * For example, if the SVG element is 500 (width) by 200 (height),
226
+ * and you pass viewBox="0 0 50 20",
227
+ * this means that the coordinates inside the SVG will go from the top left corner (0,0)
228
+ * to bottom right (50,20) and each unit will be worth 10px.
229
+ * @default '0 0 24 24'
230
+ */
231
+ viewBox: o.string
232
+ });
233
+ z.muiName = "SvgIcon";
234
+ function D(e, r) {
235
+ function n(i, s) {
236
+ return /* @__PURE__ */ w.jsx(z, {
237
+ "data-testid": process.env.NODE_ENV !== "production" ? `${r}Icon` : void 0,
238
+ ref: s,
239
+ ...i,
240
+ children: e
241
+ });
242
+ }
243
+ return process.env.NODE_ENV !== "production" && (n.displayName = `${r}Icon`), n.muiName = z.muiName, /* @__PURE__ */ h.memo(/* @__PURE__ */ h.forwardRef(n));
244
+ }
245
+ export {
246
+ D as c
247
+ };
@@ -1,4 +1,4 @@
1
- import { a as f } from "./createSvgIcon-By5UWB4_.js";
1
+ import { c as f } from "./DefaultPropsProvider-ClLA4IsM.js";
2
2
  function H(c, m) {
3
3
  const N = c.charCodeAt(2);
4
4
  return c[0] === "o" && c[1] === "n" && N >= 65 && N <= 90 && typeof m == "function";
@@ -1,16 +1,16 @@
1
1
  import { j as i } from "../jsx-runtime-OVHDjVDe.js";
2
- import { E as mo } from "../ExpandMore-D5dA_4ky.js";
2
+ import { E as mo } from "../ExpandMore-mZGpvXf6.js";
3
3
  import * as p from "react";
4
4
  import { l as go, P as o, j as yo } from "../createTheme-3Wd3hHrj.js";
5
- import { u as K, a as L, b as Q, m as $ } from "../createSvgIcon-By5UWB4_.js";
6
- import { b as xo, u as ho, e as bo, d as D, c as To, B as Co } from "../ButtonBase-DVlCHVDw.js";
5
+ import { u as K, c as L, a as Q, m as $ } from "../DefaultPropsProvider-ClLA4IsM.js";
6
+ import { b as xo, u as ho, e as bo, d as D, c as To, B as Co } from "../ButtonBase-INrHi5Tf.js";
7
7
  import { g as X } from "../generateUtilityClasses-BtVDwGrk.js";
8
8
  import { g as Y } from "../colorManipulator-ep5lERxB.js";
9
9
  import { u as Eo } from "../useControlled-D1L5tREc.js";
10
10
  import { s as T } from "../styled-BD_erj7E.js";
11
- import { T as So, u as vo, g as ro, P as wo } from "../Paper-DTI6p5rh.js";
12
- import { S as Ao } from "../Stack-CO3ed3qL.js";
13
- import { T as Ro } from "../Typography-y4bVBfDI.js";
11
+ import { T as So, u as vo, g as ro, P as wo } from "../Paper-GzSZS-Pr.js";
12
+ import { S as Ao } from "../Stack-CGZpcupa.js";
13
+ import { T as Ro } from "../Typography-Dgg8buRq.js";
14
14
  function jo(e) {
15
15
  return Y("MuiCollapse", e);
16
16
  }
@@ -3,7 +3,7 @@ import ue, { forwardRef as nt } from "react";
3
3
  import { styled as Me, useTheme as it } from "@mui/material";
4
4
  import { c as be, a as ot, g as at } from "../_commonjsHelpers-B4e78b8K.js";
5
5
  import Ue from "../s-icon-button/s-icon-button.js";
6
- import { c as $e } from "../createSvgIcon-By5UWB4_.js";
6
+ import { c as $e } from "../createSvgIcon-Dq42_0tn.js";
7
7
  import '../assets/s-carousel.css';const lt = $e(/* @__PURE__ */ oe.jsx("path", {
8
8
  d: "M17.77 3.77 16 2 6 12l10 10 1.77-1.77L9.54 12z"
9
9
  }), "ArrowBackIosNew"), st = $e(/* @__PURE__ */ oe.jsx("path", {
@@ -5,8 +5,8 @@ import _ from "emoji-picker-react";
5
5
  import q from "../s-file-icon/s-file-icon.js";
6
6
  import d from "../s-icon-button/s-icon-button.js";
7
7
  import G from "../s-text-field/s-text-field.js";
8
- import { C as J } from "../Close-DlTC3goO.js";
9
- import { c as v } from "../createSvgIcon-By5UWB4_.js";
8
+ import { C as J } from "../Close-D4kX7Vbc.js";
9
+ import { c as v } from "../createSvgIcon-Dq42_0tn.js";
10
10
  const N = v(/* @__PURE__ */ r.jsx("path", {
11
11
  d: "m4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8z"
12
12
  }), "ArrowUpward"), Q = v(/* @__PURE__ */ r.jsx("path", {
@@ -4,7 +4,7 @@ import { Box as o, Typography as l, Paper as H, IconButton as D } from "@mui/mat
4
4
  import S from "../s-avatar/s-avatar.js";
5
5
  import L from "../s-image-modal/s-image-modal.js";
6
6
  import O from "../s-lazy-image/s-lazy-image.js";
7
- import { c as z } from "../createSvgIcon-By5UWB4_.js";
7
+ import { c as z } from "../createSvgIcon-Dq42_0tn.js";
8
8
  const R = z(/* @__PURE__ */ r.jsx("path", {
9
9
  d: "M5 20h14v-2H5zM19 9h-4V3H9v6H5l7 7z"
10
10
  }), "Download"), U = z(/* @__PURE__ */ r.jsx("path", {
@@ -2,9 +2,9 @@ import { j as t } from "../jsx-runtime-OVHDjVDe.js";
2
2
  import { useState as u, useEffect as w } from "react";
3
3
  import { Box as v, Stack as y, Typography as m, IconButton as W, Button as k, Collapse as H } from "@mui/material";
4
4
  import A from "../s-avatar/s-avatar.js";
5
- import { F as P } from "../Favorite-DkdOa-QT.js";
6
- import { c as I } from "../createSvgIcon-By5UWB4_.js";
7
- import { E as V } from "../ExpandMore-D5dA_4ky.js";
5
+ import { F as P } from "../Favorite-D-vTz4mw.js";
6
+ import { c as I } from "../createSvgIcon-Dq42_0tn.js";
7
+ import { E as V } from "../ExpandMore-mZGpvXf6.js";
8
8
  const Y = I(/* @__PURE__ */ t.jsx("path", {
9
9
  d: "m12 8-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14z"
10
10
  }), "ExpandLess"), q = I(/* @__PURE__ */ t.jsx("path", {
@@ -1,7 +1,7 @@
1
1
  import { j as e } from "../jsx-runtime-OVHDjVDe.js";
2
2
  import { useState as x } from "react";
3
3
  import { Paper as d, Box as m, IconButton as h, Typography as u } from "@mui/material";
4
- import { c as n } from "../createSvgIcon-By5UWB4_.js";
4
+ import { c as n } from "../createSvgIcon-Dq42_0tn.js";
5
5
  const f = n(/* @__PURE__ */ e.jsx("path", {
6
6
  d: "M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"
7
7
  }), "Check"), j = n(/* @__PURE__ */ e.jsx("path", {
@@ -2,15 +2,16 @@ import { j as r } from "../jsx-runtime-OVHDjVDe.js";
2
2
  import * as y from "react";
3
3
  import ve from "../s-empty/s-empty.js";
4
4
  import { c as j, P as e } from "../createTheme-3Wd3hHrj.js";
5
- import { b as N, c as q, u as $, a as I, m as _ } from "../createSvgIcon-By5UWB4_.js";
5
+ import { a as N, u as $, c as I, m as _ } from "../DefaultPropsProvider-ClLA4IsM.js";
6
6
  import { g as B } from "../colorManipulator-ep5lERxB.js";
7
7
  import { g as M } from "../generateUtilityClasses-BtVDwGrk.js";
8
8
  import { s as S, r as se } from "../styled-BD_erj7E.js";
9
9
  import { u as Te } from "../useFormControl-CatNKXAi.js";
10
- import { d as L, B as Ce, r as ke } from "../ButtonBase-DVlCHVDw.js";
10
+ import { d as L, B as Ce, r as ke } from "../ButtonBase-INrHi5Tf.js";
11
11
  import { u as je } from "../useControlled-D1L5tREc.js";
12
+ import { c as q } from "../createSvgIcon-Dq42_0tn.js";
12
13
  import { c as X } from "../createSimplePaletteValueFilter-B7--0ryQ.js";
13
- import { m as we } from "../mergeSlotProps-C7ui6BxO.js";
14
+ import { m as we } from "../mergeSlotProps-CbVWfTAi.js";
14
15
  function Re(o) {
15
16
  return B("PrivateSwitchBase", o);
16
17
  }
@@ -1165,7 +1166,7 @@ process.env.NODE_ENV !== "production" && (V.propTypes = {
1165
1166
  */
1166
1167
  sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object])
1167
1168
  });
1168
- function go({
1169
+ function mo({
1169
1170
  columns: o,
1170
1171
  hideHead: t,
1171
1172
  hover: s,
@@ -1267,5 +1268,5 @@ function go({
1267
1268
  ] });
1268
1269
  }
1269
1270
  export {
1270
- go as default
1271
+ mo as default
1271
1272
  };
@@ -4,14 +4,14 @@ import L from "../s-form/s-form.js";
4
4
  import { _ as P, a } from "../objectWithoutPropertiesLoose-DiWPeE4c.js";
5
5
  import * as b from "react";
6
6
  import { P as e } from "../createTheme-3Wd3hHrj.js";
7
- import { u as O, a as U, b as Y, c as Q, r as T, d as q, P as B, e as H, f as $, g as K, h as Z, i as G, j as J, k as X, C as ee, l as m, m as M, n as oe, v as F, s as R, o as te, D as se, p as ae } from "../useMobilePicker-BV-ABj4C.js";
7
+ import { u as O, a as U, b as Y, c as Q, r as T, d as q, P as B, e as H, f as $, g as K, h as Z, i as G, j as J, k as X, C as ee, l as m, m as M, n as oe, v as F, s as R, o as te, D as se, p as ae } from "../useMobilePicker-CBFfceXe.js";
8
8
  import { u as y } from "../warning-BCwEnWrE.js";
9
9
  import { g as ne } from "../colorManipulator-ep5lERxB.js";
10
10
  import { g as re } from "../generateUtilityClasses-BtVDwGrk.js";
11
11
  import { s as C } from "../styled-BD_erj7E.js";
12
- import { b as le } from "../createSvgIcon-By5UWB4_.js";
13
- import { T as ie } from "../Typography-y4bVBfDI.js";
14
- import { r as h, a as N } from "../ButtonBase-DVlCHVDw.js";
12
+ import { a as le } from "../DefaultPropsProvider-ClLA4IsM.js";
13
+ import { T as ie } from "../Typography-Dgg8buRq.js";
14
+ import { r as h, a as N } from "../ButtonBase-INrHi5Tf.js";
15
15
  function ce(l) {
16
16
  return ne("MuiDatePickerToolbar", l);
17
17
  }
@@ -4,19 +4,20 @@ import Rt from "../s-form/s-form.js";
4
4
  import { a as w, _ as pe } from "../objectWithoutPropertiesLoose-DiWPeE4c.js";
5
5
  import * as c from "react";
6
6
  import { P as e, c as Yo, j as Ft } from "../createTheme-3Wd3hHrj.js";
7
- import { q as Et, t as go, s as Ce, v as Bt, u as xe, w as Lt, x as Fo, y as At, b as ze, h as $t, i as _t, j as Wt, k as Ht, C as zt, z as Ut, T as Yt, A as to, a as To, d as De, B as Ze, E as Kt, F as qt, c as Xt, G as Ko, M as Ae, H as $e, P as Gt, I as Qt, J as Je, r as Eo, K as Bo, L as Ee, f as Zt, N as Jt, S as en, O as qo, Q as Xo, R as Go, U as Qo, V as Zo, W as eo, X as Lo, Y as on, Z as tn, _ as nn, $ as Xe, l as Be, m as Jo, n as sn, a0 as mo, a1 as rn, a2 as Ao, o as an, a3 as ln, a4 as cn, D as un, p as dn } from "../useMobilePicker-BV-ABj4C.js";
7
+ import { q as Et, t as go, s as Ce, v as Bt, u as xe, w as Lt, x as Fo, y as At, b as ze, h as $t, i as _t, j as Wt, k as Ht, C as zt, z as Ut, T as Yt, A as to, a as To, d as De, B as Ze, E as Kt, F as qt, c as Xt, G as Ko, M as Ae, H as $e, P as Gt, I as Qt, J as Je, r as Eo, K as Bo, L as Ee, f as Zt, N as Jt, S as en, O as qo, Q as Xo, R as Go, U as Qo, V as Zo, W as eo, X as Lo, Y as on, Z as tn, _ as nn, $ as Xe, l as Be, m as Jo, n as sn, a0 as mo, a1 as rn, a2 as Ao, o as an, a3 as ln, a4 as cn, D as un, p as dn } from "../useMobilePicker-CBFfceXe.js";
8
8
  import { u as fe } from "../warning-BCwEnWrE.js";
9
9
  import { g as ke, a as oo } from "../colorManipulator-ep5lERxB.js";
10
10
  import { g as Pe } from "../generateUtilityClasses-BtVDwGrk.js";
11
11
  import { s as $, b as no } from "../styled-BD_erj7E.js";
12
- import { u as so, a as ve, b as ce, m as Ue, c as et } from "../createSvgIcon-By5UWB4_.js";
12
+ import { u as so, c as ve, a as ce, m as Ue } from "../DefaultPropsProvider-ClLA4IsM.js";
13
13
  import { g as mn, t as se } from "../tabClasses-Bub2PPlp.js";
14
- import { B as ot, r as Ye, f as Ve, d as Fe, u as tt, a as nt } from "../ButtonBase-DVlCHVDw.js";
15
- import { d as st, a as rt, u as yo, b as _e, o as pn, c as at } from "../Menu-CgxtGUFu.js";
16
- import { u as fn } from "../Paper-DTI6p5rh.js";
14
+ import { B as et, r as Ye, f as Ve, d as Fe, u as ot, a as tt } from "../ButtonBase-INrHi5Tf.js";
15
+ import { d as nt, a as st, u as yo, b as _e, o as pn, c as rt } from "../Menu-Cx9465L8.js";
16
+ import { u as fn } from "../Paper-GzSZS-Pr.js";
17
17
  import { u as vo } from "../useEnhancedEffect-CJGo-L3B.js";
18
- import { T as bn } from "../Typography-y4bVBfDI.js";
19
- import { g as hn, M as it } from "../MenuItem-FlDSyi1I.js";
18
+ import { c as at } from "../createSvgIcon-Dq42_0tn.js";
19
+ import { T as bn } from "../Typography-Dgg8buRq.js";
20
+ import { a as hn, M as it } from "../MenuItem-DPprLtbJ.js";
20
21
  const gn = (o) => {
21
22
  const {
22
23
  absolute: t,
@@ -319,7 +320,7 @@ const vn = (o) => {
319
320
  icon: ["iconWrapper", "icon"]
320
321
  };
321
322
  return ce(p, mn, t);
322
- }, Dn = $(ot, {
323
+ }, Dn = $(et, {
323
324
  name: "MuiTab",
324
325
  slot: "Root",
325
326
  overridesResolver: (o, t) => {
@@ -1106,10 +1107,10 @@ function ut(o) {
1106
1107
  n.current = r.current.offsetHeight - r.current.clientHeight;
1107
1108
  };
1108
1109
  return vo(() => {
1109
- const i = st(() => {
1110
+ const i = nt(() => {
1110
1111
  const u = n.current;
1111
1112
  a(), u !== n.current && t(n.current);
1112
- }), l = rt(r.current);
1113
+ }), l = st(r.current);
1113
1114
  return l.addEventListener("resize", i), () => {
1114
1115
  i.clear(), l.removeEventListener("resize", i);
1115
1116
  };
@@ -1124,9 +1125,9 @@ function ut(o) {
1124
1125
  process.env.NODE_ENV !== "production" && (ut.propTypes = {
1125
1126
  onChange: e.func.isRequired
1126
1127
  });
1127
- const In = et(/* @__PURE__ */ m.jsx("path", {
1128
+ const In = at(/* @__PURE__ */ m.jsx("path", {
1128
1129
  d: "M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"
1129
- }), "KeyboardArrowLeft"), Vn = et(/* @__PURE__ */ m.jsx("path", {
1130
+ }), "KeyboardArrowLeft"), Vn = at(/* @__PURE__ */ m.jsx("path", {
1130
1131
  d: "M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"
1131
1132
  }), "KeyboardArrowRight");
1132
1133
  function jn(o) {
@@ -1141,7 +1142,7 @@ const Nn = Pe("MuiTabScrollButton", ["root", "vertical", "horizontal", "disabled
1141
1142
  return ce({
1142
1143
  root: ["root", s, n && "disabled"]
1143
1144
  }, jn, t);
1144
- }, Fn = $(ot, {
1145
+ }, Fn = $(et, {
1145
1146
  name: "MuiTabScrollButton",
1146
1147
  slot: "Root",
1147
1148
  overridesResolver: (o, t) => {
@@ -1693,7 +1694,7 @@ const mt = /* @__PURE__ */ c.forwardRef(function(t, s) {
1693
1694
  N && M !== !1 && Ne(!oe);
1694
1695
  });
1695
1696
  c.useEffect(() => {
1696
- const d = st(() => {
1697
+ const d = nt(() => {
1697
1698
  Z.current && v();
1698
1699
  });
1699
1700
  let b;
@@ -1705,7 +1706,7 @@ const mt = /* @__PURE__ */ c.forwardRef(function(t, s) {
1705
1706
  b == null || b.observe(Le);
1706
1707
  });
1707
1708
  }), d(), Ke();
1708
- }, j = rt(Z.current);
1709
+ }, j = st(Z.current);
1709
1710
  j.addEventListener("resize", d);
1710
1711
  let H;
1711
1712
  return typeof ResizeObserver < "u" && (b = new ResizeObserver(d), Array.from(le.current.children).forEach((me) => {
@@ -2657,7 +2658,7 @@ const fo = Pe("MuiDigitalClock", ["root", "list", "item"]), bs = ["ampm", "timeS
2657
2658
  }
2658
2659
  }
2659
2660
  }]
2660
- }), Ts = $(at, {
2661
+ }), Ts = $(rt, {
2661
2662
  name: "MuiDigitalClock",
2662
2663
  slot: "List"
2663
2664
  })({
@@ -2688,7 +2689,7 @@ const fo = Pe("MuiDigitalClock", ["root", "list", "item"]), bs = ["ampm", "timeS
2688
2689
  backgroundColor: o.vars ? `rgba(${o.vars.palette.primary.mainChannel} / ${o.vars.palette.action.focusOpacity})` : oo(o.palette.primary.main, o.palette.action.focusOpacity)
2689
2690
  }
2690
2691
  })), wo = /* @__PURE__ */ c.forwardRef(function(t, s) {
2691
- const n = xe(), r = c.useRef(null), a = tt(s, r), i = c.useRef(null), l = fe({
2692
+ const n = xe(), r = c.useRef(null), a = ot(s, r), i = c.useRef(null), l = fe({
2692
2693
  props: t,
2693
2694
  name: "MuiDigitalClock"
2694
2695
  }), {
@@ -3000,7 +3001,7 @@ function Ds(o) {
3000
3001
  const ho = Pe("MuiMultiSectionDigitalClockSection", ["root", "item"]), xs = ["autoFocus", "onChange", "className", "classes", "disabled", "readOnly", "items", "active", "slots", "slotProps", "skipDisabled"], ws = (o) => ce({
3001
3002
  root: ["root"],
3002
3003
  item: ["item"]
3003
- }, Ds, o), Ss = $(at, {
3004
+ }, Ds, o), Ss = $(rt, {
3004
3005
  name: "MuiMultiSectionDigitalClockSection",
3005
3006
  slot: "Root"
3006
3007
  })(({
@@ -3062,7 +3063,7 @@ const ho = Pe("MuiMultiSectionDigitalClockSection", ["root", "item"]), xs = ["au
3062
3063
  backgroundColor: o.vars ? `rgba(${o.vars.palette.primary.mainChannel} / ${o.vars.palette.action.focusOpacity})` : oo(o.palette.primary.main, o.palette.action.focusOpacity)
3063
3064
  }
3064
3065
  })), Tt = /* @__PURE__ */ c.forwardRef(function(t, s) {
3065
- const n = c.useRef(null), r = tt(s, n), a = c.useRef(null), i = fe({
3066
+ const n = c.useRef(null), r = ot(s, n), a = c.useRef(null), i = fe({
3066
3067
  props: t,
3067
3068
  name: "MuiMultiSectionDigitalClockSection"
3068
3069
  }), {
@@ -3855,7 +3856,7 @@ const Po = /* @__PURE__ */ c.forwardRef(function(t, s) {
3855
3856
  slotProps: w({}, r.slotProps, {
3856
3857
  field: (y) => {
3857
3858
  var C;
3858
- return w({}, nt((C = r.slotProps) == null ? void 0 : C.field, y), Jo(r));
3859
+ return w({}, tt((C = r.slotProps) == null ? void 0 : C.field, y), Jo(r));
3859
3860
  },
3860
3861
  toolbar: w({
3861
3862
  hidden: !0,
@@ -4290,7 +4291,7 @@ const Vs = [{
4290
4291
  slotProps: w({}, r.slotProps, {
4291
4292
  field: (M) => {
4292
4293
  var Y;
4293
- return w({}, nt((Y = r.slotProps) == null ? void 0 : Y.field, M), Jo(r));
4294
+ return w({}, tt((Y = r.slotProps) == null ? void 0 : Y.field, M), Jo(r));
4294
4295
  },
4295
4296
  toolbar: w({
4296
4297
  hidden: !1,
@@ -5126,7 +5127,7 @@ process.env.NODE_ENV !== "production" && (Mo.propTypes = {
5126
5127
  */
5127
5128
  yearsPerRow: e.oneOf([3, 4])
5128
5129
  });
5129
- function Qs({
5130
+ function Zs({
5130
5131
  label: o,
5131
5132
  required: t = !1,
5132
5133
  error: s,
@@ -5165,5 +5166,5 @@ function Qs({
5165
5166
  ) });
5166
5167
  }
5167
5168
  export {
5168
- Qs as default
5169
+ Zs as default
5169
5170
  };
@@ -1,5 +1,5 @@
1
1
  import { j as r } from "../jsx-runtime-OVHDjVDe.js";
2
- import { C as j } from "../Close-DlTC3goO.js";
2
+ import { C as j } from "../Close-D4kX7Vbc.js";
3
3
  import { Dialog as h, DialogTitle as p, Stack as f, Typography as t, IconButton as m, DialogContent as g, DialogActions as u } from "@mui/material";
4
4
  const v = ({
5
5
  title: s,
@@ -1,9 +1,9 @@
1
1
  import { j as n } from "../jsx-runtime-OVHDjVDe.js";
2
2
  import * as r from "react";
3
- import { C as p } from "../Close-DlTC3goO.js";
3
+ import { C as p } from "../Close-D4kX7Vbc.js";
4
4
  import { Dialog as g, DialogTitle as j, Stack as D, IconButton as v, DialogContent as y, DialogActions as b, Button as d } from "@mui/material";
5
5
  import { useDialog as k } from "../hooks/use-dialog.js";
6
- import { T as m } from "../Typography-y4bVBfDI.js";
6
+ import { T as m } from "../Typography-Dgg8buRq.js";
7
7
  const w = ({
8
8
  title: e,
9
9
  content: o,
@@ -1,9 +1,9 @@
1
1
  import { j as o } from "../jsx-runtime-OVHDjVDe.js";
2
2
  import * as s from "react";
3
- import { C as u } from "../Close-DlTC3goO.js";
3
+ import { C as u } from "../Close-D4kX7Vbc.js";
4
4
  import { Dialog as p, DialogTitle as g, Stack as m, IconButton as j, DialogContent as C, DialogActions as f, Button as D } from "@mui/material";
5
5
  import { useDialog as k } from "../hooks/use-dialog.js";
6
- import { T as c } from "../Typography-y4bVBfDI.js";
6
+ import { T as c } from "../Typography-Dgg8buRq.js";
7
7
  const v = ({
8
8
  title: t,
9
9
  content: e,
@@ -1,14 +1,14 @@
1
1
  import { j as o } from "../jsx-runtime-OVHDjVDe.js";
2
2
  import * as y from "react";
3
- import { c as d } from "../createSvgIcon-By5UWB4_.js";
3
+ import { c as d } from "../createSvgIcon-Dq42_0tn.js";
4
4
  import { Avatar as C, Tooltip as v, IconButton as I, Button as z } from "@mui/material";
5
5
  import { useDropzone as S } from "react-dropzone";
6
6
  import k from "../s-file-icon/s-file-icon.js";
7
7
  import w from "../s-form/s-form.js";
8
8
  import { bytesToSize as B } from "../utils/bytes-to-size.js";
9
9
  import { B as c } from "../Box-DqmXop3Z.js";
10
- import { S as e } from "../Stack-CO3ed3qL.js";
11
- import { T as t } from "../Typography-y4bVBfDI.js";
10
+ import { S as e } from "../Stack-CGZpcupa.js";
11
+ import { T as t } from "../Typography-Dgg8buRq.js";
12
12
  const D = d(/* @__PURE__ */ o.jsx("path", {
13
13
  d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
14
14
  }), "CloseOutlined"), F = d(/* @__PURE__ */ o.jsx("path", {
@@ -1,6 +1,6 @@
1
1
  import { j as t } from "../jsx-runtime-OVHDjVDe.js";
2
2
  import * as n from "react";
3
- import { C as I, a as L } from "../ChevronRight-DQD188LX.js";
3
+ import { C as I, a as L } from "../ChevronRight-CyCLDFyO.js";
4
4
  import { Box as s, IconButton as R } from "@mui/material";
5
5
  import v from "../s-lazy-image/s-lazy-image.js";
6
6
  const C = n.forwardRef(
@@ -3,8 +3,8 @@ import { useState as k, useEffect as w } from "react";
3
3
  import { Modal as L, Box as c, Paper as b, Typography as z, IconButton as m, Stack as A } from "@mui/material";
4
4
  import { motion as f, AnimatePresence as T } from "framer-motion";
5
5
  import F from "../s-lazy-image/s-lazy-image.js";
6
- import { C as $ } from "../Close-DlTC3goO.js";
7
- import { C as B, a as H } from "../ChevronRight-DQD188LX.js";
6
+ import { C as $ } from "../Close-D4kX7Vbc.js";
7
+ import { C as B, a as H } from "../ChevronRight-CyCLDFyO.js";
8
8
  const I = ({ item: s, onClick: l, style: x = {}, objectFit: e = "contain", disableVideoControls: r = !1 }) => s.type === "video" ? /* @__PURE__ */ o.jsx(
9
9
  c,
10
10
  {
@@ -1,5 +1,5 @@
1
1
  import { j as e } from "../jsx-runtime-OVHDjVDe.js";
2
- import { c as i } from "../createSvgIcon-By5UWB4_.js";
2
+ import { c as i } from "../createSvgIcon-Dq42_0tn.js";
3
3
  import { Stack as o, Box as s, Tooltip as l } from "@mui/material";
4
4
  const m = i(/* @__PURE__ */ e.jsx("path", {
5
5
  d: "M11 18h2v-2h-2zm1-16C6.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 8m0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4"
@@ -0,0 +1,2 @@
1
+ export { default, SLanguagePopover, defaultLanguageOptions } from './s-language-switcher';
2
+ export type { SLanguageSwitcherProps, SLanguagePopoverProps, SLanguageOption } from './s-language-switcher';