@solostylist/ui-kit 1.0.41 → 1.0.42
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,28 +1,15 @@
|
|
|
1
1
|
import { j as s } from "../../jsx-runtime-C5mzlN2N.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as l from "react";
|
|
3
3
|
import { c as d } from "../../createSvgIcon-FIMSBrG5.js";
|
|
4
4
|
import { gray as r, brand as n } from "../theme-primitives.js";
|
|
5
5
|
import { g as p } from "../../generateUtilityClasses-CvAVhM6T.js";
|
|
6
|
-
import { s as
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
const b = d(/* @__PURE__ */ s.jsx("path", {
|
|
6
|
+
import { s as a } from "../../selectClasses-DWL9Cxkn.js";
|
|
7
|
+
import { a as e } from "../../createTheme-CyFSna1a.js";
|
|
8
|
+
const c = d(/* @__PURE__ */ s.jsx("path", {
|
|
10
9
|
d: "m12 5.83 2.46 2.46c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L12.7 3.7a.996.996 0 0 0-1.41 0L8.12 6.88c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0zm0 12.34-2.46-2.46a.996.996 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41l3.17 3.18c.39.39 1.02.39 1.41 0l3.17-3.17c.39-.39.39-1.02 0-1.41a.996.996 0 0 0-1.41 0z"
|
|
11
|
-
}), "UnfoldMoreRounded"), t = p("MuiTab", ["root", "labelIcon", "textColorInherit", "textColorPrimary", "textColorSecondary", "selected", "disabled", "fullWidth", "wrapped", "iconWrapper", "icon"]),
|
|
10
|
+
}), "UnfoldMoreRounded"), t = p("MuiTab", ["root", "labelIcon", "textColorInherit", "textColorPrimary", "textColorSecondary", "selected", "disabled", "fullWidth", "wrapped", "iconWrapper", "icon"]), x = {
|
|
12
11
|
MuiMenu: {
|
|
13
12
|
styleOverrides: {
|
|
14
|
-
paper: ({ theme: o }) => ({
|
|
15
|
-
backgroundColor: (o.vars || o).palette.background.paper,
|
|
16
|
-
boxShadow: (o.vars || o).shadows[8],
|
|
17
|
-
backgroundImage: (o.vars || o).overlays[8],
|
|
18
|
-
borderRadius: (o.vars || o).shape.borderRadius,
|
|
19
|
-
border: `1px solid ${(o.vars || o).palette.divider}`,
|
|
20
|
-
[`& .${c.root}`]: {
|
|
21
|
-
"&.Mui-selected": {
|
|
22
|
-
backgroundColor: a(o.palette.action.selected, 0.3)
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}),
|
|
26
13
|
list: {
|
|
27
14
|
padding: 0,
|
|
28
15
|
paddingTop: 8,
|
|
@@ -37,7 +24,7 @@ const b = d(/* @__PURE__ */ s.jsx("path", {
|
|
|
37
24
|
},
|
|
38
25
|
MuiSelect: {
|
|
39
26
|
defaultProps: {
|
|
40
|
-
IconComponent:
|
|
27
|
+
IconComponent: l.forwardRef((o, i) => /* @__PURE__ */ s.jsx(c, { fontSize: "small", ...o, ref: i })),
|
|
41
28
|
MenuProps: {
|
|
42
29
|
anchorOrigin: {
|
|
43
30
|
vertical: "bottom",
|
|
@@ -62,7 +49,7 @@ const b = d(/* @__PURE__ */ s.jsx("path", {
|
|
|
62
49
|
backgroundColor: (o.vars || o).palette.background.paper,
|
|
63
50
|
boxShadow: "none"
|
|
64
51
|
},
|
|
65
|
-
[`&.${
|
|
52
|
+
[`&.${a.focused}`]: {
|
|
66
53
|
outlineOffset: 0,
|
|
67
54
|
borderColor: r[400]
|
|
68
55
|
},
|
|
@@ -73,13 +60,13 @@ const b = d(/* @__PURE__ */ s.jsx("path", {
|
|
|
73
60
|
borderRadius: (o.vars || o).shape.borderRadius,
|
|
74
61
|
borderColor: r[700],
|
|
75
62
|
backgroundColor: (o.vars || o).palette.background.paper,
|
|
76
|
-
boxShadow: `inset 0 1px 0 1px ${
|
|
63
|
+
boxShadow: `inset 0 1px 0 1px ${e(r[700], 0.15)}, inset 0 -1px 0 1px hsla(220, 0%, 0%, 0.7)`,
|
|
77
64
|
"&:hover": {
|
|
78
|
-
borderColor:
|
|
65
|
+
borderColor: e(r[700], 0.7),
|
|
79
66
|
backgroundColor: (o.vars || o).palette.background.paper,
|
|
80
67
|
boxShadow: "none"
|
|
81
68
|
},
|
|
82
|
-
[`&.${
|
|
69
|
+
[`&.${a.focused}`]: {
|
|
83
70
|
outlineOffset: 0,
|
|
84
71
|
borderColor: r[900]
|
|
85
72
|
},
|
|
@@ -123,7 +110,7 @@ const b = d(/* @__PURE__ */ s.jsx("path", {
|
|
|
123
110
|
width: 0
|
|
124
111
|
},
|
|
125
112
|
"&:focus-visible": {
|
|
126
|
-
outline: `3px solid ${
|
|
113
|
+
outline: `3px solid ${e(n[500], 0.5)}`,
|
|
127
114
|
outlineOffset: "4px",
|
|
128
115
|
borderRadius: "2px"
|
|
129
116
|
}
|
|
@@ -261,5 +248,5 @@ const b = d(/* @__PURE__ */ s.jsx("path", {
|
|
|
261
248
|
}
|
|
262
249
|
};
|
|
263
250
|
export {
|
|
264
|
-
|
|
251
|
+
x as navigationCustomizations
|
|
265
252
|
};
|
|
@@ -52,15 +52,6 @@ const i = {
|
|
|
52
52
|
defaultProps: {
|
|
53
53
|
elevation: 0
|
|
54
54
|
}
|
|
55
|
-
// styleOverrides: {
|
|
56
|
-
// root: ({ theme }) => ({
|
|
57
|
-
// backgroundColor: (theme.vars || theme).palette.background.paper,
|
|
58
|
-
// boxShadow: (theme.vars || theme).shadows[8],
|
|
59
|
-
// backgroundImage: (theme.vars || theme).overlays[8],
|
|
60
|
-
// borderRadius: (theme.vars || theme).shape.borderRadius,
|
|
61
|
-
// border: `1px solid ${(theme.vars || theme).palette.divider}`,
|
|
62
|
-
// }),
|
|
63
|
-
// },
|
|
64
55
|
},
|
|
65
56
|
MuiCard: {
|
|
66
57
|
styleOverrides: {
|