@clearstory/drywall-react 8.1.0 → 8.1.1
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/theme/components.js
CHANGED
|
@@ -14,18 +14,19 @@ import { MuiFormLabel as a } from "../components/FormLabel/FormLabel.theme.js";
|
|
|
14
14
|
import { MuiIconButton as c } from "../components/IconButton/IconButton.theme.js";
|
|
15
15
|
import { MuiInputAdornment as B } from "../components/InputAdornment/InputAdornment.theme.js";
|
|
16
16
|
import { MuiInputBase as s } from "../components/Input/Input.theme.js";
|
|
17
|
-
import { MuiLink as
|
|
18
|
-
import { MuiList as
|
|
19
|
-
import { MuiListItemButton as
|
|
20
|
-
import { MuiMenuItem as
|
|
21
|
-
import { MuiPaper as
|
|
22
|
-
import { MuiRadio as
|
|
17
|
+
import { MuiLink as C } from "../components/Link/Link.theme.js";
|
|
18
|
+
import { MuiList as T } from "../components/List/List.theme.js";
|
|
19
|
+
import { MuiListItemButton as b } from "../components/ListItemButton/ListItemButton.theme.js";
|
|
20
|
+
import { MuiMenuItem as g } from "../components/MenuItem/MenuItem.theme.js";
|
|
21
|
+
import { MuiPaper as I } from "../components/Paper/Paper.theme.js";
|
|
22
|
+
import { MuiRadio as L } from "../components/Radio/Radio.theme.js";
|
|
23
23
|
import { MuiSelect as d } from "../components/Select/Select.theme.js";
|
|
24
24
|
import { MuiSwitch as F } from "../components/Switch/Switch.theme.js";
|
|
25
25
|
import { MuiTab as h } from "../components/Tab/Tab.theme.js";
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
|
|
26
|
+
import { MuiTableCell as x } from "../components/TableCell/TableCell.theme.js";
|
|
27
|
+
import { MuiToggleButton as A } from "../components/ToggleButton/ToggleButton.theme.js";
|
|
28
|
+
import { MuiToggleButtonGroup as S } from "../components/ToggleButtonGroup/ToggleButtonGroup.theme.js";
|
|
29
|
+
const mo = {
|
|
29
30
|
MuiAccordionSummary: o,
|
|
30
31
|
MuiAutocomplete: r,
|
|
31
32
|
MuiButton: m,
|
|
@@ -41,19 +42,20 @@ const oo = {
|
|
|
41
42
|
MuiIconButton: c,
|
|
42
43
|
MuiInputAdornment: B,
|
|
43
44
|
MuiInputBase: s,
|
|
44
|
-
MuiLink:
|
|
45
|
-
MuiList:
|
|
46
|
-
MuiListItemButton:
|
|
47
|
-
MuiMenuItem:
|
|
45
|
+
MuiLink: C,
|
|
46
|
+
MuiList: T,
|
|
47
|
+
MuiListItemButton: b,
|
|
48
|
+
MuiMenuItem: g,
|
|
48
49
|
MuiFormLabel: a,
|
|
49
|
-
MuiPaper:
|
|
50
|
-
MuiRadio:
|
|
50
|
+
MuiPaper: I,
|
|
51
|
+
MuiRadio: L,
|
|
51
52
|
MuiSelect: d,
|
|
52
53
|
MuiSwitch: F,
|
|
53
54
|
MuiTab: h,
|
|
54
|
-
|
|
55
|
-
|
|
55
|
+
MuiTableCell: x,
|
|
56
|
+
MuiToggleButton: A,
|
|
57
|
+
MuiToggleButtonGroup: S
|
|
56
58
|
};
|
|
57
59
|
export {
|
|
58
|
-
|
|
60
|
+
mo as components
|
|
59
61
|
};
|