@solostylist/ui-kit 1.0.76 → 1.0.77
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.
|
@@ -10,7 +10,7 @@ const 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
11
|
}), "CheckRounded"), b = 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"), g = n("MuiToggleButton", ["root", "disabled", "selected", "standard", "primary", "secondary", "sizeSmall", "sizeMedium", "sizeLarge", "fullWidth"]), d = n("MuiToggleButtonGroup", ["root", "selected", "horizontal", "vertical", "disabled", "grouped", "groupedHorizontal", "groupedVertical", "fullWidth", "firstButton", "lastButton", "middleButton"]),
|
|
13
|
+
}), "RemoveRounded"), g = n("MuiToggleButton", ["root", "disabled", "selected", "standard", "primary", "secondary", "sizeSmall", "sizeMedium", "sizeLarge", "fullWidth"]), d = n("MuiToggleButtonGroup", ["root", "selected", "horizontal", "vertical", "disabled", "grouped", "groupedHorizontal", "groupedVertical", "fullWidth", "firstButton", "lastButton", "middleButton"]), f = {
|
|
14
14
|
MuiButtonBase: {
|
|
15
15
|
defaultProps: {
|
|
16
16
|
disableTouchRipple: !0,
|
|
@@ -246,7 +246,7 @@ const c = i(/* @__PURE__ */ a.jsx("path", {
|
|
|
246
246
|
borderColor: e[300]
|
|
247
247
|
},
|
|
248
248
|
"&:active": {
|
|
249
|
-
backgroundColor:
|
|
249
|
+
backgroundColor: (o.vars || o).palette.action.selected
|
|
250
250
|
},
|
|
251
251
|
...o.applyStyles("dark", {
|
|
252
252
|
// backgroundColor: gray[800],
|
|
@@ -256,7 +256,7 @@ const c = i(/* @__PURE__ */ a.jsx("path", {
|
|
|
256
256
|
borderColor: e[600]
|
|
257
257
|
},
|
|
258
258
|
"&:active": {
|
|
259
|
-
backgroundColor:
|
|
259
|
+
backgroundColor: (o.vars || o).palette.action.selected
|
|
260
260
|
}
|
|
261
261
|
}),
|
|
262
262
|
variants: [
|
|
@@ -491,5 +491,5 @@ const c = i(/* @__PURE__ */ a.jsx("path", {
|
|
|
491
491
|
}
|
|
492
492
|
};
|
|
493
493
|
export {
|
|
494
|
-
|
|
494
|
+
f as inputsCustomizations
|
|
495
495
|
};
|