@solostylist/ui-kit 1.0.51 → 1.0.53
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.
|
@@ -5,9 +5,9 @@ import { o as d } from "../../outlinedInputClasses-Y-zQ9ZHZ.js";
|
|
|
5
5
|
import { g as n } from "../../generateUtilityClasses-CvAVhM6T.js";
|
|
6
6
|
import { s } from "../../svgIconClasses-SRBiyaM8.js";
|
|
7
7
|
import { a as t } from "../../createTheme-CyFSna1a.js";
|
|
8
|
-
const
|
|
8
|
+
const p = i(/* @__PURE__ */ a.jsx("path", {
|
|
9
9
|
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"
|
|
10
|
-
}), "CheckBoxOutlineBlankRounded"),
|
|
10
|
+
}), "CheckBoxOutlineBlankRounded"), c = i(/* @__PURE__ */ a.jsx("path", {
|
|
11
11
|
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"
|
|
12
12
|
}), "CheckRounded"), u = i(/* @__PURE__ */ a.jsx("path", {
|
|
13
13
|
d: "M18 13H6c-.55 0-1-.45-1-1s.45-1 1-1h12c.55 0 1 .45 1 1s-.45 1-1 1"
|
|
@@ -65,7 +65,8 @@ const c = i(/* @__PURE__ */ a.jsx("path", {
|
|
|
65
65
|
style: {
|
|
66
66
|
...o.applyStyles("dark", {
|
|
67
67
|
color: "white",
|
|
68
|
-
backgroundImage: "linear-gradient(to right, #
|
|
68
|
+
backgroundImage: "linear-gradient(to right, #2b5876 0%, #004e92 51%, #2b5876 100%)",
|
|
69
|
+
boxShadow: "0px 0px 0px 1px #004e92",
|
|
69
70
|
transition: "0.5s",
|
|
70
71
|
backgroundSize: "200% auto",
|
|
71
72
|
"&:hover": {
|
|
@@ -321,8 +322,8 @@ const c = i(/* @__PURE__ */ a.jsx("path", {
|
|
|
321
322
|
MuiCheckbox: {
|
|
322
323
|
defaultProps: {
|
|
323
324
|
disableRipple: !0,
|
|
324
|
-
icon: /* @__PURE__ */ a.jsx(
|
|
325
|
-
checkedIcon: /* @__PURE__ */ a.jsx(
|
|
325
|
+
icon: /* @__PURE__ */ a.jsx(p, { sx: { color: "hsla(210, 0%, 0%, 0.0)" } }),
|
|
326
|
+
checkedIcon: /* @__PURE__ */ a.jsx(c, { sx: { height: 14, width: 14 } }),
|
|
326
327
|
indeterminateIcon: /* @__PURE__ */ a.jsx(u, { sx: { height: 14, width: 14 } })
|
|
327
328
|
},
|
|
328
329
|
styleOverrides: {
|