kdpa-components 0.0.36 → 1.0.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.
- package/dist/Accordion/index.js +26 -14
- package/dist/Alert/index.js +27 -17
- package/dist/ArrowDropDown-4bc3084f.js +35 -0
- package/dist/Avatar/index.js +9 -5
- package/dist/Badge/index.js +35 -17
- package/dist/Box-af81b133.js +59 -0
- package/dist/{Button-01894583.js → Button-da8592f4.js} +24 -21
- package/dist/{ButtonBase-aad0bf60.js → ButtonBase-496494a5.js} +41 -36
- package/dist/Buttons/index.js +42 -21
- package/dist/{CSSTransition-e8f65014.js → CSSTransition-5496e075.js} +23 -22
- package/dist/CheckBox/index.js +21 -11
- package/dist/Chip/index.js +29 -13
- package/dist/Chip-2dfcd6e9.js +445 -0
- package/dist/CircularProgress-e1f22f2a.js +218 -0
- package/dist/{Close-b32563d1.js → Close-319784e1.js} +2 -2
- package/dist/Collapse/index.d.ts +3 -0
- package/dist/Collapse/index.d.ts.map +1 -0
- package/dist/Collapse/index.js +21 -0
- package/dist/Collapse-75d5ed79.js +301 -0
- package/dist/CopyToClipboard/index.d.ts +3 -0
- package/dist/CopyToClipboard/index.d.ts.map +1 -0
- package/dist/CopyToClipboard/index.js +47 -0
- package/dist/Dialog-0eadb508.js +357 -0
- package/dist/Divider/index.d.ts +4 -0
- package/dist/Divider/index.d.ts.map +1 -0
- package/dist/Divider/index.js +12 -0
- package/dist/DropZone/index.d.ts +2 -0
- package/dist/DropZone/index.d.ts.map +1 -0
- package/dist/DropZone/index.js +59 -0
- package/dist/Fade-6a96fc41.js +164 -0
- package/dist/FormControl/index.js +15 -10
- package/dist/{FormControl-26c40dde.js → FormControl-c914b3de.js} +81 -81
- package/dist/FullScreenDialog/index.js +28 -11
- package/dist/Grid/index.js +11 -7
- package/dist/{Grid-f5acb891.js → Grid-4cbef6c7.js} +75 -72
- package/dist/{Grow-76a8429e.js → Grow-8a97586f.js} +20 -17
- package/dist/HTMLElementType-ff213f3c.js +9 -0
- package/dist/{IconButton-f866a4c2.js → IconButton-b4e677f7.js} +33 -30
- package/dist/Input/index.js +38 -19
- package/dist/KdpaAccordions-60fefaf0.js +465 -0
- package/dist/{KdpaAlertTitle-50ad6f1d.js → KdpaAlertTitle-497100ba.js} +66 -63
- package/dist/{KdpaAutoComplete-1f91513b.js → KdpaAutoComplete-9c0b8d4d.js} +380 -404
- package/dist/{KdpaAvatar-2ca639d6.js → KdpaAvatar-da84b516.js} +36 -33
- package/dist/{KdpaCheckBox-3ec3b052.js → KdpaCheckBox-d06c93b0.js} +31 -28
- package/dist/KdpaChip-f94c5b7e.js +31 -0
- package/dist/KdpaCircularProgress-aed28149.js +44 -0
- package/dist/KdpaCollapse-73e5e40c.js +8 -0
- package/dist/KdpaCollapse-7f12a32a.js +11 -0
- package/dist/KdpaCopyToClipboard-2c36d593.js +557 -0
- package/dist/KdpaDateTimePicker-8e9da3c8.js +16964 -0
- package/dist/KdpaDivider-10de74db.js +250 -0
- package/dist/KdpaDropZone-85943160.js +1451 -0
- package/dist/KdpaFormControl-ae8f7241.js +6 -0
- package/dist/{KdpaFormControlLabel-2e6b6f2f.js → KdpaFormControlLabel-8a6ff2a6.js} +24 -21
- package/dist/KdpaFullScreenDialog-f60e21f3.js +16 -0
- package/dist/{KdpaGrid-373ef20b.js → KdpaGrid-b93fab29.js} +2 -2
- package/dist/KdpaGridBadge-d8a8e388.js +422 -0
- package/dist/KdpaIconButton-f5146164.js +23 -0
- package/dist/{KdpaInputMultiline-56f95af8.js → KdpaInputMultiline-71dfbfe5.js} +2 -2
- package/dist/KdpaLazyDrop-347b6e24.js +801 -0
- package/dist/KdpaMenuItem-9a9ece89.js +35 -0
- package/dist/KdpaPaginationGrid-6e4cd782.js +747 -0
- package/dist/{KdpaRadioGroup-0e6be39c.js → KdpaRadioGroup-de6c67d4.js} +63 -60
- package/dist/{KdpaRtlProvider-a7f59eb6.js → KdpaRtlProvider-d7cc5029.js} +154 -160
- package/dist/KdpaSecondaryButton-9b81f97d.js +28 -0
- package/dist/KdpaSimpleModal-6ab72b9c.js +768 -0
- package/dist/KdpaSkeleton-4696fadd.js +541 -0
- package/dist/KdpaSlider-93a991f0.js +1313 -0
- package/dist/KdpaSweetAlertOK-85e9c7b1.js +1541 -0
- package/dist/{KdpaSwitch-48494335.js → KdpaSwitch-2f07cd38.js} +35 -32
- package/dist/KdpaTabs-a76a17a7.js +38 -0
- package/dist/KdpaTooltip-e30e1eea.js +597 -0
- package/dist/KdpaTree-8428a368.js +1446 -0
- package/dist/KdpaTreeSelect-7fe5581c.js +6909 -0
- package/dist/KdpaTypography-17403558.js +6 -0
- package/dist/KdpaZoom-96a648cb.js +10 -0
- package/dist/KpdaPrimaryButton-9a5d8d6d.js +47 -0
- package/dist/LazyDrop/index.d.ts +3 -0
- package/dist/LazyDrop/index.d.ts.map +1 -0
- package/dist/LazyDrop/index.js +44 -0
- package/dist/ListContext-de5072f9.js +7 -0
- package/dist/ListItem-da6701a3.js +427 -0
- package/dist/Loading/KdpaProgress/index.d.ts +3 -0
- package/dist/Loading/KdpaProgress/index.d.ts.map +1 -0
- package/dist/Loading/KdpaProgress/index.js +18 -0
- package/dist/Loading/index.d.ts +4 -0
- package/dist/Loading/index.d.ts.map +1 -1
- package/dist/Loading/index.js +18 -1
- package/dist/MenuItem-b9a45c1d.js +237 -0
- package/dist/Modal/index.d.ts +4 -0
- package/dist/Modal/index.d.ts.map +1 -0
- package/dist/Modal/index.js +20 -0
- package/dist/{Modal-3741a7c4.js → Modal-1e4a342f.js} +310 -471
- package/dist/PaginationGrid/index.d.ts +3 -0
- package/dist/PaginationGrid/index.d.ts.map +1 -0
- package/dist/PaginationGrid/index.js +58 -0
- package/dist/{Paper-3f81bc8f.js → Paper-ad7ba238.js} +22 -19
- package/dist/Pickers/index.d.ts +0 -1
- package/dist/Pickers/index.d.ts.map +1 -1
- package/dist/Pickers/index.js +57 -29
- package/dist/Popper-20f4d1e9.js +491 -0
- package/dist/Portal-1b00a402.js +77 -0
- package/dist/Radio/index.js +22 -12
- package/dist/Sanitizer/index.d.ts +3 -0
- package/dist/Sanitizer/index.d.ts.map +1 -0
- package/dist/Sanitizer/index.js +492 -0
- package/dist/Selects/index.js +52 -26
- package/dist/Slide-d61a6d2b.js +228 -0
- package/dist/Slider/index.d.ts +3 -0
- package/dist/Slider/index.d.ts.map +1 -0
- package/dist/Slider/index.js +19 -0
- package/dist/SweetAlerts/index.d.ts +6 -0
- package/dist/SweetAlerts/index.d.ts.map +1 -0
- package/dist/SweetAlerts/index.js +10 -0
- package/dist/Switch/index.js +20 -10
- package/dist/{SwitchBase-d33344ed.js → SwitchBase-e8b18f94.js} +23 -20
- package/dist/Tabs/index.d.ts +5 -0
- package/dist/Tabs/index.d.ts.map +1 -0
- package/dist/Tabs/index.js +31 -0
- package/dist/Tabs-1cc5862d.js +1088 -0
- package/dist/{TextField-d6e7e657.js → TextField-c2c0172a.js} +573 -588
- package/dist/ThemeProvider/index.js +9 -5
- package/dist/Tooltips/index.js +27 -12
- package/dist/{utils-d7efd98c.js → Transition-2ecbc61d.js} +101 -115
- package/dist/{TransitionGroup-100323ec.js → TransitionGroup-68fd1866.js} +64 -67
- package/dist/TransitionGroupContext-7435e195.js +10 -0
- package/dist/Transitions/index.d.ts +11 -0
- package/dist/Transitions/index.d.ts.map +1 -0
- package/dist/Transitions/index.js +34 -0
- package/dist/Tree/index.d.ts +3 -0
- package/dist/Tree/index.d.ts.map +1 -0
- package/dist/Tree/index.js +9 -0
- package/dist/TreeSelect/index.d.ts +3 -0
- package/dist/TreeSelect/index.d.ts.map +1 -0
- package/dist/TreeSelect/index.js +12 -0
- package/dist/Typography/index.d.ts +3 -0
- package/dist/Typography/index.d.ts.map +1 -0
- package/dist/Typography/index.js +13 -0
- package/dist/{Typography-62f05112.js → Typography-9a28b393.js} +45 -42
- package/dist/Zoom-64a4beac.js +164 -0
- package/dist/_commonjsHelpers-e7ea1525.js +36 -0
- package/dist/assertThisInitialized-05701a63.js +8 -0
- package/dist/chainPropTypes-004bf492.js +8 -0
- package/dist/{createSvgIcon-3132bbd0.js → createSvgIcon-5cb90f79.js} +28 -25
- package/dist/dividerClasses-6f4cb6be.js +10 -0
- package/dist/elementAcceptingRef-332a290a.js +26 -0
- package/dist/elementTypeAcceptingRef-05dea79e.js +23 -0
- package/dist/emotion-react.browser.esm-921c014a.js +425 -0
- package/dist/{exactProp-d1b21c1f.js → exactProp-7fadf441.js} +1 -1
- package/dist/{extendSxProp-604badd6.js → extendSxProp-eacd850e.js} +6 -5
- package/dist/extends-393586f3.js +22 -0
- package/dist/iconBase-800b43ff.js +63 -0
- package/dist/identifier-5cabf5ae.js +2481 -0
- package/dist/index-1d8c2939.js +43 -0
- package/dist/{KdpaGridBadge-169c674e.js → index-456f3e1b.js} +4627 -5073
- package/dist/index-f4329b29.js +669 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm-b78383d3.js +35 -0
- package/dist/index.js +164 -79
- package/dist/isMuiElement-b88a921a.js +7 -0
- package/dist/jsx-runtime-944c88e2.js +631 -0
- package/dist/kdpaButton-4ed993c7.js +1 -0
- package/dist/kdpaPrimaryButton-4ed993c7.js +1 -0
- package/dist/listItemTextClasses-f7759ba4.js +10 -0
- package/dist/ownerDocument-5430cd5b.js +6 -0
- package/dist/ownerWindow-e6cc3097.js +20 -0
- package/dist/popper-78c6b162.js +1006 -0
- package/dist/{refType-595f7c70.js → refType-7c2b090c.js} +1 -1
- package/dist/setPrototypeOf-98a00546.js +8 -0
- package/dist/style.css +1 -1
- package/dist/unsupportedProp-3dbf01f6.js +9 -0
- package/dist/useEventCallback-83a2883c.js +16 -0
- package/dist/useForkRef-0781dda0.js +15 -0
- package/dist/useSlotProps-db1ead27.js +74 -0
- package/dist/{useTheme-622cdcbc.js → useTheme-2bb6b2df.js} +2 -2
- package/dist/{useThemeProps-187cd881.js → useThemeProps-114e8d66.js} +50 -47
- package/dist/utils-8a7b223e.js +18 -0
- package/package.json +20 -1
- package/dist/KdpaAccordions-8623d939.js +0 -750
- package/dist/KdpaChip-2d451a93.js +0 -90
- package/dist/KdpaDateTimePicker-9c8ea9ba.js +0 -13599
- package/dist/KdpaFormControl-c96d6b4d.js +0 -6
- package/dist/KdpaFullScreenDialog-95468174.js +0 -576
- package/dist/KdpaSecondaryButton-832a00ba.js +0 -87
- package/dist/KdpaTooltip-4bdbed7e.js +0 -744
- package/dist/MenuItem-c550e936.js +0 -671
- package/dist/Popper-2282f40f.js +0 -1486
- package/dist/Portal-039ed026.js +0 -177
- package/dist/TransitionGroupContext-d020ca94.js +0 -46
- package/dist/emotion-react.browser.esm-6cde5d52.js +0 -444
- package/dist/identifier-cec96f71.js +0 -3824
package/dist/Accordion/index.js
CHANGED
|
@@ -1,20 +1,32 @@
|
|
|
1
|
-
import { K as
|
|
2
|
-
import "../
|
|
1
|
+
import { K as w, a as z, b as B } from "../KdpaAccordions-60fefaf0.js";
|
|
2
|
+
import "../jsx-runtime-944c88e2.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import "../
|
|
5
|
-
import "../
|
|
6
|
-
import "../
|
|
7
|
-
import "../
|
|
4
|
+
import "../extends-393586f3.js";
|
|
5
|
+
import "../useThemeProps-114e8d66.js";
|
|
6
|
+
import "../identifier-5cabf5ae.js";
|
|
7
|
+
import "../index-f4329b29.js";
|
|
8
|
+
import "../_commonjsHelpers-e7ea1525.js";
|
|
9
|
+
import "../Paper-ad7ba238.js";
|
|
10
|
+
import "../useTheme-2bb6b2df.js";
|
|
11
|
+
import "../chainPropTypes-004bf492.js";
|
|
8
12
|
import "../useControlled-cc2d41cb.js";
|
|
9
|
-
import "../
|
|
13
|
+
import "../Collapse-75d5ed79.js";
|
|
14
|
+
import "../utils-8a7b223e.js";
|
|
15
|
+
import "../Transition-2ecbc61d.js";
|
|
16
|
+
import "../TransitionGroupContext-7435e195.js";
|
|
17
|
+
import "../setPrototypeOf-98a00546.js";
|
|
10
18
|
import "react-dom";
|
|
11
|
-
import "../
|
|
12
|
-
import "../
|
|
13
|
-
import "../
|
|
14
|
-
import "../
|
|
19
|
+
import "../elementTypeAcceptingRef-05dea79e.js";
|
|
20
|
+
import "../useForkRef-0781dda0.js";
|
|
21
|
+
import "../ButtonBase-496494a5.js";
|
|
22
|
+
import "../emotion-react.browser.esm-921c014a.js";
|
|
23
|
+
import "../TransitionGroup-68fd1866.js";
|
|
24
|
+
import "../assertThisInitialized-05701a63.js";
|
|
25
|
+
import "../refType-7c2b090c.js";
|
|
15
26
|
import "../useIsFocusVisible-4693b580.js";
|
|
27
|
+
import "../useEventCallback-83a2883c.js";
|
|
16
28
|
export {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
29
|
+
w as KdpaAccordion,
|
|
30
|
+
z as KdpaAccordionDetails,
|
|
31
|
+
B as KdpaAccordionSummary
|
|
20
32
|
};
|
package/dist/Alert/index.js
CHANGED
|
@@ -1,21 +1,31 @@
|
|
|
1
|
-
import { K as
|
|
2
|
-
import "../
|
|
1
|
+
import { K as z, a as B } from "../KdpaAlertTitle-497100ba.js";
|
|
2
|
+
import "../jsx-runtime-944c88e2.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import "../
|
|
5
|
-
import "../
|
|
6
|
-
import "../
|
|
7
|
-
import "../
|
|
8
|
-
import "../
|
|
9
|
-
import "../
|
|
10
|
-
import "../
|
|
11
|
-
import "../
|
|
12
|
-
import "../
|
|
13
|
-
import "../
|
|
14
|
-
import "../
|
|
4
|
+
import "../extends-393586f3.js";
|
|
5
|
+
import "../index-f4329b29.js";
|
|
6
|
+
import "../_commonjsHelpers-e7ea1525.js";
|
|
7
|
+
import "../useThemeProps-114e8d66.js";
|
|
8
|
+
import "../identifier-5cabf5ae.js";
|
|
9
|
+
import "../createSvgIcon-5cb90f79.js";
|
|
10
|
+
import "../Close-319784e1.js";
|
|
11
|
+
import "../Paper-ad7ba238.js";
|
|
12
|
+
import "../useTheme-2bb6b2df.js";
|
|
13
|
+
import "../chainPropTypes-004bf492.js";
|
|
14
|
+
import "../IconButton-b4e677f7.js";
|
|
15
|
+
import "../ButtonBase-496494a5.js";
|
|
16
|
+
import "../emotion-react.browser.esm-921c014a.js";
|
|
17
|
+
import "../TransitionGroup-68fd1866.js";
|
|
18
|
+
import "../assertThisInitialized-05701a63.js";
|
|
19
|
+
import "../TransitionGroupContext-7435e195.js";
|
|
20
|
+
import "../setPrototypeOf-98a00546.js";
|
|
21
|
+
import "../refType-7c2b090c.js";
|
|
22
|
+
import "../elementTypeAcceptingRef-05dea79e.js";
|
|
23
|
+
import "../useForkRef-0781dda0.js";
|
|
15
24
|
import "../useIsFocusVisible-4693b580.js";
|
|
16
|
-
import "../
|
|
17
|
-
import "../
|
|
25
|
+
import "../useEventCallback-83a2883c.js";
|
|
26
|
+
import "../Typography-9a28b393.js";
|
|
27
|
+
import "../extendSxProp-eacd850e.js";
|
|
18
28
|
export {
|
|
19
|
-
|
|
20
|
-
|
|
29
|
+
z as KdpaAlert,
|
|
30
|
+
B as KdpaAlertTitle
|
|
21
31
|
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { _ as e } from "./extends-393586f3.js";
|
|
2
|
+
import { g as n } from "./useThemeProps-114e8d66.js";
|
|
3
|
+
import { g as s } from "./identifier-5cabf5ae.js";
|
|
4
|
+
import "react";
|
|
5
|
+
import { c as u } from "./createSvgIcon-5cb90f79.js";
|
|
6
|
+
import { j as o } from "./jsx-runtime-944c88e2.js";
|
|
7
|
+
function g(t) {
|
|
8
|
+
return s("MuiInputBase", t);
|
|
9
|
+
}
|
|
10
|
+
const l = n("MuiInputBase", ["root", "formControl", "focused", "disabled", "adornedStart", "adornedEnd", "error", "sizeSmall", "multiline", "colorSecondary", "fullWidth", "hiddenLabel", "readOnly", "input", "inputSizeSmall", "inputMultiline", "inputTypeSearch", "inputAdornedStart", "inputAdornedEnd", "inputHiddenLabel"]), i = l;
|
|
11
|
+
function M(t) {
|
|
12
|
+
return s("MuiInput", t);
|
|
13
|
+
}
|
|
14
|
+
const r = e({}, i, n("MuiInput", ["root", "underline", "input"])), y = r;
|
|
15
|
+
function S(t) {
|
|
16
|
+
return s("MuiOutlinedInput", t);
|
|
17
|
+
}
|
|
18
|
+
const a = e({}, i, n("MuiOutlinedInput", ["root", "notchedOutline", "input"])), U = a;
|
|
19
|
+
function h(t) {
|
|
20
|
+
return s("MuiFilledInput", t);
|
|
21
|
+
}
|
|
22
|
+
const p = e({}, i, n("MuiFilledInput", ["root", "underline", "input"])), x = p, A = u(/* @__PURE__ */ o.jsx("path", {
|
|
23
|
+
d: "M7 10l5 5 5-5z"
|
|
24
|
+
}), "ArrowDropDown");
|
|
25
|
+
export {
|
|
26
|
+
A,
|
|
27
|
+
i as a,
|
|
28
|
+
h as b,
|
|
29
|
+
M as c,
|
|
30
|
+
S as d,
|
|
31
|
+
x as f,
|
|
32
|
+
g,
|
|
33
|
+
y as i,
|
|
34
|
+
U as o
|
|
35
|
+
};
|
package/dist/Avatar/index.js
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
|
-
import { K as
|
|
2
|
-
import "../
|
|
1
|
+
import { K as f } from "../KdpaAvatar-da84b516.js";
|
|
2
|
+
import "../jsx-runtime-944c88e2.js";
|
|
3
3
|
import "react";
|
|
4
|
-
import "../
|
|
5
|
-
import "../
|
|
4
|
+
import "../extends-393586f3.js";
|
|
5
|
+
import "../index-f4329b29.js";
|
|
6
|
+
import "../_commonjsHelpers-e7ea1525.js";
|
|
7
|
+
import "../useThemeProps-114e8d66.js";
|
|
8
|
+
import "../identifier-5cabf5ae.js";
|
|
9
|
+
import "../createSvgIcon-5cb90f79.js";
|
|
6
10
|
export {
|
|
7
|
-
|
|
11
|
+
f as KdpaAvatar
|
|
8
12
|
};
|
package/dist/Badge/index.js
CHANGED
|
@@ -1,25 +1,43 @@
|
|
|
1
|
-
import { K as
|
|
2
|
-
import "../
|
|
1
|
+
import { K as N, b as O, a as P } from "../KdpaGridBadge-d8a8e388.js";
|
|
2
|
+
import "../jsx-runtime-944c88e2.js";
|
|
3
3
|
import "react";
|
|
4
|
+
import "../index-456f3e1b.js";
|
|
5
|
+
import "../index-f4329b29.js";
|
|
6
|
+
import "../_commonjsHelpers-e7ea1525.js";
|
|
7
|
+
import "../index-1d8c2939.js";
|
|
4
8
|
import "react-dom";
|
|
5
|
-
import "../
|
|
6
|
-
import "../
|
|
7
|
-
import "../
|
|
8
|
-
import "../TransitionGroupContext-
|
|
9
|
-
import "../
|
|
10
|
-
import "../
|
|
11
|
-
import "../
|
|
12
|
-
import "../
|
|
13
|
-
import "../
|
|
9
|
+
import "../popper-78c6b162.js";
|
|
10
|
+
import "../CSSTransition-5496e075.js";
|
|
11
|
+
import "../extends-393586f3.js";
|
|
12
|
+
import "../TransitionGroupContext-7435e195.js";
|
|
13
|
+
import "../setPrototypeOf-98a00546.js";
|
|
14
|
+
import "../Transition-2ecbc61d.js";
|
|
15
|
+
import "../TransitionGroup-68fd1866.js";
|
|
16
|
+
import "../assertThisInitialized-05701a63.js";
|
|
17
|
+
import "../useThemeProps-114e8d66.js";
|
|
18
|
+
import "../identifier-5cabf5ae.js";
|
|
14
19
|
import "../usePreviousProps-c1ae4548.js";
|
|
15
|
-
import "../
|
|
16
|
-
import "../
|
|
20
|
+
import "../useSlotProps-db1ead27.js";
|
|
21
|
+
import "../useForkRef-0781dda0.js";
|
|
22
|
+
import "../KdpaTooltip-e30e1eea.js";
|
|
23
|
+
import "../useTheme-2bb6b2df.js";
|
|
24
|
+
import "../Popper-20f4d1e9.js";
|
|
25
|
+
import "../Portal-1b00a402.js";
|
|
26
|
+
import "../useEventCallback-83a2883c.js";
|
|
27
|
+
import "../HTMLElementType-ff213f3c.js";
|
|
28
|
+
import "../exactProp-7fadf441.js";
|
|
29
|
+
import "../ownerDocument-5430cd5b.js";
|
|
30
|
+
import "../chainPropTypes-004bf492.js";
|
|
31
|
+
import "../refType-7c2b090c.js";
|
|
17
32
|
import "../useIsFocusVisible-4693b580.js";
|
|
18
|
-
import "../Grow-
|
|
33
|
+
import "../Grow-8a97586f.js";
|
|
34
|
+
import "../utils-8a7b223e.js";
|
|
35
|
+
import "../elementAcceptingRef-332a290a.js";
|
|
19
36
|
import "../useControlled-cc2d41cb.js";
|
|
20
37
|
import "../useId-a21bd5c3.js";
|
|
38
|
+
import "../Zoom-64a4beac.js";
|
|
21
39
|
export {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
40
|
+
N as KdpaBadge,
|
|
41
|
+
O as KdpaGridBadge,
|
|
42
|
+
P as KdpaMuiBadge
|
|
25
43
|
};
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { P as e } from "./index-f4329b29.js";
|
|
2
|
+
import { s as h, b as T, T as B, C as N } from "./identifier-5cabf5ae.js";
|
|
3
|
+
import { a as y, _ } from "./extends-393586f3.js";
|
|
4
|
+
import * as j from "react";
|
|
5
|
+
import { d as C, e as P, c as b } from "./useThemeProps-114e8d66.js";
|
|
6
|
+
import { j as E } from "./jsx-runtime-944c88e2.js";
|
|
7
|
+
import { e as v } from "./extendSxProp-eacd850e.js";
|
|
8
|
+
const O = ["className", "component"];
|
|
9
|
+
function R(c = {}) {
|
|
10
|
+
const {
|
|
11
|
+
themeId: s,
|
|
12
|
+
defaultTheme: x,
|
|
13
|
+
defaultClassName: a = "MuiBox-root",
|
|
14
|
+
generateClassName: r
|
|
15
|
+
} = c, d = C("div", {
|
|
16
|
+
shouldForwardProp: (o) => o !== "theme" && o !== "sx" && o !== "as"
|
|
17
|
+
})(h);
|
|
18
|
+
return /* @__PURE__ */ j.forwardRef(function(p, f) {
|
|
19
|
+
const t = P(x), n = v(p), {
|
|
20
|
+
className: i,
|
|
21
|
+
component: l = "div"
|
|
22
|
+
} = n, u = y(n, O);
|
|
23
|
+
return /* @__PURE__ */ E.jsx(d, _({
|
|
24
|
+
as: l,
|
|
25
|
+
ref: f,
|
|
26
|
+
className: b(i, r ? r(a) : a),
|
|
27
|
+
theme: s && t[s] || t
|
|
28
|
+
}, u));
|
|
29
|
+
});
|
|
30
|
+
}
|
|
31
|
+
const g = T(), m = R({
|
|
32
|
+
themeId: B,
|
|
33
|
+
defaultTheme: g,
|
|
34
|
+
defaultClassName: "MuiBox-root",
|
|
35
|
+
generateClassName: N.generate
|
|
36
|
+
});
|
|
37
|
+
process.env.NODE_ENV !== "production" && (m.propTypes = {
|
|
38
|
+
// ----------------------------- Warning --------------------------------
|
|
39
|
+
// | These PropTypes are generated from the TypeScript type definitions |
|
|
40
|
+
// | To update them edit the d.ts file and run "yarn proptypes" |
|
|
41
|
+
// ----------------------------------------------------------------------
|
|
42
|
+
/**
|
|
43
|
+
* @ignore
|
|
44
|
+
*/
|
|
45
|
+
children: e.node,
|
|
46
|
+
/**
|
|
47
|
+
* The component used for the root node.
|
|
48
|
+
* Either a string to use a HTML element or a component.
|
|
49
|
+
*/
|
|
50
|
+
component: e.elementType,
|
|
51
|
+
/**
|
|
52
|
+
* The system prop that allows defining system overrides as well as additional CSS styles.
|
|
53
|
+
*/
|
|
54
|
+
sx: e.oneOfType([e.arrayOf(e.oneOfType([e.func, e.object, e.bool])), e.func, e.object])
|
|
55
|
+
});
|
|
56
|
+
const H = m;
|
|
57
|
+
export {
|
|
58
|
+
H as B
|
|
59
|
+
};
|
|
@@ -1,13 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { _ as r, a as j } from "./extends-393586f3.js";
|
|
2
2
|
import * as f from "react";
|
|
3
|
-
import {
|
|
4
|
-
import { B as
|
|
3
|
+
import { P as n } from "./index-f4329b29.js";
|
|
4
|
+
import { g as L, s as y, b as _, h as F, u as U, c as B, a as D } from "./useThemeProps-114e8d66.js";
|
|
5
|
+
import { g as G, c as t, a as v } from "./identifier-5cabf5ae.js";
|
|
6
|
+
import { j as x } from "./jsx-runtime-944c88e2.js";
|
|
7
|
+
import { B as H } from "./ButtonBase-496494a5.js";
|
|
5
8
|
function A(o) {
|
|
6
|
-
return
|
|
9
|
+
return G("MuiButton", o);
|
|
7
10
|
}
|
|
8
|
-
const q =
|
|
9
|
-
process.env.NODE_ENV !== "production" && (
|
|
10
|
-
const J =
|
|
11
|
+
const q = L("MuiButton", ["root", "text", "textInherit", "textPrimary", "textSecondary", "textSuccess", "textError", "textInfo", "textWarning", "outlined", "outlinedInherit", "outlinedPrimary", "outlinedSecondary", "outlinedSuccess", "outlinedError", "outlinedInfo", "outlinedWarning", "contained", "containedInherit", "containedPrimary", "containedSecondary", "containedSuccess", "containedError", "containedInfo", "containedWarning", "disableElevation", "focusVisible", "disabled", "colorInherit", "textSizeSmall", "textSizeMedium", "textSizeLarge", "outlinedSizeSmall", "outlinedSizeMedium", "outlinedSizeLarge", "containedSizeSmall", "containedSizeMedium", "containedSizeLarge", "sizeMedium", "sizeSmall", "sizeLarge", "fullWidth", "startIcon", "endIcon", "iconSizeSmall", "iconSizeMedium", "iconSizeLarge"]), b = q, h = /* @__PURE__ */ f.createContext({});
|
|
12
|
+
process.env.NODE_ENV !== "production" && (h.displayName = "ButtonGroupContext");
|
|
13
|
+
const J = h, K = ["children", "color", "component", "className", "disabled", "disableElevation", "disableFocusRipple", "endIcon", "focusVisibleClassName", "fullWidth", "size", "startIcon", "type", "variant"], Q = (o) => {
|
|
11
14
|
const {
|
|
12
15
|
color: a,
|
|
13
16
|
disableElevation: i,
|
|
@@ -20,9 +23,9 @@ const J = R, K = ["children", "color", "component", "className", "disabled", "di
|
|
|
20
23
|
label: ["label"],
|
|
21
24
|
startIcon: ["startIcon", `iconSize${t(l)}`],
|
|
22
25
|
endIcon: ["endIcon", `iconSize${t(l)}`]
|
|
23
|
-
}, p =
|
|
26
|
+
}, p = D(g, A, d);
|
|
24
27
|
return r({}, d, p);
|
|
25
|
-
},
|
|
28
|
+
}, R = (o) => r({}, o.size === "small" && {
|
|
26
29
|
"& > *:nth-of-type(1)": {
|
|
27
30
|
fontSize: 18
|
|
28
31
|
}
|
|
@@ -35,7 +38,7 @@ const J = R, K = ["children", "color", "component", "className", "disabled", "di
|
|
|
35
38
|
fontSize: 22
|
|
36
39
|
}
|
|
37
40
|
}), X = y(H, {
|
|
38
|
-
shouldForwardProp: (o) =>
|
|
41
|
+
shouldForwardProp: (o) => _(o) || o === "classes",
|
|
39
42
|
name: "MuiButton",
|
|
40
43
|
slot: "Root",
|
|
41
44
|
overridesResolver: (o, a) => {
|
|
@@ -184,7 +187,7 @@ const J = R, K = ["children", "color", "component", "className", "disabled", "di
|
|
|
184
187
|
marginLeft: -4
|
|
185
188
|
}, o.size === "small" && {
|
|
186
189
|
marginLeft: -2
|
|
187
|
-
},
|
|
190
|
+
}, R(o))), Z = y("span", {
|
|
188
191
|
name: "MuiButton",
|
|
189
192
|
slot: "EndIcon",
|
|
190
193
|
overridesResolver: (o, a) => {
|
|
@@ -201,8 +204,8 @@ const J = R, K = ["children", "color", "component", "className", "disabled", "di
|
|
|
201
204
|
marginLeft: 8
|
|
202
205
|
}, o.size === "small" && {
|
|
203
206
|
marginRight: -2
|
|
204
|
-
},
|
|
205
|
-
const e = f.useContext(J), l =
|
|
207
|
+
}, R(o))), k = /* @__PURE__ */ f.forwardRef(function(a, i) {
|
|
208
|
+
const e = f.useContext(J), l = F(e, a), s = U({
|
|
206
209
|
props: l,
|
|
207
210
|
name: "MuiButton"
|
|
208
211
|
}), {
|
|
@@ -218,9 +221,9 @@ const J = R, K = ["children", "color", "component", "className", "disabled", "di
|
|
|
218
221
|
fullWidth: N = !1,
|
|
219
222
|
size: P = "medium",
|
|
220
223
|
startIcon: $,
|
|
221
|
-
type:
|
|
224
|
+
type: m,
|
|
222
225
|
variant: W = "text"
|
|
223
|
-
} = s, M =
|
|
226
|
+
} = s, M = j(s, K), u = r({}, s, {
|
|
224
227
|
color: g,
|
|
225
228
|
component: p,
|
|
226
229
|
disabled: z,
|
|
@@ -228,7 +231,7 @@ const J = R, K = ["children", "color", "component", "className", "disabled", "di
|
|
|
228
231
|
disableFocusRipple: C,
|
|
229
232
|
fullWidth: N,
|
|
230
233
|
size: P,
|
|
231
|
-
type:
|
|
234
|
+
type: m,
|
|
232
235
|
variant: W
|
|
233
236
|
}), c = Q(u), S = $ && /* @__PURE__ */ x.jsx(Y, {
|
|
234
237
|
className: c.startIcon,
|
|
@@ -241,13 +244,13 @@ const J = R, K = ["children", "color", "component", "className", "disabled", "di
|
|
|
241
244
|
});
|
|
242
245
|
return /* @__PURE__ */ x.jsxs(X, r({
|
|
243
246
|
ownerState: u,
|
|
244
|
-
className:
|
|
247
|
+
className: B(e.className, c.root, E),
|
|
245
248
|
component: p,
|
|
246
249
|
disabled: z,
|
|
247
250
|
focusRipple: !C,
|
|
248
|
-
focusVisibleClassName:
|
|
251
|
+
focusVisibleClassName: B(c.focusVisible, T),
|
|
249
252
|
ref: i,
|
|
250
|
-
type:
|
|
253
|
+
type: m
|
|
251
254
|
}, M, {
|
|
252
255
|
classes: c,
|
|
253
256
|
children: [S, d, V]
|
|
@@ -347,7 +350,7 @@ process.env.NODE_ENV !== "production" && (k.propTypes = {
|
|
|
347
350
|
*/
|
|
348
351
|
variant: n.oneOfType([n.oneOf(["contained", "outlined", "text"]), n.string])
|
|
349
352
|
});
|
|
350
|
-
const
|
|
353
|
+
const to = k;
|
|
351
354
|
export {
|
|
352
|
-
|
|
355
|
+
to as B
|
|
353
356
|
};
|
|
@@ -1,12 +1,17 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as pe, _ as v } from "./extends-393586f3.js";
|
|
2
2
|
import * as o from "react";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
3
|
+
import { P as e } from "./index-f4329b29.js";
|
|
4
|
+
import { c as M, g as fe, s as ee, u as de, a as Ue } from "./useThemeProps-114e8d66.js";
|
|
5
|
+
import { j } from "./jsx-runtime-944c88e2.js";
|
|
6
|
+
import { k as te } from "./emotion-react.browser.esm-921c014a.js";
|
|
7
|
+
import { T as _e } from "./TransitionGroup-68fd1866.js";
|
|
8
|
+
import { g as Fe } from "./identifier-5cabf5ae.js";
|
|
9
|
+
import { r as Ke } from "./refType-7c2b090c.js";
|
|
10
|
+
import { e as Oe } from "./elementTypeAcceptingRef-05dea79e.js";
|
|
11
|
+
import { u as re } from "./useForkRef-0781dda0.js";
|
|
8
12
|
import { u as ze } from "./useIsFocusVisible-4693b580.js";
|
|
9
|
-
|
|
13
|
+
import { a as q } from "./useEventCallback-83a2883c.js";
|
|
14
|
+
function me(s) {
|
|
10
15
|
const {
|
|
11
16
|
className: C,
|
|
12
17
|
classes: a,
|
|
@@ -17,13 +22,13 @@ function he(s) {
|
|
|
17
22
|
in: w,
|
|
18
23
|
onExited: f,
|
|
19
24
|
timeout: r
|
|
20
|
-
} = s, [
|
|
25
|
+
} = s, [h, b] = o.useState(!1), d = M(C, a.ripple, a.rippleVisible, u && a.ripplePulsate), k = {
|
|
21
26
|
width: p,
|
|
22
27
|
height: p,
|
|
23
28
|
top: -(p / 2) + i,
|
|
24
29
|
left: -(p / 2) + N
|
|
25
|
-
}, l = M(a.child,
|
|
26
|
-
return !w && !
|
|
30
|
+
}, l = M(a.child, h && a.childLeaving, u && a.childPulsate);
|
|
31
|
+
return !w && !h && b(!0), o.useEffect(() => {
|
|
27
32
|
if (!w && f != null) {
|
|
28
33
|
const R = setTimeout(f, r);
|
|
29
34
|
return () => {
|
|
@@ -38,7 +43,7 @@ function he(s) {
|
|
|
38
43
|
})
|
|
39
44
|
});
|
|
40
45
|
}
|
|
41
|
-
process.env.NODE_ENV !== "production" && (
|
|
46
|
+
process.env.NODE_ENV !== "production" && (me.propTypes = {
|
|
42
47
|
/**
|
|
43
48
|
* Override or extend the styles applied to the component.
|
|
44
49
|
* See [CSS API](#css) below for more details.
|
|
@@ -119,7 +124,7 @@ const Z = 550, Ae = 80, qe = te(le || (le = H`
|
|
|
119
124
|
bottom: 0,
|
|
120
125
|
left: 0,
|
|
121
126
|
borderRadius: "inherit"
|
|
122
|
-
}), Ge = ee(
|
|
127
|
+
}), Ge = ee(me, {
|
|
123
128
|
name: "MuiTouchRipple",
|
|
124
129
|
slot: "Ripple"
|
|
125
130
|
})(ce || (ce = H`
|
|
@@ -173,7 +178,7 @@ const Z = 550, Ae = 80, qe = te(le || (le = H`
|
|
|
173
178
|
theme: s
|
|
174
179
|
}) => s.transitions.easing.easeInOut, c.childPulsate, He, ({
|
|
175
180
|
theme: s
|
|
176
|
-
}) => s.transitions.easing.easeInOut),
|
|
181
|
+
}) => s.transitions.easing.easeInOut), he = /* @__PURE__ */ o.forwardRef(function(C, a) {
|
|
177
182
|
const u = de({
|
|
178
183
|
props: C,
|
|
179
184
|
name: "MuiTouchRipple"
|
|
@@ -181,7 +186,7 @@ const Z = 550, Ae = 80, qe = te(le || (le = H`
|
|
|
181
186
|
center: N = !1,
|
|
182
187
|
classes: i = {},
|
|
183
188
|
className: p
|
|
184
|
-
} = u, w = pe(u, Ye), [f, r] = o.useState([]),
|
|
189
|
+
} = u, w = pe(u, Ye), [f, r] = o.useState([]), h = o.useRef(0), b = o.useRef(null);
|
|
185
190
|
o.useEffect(() => {
|
|
186
191
|
b.current && (b.current(), b.current = null);
|
|
187
192
|
}, [f]);
|
|
@@ -211,7 +216,7 @@ const Z = 550, Ae = 80, qe = te(le || (le = H`
|
|
|
211
216
|
rippleX: y,
|
|
212
217
|
rippleY: L,
|
|
213
218
|
rippleSize: _
|
|
214
|
-
},
|
|
219
|
+
}, h.current)]), h.current += 1, b.current = O;
|
|
215
220
|
}, [i]), I = o.useCallback((n = {}, g = {}, y = () => {
|
|
216
221
|
}) => {
|
|
217
222
|
const {
|
|
@@ -285,14 +290,14 @@ const Z = 550, Ae = 80, qe = te(le || (le = H`
|
|
|
285
290
|
className: M(c.root, i.root, p),
|
|
286
291
|
ref: R
|
|
287
292
|
}, w, {
|
|
288
|
-
children: /* @__PURE__ */ j.jsx(
|
|
293
|
+
children: /* @__PURE__ */ j.jsx(_e, {
|
|
289
294
|
component: null,
|
|
290
295
|
exit: !0,
|
|
291
296
|
children: f
|
|
292
297
|
})
|
|
293
298
|
}));
|
|
294
299
|
});
|
|
295
|
-
process.env.NODE_ENV !== "production" && (
|
|
300
|
+
process.env.NODE_ENV !== "production" && (he.propTypes = {
|
|
296
301
|
/**
|
|
297
302
|
* If `true`, the ripple starts at the center of the component
|
|
298
303
|
* rather than at the point of interaction.
|
|
@@ -308,9 +313,9 @@ process.env.NODE_ENV !== "production" && (me.propTypes = {
|
|
|
308
313
|
*/
|
|
309
314
|
className: e.string
|
|
310
315
|
});
|
|
311
|
-
const Je =
|
|
316
|
+
const Je = he;
|
|
312
317
|
function Qe(s) {
|
|
313
|
-
return
|
|
318
|
+
return Fe("MuiButtonBase", s);
|
|
314
319
|
}
|
|
315
320
|
const Ze = fe("MuiButtonBase", ["root", "disabled", "focusVisible"]), et = Ze, tt = ["action", "centerRipple", "children", "className", "component", "disabled", "disableRipple", "disableTouchRipple", "focusRipple", "focusVisibleClassName", "LinkComponent", "onBlur", "onClick", "onContextMenu", "onDragLeave", "onFocus", "onFocusVisible", "onKeyDown", "onKeyUp", "onMouseDown", "onMouseLeave", "onMouseUp", "onTouchEnd", "onTouchMove", "onTouchStart", "tabIndex", "TouchRippleProps", "touchRippleRef", "type"], ot = (s) => {
|
|
316
321
|
const {
|
|
@@ -318,7 +323,7 @@ const Ze = fe("MuiButtonBase", ["root", "disabled", "focusVisible"]), et = Ze, t
|
|
|
318
323
|
focusVisible: a,
|
|
319
324
|
focusVisibleClassName: u,
|
|
320
325
|
classes: N
|
|
321
|
-
} = s, p =
|
|
326
|
+
} = s, p = Ue({
|
|
322
327
|
root: ["root", C && "disabled", a && "focusVisible"]
|
|
323
328
|
}, Qe, N);
|
|
324
329
|
return a && u && (p.root += ` ${u}`), p;
|
|
@@ -376,7 +381,7 @@ const Ze = fe("MuiButtonBase", ["root", "disabled", "focusVisible"]), et = Ze, t
|
|
|
376
381
|
className: w,
|
|
377
382
|
component: f = "button",
|
|
378
383
|
disabled: r = !1,
|
|
379
|
-
disableRipple:
|
|
384
|
+
disableRipple: h = !1,
|
|
380
385
|
disableTouchRipple: b = !1,
|
|
381
386
|
focusRipple: d = !1,
|
|
382
387
|
LinkComponent: k = "a",
|
|
@@ -398,7 +403,7 @@ const Ze = fe("MuiButtonBase", ["root", "disabled", "focusVisible"]), et = Ze, t
|
|
|
398
403
|
TouchRippleProps: V,
|
|
399
404
|
touchRippleRef: D,
|
|
400
405
|
type: S
|
|
401
|
-
} = u, B = pe(u, tt), z = o.useRef(null),
|
|
406
|
+
} = u, B = pe(u, tt), z = o.useRef(null), m = o.useRef(null), Re = re(m, D), {
|
|
402
407
|
isFocusVisibleRef: oe,
|
|
403
408
|
onFocus: ge,
|
|
404
409
|
onBlur: ye,
|
|
@@ -413,12 +418,12 @@ const Ze = fe("MuiButtonBase", ["root", "disabled", "focusVisible"]), et = Ze, t
|
|
|
413
418
|
o.useEffect(() => {
|
|
414
419
|
Me(!0);
|
|
415
420
|
}, []);
|
|
416
|
-
const G = W && !
|
|
421
|
+
const G = W && !h && !r;
|
|
417
422
|
o.useEffect(() => {
|
|
418
|
-
$ && d && !
|
|
419
|
-
}, [
|
|
423
|
+
$ && d && !h && W && m.current.pulsate();
|
|
424
|
+
}, [h, d, $, W]);
|
|
420
425
|
function E(t, se, Ie = b) {
|
|
421
|
-
return q((ie) => (se && se(ie), !Ie &&
|
|
426
|
+
return q((ie) => (se && se(ie), !Ie && m.current && m.current[t](ie), !0));
|
|
422
427
|
}
|
|
423
428
|
const Ce = E("start", y), xe = E("stop", F), Be = E("stop", I), Ee = E("stop", _), Ne = E("stop", (t) => {
|
|
424
429
|
$ && t.preventDefault(), L && L(t);
|
|
@@ -430,12 +435,12 @@ const Ze = fe("MuiButtonBase", ["root", "disabled", "focusVisible"]), et = Ze, t
|
|
|
430
435
|
const t = z.current;
|
|
431
436
|
return f && f !== "button" && !(t.tagName === "A" && t.href);
|
|
432
437
|
}, Q = o.useRef(!1), Le = q((t) => {
|
|
433
|
-
d && !Q.current && $ &&
|
|
434
|
-
|
|
438
|
+
d && !Q.current && $ && m.current && t.key === " " && (Q.current = !0, m.current.stop(t, () => {
|
|
439
|
+
m.current.start(t);
|
|
435
440
|
})), t.target === t.currentTarget && J() && t.key === " " && t.preventDefault(), n && n(t), t.target === t.currentTarget && J() && t.key === "Enter" && !r && (t.preventDefault(), R && R(t));
|
|
436
441
|
}), Se = q((t) => {
|
|
437
|
-
d && t.key === " " &&
|
|
438
|
-
|
|
442
|
+
d && t.key === " " && m.current && $ && !t.defaultPrevented && (Q.current = !1, m.current.stop(t, () => {
|
|
443
|
+
m.current.pulsate(t);
|
|
439
444
|
})), g && g(t), R && t.target === t.currentTarget && J() && t.key === " " && !t.defaultPrevented && R(t);
|
|
440
445
|
});
|
|
441
446
|
let A = f;
|
|
@@ -444,14 +449,14 @@ const Ze = fe("MuiButtonBase", ["root", "disabled", "focusVisible"]), et = Ze, t
|
|
|
444
449
|
A === "button" ? (X.type = S === void 0 ? "button" : S, X.disabled = r) : (!B.href && !B.to && (X.role = "button"), r && (X["aria-disabled"] = r));
|
|
445
450
|
const $e = re(a, Te, z);
|
|
446
451
|
process.env.NODE_ENV !== "production" && o.useEffect(() => {
|
|
447
|
-
G && !
|
|
452
|
+
G && !m.current && console.error(["MUI: The `component` prop provided to ButtonBase is invalid.", "Please make sure the children prop is rendered in this custom component."].join(`
|
|
448
453
|
`));
|
|
449
454
|
}, [G]);
|
|
450
455
|
const ne = v({}, u, {
|
|
451
456
|
centerRipple: i,
|
|
452
457
|
component: f,
|
|
453
458
|
disabled: r,
|
|
454
|
-
disableRipple:
|
|
459
|
+
disableRipple: h,
|
|
455
460
|
disableTouchRipple: b,
|
|
456
461
|
focusRipple: d,
|
|
457
462
|
tabIndex: x,
|
|
@@ -496,7 +501,7 @@ process.env.NODE_ENV !== "production" && (be.propTypes = {
|
|
|
496
501
|
* A ref for imperative actions.
|
|
497
502
|
* It currently only supports `focusVisible()` action.
|
|
498
503
|
*/
|
|
499
|
-
action:
|
|
504
|
+
action: Ke,
|
|
500
505
|
/**
|
|
501
506
|
* If `true`, the ripples are centered.
|
|
502
507
|
* They won't start at the cursor interaction position.
|
|
@@ -519,7 +524,7 @@ process.env.NODE_ENV !== "production" && (be.propTypes = {
|
|
|
519
524
|
* The component used for the root node.
|
|
520
525
|
* Either a string to use a HTML element or a component.
|
|
521
526
|
*/
|
|
522
|
-
component:
|
|
527
|
+
component: Oe,
|
|
523
528
|
/**
|
|
524
529
|
* If `true`, the component is disabled.
|
|
525
530
|
* @default false
|
|
@@ -645,7 +650,7 @@ process.env.NODE_ENV !== "production" && (be.propTypes = {
|
|
|
645
650
|
*/
|
|
646
651
|
type: e.oneOfType([e.oneOf(["button", "reset", "submit"]), e.string])
|
|
647
652
|
});
|
|
648
|
-
const
|
|
653
|
+
const Rt = be;
|
|
649
654
|
export {
|
|
650
|
-
|
|
655
|
+
Rt as B
|
|
651
656
|
};
|