@solostylist/ui-kit 1.0.82 → 1.0.83

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,17 +1,17 @@
1
- import { j as a } from "../../jsx-runtime-DywqP_6a.js";
1
+ import { j as i } from "../../jsx-runtime-DywqP_6a.js";
2
2
  import { c as l } from "../../createSvgIcon-9XY7lJan.js";
3
3
  import { brand as r, gray as e } from "../theme-primitives.js";
4
4
  import { o as p } from "../../outlinedInputClasses-Cor6Mcxo.js";
5
- import { g as d } from "../../generateUtilityClasses-D-O3RBPF.js";
5
+ import { g as n } from "../../generateUtilityClasses-D-O3RBPF.js";
6
6
  import { s } from "../../svgIconClasses-BYFQaEQ7.js";
7
7
  import { a as t } from "../../colorManipulator-CPZHCebU.js";
8
- const u = l(/* @__PURE__ */ a.jsx("path", {
8
+ const u = l(/* @__PURE__ */ i.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"), c = l(/* @__PURE__ */ a.jsx("path", {
10
+ }), "CheckBoxOutlineBlankRounded"), c = l(/* @__PURE__ */ i.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
- }), "CheckRounded"), b = l(/* @__PURE__ */ a.jsx("path", {
12
+ }), "CheckRounded"), b = l(/* @__PURE__ */ i.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"
14
- }), "RemoveRounded"), g = d("MuiToggleButton", ["root", "disabled", "selected", "standard", "primary", "secondary", "sizeSmall", "sizeMedium", "sizeLarge", "fullWidth"]), n = d("MuiToggleButtonGroup", ["root", "selected", "horizontal", "vertical", "disabled", "grouped", "groupedHorizontal", "groupedVertical", "fullWidth", "firstButton", "lastButton", "middleButton"]), m = {
14
+ }), "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"]), C = {
15
15
  MuiButtonBase: {
16
16
  defaultProps: {
17
17
  disableTouchRipple: !0,
@@ -63,6 +63,8 @@ const u = l(/* @__PURE__ */ a.jsx("path", {
63
63
  size: "small"
64
64
  },
65
65
  style: {
66
+ width: "2.25rem",
67
+ height: "2.25rem",
66
68
  [`& .${s.root}`]: { fontSize: "1rem" }
67
69
  }
68
70
  },
@@ -71,6 +73,8 @@ const u = l(/* @__PURE__ */ a.jsx("path", {
71
73
  size: "medium"
72
74
  },
73
75
  style: {
76
+ width: "2.5rem",
77
+ height: "2.5rem",
74
78
  [`& .${s.root}`]: { fontSize: "1.25rem" }
75
79
  }
76
80
  },
@@ -79,6 +83,8 @@ const u = l(/* @__PURE__ */ a.jsx("path", {
79
83
  size: "large"
80
84
  },
81
85
  style: {
86
+ width: "2.75rem",
87
+ height: "2.75rem",
82
88
  [`& .${s.root}`]: { fontSize: "1.5rem" }
83
89
  }
84
90
  }
@@ -91,11 +97,11 @@ const u = l(/* @__PURE__ */ a.jsx("path", {
91
97
  root: ({ theme: o }) => ({
92
98
  borderRadius: "10px",
93
99
  boxShadow: `0 4px 16px ${t(e[400], 0.2)}`,
94
- [`& .${n.selected}`]: {
100
+ [`& .${d.selected}`]: {
95
101
  color: r[500]
96
102
  },
97
103
  ...o.applyStyles("dark", {
98
- [`& .${n.selected}`]: {
104
+ [`& .${d.selected}`]: {
99
105
  color: "#fff"
100
106
  },
101
107
  boxShadow: `0 4px 16px ${t(r[700], 0.5)}`
@@ -123,9 +129,9 @@ const u = l(/* @__PURE__ */ a.jsx("path", {
123
129
  MuiCheckbox: {
124
130
  defaultProps: {
125
131
  disableRipple: !0,
126
- icon: /* @__PURE__ */ a.jsx(u, { sx: { color: "hsla(210, 0%, 0%, 0.0)" } }),
127
- checkedIcon: /* @__PURE__ */ a.jsx(c, { sx: { height: 14, width: 14 } }),
128
- indeterminateIcon: /* @__PURE__ */ a.jsx(b, { sx: { height: 14, width: 14 } })
132
+ icon: /* @__PURE__ */ i.jsx(u, { sx: { color: "hsla(210, 0%, 0%, 0.0)" } }),
133
+ checkedIcon: /* @__PURE__ */ i.jsx(c, { sx: { height: 14, width: 14 } }),
134
+ indeterminateIcon: /* @__PURE__ */ i.jsx(b, { sx: { height: 14, width: 14 } })
129
135
  },
130
136
  styleOverrides: {
131
137
  root: ({ theme: o }) => ({
@@ -213,7 +219,7 @@ const u = l(/* @__PURE__ */ a.jsx("path", {
213
219
  },
214
220
  MuiOutlinedInput: {
215
221
  styleOverrides: {
216
- input: ({ ownerState: o, theme: i }) => ({
222
+ input: ({ ownerState: o, theme: a }) => ({
217
223
  padding: 0,
218
224
  ...o.type === "number" && {
219
225
  // Remove spinner buttons (cross-browser)
@@ -225,10 +231,10 @@ const u = l(/* @__PURE__ */ a.jsx("path", {
225
231
  // Firefox
226
232
  },
227
233
  "&:-webkit-autofill": {
228
- boxShadow: `${(i.vars || i).palette.background.default} 0px 0px 0px 100px inset !important`
234
+ boxShadow: `${(a.vars || a).palette.background.default} 0px 0px 0px 100px inset !important`
229
235
  },
230
236
  "&:-moz-autofill": {
231
- boxShadow: `${(i.vars || i).palette.background.default} 0px 0px 0px 100px inset !important`
237
+ boxShadow: `${(a.vars || a).palette.background.default} 0px 0px 0px 100px inset !important`
232
238
  }
233
239
  }),
234
240
  root: ({ theme: o }) => ({
@@ -294,5 +300,5 @@ const u = l(/* @__PURE__ */ a.jsx("path", {
294
300
  }
295
301
  };
296
302
  export {
297
- m as inputsCustomizations
303
+ C as inputsCustomizations
298
304
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.82",
6
+ "version": "1.0.83",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "private": false,
9
9
  "type": "module",