@solostylist/ui-kit 1.0.158 → 1.0.159

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.
@@ -1,39 +1,39 @@
1
- import { gray as o } from "../theme-primitives.js";
2
- const e = {
1
+ import { gray as r } from "../theme-primitives.js";
2
+ const i = {
3
3
  MuiDialog: {
4
4
  styleOverrides: {
5
- root: ({ theme: r }) => ({
5
+ root: ({ theme: o }) => ({
6
6
  "& .MuiDialog-paper": {
7
7
  borderRadius: "10px",
8
8
  border: "1px solid",
9
- borderColor: (r.vars || r).palette.divider,
10
- backgroundColor: (r.vars || r).palette.background.paper,
9
+ borderColor: (o.vars || o).palette.divider,
10
+ backgroundColor: (o.vars || o).palette.background.paper,
11
11
  backgroundImage: "none",
12
12
  boxShadow: "none"
13
13
  }
14
14
  })
15
15
  }
16
16
  },
17
- // MuiDialogActions: {
18
- // styleOverrides: {
19
- // root: ({ theme }) => ({
20
- // padding: `${theme.spacing(2)} ${theme.spacing(3)}`,
21
- // }),
22
- // },
23
- // },
17
+ MuiDialogActions: {
18
+ styleOverrides: {
19
+ root: ({ theme: o }) => ({
20
+ padding: `${o.spacing(2)} ${o.spacing(3)}`
21
+ })
22
+ }
23
+ },
24
24
  MuiLinearProgress: {
25
25
  styleOverrides: {
26
- root: ({ theme: r }) => ({
26
+ root: ({ theme: o }) => ({
27
27
  height: 8,
28
28
  borderRadius: 8,
29
- backgroundColor: o[200],
30
- ...r.applyStyles("dark", {
31
- backgroundColor: o[800]
29
+ backgroundColor: r[200],
30
+ ...o.applyStyles("dark", {
31
+ backgroundColor: r[800]
32
32
  })
33
33
  })
34
34
  }
35
35
  }
36
36
  };
37
37
  export {
38
- e as feedbackCustomizations
38
+ i as feedbackCustomizations
39
39
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.158",
6
+ "version": "1.0.159",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "private": false,
9
9
  "type": "module",