@solostylist/ui-kit 1.0.55 → 1.0.56

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,13 +1,13 @@
1
- import { j as e } from "../../jsx-runtime-C5mzlN2N.js";
2
- import { c as r } from "../../createSvgIcon-YtxTUNwI.js";
3
- const s = r(/* @__PURE__ */ e.jsx("path", {
4
- d: "M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1 2.1S9.9 9.16 9.9 8s.94-2.1 2.1-2.1m0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1M12 4C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4m0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4"
5
- }), "PersonOutlineOutlined"), n = {
6
- defaultProps: { children: /* @__PURE__ */ e.jsx(s, {}) },
1
+ import { j as r } from "../../jsx-runtime-C5mzlN2N.js";
2
+ import { c as o } from "../../createSvgIcon-YtxTUNwI.js";
3
+ const s = o(/* @__PURE__ */ r.jsx("path", {
4
+ d: "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4"
5
+ }), "Person"), c = {
6
+ defaultProps: { children: /* @__PURE__ */ r.jsx(s, { sx: { color: "text.primary" } }) },
7
7
  styleOverrides: {
8
8
  rounded: { borderRadius: 12 }
9
9
  }
10
10
  };
11
11
  export {
12
- n as MuiAvatar
12
+ c as MuiAvatar
13
13
  };
@@ -61,6 +61,7 @@ export declare const components: {
61
61
  }) => {
62
62
  borderRadius: string | number;
63
63
  marginTop: number;
64
+ border: string;
64
65
  };
65
66
  };
66
67
  };
@@ -11,6 +11,7 @@ export declare const MuiPopover: {
11
11
  }) => {
12
12
  borderRadius: string | number;
13
13
  marginTop: number;
14
+ border: string;
14
15
  };
15
16
  };
16
17
  };
@@ -1,6 +1,12 @@
1
1
  const e = {
2
2
  defaultProps: { elevation: 0 },
3
- styleOverrides: { paper: ({ theme: r }) => ({ borderRadius: (r.vars || r).shape.borderRadius, marginTop: 4 }) }
3
+ styleOverrides: {
4
+ paper: ({ theme: r }) => ({
5
+ borderRadius: (r.vars || r).shape.borderRadius,
6
+ marginTop: 4,
7
+ border: "1px solid var(--s-palette-divider)"
8
+ })
9
+ }
4
10
  };
5
11
  export {
6
12
  e as MuiPopover
@@ -1,16 +1,16 @@
1
1
  import { j as a } from "../../jsx-runtime-C5mzlN2N.js";
2
- import { c as l, b as d } from "../../createSvgIcon-YtxTUNwI.js";
2
+ import { c as i, b as n } from "../../createSvgIcon-YtxTUNwI.js";
3
3
  import { brand as r, gray as e } from "../theme-primitives.js";
4
4
  import { o as s } from "../../outlinedInputClasses-MXXlnR_X.js";
5
- import { g as n } from "../../identifier-9JFYVRsR.js";
5
+ import { g as d } from "../../identifier-9JFYVRsR.js";
6
6
  import { a as t } from "../../createTheme-CozHbEju.js";
7
- const p = l(/* @__PURE__ */ a.jsx("path", {
7
+ const p = i(/* @__PURE__ */ a.jsx("path", {
8
8
  d: "M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h12c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1m1-16H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2"
9
- }), "CheckBoxOutlineBlankRounded"), c = l(/* @__PURE__ */ a.jsx("path", {
9
+ }), "CheckBoxOutlineBlankRounded"), c = i(/* @__PURE__ */ a.jsx("path", {
10
10
  d: "M9 16.17 5.53 12.7a.996.996 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L20.29 7.71c.39-.39.39-1.02 0-1.41a.996.996 0 0 0-1.41 0z"
11
- }), "CheckRounded"), u = l(/* @__PURE__ */ a.jsx("path", {
11
+ }), "CheckRounded"), u = i(/* @__PURE__ */ a.jsx("path", {
12
12
  d: "M18 13H6c-.55 0-1-.45-1-1s.45-1 1-1h12c.55 0 1 .45 1 1s-.45 1-1 1"
13
- }), "RemoveRounded"), b = n("MuiToggleButton", ["root", "disabled", "selected", "standard", "primary", "secondary", "sizeSmall", "sizeMedium", "sizeLarge", "fullWidth"]), i = n("MuiToggleButtonGroup", ["root", "selected", "horizontal", "vertical", "disabled", "grouped", "groupedHorizontal", "groupedVertical", "fullWidth", "firstButton", "lastButton", "middleButton"]), h = {
13
+ }), "RemoveRounded"), b = d("MuiToggleButton", ["root", "disabled", "selected", "standard", "primary", "secondary", "sizeSmall", "sizeMedium", "sizeLarge", "fullWidth"]), l = d("MuiToggleButtonGroup", ["root", "selected", "horizontal", "vertical", "disabled", "grouped", "groupedHorizontal", "groupedVertical", "fullWidth", "firstButton", "lastButton", "middleButton"]), h = {
14
14
  MuiButtonBase: {
15
15
  defaultProps: {
16
16
  disableTouchRipple: !0,
@@ -268,7 +268,7 @@ const p = l(/* @__PURE__ */ a.jsx("path", {
268
268
  width: "2.25rem",
269
269
  height: "2.25rem",
270
270
  padding: "0.25rem",
271
- [`& .${d.root}`]: { fontSize: "1rem" }
271
+ [`& .${n.root}`]: { fontSize: "1rem" }
272
272
  }
273
273
  },
274
274
  {
@@ -289,11 +289,11 @@ const p = l(/* @__PURE__ */ a.jsx("path", {
289
289
  root: ({ theme: o }) => ({
290
290
  borderRadius: "10px",
291
291
  boxShadow: `0 4px 16px ${t(e[400], 0.2)}`,
292
- [`& .${i.selected}`]: {
292
+ [`& .${l.selected}`]: {
293
293
  color: r[500]
294
294
  },
295
295
  ...o.applyStyles("dark", {
296
- [`& .${i.selected}`]: {
296
+ [`& .${l.selected}`]: {
297
297
  color: "#fff"
298
298
  },
299
299
  boxShadow: `0 4px 16px ${t(r[700], 0.5)}`
@@ -385,7 +385,8 @@ const p = l(/* @__PURE__ */ a.jsx("path", {
385
385
  MuiAutocomplete: {
386
386
  styleOverrides: {
387
387
  paper: {
388
- marginTop: 2
388
+ marginTop: 2,
389
+ border: "1px solid var(--s-palette-divider)"
389
390
  },
390
391
  popupIndicator: {
391
392
  background: "none",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.55",
6
+ "version": "1.0.56",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "private": false,
9
9
  "type": "module",