@hybridcore/ui 1.5.82 → 1.5.85

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 (88) hide show
  1. package/dist/{AccordionDetails-mpRYHtGq.js → AccordionDetails-DhriPVPP.js} +9 -9
  2. package/dist/{Add-Cjs72ewI.js → Add-CMz4N2zT.js} +36 -35
  3. package/dist/{Box-SSMZuKnS.js → Box-B1AVyJ_s.js} +17 -16
  4. package/dist/{Button-jy67CcTH.js → Button-eqWvpDuh.js} +12 -11
  5. package/dist/{ButtonBase-CgQC8DUB.js → ButtonBase-DsX-jMQJ.js} +4 -4
  6. package/dist/{CardContent-CCq4R1KS.js → CardContent-DsYqqPeJ.js} +4 -4
  7. package/dist/{Checkbox-B0P8LhCl.js → Checkbox-CrU2hpWB.js} +13 -12
  8. package/dist/{Delete-6rKk6pCT.js → Delete-86TO0fMo.js} +1 -1
  9. package/dist/{DialogContent-WDuguvBY.js → DialogContent-CqTojymQ.js} +10 -9
  10. package/dist/{FormControlLabel-BNT5EI0b.js → FormControlLabel-DzNokgFD.js} +8 -7
  11. package/dist/{IconButton-DekcZv4i.js → IconButton-DJ-31-Fd.js} +11 -10
  12. package/dist/{Input-BAbDr3Tk.js → Input-B7ry6o4t.js} +23 -22
  13. package/dist/{InputAdornment-BAVRrRts.js → InputAdornment-B7qEA4kN.js} +6 -5
  14. package/dist/{InputLabel-ClDXuWBr.js → InputLabel-rrSJo8M_.js} +10 -9
  15. package/dist/{List-CNeRnfGL.js → List-DOD5kSk3.js} +4 -4
  16. package/dist/{ListItem-N_dSd02S.js → ListItem-r8PbsvCz.js} +6 -6
  17. package/dist/{MenuItem-Lcjh1XlV.js → MenuItem-C6qlUyV3.js} +7 -7
  18. package/dist/{Modal-Csc9jNOg.js → Modal-CkcFEpHa.js} +8 -8
  19. package/dist/{OutlinedInput-De2keFJK.js → OutlinedInput-BDK6qOwW.js} +6 -6
  20. package/dist/{Paper-DRRYGupP.js → Paper-CjqLScHA.js} +5 -5
  21. package/dist/{Select-BQ4C15bt.js → Select-jjAc5JX1.js} +102 -101
  22. package/dist/{Tabs-DqdkJU6b.js → Tabs-Cn42Z5QI.js} +8 -8
  23. package/dist/{TextField-Db_pNPbv.js → TextField-Bf46COnQ.js} +24 -23
  24. package/dist/{Typography-CLq43OVQ.js → Typography-D1t7XuLN.js} +6 -5
  25. package/dist/components/card/index.js +6 -6
  26. package/dist/components/card/styled.js +1 -1
  27. package/dist/components/collapsible-card/style.js +3 -3
  28. package/dist/components/confirm/dialog.js +3 -3
  29. package/dist/components/confirm/index.js +1 -1
  30. package/dist/components/container/index.js +7 -7
  31. package/dist/components/context-menu/index.js +10 -10
  32. package/dist/components/flex-col/index.js +10 -0
  33. package/dist/components/flex-row/index.js +10 -0
  34. package/dist/components/geometry-picker/index.js +3 -3
  35. package/dist/components/icon-button/index.js +1 -1
  36. package/dist/components/instance-form/components/composite-list/index.js +1 -1
  37. package/dist/components/instance-form/components/composite-matrix/components/editable-table/index.js +93 -0
  38. package/dist/components/instance-form/components/composite-matrix/components/editor/index.js +87 -0
  39. package/dist/components/instance-form/components/composite-matrix/components/editor/styled.js +1 -0
  40. package/dist/components/instance-form/components/composite-matrix/components/form/index.js +105 -0
  41. package/dist/components/instance-form/components/composite-matrix/components/json-editor/index.js +20551 -0
  42. package/dist/components/instance-form/components/composite-matrix/components/table/index.js +56 -0
  43. package/dist/components/instance-form/components/composite-matrix/index.js +52 -0
  44. package/dist/components/instance-form/components/composite-matrix/styled.js +69 -0
  45. package/dist/components/instance-form/components/variable/index.js +10 -9
  46. package/dist/components/instance-form/components/variables/index.js +1 -1
  47. package/dist/components/instance-hierarchy-table/styled.js +1 -1
  48. package/dist/components/instance-variable-list/variable.js +36 -33
  49. package/dist/components/map/styled.js +1 -1
  50. package/dist/components/property-mapping/index.js +1 -1
  51. package/dist/components/range-selector/components/composite-list-range/index.js +1 -1
  52. package/dist/components/range-selector/components/date-range/index.js +1 -1
  53. package/dist/components/range-selector/index.js +1 -1
  54. package/dist/components/search-input/index.js +4 -4
  55. package/dist/components/tabs/index.js +1 -1
  56. package/dist/components/template-filters/components/tab-panel/index.js +1 -1
  57. package/dist/components/template-form/components/property-list/index.js +7 -7
  58. package/dist/components/template-form/components/property-list/property-list-columns.js +3 -3
  59. package/dist/components/template-form/components/property-list/property-list-form.js +9 -9
  60. package/dist/components/template-form/components/recognition-property-list/index.js +6 -6
  61. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-columns.js +2 -2
  62. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-form.js +7 -7
  63. package/dist/components/template-form/index.js +5 -5
  64. package/dist/components/template-property-filters/property.js +53 -49
  65. package/dist/components/tree-select/index.js +5 -5
  66. package/dist/components/treeview-filter/item-label/index.js +3 -3
  67. package/dist/{createStyled-CUatW1r9.js → createStyled-BGx1I94c.js} +1 -1
  68. package/dist/{createSvgIcon-CsckVnG-.js → createSvgIcon-DLPYMuH1.js} +25 -24
  69. package/dist/{createSvgIcon-CBoAEepv.js → createSvgIcon-OuwzpcaC.js} +15 -14
  70. package/dist/{createTheme-DVoJnXAT.js → createTheme-CNnKNxwL.js} +1 -1
  71. package/dist/createTheme-CyC5HawC.js +879 -0
  72. package/dist/{dialog-D6oTCUrm.js → dialog-BE4D6swf.js} +6 -6
  73. package/dist/{exactProp-H1i70prd.js → exactProp-cjT0t_Pt.js} +2 -2
  74. package/dist/{extendSxProp-BmK2hLmq.js → extendSxProp-FEpqY5_S.js} +1 -1
  75. package/dist/index-DMSHuq6l.js +688 -0
  76. package/dist/{index-BmlSd3mA.js → index-MMaYBAn0.js} +138 -128
  77. package/dist/{index-R_b1ETBe.js → index-NNOChRJ7.js} +25 -24
  78. package/dist/{listItemTextClasses-CC7nbQWN.js → listItemTextClasses-CNjn41Of.js} +2 -2
  79. package/dist/main.d.ts +15 -0
  80. package/dist/main.js +47 -43
  81. package/dist/{property-list-form-B7SCqmD0.js → property-list-form-BvnaooEW.js} +13 -13
  82. package/dist/{styled-DkqItiLo.js → styled-B8ugzvji.js} +2 -2
  83. package/dist/{useTheme-GN5Dc3mG.js → useTheme-C15Eq8KG.js} +1 -1
  84. package/dist/{useTheme-B6oa3v5u.js → useTheme-D-uii9iX.js} +2 -2
  85. package/dist/{useThemeProps-BlXpIqSE.js → useThemeProps-DRP1dikX.js} +3 -3
  86. package/dist/{utils-BRsEqTye.js → utils-CsOZUsQj.js} +2 -2
  87. package/package.json +2 -1
  88. package/dist/createTheme-DrgvKMA_.js +0 -1563
@@ -1,19 +1,19 @@
1
- import { jsxs as m, jsx as t, Fragment as T } from "react/jsx-runtime";
2
- import { useState as Y } from "react";
3
- import u from "dayjs";
4
- import { KeyboardArrowUp as z, KeyboardArrowDown as L } from "@mui/icons-material";
5
- import { Typography as f, FormLabel as P, FormGroup as D, Button as W } from "@mui/material";
1
+ import { jsxs as m, jsx as t, Fragment as P } from "react/jsx-runtime";
2
+ import { useState as T } from "react";
3
+ import { KeyboardArrowUp as k, KeyboardArrowDown as w } from "@mui/icons-material";
4
+ import { Typography as c, FormLabel as Y, FormGroup as D, Button as W } from "@mui/material";
6
5
  import { DatePicker as C } from "@mui/x-date-pickers";
7
- import { B as d } from "../../Box-SSMZuKnS.js";
8
- import { T as b } from "../../TextField-Db_pNPbv.js";
9
- import { F as O } from "../../FormControlLabel-BNT5EI0b.js";
10
- import { C as k } from "../../Checkbox-B0P8LhCl.js";
11
- import { F as B } from "../../InputLabel-ClDXuWBr.js";
6
+ import f from "dayjs";
7
+ import { B as r } from "../../Box-B1AVyJ_s.js";
8
+ import { T as b } from "../../TextField-Bf46COnQ.js";
9
+ import { F as O } from "../../FormControlLabel-DzNokgFD.js";
10
+ import { C as z } from "../../Checkbox-CrU2hpWB.js";
11
+ import { F as B } from "../../InputLabel-rrSJo8M_.js";
12
12
  const R = ({
13
13
  property: e,
14
14
  value: a,
15
- size: r = "medium",
16
- variant: c,
15
+ size: d = "medium",
16
+ variant: u,
17
17
  onChange: p
18
18
  }) => {
19
19
  var I, S, y, V, M;
@@ -23,31 +23,31 @@ const R = ({
23
23
  o[l] = String(i), p({
24
24
  [n.target.name]: o
25
25
  });
26
- }, w = (l) => {
26
+ }, F = (l) => {
27
27
  var x;
28
28
  const n = { ...a }, { value: o, checked: i, name: s } = l.target;
29
29
  i ? (n.atLeastOneOf || (n.atLeastOneOf = []), n.atLeastOneOf.push(o)) : n.atLeastOneOf = (x = n.atLeastOneOf) == null ? void 0 : x.filter(
30
- (F) => F !== o
30
+ (L) => L !== o
31
31
  ), p({
32
32
  [s]: n
33
33
  });
34
34
  }, g = (l) => (n) => {
35
35
  let o = { ...a };
36
- o[l] = u(n).format("YYYY-MM-DD"), p({
36
+ o[l] = f(n).format("YYYY-MM-DD"), p({
37
37
  [e.propertyId]: o
38
38
  });
39
39
  };
40
40
  if (["string", "text", "list"].includes(e.type))
41
- return /* @__PURE__ */ m(d, { mb: 1, children: [
42
- /* @__PURE__ */ t(f, { variant: "caption", mb: 0.5, display: "block", children: e.name }),
41
+ return /* @__PURE__ */ m(r, { mb: 1, children: [
42
+ /* @__PURE__ */ t(c, { variant: "caption", mb: 0.5, display: "block", children: e.name }),
43
43
  /* @__PURE__ */ t(
44
44
  b,
45
45
  {
46
46
  name: e.propertyId,
47
47
  value: a.exact ?? e.defaultValue ?? "",
48
- size: r,
48
+ size: d,
49
49
  onChange: h("exact"),
50
- variant: c,
50
+ variant: u,
51
51
  type: "text",
52
52
  multiline: e.type === "text",
53
53
  disabled: !e.editable,
@@ -59,17 +59,17 @@ const R = ({
59
59
  )
60
60
  ] });
61
61
  if (["integer", "double", "long", "byte"].includes(e.type))
62
- return /* @__PURE__ */ m(d, { mb: 1, children: [
63
- /* @__PURE__ */ t(f, { variant: "caption", mb: 0.5, display: "block", children: e.name }),
64
- /* @__PURE__ */ m(d, { display: "flex", alignItems: "center", mb: 2, children: [
62
+ return /* @__PURE__ */ m(r, { mb: 1, children: [
63
+ /* @__PURE__ */ t(c, { variant: "caption", mb: 0.5, display: "block", children: e.name }),
64
+ /* @__PURE__ */ m(r, { display: "flex", alignItems: "center", mb: 2, children: [
65
65
  /* @__PURE__ */ t(
66
66
  b,
67
67
  {
68
68
  name: e.propertyId,
69
69
  value: a.min ?? e.defaultValue ?? "",
70
- size: r,
70
+ size: d,
71
71
  onChange: h("min"),
72
- variant: c,
72
+ variant: u,
73
73
  type: "number",
74
74
  disabled: !e.editable,
75
75
  fullWidth: !0,
@@ -79,15 +79,15 @@ const R = ({
79
79
  }
80
80
  }
81
81
  ),
82
- /* @__PURE__ */ t(f, { px: 1, children: "-" }),
82
+ /* @__PURE__ */ t(c, { px: 1, children: "-" }),
83
83
  /* @__PURE__ */ t(
84
84
  b,
85
85
  {
86
86
  name: e.propertyId,
87
87
  value: a.max ?? e.defaultValue ?? "",
88
- size: r,
88
+ size: d,
89
89
  onChange: h("max"),
90
- variant: c,
90
+ variant: u,
91
91
  type: "number",
92
92
  disabled: !e.editable,
93
93
  fullWidth: !0,
@@ -100,23 +100,25 @@ const R = ({
100
100
  ] })
101
101
  ] });
102
102
  if (e.type === "date") {
103
- const l = "DD/MM/YYYY", n = "YYYY-MM-DD", o = a.min && u(a.min, n, !0).isValid() ? u(a.min, n) : null, i = a.max && u(a.max, n, !0).isValid() ? u(a.max, n) : null;
104
- return /* @__PURE__ */ m(d, { mb: 1, children: [
105
- /* @__PURE__ */ t(f, { variant: "caption", mb: 0.5, display: "block", children: e.name }),
106
- /* @__PURE__ */ m(d, { display: "flex", alignItems: "center", children: [
103
+ const l = "DD/MM/YYYY", n = "YYYY-MM-DD", o = a.min && f(a.min, n, !0).isValid() ? f(a.min, n) : null, i = a.max && f(a.max, n, !0).isValid() ? f(a.max, n) : null;
104
+ return /* @__PURE__ */ m(r, { mb: 1, children: [
105
+ /* @__PURE__ */ t(c, { variant: "caption", mb: 0.5, display: "block", children: e.name }),
106
+ /* @__PURE__ */ m(r, { display: "flex", alignItems: "center", children: [
107
107
  /* @__PURE__ */ t(
108
108
  C,
109
109
  {
110
+ label: "From",
110
111
  value: o,
111
112
  format: l,
112
113
  views: ["year", "month", "day"],
113
114
  slotProps: {
114
115
  textField: {
115
- variant: c,
116
+ variant: u,
116
117
  name: e.propertyId,
117
- size: r,
118
+ size: d,
118
119
  fullWidth: !0,
119
- inputProps: { sx: { fontSize: 12 } }
120
+ inputProps: { sx: { fontSize: 12 } },
121
+ InputLabelProps: { sx: { fontSize: 12 } }
120
122
  },
121
123
  inputAdornment: {
122
124
  sx: {
@@ -129,21 +131,23 @@ const R = ({
129
131
  onChange: g("min")
130
132
  }
131
133
  ),
132
- /* @__PURE__ */ t(f, { px: 1, children: "-" }),
134
+ /* @__PURE__ */ t(c, { px: 1, children: "-" }),
133
135
  /* @__PURE__ */ t(
134
136
  C,
135
137
  {
138
+ label: "To",
136
139
  value: i,
137
140
  format: l,
138
141
  minDate: o !== null ? o : void 0,
139
142
  views: ["year", "month", "day"],
140
143
  slotProps: {
141
144
  textField: {
142
- variant: c,
145
+ variant: u,
143
146
  name: e.propertyId,
144
- size: r,
147
+ size: d,
145
148
  fullWidth: !0,
146
- inputProps: { sx: { fontSize: 12 } }
149
+ inputProps: { sx: { fontSize: 12 } },
150
+ InputLabelProps: { sx: { fontSize: 12 } }
147
151
  },
148
152
  inputAdornment: {
149
153
  sx: {
@@ -160,14 +164,14 @@ const R = ({
160
164
  ] });
161
165
  }
162
166
  if (e.type === "boolean")
163
- return /* @__PURE__ */ t(d, { mb: 1, children: /* @__PURE__ */ t(
167
+ return /* @__PURE__ */ t(r, { mb: 1, children: /* @__PURE__ */ t(
164
168
  O,
165
169
  {
166
170
  label: e.name,
167
171
  control: /* @__PURE__ */ t(
168
- k,
172
+ z,
169
173
  {
170
- size: r,
174
+ size: d,
171
175
  name: e.propertyId,
172
176
  checked: !!a,
173
177
  onChange: h("exact")
@@ -181,23 +185,23 @@ const R = ({
181
185
  }
182
186
  ) });
183
187
  if (e.type === "enum" || e.type === "composite-list" && ((S = (I = e.dataTypeInfo) == null ? void 0 : I.innerType) == null ? void 0 : S.type) === "enum") {
184
- const [l, n] = Y(!1), o = 10;
188
+ const [l, n] = T(!1), o = 10;
185
189
  let i = [];
186
- return (y = e.dataTypeInfo) != null && y.enumValues && (i = e.dataTypeInfo.enumValues), (M = (V = e.dataTypeInfo) == null ? void 0 : V.innerType) != null && M.enumValues && (i = e.dataTypeInfo.innerType.enumValues), /* @__PURE__ */ m(d, { mb: 1, children: [
187
- /* @__PURE__ */ m(B, { fullWidth: !0, component: "fieldset", variant: c, children: [
188
- /* @__PURE__ */ t(P, { component: "legend", sx: { mb: 1, fontSize: 12 }, children: e.name }),
190
+ return (y = e.dataTypeInfo) != null && y.enumValues && (i = e.dataTypeInfo.enumValues), (M = (V = e.dataTypeInfo) == null ? void 0 : V.innerType) != null && M.enumValues && (i = e.dataTypeInfo.innerType.enumValues), /* @__PURE__ */ m(r, { mb: 1, children: [
191
+ /* @__PURE__ */ m(B, { fullWidth: !0, component: "fieldset", variant: u, children: [
192
+ /* @__PURE__ */ t(Y, { component: "legend", sx: { mb: 1, fontSize: 12 }, children: e.name }),
189
193
  /* @__PURE__ */ t(D, { children: i.slice(0, l ? 9999 : o).map((s, x) => /* @__PURE__ */ t(
190
194
  O,
191
195
  {
192
196
  label: s,
193
197
  control: /* @__PURE__ */ t(
194
- k,
198
+ z,
195
199
  {
196
200
  name: e.propertyId,
197
201
  value: s,
198
202
  size: "small",
199
203
  checked: a.atLeastOneOf ? a.atLeastOneOf.includes(s) : !1,
200
- onChange: w,
204
+ onChange: F,
201
205
  sx: {
202
206
  p: 0,
203
207
  mr: 1,
@@ -226,7 +230,7 @@ const R = ({
226
230
  {
227
231
  size: "small",
228
232
  sx: { p: 0, textTransform: "none", fontSize: 12 },
229
- endIcon: l ? /* @__PURE__ */ t(z, { sx: { fontSize: 14 } }) : /* @__PURE__ */ t(L, { sx: { fontSize: 14 } }),
233
+ endIcon: l ? /* @__PURE__ */ t(k, { sx: { fontSize: 14 } }) : /* @__PURE__ */ t(w, { sx: { fontSize: 14 } }),
230
234
  onClick: () => n((s) => !s),
231
235
  children: [
232
236
  "Show ",
@@ -236,7 +240,7 @@ const R = ({
236
240
  )
237
241
  ] });
238
242
  }
239
- return /* @__PURE__ */ t(T, {});
243
+ return /* @__PURE__ */ t(P, {});
240
244
  };
241
245
  export {
242
246
  R as Property
@@ -3,11 +3,11 @@ import u from "react";
3
3
  import { TreeViewFilter as _ } from "../treeview-filter/index.js";
4
4
  import s from "lodash";
5
5
  import { flattenNestedTemplates as b } from "../../utils/ontology.js";
6
- import { F as A, I as M } from "../../InputLabel-ClDXuWBr.js";
7
- import { S as j } from "../../Select-BQ4C15bt.js";
8
- import { M as B } from "../../MenuItem-Lcjh1XlV.js";
9
- import { D as k, a as w, b as L } from "../../DialogContent-WDuguvBY.js";
10
- import { B as N } from "../../Button-jy67CcTH.js";
6
+ import { F as A, I as M } from "../../InputLabel-rrSJo8M_.js";
7
+ import { S as j } from "../../Select-jjAc5JX1.js";
8
+ import { M as B } from "../../MenuItem-C6qlUyV3.js";
9
+ import { D as k, a as w, b as L } from "../../DialogContent-CqTojymQ.js";
10
+ import { B as N } from "../../Button-eqWvpDuh.js";
11
11
  const U = ({
12
12
  data: m,
13
13
  label: c,
@@ -1,7 +1,7 @@
1
1
  import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
- import { B as s } from "../../../Box-SSMZuKnS.js";
3
- import { C as p } from "../../../Checkbox-B0P8LhCl.js";
4
- import { T as h } from "../../../Typography-CLq43OVQ.js";
2
+ import { B as s } from "../../../Box-B1AVyJ_s.js";
3
+ import { C as p } from "../../../Checkbox-CrU2hpWB.js";
4
+ import { T as h } from "../../../Typography-D1t7XuLN.js";
5
5
  function u({
6
6
  id: o,
7
7
  name: n,
@@ -1,5 +1,5 @@
1
1
  import { _ as k, a as R } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
2
- import { b as pe, f as ye, s as ve, c as Se, e as Ee, i as _e } from "./createTheme-DrgvKMA_.js";
2
+ import { b as pe, f as ye, s as ve, c as Se, e as Ee, i as _e } from "./createTheme-CyC5HawC.js";
3
3
  var W = { exports: {} }, o = {};
4
4
  /**
5
5
  * @license React
@@ -1,10 +1,11 @@
1
- import { c as l, g as p } from "./createTheme-DrgvKMA_.js";
2
- import { c as d } from "./createSvgIcon-CBoAEepv.js";
3
- import { C as g } from "./createTheme-DVoJnXAT.js";
4
- import { c as _, u as v } from "./useId-BHG98T5I.js";
5
- import { o as b } from "./ownerDocument-CUrv0DIK.js";
6
- import { r as h, u as E } from "./unsupportedProp-BND8AB6O.js";
7
- import { s as N, u as C, b as I, a as S, c as x } from "./ButtonBase-CgQC8DUB.js";
1
+ import { g as p } from "./index-DMSHuq6l.js";
2
+ import { c as l } from "./createSvgIcon-OuwzpcaC.js";
3
+ import { C as d } from "./createTheme-CNnKNxwL.js";
4
+ import { c as g, u as _ } from "./useId-BHG98T5I.js";
5
+ import { o as v } from "./ownerDocument-CUrv0DIK.js";
6
+ import { r as b, u as h } from "./unsupportedProp-BND8AB6O.js";
7
+ import { s as E, u as N, b as C, a as I, c as S } from "./ButtonBase-DsX-jMQJ.js";
8
+ import { c as x } from "./createTheme-CyC5HawC.js";
8
9
  import { d as y } from "./debounce-46wSf_lW.js";
9
10
  import { i as q } from "./isMuiElement-CxT3_ACP.js";
10
11
  import { o as $ } from "./ownerWindow-niciwP7I.js";
@@ -24,35 +25,35 @@ var n = { exports: {} };
24
25
  }
25
26
  e.exports = t, e.exports.__esModule = !0, e.exports.default = e.exports;
26
27
  })(n);
27
- var Y = n.exports, o = {};
28
+ var B = n.exports, o = {};
28
29
  const O = {
29
30
  configure: (e) => {
30
31
  process.env.NODE_ENV !== "production" && console.warn(["MUI: `ClassNameGenerator` import from `@mui/material/utils` is outdated and might cause unexpected issues.", "", "You should use `import { unstable_ClassNameGenerator } from '@mui/material/className'` instead", "", "The detail of the issue: https://github.com/mui/material-ui/issues/30011#issuecomment-1024993401", "", "The updated documentation: https://mui.com/guides/classname-generator/"].join(`
31
- `)), g.configure(e);
32
+ `)), d.configure(e);
32
33
  }
33
34
  }, P = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
34
35
  __proto__: null,
35
- capitalize: l,
36
- createChainedFunction: _,
37
- createSvgIcon: d,
36
+ capitalize: x,
37
+ createChainedFunction: g,
38
+ createSvgIcon: l,
38
39
  debounce: y,
39
40
  deprecatedPropType: M,
40
41
  isMuiElement: q,
41
- ownerDocument: b,
42
+ ownerDocument: v,
42
43
  ownerWindow: $,
43
- requirePropFactory: h,
44
- setRef: N,
44
+ requirePropFactory: b,
45
+ setRef: E,
45
46
  unstable_ClassNameGenerator: O,
46
- unstable_useEnhancedEffect: C,
47
- unstable_useId: v,
48
- unsupportedProp: E,
47
+ unstable_useEnhancedEffect: N,
48
+ unstable_useId: _,
49
+ unsupportedProp: h,
49
50
  useControlled: D,
50
- useEventCallback: I,
51
- useForkRef: S,
52
- useIsFocusVisible: x
51
+ useEventCallback: C,
52
+ useForkRef: I,
53
+ useIsFocusVisible: S
53
54
  }, Symbol.toStringTag, { value: "Module" })), R = /* @__PURE__ */ p(P);
54
55
  var s;
55
- function B() {
56
+ function H() {
56
57
  return s || (s = 1, function(e) {
57
58
  "use client";
58
59
  Object.defineProperty(e, "__esModule", {
@@ -67,6 +68,6 @@ function B() {
67
68
  }(o)), o;
68
69
  }
69
70
  export {
70
- Y as i,
71
- B as r
71
+ B as i,
72
+ H as r
72
73
  };
@@ -1,10 +1,11 @@
1
1
  import { _ as I, a as $ } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
2
2
  import * as _ from "react";
3
3
  import { jsxs as b, jsx as w } from "react/jsx-runtime";
4
- import { c as y, P as o } from "./createTheme-DrgvKMA_.js";
5
- import { g as T, u as N, c as C, a as R } from "./useThemeProps-BlXpIqSE.js";
6
- import { s as O } from "./styled-DkqItiLo.js";
7
- import { g as B } from "./createTheme-DVoJnXAT.js";
4
+ import { P as o } from "./index-DMSHuq6l.js";
5
+ import { g as T, u as N, c as C, a as R } from "./useThemeProps-DRP1dikX.js";
6
+ import { s as O } from "./styled-B8ugzvji.js";
7
+ import { g as B } from "./createTheme-CNnKNxwL.js";
8
+ import { c as y } from "./createTheme-CyC5HawC.js";
8
9
  function j(e) {
9
10
  return B("MuiSvgIcon", e);
10
11
  }
@@ -31,7 +32,7 @@ const E = ["children", "className", "color", "component", "fontSize", "htmlColor
31
32
  theme: e,
32
33
  ownerState: t
33
34
  }) => {
34
- var n, i, r, f, a, c, p, v, s, l, d, g, m, u, h, x, z;
35
+ var n, i, r, f, a, c, p, v, s, l, m, g, d, u, h, x, z;
35
36
  return {
36
37
  userSelect: "none",
37
38
  width: "1em",
@@ -49,7 +50,7 @@ const E = ["children", "className", "color", "component", "fontSize", "htmlColor
49
50
  large: ((s = e.typography) == null || (l = s.pxToRem) == null ? void 0 : l.call(s, 35)) || "2.1875rem"
50
51
  }[t.fontSize],
51
52
  // TODO v5 deprecate, v6 remove for sx
52
- color: (d = (g = (e.vars || e).palette) == null || (m = g[t.color]) == null ? void 0 : m.main) != null ? d : {
53
+ color: (m = (g = (e.vars || e).palette) == null || (d = g[t.color]) == null ? void 0 : d.main) != null ? m : {
53
54
  action: (u = (e.vars || e).palette) == null || (h = u.action) == null ? void 0 : h.active,
54
55
  disabled: (x = (e.vars || e).palette) == null || (z = x.action) == null ? void 0 : z.disabled,
55
56
  inherit: void 0
@@ -68,17 +69,17 @@ const E = ["children", "className", "color", "component", "fontSize", "htmlColor
68
69
  htmlColor: v,
69
70
  inheritViewBox: s = !1,
70
71
  titleAccess: l,
71
- viewBox: d = "0 0 24 24"
72
- } = i, g = I(i, E), m = $({}, i, {
72
+ viewBox: m = "0 0 24 24"
73
+ } = i, g = I(i, E), d = $({}, i, {
73
74
  color: a,
74
75
  component: c,
75
76
  fontSize: p,
76
77
  instanceFontSize: t.fontSize,
77
78
  inheritViewBox: s,
78
- viewBox: d
79
+ viewBox: m
79
80
  }), u = {};
80
- s || (u.viewBox = d);
81
- const h = M(m);
81
+ s || (u.viewBox = m);
82
+ const h = M(d);
82
83
  return /* @__PURE__ */ b(V, $({
83
84
  as: c,
84
85
  className: C(h.root, f),
@@ -88,7 +89,7 @@ const E = ["children", "className", "color", "component", "fontSize", "htmlColor
88
89
  role: l ? "img" : void 0,
89
90
  ref: n
90
91
  }, u, g, {
91
- ownerState: m,
92
+ ownerState: d,
92
93
  children: [r, l ? /* @__PURE__ */ w("title", {
93
94
  children: l
94
95
  }) : null]
@@ -167,7 +168,7 @@ process.env.NODE_ENV !== "production" && (S.propTypes = {
167
168
  viewBox: o.string
168
169
  });
169
170
  S.muiName = "SvgIcon";
170
- function F(e, t) {
171
+ function W(e, t) {
171
172
  function n(i, r) {
172
173
  return /* @__PURE__ */ w(S, $({
173
174
  "data-testid": `${t}Icon`,
@@ -179,5 +180,5 @@ function F(e, t) {
179
180
  return process.env.NODE_ENV !== "production" && (n.displayName = `${t}Icon`), n.muiName = S.muiName, /* @__PURE__ */ _.memo(/* @__PURE__ */ _.forwardRef(n));
180
181
  }
181
182
  export {
182
- F as c
183
+ W as c
183
184
  };
@@ -1,5 +1,5 @@
1
1
  import { a as m, _ as T } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
2
- import { k as N, a as w, b as L, d as q, e as J } from "./createTheme-DrgvKMA_.js";
2
+ import { g as N, a as w, b as L, d as q, e as J } from "./createTheme-CyC5HawC.js";
3
3
  const V = (e) => e, K = () => {
4
4
  let e = V;
5
5
  return {