@solostylist/ui-kit 1.0.126 → 1.0.127

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,10 +10,10 @@ export declare const MuiChip: {
10
10
  deleteIcon: import("react/jsx-runtime").JSX.Element;
11
11
  };
12
12
  styleOverrides: {
13
- root: ({ theme }: import('@mui/material').ChipOwnProps & import('@mui/material').ChipSlotsAndSlotProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "style" | "color" | "size" | "icon" | "disabled" | "children" | "sx" | "label" | "className" | "tabIndex" | "classes" | "slots" | "slotProps" | "variant" | "avatar" | "clickable" | "deleteIcon" | "onDelete" | "skipFocusWhenDisabled"> & {
13
+ root: ({ theme }: import('@mui/material').ChipOwnProps & import('@mui/material').ChipSlotsAndSlotProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "className" | "style" | "classes" | "children" | "sx" | "variant" | "label" | "tabIndex" | "color" | "size" | "icon" | "disabled" | "slots" | "slotProps" | "avatar" | "clickable" | "deleteIcon" | "onDelete" | "skipFocusWhenDisabled"> & {
14
14
  component?: React.ElementType;
15
15
  } & Record<string, unknown> & {
16
- ownerState: import('@mui/material').ChipOwnProps & import('@mui/material').ChipSlotsAndSlotProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "style" | "color" | "size" | "icon" | "disabled" | "children" | "sx" | "label" | "className" | "tabIndex" | "classes" | "slots" | "slotProps" | "variant" | "avatar" | "clickable" | "deleteIcon" | "onDelete" | "skipFocusWhenDisabled"> & {
16
+ ownerState: import('@mui/material').ChipOwnProps & import('@mui/material').ChipSlotsAndSlotProps & import('@mui/material/OverridableComponent').CommonProps & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "className" | "style" | "classes" | "children" | "sx" | "variant" | "label" | "tabIndex" | "color" | "size" | "icon" | "disabled" | "slots" | "slotProps" | "avatar" | "clickable" | "deleteIcon" | "onDelete" | "skipFocusWhenDisabled"> & {
17
17
  component?: React.ElementType;
18
18
  } & Record<string, unknown>;
19
19
  } & {
@@ -110,7 +110,7 @@ const l = m(), e = {
110
110
  700: "hsl(204, 100%, 32%)",
111
111
  800: "hsl(204, 100%, 25%)",
112
112
  900: "hsl(204, 100%, 19%)"
113
- }, f = {
113
+ }, b = {
114
114
  50: "hsl(0, 100%, 97%)",
115
115
  100: "hsl(0, 92%, 90%)",
116
116
  200: "hsl(0, 94%, 80%)",
@@ -121,7 +121,7 @@ const l = m(), e = {
121
121
  700: "hsl(0, 94%, 18%)",
122
122
  800: "hsl(0, 95%, 12%)",
123
123
  900: "hsl(0, 93%, 6%)"
124
- }, b = {
124
+ }, f = {
125
125
  50: "hsl(356, 100%, 98%)",
126
126
  100: "hsl(356, 95%, 94%)",
127
127
  200: "hsl(356, 90%, 87%)",
@@ -230,10 +230,10 @@ const l = m(), e = {
230
230
  dark: g[700]
231
231
  },
232
232
  error: {
233
- contrastText: f[50],
234
- light: f[400],
235
- main: f[500],
236
- dark: f[700]
233
+ contrastText: b[50],
234
+ light: b[400],
235
+ main: b[500],
236
+ dark: b[700]
237
237
  },
238
238
  success: {
239
239
  contrastText: i[50],
@@ -260,10 +260,10 @@ const l = m(), e = {
260
260
  }, x = {
261
261
  palette: {
262
262
  gradient: {
263
- primary: "linear-gradient(90deg, #1469be 0%, #43ecff 100%);",
264
- secondary: "linear-gradient(90deg, #0088F6 0%, #1DDD83 77.25%)",
265
- indigo: "linear-gradient(to right, transparent, #6366f1, transparent)",
266
- sky: "linear-gradient(to right, transparent, #0ea5e9, transparent)"
263
+ primary: "linear-gradient(90deg, #0f4c8c 0%, #2bb8cc 100%);",
264
+ secondary: "linear-gradient(90deg, #0066c4 0%, #15b561 77.25%)",
265
+ indigo: "linear-gradient(to right, transparent, #4338ca, transparent)",
266
+ sky: "linear-gradient(to right, transparent, #0c7bb7, transparent)"
267
267
  },
268
268
  blackAlpha: {
269
269
  zero: h[0],
@@ -309,10 +309,10 @@ const l = m(), e = {
309
309
  dark: p[700]
310
310
  },
311
311
  error: {
312
- contrastText: b[50],
313
- light: b[200],
314
- main: b[500],
315
- dark: b[700]
312
+ contrastText: f[50],
313
+ light: f[200],
314
+ main: f[500],
315
+ dark: f[700]
316
316
  },
317
317
  success: {
318
318
  contrastText: o[50],
@@ -401,10 +401,10 @@ export {
401
401
  o as lightGreen,
402
402
  p as lightOrange,
403
403
  S as lightPurple,
404
- b as lightRed,
404
+ f as lightRed,
405
405
  g as orange,
406
406
  w as purple,
407
- f as red,
407
+ b as red,
408
408
  A as shadows,
409
409
  W as shape,
410
410
  R as typography,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.126",
6
+ "version": "1.0.127",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "private": false,
9
9
  "type": "module",