@solostylist/ui-kit 1.0.179 → 1.0.180

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,16 +1,6 @@
1
- import { Theme } from '../types';
2
1
  export declare const MuiSvgIcon: {
3
2
  styleOverrides: {
4
- root: ({ theme }: import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').SVGProps<SVGSVGElement>, "className" | "style" | "classes" | "children" | "sx" | "color" | "fontSize" | "shapeRendering" | "viewBox" | "htmlColor" | "inheritViewBox" | "titleAccess"> & {
5
- component?: React.ElementType;
6
- } & Record<string, unknown> & {
7
- ownerState: import('@mui/material').SvgIconOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').SVGProps<SVGSVGElement>, "className" | "style" | "classes" | "children" | "sx" | "color" | "fontSize" | "shapeRendering" | "viewBox" | "htmlColor" | "inheritViewBox" | "titleAccess"> & {
8
- component?: React.ElementType;
9
- } & Record<string, unknown>;
10
- } & {
11
- theme: Theme;
12
- }) => {
13
- color: any;
3
+ root: {
14
4
  '& .secondary': {
15
5
  opacity: number;
16
6
  };
@@ -1,11 +1,14 @@
1
- const r = {
1
+ const o = {
2
2
  styleOverrides: {
3
- root: ({ theme: o }) => ({
4
- color: (o.vars || o).palette.text.primary,
3
+ // root: ({ theme }) => ({
4
+ // color: (theme.vars || theme).palette.text.primary,
5
+ // '& .secondary': { opacity: 0.4 },
6
+ // }),
7
+ root: {
5
8
  "& .secondary": { opacity: 0.4 }
6
- })
9
+ }
7
10
  }
8
11
  };
9
12
  export {
10
- r as MuiSvgIcon
13
+ o as MuiSvgIcon
11
14
  };
@@ -25,8 +25,8 @@ const g = {
25
25
  styleOverrides: {
26
26
  root: ({ theme: o }) => ({
27
27
  [`& .${i.root}`]: {
28
- width: "1rem",
29
- height: "1rem",
28
+ width: "0.75rem",
29
+ height: "0.75rem",
30
30
  color: (o.vars || o).palette.text.secondary
31
31
  },
32
32
  [`& .${a.root}`]: {
@@ -113,7 +113,7 @@ const g = {
113
113
  fontSize: "small"
114
114
  },
115
115
  style: {
116
- fontSize: "1rem"
116
+ fontSize: "0.75rem"
117
117
  }
118
118
  }
119
119
  ]
@@ -58,7 +58,7 @@ const u = l(/* @__PURE__ */ i.jsx("path", {
58
58
  style: {
59
59
  width: "2.25rem",
60
60
  height: "2.25rem",
61
- [`& .${s.root}`]: { fontSize: "1rem" }
61
+ [`& .${s.root}`]: { fontSize: "0.75rem" }
62
62
  }
63
63
  },
64
64
  {
@@ -68,7 +68,7 @@ const u = l(/* @__PURE__ */ i.jsx("path", {
68
68
  style: {
69
69
  width: "2.5rem",
70
70
  height: "2.5rem",
71
- [`& .${s.root}`]: { fontSize: "1.25rem" }
71
+ [`& .${s.root}`]: { fontSize: "1rem" }
72
72
  }
73
73
  },
74
74
  {
@@ -78,7 +78,7 @@ const u = l(/* @__PURE__ */ i.jsx("path", {
78
78
  style: {
79
79
  width: "2.75rem",
80
80
  height: "2.75rem",
81
- [`& .${s.root}`]: { fontSize: "1.5rem" }
81
+ [`& .${s.root}`]: { fontSize: "1.25rem" }
82
82
  }
83
83
  }
84
84
  ]
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.179",
6
+ "version": "1.0.180",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "type": "module",
9
9
  "main": "dist/main.js",