@clearstory/drywall-react 7.0.0 → 7.0.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.
@@ -13,7 +13,7 @@ const u = ({ sx: o, ...t }) => /* @__PURE__ */ r(
13
13
  {
14
14
  position: "absolute",
15
15
  right: 12,
16
- top: 12
16
+ top: 8
17
17
  },
18
18
  ...Array.isArray(o) ? o : [o]
19
19
  ],
@@ -0,0 +1,2 @@
1
+ import { Components, Theme } from '@mui/material';
2
+ export declare const MuiDialogTitle: Partial<Components<Theme>["MuiDialogTitle"]>;
@@ -0,0 +1,11 @@
1
+ const e = {
2
+ styleOverrides: {
3
+ root: () => ({
4
+ lineHeight: "28px",
5
+ padding: "10px 24px"
6
+ })
7
+ }
8
+ };
9
+ export {
10
+ e as MuiDialogTitle
11
+ };
@@ -6,25 +6,26 @@ import { MuiButtonGroup as t } from "../components/ButtonGroup/ButtonGroup.theme
6
6
  import { MuiCard as u } from "../components/Card/Card.theme.js";
7
7
  import { MuiCheckbox as p } from "../components/Checkbox/Checkbox.theme.js";
8
8
  import { MuiChip as M } from "../components/Chip/Chip.theme.js";
9
- import { MuiFormControl as f } from "../components/FormControl/FormControl.theme.js";
10
- import { MuiFormControlLabel as e } from "../components/FormControlLabel/FormControlLabel.theme.js";
11
- import { MuiFormHelperText as n } from "../components/FormHelperText/FormHelper.theme.js";
9
+ import { MuiDialogTitle as f } from "../components/DialogTitle/DialogTitle.theme.js";
10
+ import { MuiFormControl as e } from "../components/FormControl/FormControl.theme.js";
11
+ import { MuiFormControlLabel as n } from "../components/FormControlLabel/FormControlLabel.theme.js";
12
+ import { MuiFormHelperText as l } from "../components/FormHelperText/FormHelper.theme.js";
12
13
  import { MuiFormLabel as a } from "../components/FormLabel/FormLabel.theme.js";
13
14
  import { MuiIconButton as c } from "../components/IconButton/IconButton.theme.js";
14
- import { MuiInputAdornment as l } from "../components/InputAdornment/InputAdornment.theme.js";
15
- import { MuiInputBase as B } from "../components/Input/Input.theme.js";
16
- import { MuiLink as s } from "../components/Link/Link.theme.js";
15
+ import { MuiInputAdornment as B } from "../components/InputAdornment/InputAdornment.theme.js";
16
+ import { MuiInputBase as s } from "../components/Input/Input.theme.js";
17
+ import { MuiLink as g } from "../components/Link/Link.theme.js";
17
18
  import { MuiList as C } from "../components/List/List.theme.js";
18
19
  import { MuiListItemButton as I } from "../components/ListItemButton/ListItemButton.theme.js";
19
20
  import { MuiMenuItem as L } from "../components/MenuItem/MenuItem.theme.js";
20
- import { MuiPaper as b } from "../components/Paper/Paper.theme.js";
21
- import { MuiRadio as d } from "../components/Radio/Radio.theme.js";
22
- import { MuiSelect as g } from "../components/Select/Select.theme.js";
21
+ import { MuiPaper as T } from "../components/Paper/Paper.theme.js";
22
+ import { MuiRadio as b } from "../components/Radio/Radio.theme.js";
23
+ import { MuiSelect as d } from "../components/Select/Select.theme.js";
23
24
  import { MuiSwitch as F } from "../components/Switch/Switch.theme.js";
24
- import { MuiTab as T } from "../components/Tab/Tab.theme.js";
25
- import { MuiToggleButton as h } from "../components/ToggleButton/ToggleButton.theme.js";
26
- import { MuiToggleButtonGroup as x } from "../components/ToggleButtonGroup/ToggleButtonGroup.theme.js";
27
- const _ = {
25
+ import { MuiTab as h } from "../components/Tab/Tab.theme.js";
26
+ import { MuiToggleButton as x } from "../components/ToggleButton/ToggleButton.theme.js";
27
+ import { MuiToggleButtonGroup as A } from "../components/ToggleButtonGroup/ToggleButtonGroup.theme.js";
28
+ const oo = {
28
29
  MuiAccordionSummary: o,
29
30
  MuiAutocomplete: r,
30
31
  MuiButton: m,
@@ -33,25 +34,26 @@ const _ = {
33
34
  MuiCard: u,
34
35
  MuiCheckbox: p,
35
36
  MuiChip: M,
36
- MuiFormControl: f,
37
- MuiFormControlLabel: e,
38
- MuiFormHelperText: n,
37
+ MuiDialogTitle: f,
38
+ MuiFormControl: e,
39
+ MuiFormControlLabel: n,
40
+ MuiFormHelperText: l,
39
41
  MuiIconButton: c,
40
- MuiInputAdornment: l,
41
- MuiInputBase: B,
42
- MuiLink: s,
42
+ MuiInputAdornment: B,
43
+ MuiInputBase: s,
44
+ MuiLink: g,
43
45
  MuiList: C,
44
46
  MuiListItemButton: I,
45
47
  MuiMenuItem: L,
46
48
  MuiFormLabel: a,
47
- MuiPaper: b,
48
- MuiRadio: d,
49
- MuiSelect: g,
49
+ MuiPaper: T,
50
+ MuiRadio: b,
51
+ MuiSelect: d,
50
52
  MuiSwitch: F,
51
- MuiTab: T,
52
- MuiToggleButton: h,
53
- MuiToggleButtonGroup: x
53
+ MuiTab: h,
54
+ MuiToggleButton: x,
55
+ MuiToggleButtonGroup: A
54
56
  };
55
57
  export {
56
- _ as components
58
+ oo as components
57
59
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clearstory/drywall-react",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "license": "UNLICENSED",
5
5
  "description": "a Clearstory software design system",
6
6
  "type": "module",