@solostylist/ui-kit 1.0.72 → 1.0.73

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,16 +1,16 @@
1
1
  import { j as a } from "../../jsx-runtime-DywqP_6a.js";
2
- import { c as i, s as n } from "../../createSvgIcon-DN-sh_sr.js";
2
+ import { c as i, s } from "../../createSvgIcon-DN-sh_sr.js";
3
3
  import { brand as r, gray as e } from "../theme-primitives.js";
4
- import { o as s } from "../../outlinedInputClasses-E4FwVkZh.js";
5
- import { g as d } from "../../generateUtilityClasses-BpNk3DNr.js";
4
+ import { o as p } from "../../outlinedInputClasses-E4FwVkZh.js";
5
+ import { g as n } from "../../generateUtilityClasses-BpNk3DNr.js";
6
6
  import { a as t } from "../../createTheme-DuP3DZSF.js";
7
- const p = i(/* @__PURE__ */ a.jsx("path", {
7
+ const c = i(/* @__PURE__ */ a.jsx("path", {
8
8
  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"
9
- }), "CheckBoxOutlineBlankRounded"), c = i(/* @__PURE__ */ a.jsx("path", {
9
+ }), "CheckBoxOutlineBlankRounded"), u = 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
- }), "CheckRounded"), u = i(/* @__PURE__ */ a.jsx("path", {
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"), b = d("MuiToggleButton", ["root", "disabled", "selected", "standard", "primary", "secondary", "sizeSmall", "sizeMedium", "sizeLarge", "fullWidth"]), l = d("MuiToggleButtonGroup", ["root", "selected", "horizontal", "vertical", "disabled", "grouped", "groupedHorizontal", "groupedVertical", "fullWidth", "firstButton", "lastButton", "middleButton"]), h = {
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"]), m = {
14
14
  MuiButtonBase: {
15
15
  defaultProps: {
16
16
  disableTouchRipple: !0,
@@ -268,7 +268,7 @@ const p = i(/* @__PURE__ */ a.jsx("path", {
268
268
  width: "2.25rem",
269
269
  height: "2.25rem",
270
270
  padding: "0.25rem",
271
- [`& .${n.root}`]: { fontSize: "1rem" }
271
+ [`& .${s.root}`]: { fontSize: "1rem" }
272
272
  }
273
273
  },
274
274
  {
@@ -289,11 +289,11 @@ const p = i(/* @__PURE__ */ a.jsx("path", {
289
289
  root: ({ theme: o }) => ({
290
290
  borderRadius: "10px",
291
291
  boxShadow: `0 4px 16px ${t(e[400], 0.2)}`,
292
- [`& .${l.selected}`]: {
292
+ [`& .${d.selected}`]: {
293
293
  color: r[500]
294
294
  },
295
295
  ...o.applyStyles("dark", {
296
- [`& .${l.selected}`]: {
296
+ [`& .${d.selected}`]: {
297
297
  color: "#fff"
298
298
  },
299
299
  boxShadow: `0 4px 16px ${t(r[700], 0.5)}`
@@ -311,7 +311,7 @@ const p = i(/* @__PURE__ */ a.jsx("path", {
311
311
  ...o.applyStyles("dark", {
312
312
  color: e[400],
313
313
  boxShadow: "0 4px 16px rgba(0, 0, 0, 0.5)",
314
- [`&.${b.selected}`]: {
314
+ [`&.${g.selected}`]: {
315
315
  color: r[300]
316
316
  }
317
317
  })
@@ -321,9 +321,9 @@ const p = i(/* @__PURE__ */ a.jsx("path", {
321
321
  MuiCheckbox: {
322
322
  defaultProps: {
323
323
  disableRipple: !0,
324
- icon: /* @__PURE__ */ a.jsx(p, { sx: { color: "hsla(210, 0%, 0%, 0.0)" } }),
325
- checkedIcon: /* @__PURE__ */ a.jsx(c, { sx: { height: 14, width: 14 } }),
326
- indeterminateIcon: /* @__PURE__ */ a.jsx(u, { sx: { height: 14, width: 14 } })
324
+ icon: /* @__PURE__ */ a.jsx(c, { sx: { color: "hsla(210, 0%, 0%, 0.0)" } }),
325
+ checkedIcon: /* @__PURE__ */ a.jsx(u, { sx: { height: 14, width: 14 } }),
326
+ indeterminateIcon: /* @__PURE__ */ a.jsx(b, { sx: { height: 14, width: 14 } })
327
327
  },
328
328
  styleOverrides: {
329
329
  root: ({ theme: o }) => ({
@@ -410,7 +410,7 @@ const p = i(/* @__PURE__ */ a.jsx("path", {
410
410
  },
411
411
  MuiOutlinedInput: {
412
412
  styleOverrides: {
413
- input: ({ ownerState: o }) => ({
413
+ input: ({ ownerState: o, theme: l }) => ({
414
414
  padding: 0,
415
415
  ...o.type === "number" && {
416
416
  // Remove spinner buttons (cross-browser)
@@ -420,6 +420,12 @@ const p = i(/* @__PURE__ */ a.jsx("path", {
420
420
  },
421
421
  MozAppearance: "textfield"
422
422
  // Firefox
423
+ },
424
+ "&:-webkit-autofill": {
425
+ boxShadow: `${(l.vars || l).palette.background.default} 0px 0px 0px 100px inset !important`
426
+ },
427
+ "&:-moz-autofill": {
428
+ boxShadow: `${(l.vars || l).palette.background.default} 0px 0px 0px 100px inset !important`
423
429
  }
424
430
  }),
425
431
  root: ({ theme: o }) => ({
@@ -432,7 +438,7 @@ const p = i(/* @__PURE__ */ a.jsx("path", {
432
438
  "&:hover": {
433
439
  borderColor: e[400]
434
440
  },
435
- [`&.${s.focused}`]: {
441
+ [`&.${p.focused}`]: {
436
442
  outline: `3px solid ${t(r[500], 0.5)}`,
437
443
  borderColor: r[400]
438
444
  },
@@ -485,5 +491,5 @@ const p = i(/* @__PURE__ */ a.jsx("path", {
485
491
  }
486
492
  };
487
493
  export {
488
- h as inputsCustomizations
494
+ m as inputsCustomizations
489
495
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.72",
6
+ "version": "1.0.73",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "private": false,
9
9
  "type": "module",