@solostylist/ui-kit 1.0.123 → 1.0.124

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,7 +1,7 @@
1
- import { i as r } from "../../iconButtonClasses-qz3jor3M.js";
2
- import { b as a } from "../../buttonBaseClasses-jCihfot4.js";
1
+ import { i as e } from "../../iconButtonClasses-qz3jor3M.js";
2
+ import { b as r } from "../../buttonBaseClasses-jCihfot4.js";
3
3
  import { s as i } from "../../svgIconClasses-CBCi8U9g.js";
4
- import { t as e } from "../../typographyClasses-C7fhAsUD.js";
4
+ import { t as a } from "../../typographyClasses-C7fhAsUD.js";
5
5
  import { a as t } from "../../colorManipulator-ep5lERxB.js";
6
6
  const y = {
7
7
  MuiList: {
@@ -22,10 +22,10 @@ const y = {
22
22
  height: "1rem",
23
23
  color: (o.vars || o).palette.text.secondary
24
24
  },
25
- [`& .${e.root}`]: {
25
+ [`& .${a.root}`]: {
26
26
  fontWeight: 500
27
27
  },
28
- [`& .${a.root}`]: {
28
+ [`& .${r.root}`]: {
29
29
  display: "flex",
30
30
  gap: 8,
31
31
  padding: "2px 8px",
@@ -33,15 +33,15 @@ const y = {
33
33
  opacity: 0.7,
34
34
  "&.Mui-selected": {
35
35
  opacity: 1,
36
- backgroundColor: t((o.vars || o).palette.action.selected, 0.3),
36
+ backgroundColor: t(o.palette.action.selected, 0.3),
37
37
  [`& .${i.root}`]: {
38
38
  color: (o.vars || o).palette.text.primary
39
39
  },
40
40
  "&:focus-visible": {
41
- backgroundColor: t((o.vars || o).palette.action.selected, 0.3)
41
+ backgroundColor: t(o.palette.action.selected, 0.3)
42
42
  },
43
43
  "&:hover": {
44
- backgroundColor: t((o.vars || o).palette.action.selected, 0.5)
44
+ backgroundColor: t(o.palette.action.selected, 0.5)
45
45
  }
46
46
  },
47
47
  "&:focus-visible": {
@@ -88,7 +88,7 @@ const y = {
88
88
  display: "flex",
89
89
  gap: 8,
90
90
  marginRight: 6,
91
- [`& .${r.root}`]: {
91
+ [`& .${e.root}`]: {
92
92
  minWidth: 0,
93
93
  width: 36,
94
94
  height: 36
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.123",
6
+ "version": "1.0.124",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "private": false,
9
9
  "type": "module",