kdpa-components 1.0.0 → 1.2.0

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 (149) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/Accordion/index.js +17 -19
  3. package/dist/Alert/index.js +19 -20
  4. package/dist/{ArrowDropDown-4bc3084f.js → ArrowDropDown-07b9ccae.js} +19 -20
  5. package/dist/Avatar/index.js +7 -8
  6. package/dist/Badge/index.js +22 -24
  7. package/dist/{Box-af81b133.js → Box-032e9a1d.js} +25 -27
  8. package/dist/{Button-da8592f4.js → Button-9d9cc0bd.js} +18 -20
  9. package/dist/{ButtonBase-496494a5.js → ButtonBase-fa4630c8.js} +35 -37
  10. package/dist/Buttons/index.js +28 -30
  11. package/dist/{CSSTransition-5496e075.js → CSSTransition-7e2d0e80.js} +3 -3
  12. package/dist/Cards/index.d.ts +2 -0
  13. package/dist/Cards/index.d.ts.map +1 -1
  14. package/dist/Cards/index.js +150 -1
  15. package/dist/CheckBox/index.js +13 -14
  16. package/dist/Chip/index.js +17 -19
  17. package/dist/{Chip-2dfcd6e9.js → Chip-e5751770.js} +25 -27
  18. package/dist/{CircularProgress-e1f22f2a.js → CircularProgress-01a8929e.js} +19 -21
  19. package/dist/{Close-319784e1.js → Close-db7afda5.js} +2 -2
  20. package/dist/Collapse/index.js +10 -12
  21. package/dist/{Collapse-75d5ed79.js → Collapse-547e6c7a.js} +27 -30
  22. package/dist/CopyToClipboard/index.js +24 -26
  23. package/dist/{Dialog-0eadb508.js → Dialog-652a3ad4.js} +19 -21
  24. package/dist/Divider/index.js +7 -8
  25. package/dist/DropZone/index.js +34 -36
  26. package/dist/{Fade-6a96fc41.js → Fade-7ee2c0a4.js} +23 -25
  27. package/dist/FormControl/index.js +12 -13
  28. package/dist/{FormControl-c914b3de.js → FormControl-ca7447ab.js} +13 -15
  29. package/dist/FullScreenDialog/index.js +20 -22
  30. package/dist/Grid/index.js +9 -10
  31. package/dist/{Grid-4cbef6c7.js → Grid-9708b9ca.js} +65 -67
  32. package/dist/{Grow-8a97586f.js → Grow-55d0786d.js} +17 -19
  33. package/dist/{IconButton-b4e677f7.js → IconButton-48d87778.js} +30 -32
  34. package/dist/Input/index.js +27 -29
  35. package/dist/{KdpaAccordions-60fefaf0.js → KdpaAccordions-2ae65dd1.js} +126 -115
  36. package/dist/{KdpaAlertTitle-497100ba.js → KdpaAlertTitle-f1549035.js} +93 -82
  37. package/dist/{KdpaAutoComplete-9c0b8d4d.js → KdpaAutoComplete-8a11974a.js} +237 -234
  38. package/dist/{KdpaAvatar-da84b516.js → KdpaAvatar-d297ef8a.js} +75 -72
  39. package/dist/{KdpaCheckBox-d06c93b0.js → KdpaCheckBox-84d56486.js} +33 -30
  40. package/dist/KdpaChip-10899788.js +51 -0
  41. package/dist/KdpaCircularProgress-6c4605cd.js +76 -0
  42. package/dist/KdpaCollapse-2d23c312.js +12 -0
  43. package/dist/KdpaCollapse-73c03e02.js +23 -0
  44. package/dist/{KdpaCopyToClipboard-2c36d593.js → KdpaCopyToClipboard-53aa97d3.js} +196 -160
  45. package/dist/{KdpaDateTimePicker-8e9da3c8.js → KdpaDateTimePicker-cb4a16d0.js} +10530 -13197
  46. package/dist/{KdpaDivider-10de74db.js → KdpaDivider-1c62c65a.js} +95 -84
  47. package/dist/{KdpaDropZone-85943160.js → KdpaDropZone-b21d2304.js} +631 -531
  48. package/dist/KdpaFormControl-135b070d.js +10 -0
  49. package/dist/{KdpaFormControlLabel-8a6ff2a6.js → KdpaFormControlLabel-249b7622.js} +57 -54
  50. package/dist/KdpaFullScreenDialog-e56db731.js +24 -0
  51. package/dist/KdpaGrid-2a3f9346.js +12 -0
  52. package/dist/{KdpaGridBadge-d8a8e388.js → KdpaGridBadge-65b88a7a.js} +123 -104
  53. package/dist/KdpaIconButton-a0ee669c.js +35 -0
  54. package/dist/KdpaInputMultiline-231a2be1.js +68 -0
  55. package/dist/{KdpaLazyDrop-347b6e24.js → KdpaLazyDrop-1985fc75.js} +254 -217
  56. package/dist/KdpaMenuItem-99cde871.js +56 -0
  57. package/dist/{KdpaSimpleModal-6ab72b9c.js → KdpaModalImage-eb732bf0.js} +176 -185
  58. package/dist/{KdpaPaginationGrid-6e4cd782.js → KdpaPaginationGrid-97a5b164.js} +343 -283
  59. package/dist/{KdpaRadioGroup-de6c67d4.js → KdpaRadioGroup-87122ec7.js} +129 -122
  60. package/dist/{KdpaRtlProvider-d7cc5029.js → KdpaRtlProvider-495e4bb0.js} +169 -162
  61. package/dist/KdpaSecondaryButton-a70aafe5.js +44 -0
  62. package/dist/KdpaSkeleton-f8f3aefc.js +580 -0
  63. package/dist/{KdpaSlider-93a991f0.js → KdpaSlider-b7226e20.js} +196 -182
  64. package/dist/{KdpaSwitch-2f07cd38.js → KdpaSwitch-b2ba7c23.js} +50 -43
  65. package/dist/KdpaTabs-ab618f36.js +50 -0
  66. package/dist/{KdpaTooltip-e30e1eea.js → KdpaTooltip-653424c7.js} +95 -88
  67. package/dist/{KdpaTree-8428a368.js → KdpaTree-2e1df83d.js} +348 -304
  68. package/dist/{KdpaTreeSelect-7fe5581c.js → KdpaTreeSelect-0152302e.js} +625 -609
  69. package/dist/KdpaTypography-763c3238.js +10 -0
  70. package/dist/KdpaZoom-1b0f3404.js +22 -0
  71. package/dist/KpdaPrimaryButton-5416aa2c.js +79 -0
  72. package/dist/LazyDrop/index.js +24 -24
  73. package/dist/{ListItem-da6701a3.js → ListItem-ddec0b28.js} +14 -16
  74. package/dist/Loading/KdpaProgress/index.js +12 -13
  75. package/dist/Loading/index.js +11 -12
  76. package/dist/{MenuItem-b9a45c1d.js → MenuItem-057c85a3.js} +44 -46
  77. package/dist/Modal/index.d.ts +0 -2
  78. package/dist/Modal/index.d.ts.map +1 -1
  79. package/dist/Modal/index.js +3 -17
  80. package/dist/{Modal-1e4a342f.js → Modal-daf2a588.js} +18 -20
  81. package/dist/PaginationGrid/index.js +33 -34
  82. package/dist/{Paper-ad7ba238.js → Paper-00aea968.js} +16 -18
  83. package/dist/Pickers/index.d.ts +2 -1
  84. package/dist/Pickers/index.d.ts.map +1 -1
  85. package/dist/Pickers/index.js +43 -45
  86. package/dist/{Popper-20f4d1e9.js → Popper-7adcd815.js} +13 -15
  87. package/dist/{Portal-1b00a402.js → Portal-de5e310c.js} +6 -7
  88. package/dist/Radio/index.js +14 -15
  89. package/dist/Selects/index.js +39 -40
  90. package/dist/{Slide-d61a6d2b.js → Slide-803fd098.js} +17 -19
  91. package/dist/Slider/index.js +8 -9
  92. package/dist/Switch/index.js +12 -13
  93. package/dist/{SwitchBase-e8b18f94.js → SwitchBase-64e5662e.js} +14 -16
  94. package/dist/Tabs/index.js +16 -17
  95. package/dist/{Tabs-1cc5862d.js → Tabs-1140d353.js} +87 -89
  96. package/dist/{TextField-c2c0172a.js → TextField-57c51dbe.js} +52 -54
  97. package/dist/ThemeProvider/index.js +7 -8
  98. package/dist/Tooltips/index.js +16 -18
  99. package/dist/{TransitionGroup-68fd1866.js → TransitionGroup-f9877c5b.js} +2 -2
  100. package/dist/Transitions/index.js +22 -24
  101. package/dist/Tree/index.js +2 -2
  102. package/dist/TreeSelect/index.js +3 -3
  103. package/dist/Typography/index.js +8 -9
  104. package/dist/{Typography-9a28b393.js → Typography-db7e5ea2.js} +42 -44
  105. package/dist/{Zoom-64a4beac.js → Zoom-36a189bb.js} +22 -24
  106. package/dist/{createSvgIcon-5cb90f79.js → createSvgIcon-1aa1b2b2.js} +20 -22
  107. package/dist/{dividerClasses-6f4cb6be.js → dividerClasses-a9b8b1ae.js} +2 -2
  108. package/dist/{elementAcceptingRef-332a290a.js → elementAcceptingRef-bd96c731.js} +1 -1
  109. package/dist/{elementTypeAcceptingRef-05dea79e.js → elementTypeAcceptingRef-dea9e62a.js} +1 -1
  110. package/dist/{emotion-react.browser.esm-921c014a.js → emotion-react.browser.esm-3fa5f721.js} +1 -1
  111. package/dist/{exactProp-7fadf441.js → exactProp-86f148d5.js} +1 -1
  112. package/dist/{extendSxProp-eacd850e.js → extendSxProp-d294b946.js} +2 -2
  113. package/dist/{extends-393586f3.js → extends-135d7828.js} +2 -2
  114. package/dist/identifier-2647f844.js +3775 -0
  115. package/dist/{index-456f3e1b.js → index-5f8afc53.js} +5 -5
  116. package/dist/index.js +140 -142
  117. package/dist/jsx-dev-runtime-48fdc504.js +615 -0
  118. package/dist/kdpaSelect-4ed993c7.js +1 -0
  119. package/dist/{listItemTextClasses-f7759ba4.js → listItemTextClasses-da281500.js} +2 -2
  120. package/dist/{refType-7c2b090c.js → refType-450337d6.js} +1 -1
  121. package/dist/style.css +1 -1
  122. package/dist/{useSlotProps-db1ead27.js → useSlotProps-3b927bcb.js} +2 -2
  123. package/dist/{useTheme-2bb6b2df.js → useTheme-6ea322ec.js} +2 -2
  124. package/dist/{useThemeProps-114e8d66.js → useThemeProps-ea792506.js} +11 -11
  125. package/dist/{Transition-2ecbc61d.js → utils-acd98a68.js} +113 -98
  126. package/package.json +90 -87
  127. package/dist/KdpaChip-f94c5b7e.js +0 -31
  128. package/dist/KdpaCircularProgress-aed28149.js +0 -44
  129. package/dist/KdpaCollapse-73e5e40c.js +0 -8
  130. package/dist/KdpaCollapse-7f12a32a.js +0 -11
  131. package/dist/KdpaFormControl-ae8f7241.js +0 -6
  132. package/dist/KdpaFullScreenDialog-f60e21f3.js +0 -16
  133. package/dist/KdpaGrid-b93fab29.js +0 -8
  134. package/dist/KdpaIconButton-f5146164.js +0 -23
  135. package/dist/KdpaInputMultiline-71dfbfe5.js +0 -48
  136. package/dist/KdpaMenuItem-9a9ece89.js +0 -35
  137. package/dist/KdpaSecondaryButton-9b81f97d.js +0 -28
  138. package/dist/KdpaSkeleton-4696fadd.js +0 -541
  139. package/dist/KdpaTabs-a76a17a7.js +0 -38
  140. package/dist/KdpaTypography-17403558.js +0 -6
  141. package/dist/KdpaZoom-96a648cb.js +0 -10
  142. package/dist/KpdaPrimaryButton-9a5d8d6d.js +0 -47
  143. package/dist/Sanitizer/index.d.ts +0 -3
  144. package/dist/Sanitizer/index.d.ts.map +0 -1
  145. package/dist/Sanitizer/index.js +0 -492
  146. package/dist/identifier-5cabf5ae.js +0 -2481
  147. package/dist/index-f4329b29.js +0 -669
  148. package/dist/jsx-runtime-944c88e2.js +0 -631
  149. package/dist/utils-8a7b223e.js +0 -18
@@ -1,19 +1,16 @@
1
- import { _ as r, a as te } from "./extends-393586f3.js";
1
+ import { a as r, _ as te } from "./extends-135d7828.js";
2
2
  import * as u from "react";
3
- import { g as ne, s as b, u as oe, c as ie, a as re } from "./useThemeProps-114e8d66.js";
4
- import { P as e } from "./index-f4329b29.js";
5
- import { g as se, E as ae } from "./identifier-5cabf5ae.js";
6
- import { g as _ } from "./utils-8a7b223e.js";
7
- import { u as le } from "./useTheme-2bb6b2df.js";
8
- import { j as C } from "./jsx-runtime-944c88e2.js";
9
- import { T as pe } from "./Transition-2ecbc61d.js";
10
- import { e as ce } from "./elementTypeAcceptingRef-05dea79e.js";
3
+ import { g as ne, s as b, u as oe, c as ie, a as re } from "./useThemeProps-ea792506.js";
4
+ import { g as se, E as ae, j as C, P as e } from "./identifier-2647f844.js";
5
+ import { T as le, g as _ } from "./utils-acd98a68.js";
6
+ import { u as pe } from "./useTheme-6ea322ec.js";
7
+ import { e as ce } from "./elementTypeAcceptingRef-dea9e62a.js";
11
8
  import { u as ue } from "./useForkRef-0781dda0.js";
12
9
  function de(o) {
13
10
  return se("MuiCollapse", o);
14
11
  }
15
12
  ne("MuiCollapse", ["root", "horizontal", "vertical", "entered", "hidden", "wrapper", "wrapperInner"]);
16
- const me = ["addEndListener", "children", "className", "collapsedSize", "component", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "orientation", "style", "timeout", "TransitionComponent"], fe = (o) => {
13
+ const fe = ["addEndListener", "children", "className", "collapsedSize", "component", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "orientation", "style", "timeout", "TransitionComponent"], he = (o) => {
17
14
  const {
18
15
  orientation: n,
19
16
  classes: s
@@ -25,7 +22,7 @@ const me = ["addEndListener", "children", "className", "collapsedSize", "compone
25
22
  wrapperInner: ["wrapperInner", `${n}`]
26
23
  };
27
24
  return re(d, de, s);
28
- }, he = b("div", {
25
+ }, me = b("div", {
29
26
  name: "MuiCollapse",
30
27
  slot: "Root",
31
28
  overridesResolver: (o, n) => {
@@ -98,11 +95,11 @@ const me = ["addEndListener", "children", "className", "collapsedSize", "compone
98
95
  style: z,
99
96
  timeout: l = ae.standard,
100
97
  // eslint-disable-next-line react/prop-types
101
- TransitionComponent: q = pe
102
- } = d, B = te(d, me), x = r({}, d, {
98
+ TransitionComponent: q = le
99
+ } = d, B = te(d, fe), x = r({}, d, {
103
100
  orientation: L,
104
101
  collapsedSize: E
105
- }), m = fe(x), M = le(), F = u.useRef(), p = u.useRef(null), v = u.useRef(), y = typeof E == "number" ? `${E}px` : E, f = L === "horizontal", h = f ? "width" : "height";
102
+ }), f = he(x), M = pe(), F = u.useRef(), p = u.useRef(null), v = u.useRef(), y = typeof E == "number" ? `${E}px` : E, h = L === "horizontal", m = h ? "width" : "height";
106
103
  u.useEffect(() => () => {
107
104
  clearTimeout(F.current);
108
105
  }, []);
@@ -111,11 +108,11 @@ const me = ["addEndListener", "children", "className", "collapsedSize", "compone
111
108
  const a = w.current;
112
109
  i === void 0 ? t(a) : t(a, i);
113
110
  }
114
- }, R = () => p.current ? p.current[f ? "clientWidth" : "clientHeight"] : 0, J = c((t, i) => {
115
- p.current && f && (p.current.style.position = "absolute"), t.style[h] = y, O && O(t, i);
111
+ }, R = () => p.current ? p.current[h ? "clientWidth" : "clientHeight"] : 0, J = c((t, i) => {
112
+ p.current && h && (p.current.style.position = "absolute"), t.style[m] = y, O && O(t, i);
116
113
  }), K = c((t, i) => {
117
114
  const a = R();
118
- p.current && f && (p.current.style.position = "");
115
+ p.current && h && (p.current.style.position = "");
119
116
  const {
120
117
  duration: g,
121
118
  easing: T
@@ -131,11 +128,11 @@ const me = ["addEndListener", "children", "className", "collapsedSize", "compone
131
128
  t.style.transitionDuration = `${H}ms`, v.current = H;
132
129
  } else
133
130
  t.style.transitionDuration = typeof g == "string" ? g : `${g}ms`;
134
- t.style[h] = `${a}px`, t.style.transitionTimingFunction = T, W && W(t, i);
131
+ t.style[m] = `${a}px`, t.style.transitionTimingFunction = T, W && W(t, i);
135
132
  }), Q = c((t, i) => {
136
- t.style[h] = "auto", N && N(t, i);
133
+ t.style[m] = "auto", N && N(t, i);
137
134
  }), X = c((t) => {
138
- t.style[h] = `${R()}px`, P && P(t);
135
+ t.style[m] = `${R()}px`, P && P(t);
139
136
  }), Y = c(k), Z = c((t) => {
140
137
  const i = R(), {
141
138
  duration: a,
@@ -152,7 +149,7 @@ const me = ["addEndListener", "children", "className", "collapsedSize", "compone
152
149
  t.style.transitionDuration = `${T}ms`, v.current = T;
153
150
  } else
154
151
  t.style.transitionDuration = typeof a == "string" ? a : `${a}ms`;
155
- t.style[h] = y, t.style.transitionTimingFunction = g, I && I(t);
152
+ t.style[m] = y, t.style.transitionTimingFunction = g, I && I(t);
156
153
  }), ee = (t) => {
157
154
  l === "auto" && (F.current = setTimeout(t, v.current || 0)), j && j(w.current, t);
158
155
  };
@@ -168,14 +165,14 @@ const me = ["addEndListener", "children", "className", "collapsedSize", "compone
168
165
  nodeRef: w,
169
166
  timeout: l === "auto" ? null : l
170
167
  }, B, {
171
- children: (t, i) => /* @__PURE__ */ C.jsx(he, r({
168
+ children: (t, i) => /* @__PURE__ */ C.jsx(me, r({
172
169
  as: V,
173
- className: ie(m.root, U, {
174
- entered: m.entered,
175
- exited: !D && y === "0px" && m.hidden
170
+ className: ie(f.root, U, {
171
+ entered: f.entered,
172
+ exited: !D && y === "0px" && f.hidden
176
173
  }[t]),
177
174
  style: r({
178
- [f ? "minWidth" : "minHeight"]: y
175
+ [h ? "minWidth" : "minHeight"]: y
179
176
  }, z),
180
177
  ownerState: r({}, x, {
181
178
  state: t
@@ -186,13 +183,13 @@ const me = ["addEndListener", "children", "className", "collapsedSize", "compone
186
183
  ownerState: r({}, x, {
187
184
  state: t
188
185
  }),
189
- className: m.wrapper,
186
+ className: f.wrapper,
190
187
  ref: p,
191
188
  children: /* @__PURE__ */ C.jsx(Ee, {
192
189
  ownerState: r({}, x, {
193
190
  state: t
194
191
  }),
195
- className: m.wrapperInner,
192
+ className: f.wrapperInner,
196
193
  children: A
197
194
  })
198
195
  })
@@ -295,7 +292,7 @@ process.env.NODE_ENV !== "production" && (S.propTypes = {
295
292
  })])
296
293
  });
297
294
  S.muiSupportAuto = !0;
298
- const je = S;
295
+ const Re = S;
299
296
  export {
300
- je as C
297
+ Re as C
301
298
  };
@@ -1,47 +1,45 @@
1
- import { K as S } from "../KdpaCopyToClipboard-2c36d593.js";
2
- import "../jsx-runtime-944c88e2.js";
1
+ import { K as Q } from "../KdpaCopyToClipboard-53aa97d3.js";
2
+ import "../jsx-dev-runtime-48fdc504.js";
3
3
  import "react";
4
- import "../useThemeProps-114e8d66.js";
5
- import "../identifier-5cabf5ae.js";
6
- import "../extends-393586f3.js";
7
- import "../index-f4329b29.js";
4
+ import "../useThemeProps-ea792506.js";
5
+ import "../identifier-2647f844.js";
6
+ import "../extends-135d7828.js";
8
7
  import "../_commonjsHelpers-e7ea1525.js";
9
8
  import "../index.esm-b78383d3.js";
10
9
  import "../iconBase-800b43ff.js";
11
- import "../KdpaTooltip-e30e1eea.js";
12
- import "../useTheme-2bb6b2df.js";
13
- import "../Popper-20f4d1e9.js";
14
- import "../Portal-1b00a402.js";
10
+ import "../KdpaTooltip-653424c7.js";
11
+ import "../useTheme-6ea322ec.js";
12
+ import "../Popper-7adcd815.js";
13
+ import "../Portal-de5e310c.js";
15
14
  import "react-dom";
16
15
  import "../useForkRef-0781dda0.js";
17
16
  import "../useEventCallback-83a2883c.js";
18
17
  import "../HTMLElementType-ff213f3c.js";
19
- import "../exactProp-7fadf441.js";
18
+ import "../exactProp-86f148d5.js";
20
19
  import "../ownerDocument-5430cd5b.js";
21
20
  import "../chainPropTypes-004bf492.js";
22
- import "../refType-7c2b090c.js";
21
+ import "../refType-450337d6.js";
23
22
  import "../popper-78c6b162.js";
24
- import "../useSlotProps-db1ead27.js";
23
+ import "../useSlotProps-3b927bcb.js";
25
24
  import "../useIsFocusVisible-4693b580.js";
26
- import "../Grow-8a97586f.js";
27
- import "../utils-8a7b223e.js";
28
- import "../elementAcceptingRef-332a290a.js";
29
- import "../Transition-2ecbc61d.js";
25
+ import "../Grow-55d0786d.js";
26
+ import "../utils-acd98a68.js";
30
27
  import "../TransitionGroupContext-7435e195.js";
31
28
  import "../setPrototypeOf-98a00546.js";
29
+ import "../elementAcceptingRef-bd96c731.js";
32
30
  import "../useControlled-cc2d41cb.js";
33
31
  import "../useId-a21bd5c3.js";
34
- import "../Zoom-64a4beac.js";
32
+ import "../Zoom-36a189bb.js";
35
33
  import "../kdpaButton-4ed993c7.js";
36
34
  import "../kdpaPrimaryButton-4ed993c7.js";
37
- import "../KdpaSecondaryButton-9b81f97d.js";
38
- import "../Button-da8592f4.js";
39
- import "../ButtonBase-496494a5.js";
40
- import "../emotion-react.browser.esm-921c014a.js";
41
- import "../TransitionGroup-68fd1866.js";
35
+ import "../KdpaSecondaryButton-a70aafe5.js";
36
+ import "../Button-9d9cc0bd.js";
37
+ import "../ButtonBase-fa4630c8.js";
38
+ import "../emotion-react.browser.esm-3fa5f721.js";
39
+ import "../TransitionGroup-f9877c5b.js";
42
40
  import "../assertThisInitialized-05701a63.js";
43
- import "../elementTypeAcceptingRef-05dea79e.js";
44
- import "../IconButton-b4e677f7.js";
41
+ import "../elementTypeAcceptingRef-dea9e62a.js";
42
+ import "../IconButton-48d87778.js";
45
43
  export {
46
- S as KdpaCopyToClipboard
44
+ Q as KdpaCopyToClipboard
47
45
  };
@@ -1,18 +1,16 @@
1
- import { _ as i, a as X } from "./extends-393586f3.js";
1
+ import { a as i, _ as X } from "./extends-135d7828.js";
2
2
  import * as d from "react";
3
- import { P as e } from "./index-f4329b29.js";
4
- import { g as Y, s as u, u as z, c as y, a as H } from "./useThemeProps-114e8d66.js";
5
- import { g as q, c as n } from "./identifier-5cabf5ae.js";
6
- import { u as G } from "./useTheme-2bb6b2df.js";
7
- import { j as s } from "./jsx-runtime-944c88e2.js";
8
- import { B as J, M as Q } from "./Modal-1e4a342f.js";
9
- import { M as B } from "./Paper-ad7ba238.js";
3
+ import { g as Y, c as n, j as s, P as e } from "./identifier-2647f844.js";
4
+ import { g as z, s as u, u as H, c as y, a as q } from "./useThemeProps-ea792506.js";
5
+ import { u as G } from "./useTheme-6ea322ec.js";
6
+ import { B as J, M as Q } from "./Modal-daf2a588.js";
7
+ import { M as B } from "./Paper-00aea968.js";
10
8
  import { u as Z } from "./useId-a21bd5c3.js";
11
- import { F as ee } from "./Fade-6a96fc41.js";
9
+ import { F as ee } from "./Fade-7ee2c0a4.js";
12
10
  function oe(a) {
13
- return q("MuiDialog", a);
11
+ return Y("MuiDialog", a);
14
12
  }
15
- const ae = Y("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), k = ae, T = /* @__PURE__ */ d.createContext({});
13
+ const ae = z("MuiDialog", ["root", "scrollPaper", "scrollBody", "container", "paper", "paperScrollPaper", "paperScrollBody", "paperWidthFalse", "paperWidthXs", "paperWidthSm", "paperWidthMd", "paperWidthLg", "paperWidthXl", "paperFullWidth", "paperFullScreen"]), k = ae, T = /* @__PURE__ */ d.createContext({});
16
14
  process.env.NODE_ENV !== "production" && (T.displayName = "DialogContext");
17
15
  const re = T, ie = ["aria-describedby", "aria-labelledby", "BackdropComponent", "BackdropProps", "children", "className", "disableEscapeKeyDown", "fullScreen", "fullWidth", "maxWidth", "onBackdropClick", "onClose", "open", "PaperComponent", "PaperProps", "scroll", "TransitionComponent", "transitionDuration", "TransitionProps"], ne = u(J, {
18
16
  name: "MuiDialog",
@@ -33,7 +31,7 @@ const re = T, ie = ["aria-describedby", "aria-labelledby", "BackdropComponent",
33
31
  container: ["container", `scroll${n(r)}`],
34
32
  paper: ["paper", `paperScroll${n(r)}`, `paperWidth${n(String(t))}`, p && "paperFullWidth", m && "paperFullScreen"]
35
33
  };
36
- return H(b, oe, o);
34
+ return q(b, oe, o);
37
35
  }, le = u(Q, {
38
36
  name: "MuiDialog",
39
37
  slot: "Root",
@@ -136,7 +134,7 @@ const re = T, ie = ["aria-describedby", "aria-labelledby", "BackdropComponent",
136
134
  maxWidth: "100%"
137
135
  }
138
136
  })), M = /* @__PURE__ */ d.forwardRef(function(o, r) {
139
- const t = z({
137
+ const t = H({
140
138
  props: o,
141
139
  name: "MuiDialog"
142
140
  }), p = G(), m = {
@@ -168,15 +166,15 @@ const re = T, ie = ["aria-describedby", "aria-labelledby", "BackdropComponent",
168
166
  fullWidth: E,
169
167
  maxWidth: F,
170
168
  scroll: _
171
- }), f = te(c), h = d.useRef(), L = (l) => {
172
- h.current = l.target === l.currentTarget;
169
+ }), h = te(c), f = d.useRef(), L = (l) => {
170
+ f.current = l.target === l.currentTarget;
173
171
  }, U = (l) => {
174
- h.current && (h.current = null, C && C(l), x && x(l, "backdropClick"));
172
+ f.current && (f.current = null, C && C(l), x && x(l, "backdropClick"));
175
173
  }, g = Z(S), V = d.useMemo(() => ({
176
174
  titleId: g
177
175
  }), [g]);
178
176
  return /* @__PURE__ */ s.jsx(le, i({
179
- className: y(f.root, N),
177
+ className: y(h.root, N),
180
178
  closeAfterTransition: !0,
181
179
  components: {
182
180
  Backdrop: ne
@@ -201,7 +199,7 @@ const re = T, ie = ["aria-describedby", "aria-labelledby", "BackdropComponent",
201
199
  role: "presentation"
202
200
  }, I, {
203
201
  children: /* @__PURE__ */ s.jsx(se, {
204
- className: y(f.container),
202
+ className: y(h.container),
205
203
  onMouseDown: L,
206
204
  ownerState: c,
207
205
  children: /* @__PURE__ */ s.jsx(pe, i({
@@ -211,7 +209,7 @@ const re = T, ie = ["aria-describedby", "aria-labelledby", "BackdropComponent",
211
209
  "aria-describedby": b,
212
210
  "aria-labelledby": g
213
211
  }, P, {
214
- className: y(f.paper, P.className),
212
+ className: y(h.paper, P.className),
215
213
  ownerState: c,
216
214
  children: /* @__PURE__ */ s.jsx(re.Provider, {
217
215
  value: V,
@@ -350,8 +348,8 @@ process.env.NODE_ENV !== "production" && (M.propTypes = {
350
348
  */
351
349
  TransitionProps: e.object
352
350
  });
353
- const ke = M;
351
+ const ge = M;
354
352
  export {
355
- ke as M,
353
+ ge as M,
356
354
  k as d
357
355
  };
@@ -1,12 +1,11 @@
1
- import { K as f } from "../KdpaDivider-10de74db.js";
2
- import "../jsx-runtime-944c88e2.js";
1
+ import { K } from "../KdpaDivider-1c62c65a.js";
2
+ import "../jsx-dev-runtime-48fdc504.js";
3
3
  import "react";
4
- import "../extends-393586f3.js";
5
- import "../index-f4329b29.js";
4
+ import "../extends-135d7828.js";
5
+ import "../identifier-2647f844.js";
6
6
  import "../_commonjsHelpers-e7ea1525.js";
7
- import "../useThemeProps-114e8d66.js";
8
- import "../identifier-5cabf5ae.js";
9
- import "../dividerClasses-6f4cb6be.js";
7
+ import "../useThemeProps-ea792506.js";
8
+ import "../dividerClasses-a9b8b1ae.js";
10
9
  export {
11
- f as KdpaDivider
10
+ K as KdpaDivider
12
11
  };
@@ -1,59 +1,57 @@
1
- import { K as mo } from "../KdpaDropZone-85943160.js";
2
- import "../jsx-runtime-944c88e2.js";
1
+ import { K as po } from "../KdpaDropZone-b21d2304.js";
2
+ import "../jsx-dev-runtime-48fdc504.js";
3
3
  import "react";
4
- import "../index-f4329b29.js";
4
+ import "../identifier-2647f844.js";
5
+ import "../extends-135d7828.js";
5
6
  import "../_commonjsHelpers-e7ea1525.js";
6
7
  import "../kdpaButton-4ed993c7.js";
7
- import "../KdpaIconButton-f5146164.js";
8
- import "../KdpaTooltip-e30e1eea.js";
9
- import "../extends-393586f3.js";
10
- import "../useThemeProps-114e8d66.js";
11
- import "../identifier-5cabf5ae.js";
12
- import "../useTheme-2bb6b2df.js";
13
- import "../Popper-20f4d1e9.js";
14
- import "../Portal-1b00a402.js";
8
+ import "../KdpaIconButton-a0ee669c.js";
9
+ import "../KdpaTooltip-653424c7.js";
10
+ import "../useThemeProps-ea792506.js";
11
+ import "../useTheme-6ea322ec.js";
12
+ import "../Popper-7adcd815.js";
13
+ import "../Portal-de5e310c.js";
15
14
  import "react-dom";
16
15
  import "../useForkRef-0781dda0.js";
17
16
  import "../useEventCallback-83a2883c.js";
18
17
  import "../HTMLElementType-ff213f3c.js";
19
- import "../exactProp-7fadf441.js";
18
+ import "../exactProp-86f148d5.js";
20
19
  import "../ownerDocument-5430cd5b.js";
21
20
  import "../chainPropTypes-004bf492.js";
22
- import "../refType-7c2b090c.js";
21
+ import "../refType-450337d6.js";
23
22
  import "../popper-78c6b162.js";
24
- import "../useSlotProps-db1ead27.js";
23
+ import "../useSlotProps-3b927bcb.js";
25
24
  import "../useIsFocusVisible-4693b580.js";
26
- import "../Grow-8a97586f.js";
27
- import "../utils-8a7b223e.js";
28
- import "../elementAcceptingRef-332a290a.js";
29
- import "../Transition-2ecbc61d.js";
25
+ import "../Grow-55d0786d.js";
26
+ import "../utils-acd98a68.js";
30
27
  import "../TransitionGroupContext-7435e195.js";
31
28
  import "../setPrototypeOf-98a00546.js";
29
+ import "../elementAcceptingRef-bd96c731.js";
32
30
  import "../useControlled-cc2d41cb.js";
33
31
  import "../useId-a21bd5c3.js";
34
- import "../Zoom-64a4beac.js";
35
- import "../IconButton-b4e677f7.js";
36
- import "../ButtonBase-496494a5.js";
37
- import "../emotion-react.browser.esm-921c014a.js";
38
- import "../TransitionGroup-68fd1866.js";
32
+ import "../Zoom-36a189bb.js";
33
+ import "../IconButton-48d87778.js";
34
+ import "../ButtonBase-fa4630c8.js";
35
+ import "../emotion-react.browser.esm-3fa5f721.js";
36
+ import "../TransitionGroup-f9877c5b.js";
39
37
  import "../assertThisInitialized-05701a63.js";
40
- import "../elementTypeAcceptingRef-05dea79e.js";
38
+ import "../elementTypeAcceptingRef-dea9e62a.js";
41
39
  import "../kdpaPrimaryButton-4ed993c7.js";
42
- import "../KdpaAvatar-da84b516.js";
43
- import "../createSvgIcon-5cb90f79.js";
40
+ import "../KdpaAvatar-d297ef8a.js";
41
+ import "../createSvgIcon-1aa1b2b2.js";
44
42
  import "../index.esm-b78383d3.js";
45
43
  import "../iconBase-800b43ff.js";
46
- import "../Grid-4cbef6c7.js";
47
- import "../extendSxProp-eacd850e.js";
48
- import "../ListItem-da6701a3.js";
44
+ import "../Grid-9708b9ca.js";
45
+ import "../extendSxProp-d294b946.js";
46
+ import "../ListItem-ddec0b28.js";
49
47
  import "../ListContext-de5072f9.js";
50
48
  import "../isMuiElement-b88a921a.js";
51
- import "../listItemTextClasses-f7759ba4.js";
52
- import "../Typography-9a28b393.js";
53
- import "../KdpaCollapse-7f12a32a.js";
54
- import "../Fade-6a96fc41.js";
55
- import "../Collapse-75d5ed79.js";
56
- import "../Box-af81b133.js";
49
+ import "../listItemTextClasses-da281500.js";
50
+ import "../Typography-db7e5ea2.js";
51
+ import "../KdpaCollapse-73c03e02.js";
52
+ import "../Fade-7ee2c0a4.js";
53
+ import "../Collapse-547e6c7a.js";
54
+ import "../Box-032e9a1d.js";
57
55
  export {
58
- mo as KdpaDropZone
56
+ po as KdpaDropZone
59
57
  };
@@ -1,12 +1,10 @@
1
- import { a as A, _ as p } from "./extends-393586f3.js";
1
+ import { _ as A, a as p } from "./extends-135d7828.js";
2
2
  import * as E from "react";
3
- import { P as n } from "./index-f4329b29.js";
4
- import { u as D } from "./useTheme-2bb6b2df.js";
5
- import { r as V, g as y } from "./utils-8a7b223e.js";
6
- import { j as W } from "./jsx-runtime-944c88e2.js";
7
- import { u as $ } from "./useForkRef-0781dda0.js";
8
- import { e as B } from "./elementAcceptingRef-332a290a.js";
9
- import { T as G } from "./Transition-2ecbc61d.js";
3
+ import { j as D, P as n } from "./identifier-2647f844.js";
4
+ import { u as V } from "./useTheme-6ea322ec.js";
5
+ import { T as W, r as $, g as y } from "./utils-acd98a68.js";
6
+ import { u as B } from "./useForkRef-0781dda0.js";
7
+ import { e as G } from "./elementAcceptingRef-bd96c731.js";
10
8
  const H = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"], J = {
11
9
  entering: {
12
10
  opacity: 1
@@ -14,16 +12,16 @@ const H = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "o
14
12
  entered: {
15
13
  opacity: 1
16
14
  }
17
- }, h = /* @__PURE__ */ E.forwardRef(function(f, T) {
18
- const i = D(), R = {
15
+ }, h = /* @__PURE__ */ E.forwardRef(function(u, T) {
16
+ const i = V(), R = {
19
17
  enter: i.transitions.duration.enteringScreen,
20
18
  exit: i.transitions.duration.leavingScreen
21
19
  }, {
22
- addEndListener: u,
20
+ addEndListener: f,
23
21
  appear: b = !0,
24
22
  children: a,
25
- easing: m,
26
- in: l,
23
+ easing: l,
24
+ in: m,
27
25
  onEnter: x,
28
26
  onEntered: P,
29
27
  onEntering: L,
@@ -33,18 +31,18 @@ const H = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "o
33
31
  style: d,
34
32
  timeout: c = R,
35
33
  // eslint-disable-next-line react/prop-types
36
- TransitionComponent: _ = G
37
- } = f, v = A(f, H), s = E.useRef(null), w = $(s, a.ref, T), o = (e) => (t) => {
34
+ TransitionComponent: _ = W
35
+ } = u, v = A(u, H), s = E.useRef(null), w = B(s, a.ref, T), o = (e) => (t) => {
38
36
  if (e) {
39
37
  const r = s.current;
40
38
  t === void 0 ? e(r) : e(r, t);
41
39
  }
42
40
  }, C = o(L), O = o((e, t) => {
43
- V(e);
41
+ $(e);
44
42
  const r = y({
45
43
  style: d,
46
44
  timeout: c,
47
- easing: m
45
+ easing: l
48
46
  }, {
49
47
  mode: "enter"
50
48
  });
@@ -53,17 +51,17 @@ const H = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "o
53
51
  const t = y({
54
52
  style: d,
55
53
  timeout: c,
56
- easing: m
54
+ easing: l
57
55
  }, {
58
56
  mode: "exit"
59
57
  });
60
58
  e.style.webkitTransition = i.transitions.create("opacity", t), e.style.transition = i.transitions.create("opacity", t), g && g(e);
61
59
  }), q = o(j), z = (e) => {
62
- u && u(s.current, e);
60
+ f && f(s.current, e);
63
61
  };
64
- return /* @__PURE__ */ W.jsx(_, p({
62
+ return /* @__PURE__ */ D.jsx(_, p({
65
63
  appear: b,
66
- in: l,
64
+ in: m,
67
65
  nodeRef: s,
68
66
  onEnter: O,
69
67
  onEntered: k,
@@ -77,7 +75,7 @@ const H = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "o
77
75
  children: (e, t) => /* @__PURE__ */ E.cloneElement(a, p({
78
76
  style: p({
79
77
  opacity: 0,
80
- visibility: e === "exited" && !l ? "hidden" : void 0
78
+ visibility: e === "exited" && !m ? "hidden" : void 0
81
79
  }, J[e], d, a.props.style),
82
80
  ref: w
83
81
  }, t))
@@ -103,7 +101,7 @@ process.env.NODE_ENV !== "production" && (h.propTypes = {
103
101
  /**
104
102
  * A single child content element.
105
103
  */
106
- children: B.isRequired,
104
+ children: G.isRequired,
107
105
  /**
108
106
  * The transition timing function.
109
107
  * You may specify a single easing or a object containing enter and exit values.
@@ -158,7 +156,7 @@ process.env.NODE_ENV !== "production" && (h.propTypes = {
158
156
  exit: n.number
159
157
  })])
160
158
  });
161
- const en = h;
159
+ const I = h;
162
160
  export {
163
- en as F
161
+ I as F
164
162
  };
@@ -1,20 +1,19 @@
1
- import { K as F } from "../KdpaFormControl-ae8f7241.js";
2
- import { K as L } from "../KdpaFormControlLabel-8a6ff2a6.js";
3
- import "../jsx-runtime-944c88e2.js";
1
+ import { K as C } from "../KdpaFormControl-135b070d.js";
2
+ import { K as b } from "../KdpaFormControlLabel-249b7622.js";
3
+ import "../jsx-dev-runtime-48fdc504.js";
4
4
  import "react";
5
- import "../FormControl-c914b3de.js";
6
- import "../extends-393586f3.js";
7
- import "../index-f4329b29.js";
5
+ import "../FormControl-ca7447ab.js";
6
+ import "../extends-135d7828.js";
7
+ import "../identifier-2647f844.js";
8
8
  import "../_commonjsHelpers-e7ea1525.js";
9
- import "../useThemeProps-114e8d66.js";
10
- import "../identifier-5cabf5ae.js";
9
+ import "../useThemeProps-ea792506.js";
11
10
  import "../useFormControl-af690c26.js";
12
11
  import "../isMuiElement-b88a921a.js";
13
12
  import "../formControlState-9148c46f.js";
14
- import "../Typography-9a28b393.js";
15
- import "../extendSxProp-eacd850e.js";
16
- import "../refType-7c2b090c.js";
13
+ import "../Typography-db7e5ea2.js";
14
+ import "../extendSxProp-d294b946.js";
15
+ import "../refType-450337d6.js";
17
16
  export {
18
- F as KdpaFormControl,
19
- L as KdpaFormControlLabel
17
+ C as KdpaFormControl,
18
+ b as KdpaFormControlLabel
20
19
  };
@@ -1,10 +1,8 @@
1
- import { _ as d, a as L } from "./extends-393586f3.js";
1
+ import { a as d, _ as L } from "./extends-135d7828.js";
2
2
  import * as s from "react";
3
- import { P as e } from "./index-f4329b29.js";
4
- import { g as q, s as $, u as w, c as k, a as G } from "./useThemeProps-114e8d66.js";
5
- import { F as H } from "./useFormControl-af690c26.js";
6
- import { g as J, c as P } from "./identifier-5cabf5ae.js";
7
- import { j as M } from "./jsx-runtime-944c88e2.js";
3
+ import { g as q, c as P, j as M, P as e } from "./identifier-2647f844.js";
4
+ import { g as $, s as w, u as k, c as G, a as H } from "./useThemeProps-ea792506.js";
5
+ import { F as J } from "./useFormControl-af690c26.js";
8
6
  import { i as v } from "./isMuiElement-b88a921a.js";
9
7
  function R(o) {
10
8
  return o != null && !(Array.isArray(o) && o.length === 0);
@@ -16,9 +14,9 @@ function K(o) {
16
14
  return o.startAdornment;
17
15
  }
18
16
  function Q(o) {
19
- return J("MuiFormControl", o);
17
+ return q("MuiFormControl", o);
20
18
  }
21
- q("MuiFormControl", ["root", "marginNone", "marginNormal", "marginDense", "fullWidth", "disabled"]);
19
+ $("MuiFormControl", ["root", "marginNone", "marginNormal", "marginDense", "fullWidth", "disabled"]);
22
20
  const X = ["children", "className", "color", "component", "disabled", "error", "focused", "fullWidth", "hiddenLabel", "margin", "required", "size", "variant"], Y = (o) => {
23
21
  const {
24
22
  classes: r,
@@ -27,8 +25,8 @@ const X = ["children", "className", "color", "component", "disabled", "error", "
27
25
  } = o, i = {
28
26
  root: ["root", u !== "none" && `margin${P(u)}`, l && "fullWidth"]
29
27
  };
30
- return G(i, Q, r);
31
- }, Z = $("div", {
28
+ return H(i, Q, r);
29
+ }, Z = w("div", {
32
30
  name: "MuiFormControl",
33
31
  slot: "Root",
34
32
  overridesResolver: ({
@@ -55,7 +53,7 @@ const X = ["children", "className", "color", "component", "disabled", "error", "
55
53
  }, o.fullWidth && {
56
54
  width: "100%"
57
55
  })), _ = /* @__PURE__ */ s.forwardRef(function(r, u) {
58
- const l = w({
56
+ const l = k({
59
57
  props: r,
60
58
  name: "MuiFormControl"
61
59
  }), {
@@ -134,12 +132,12 @@ const X = ["children", "className", "color", "component", "disabled", "error", "
134
132
  required: g,
135
133
  variant: y
136
134
  }), [O, c, a, f, W, S, m, p, F, g, h, y]);
137
- return /* @__PURE__ */ M.jsx(H.Provider, {
135
+ return /* @__PURE__ */ M.jsx(J.Provider, {
138
136
  value: D,
139
137
  children: /* @__PURE__ */ M.jsx(Z, d({
140
138
  as: b,
141
139
  ownerState: T,
142
- className: k(V.root, j),
140
+ className: G(V.root, j),
143
141
  ref: u
144
142
  }, U, {
145
143
  children: i
@@ -226,8 +224,8 @@ process.env.NODE_ENV !== "production" && (_.propTypes = {
226
224
  */
227
225
  variant: e.oneOf(["filled", "outlined", "standard"])
228
226
  });
229
- const le = _;
227
+ const se = _;
230
228
  export {
231
- le as F,
229
+ se as F,
232
230
  I as i
233
231
  };