@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
|
|
2
|
-
import { c as
|
|
3
|
-
const s =
|
|
4
|
-
d: "M12
|
|
5
|
-
}), "
|
|
6
|
-
defaultProps: { children: /* @__PURE__ */
|
|
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
|
-
|
|
12
|
+
c as MuiAvatar
|
|
13
13
|
};
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
const e = {
|
|
2
2
|
defaultProps: { elevation: 0 },
|
|
3
|
-
styleOverrides: {
|
|
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
|
|
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
|
|
5
|
+
import { g as d } from "../../identifier-9JFYVRsR.js";
|
|
6
6
|
import { a as t } from "../../createTheme-CozHbEju.js";
|
|
7
|
-
const p =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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
|
-
[`& .${
|
|
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
|
-
[`& .${
|
|
292
|
+
[`& .${l.selected}`]: {
|
|
293
293
|
color: r[500]
|
|
294
294
|
},
|
|
295
295
|
...o.applyStyles("dark", {
|
|
296
|
-
[`& .${
|
|
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",
|