@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.
- package/dist/s-image-modal/s-image-modal.d.ts +1 -1
- package/dist/s-image-modal/s-image-modal.js +28 -28
- package/dist/theme/components/alert.d.ts +104 -104
- package/dist/theme/components/button.d.ts +158 -158
- package/dist/theme/components/chip.d.ts +2 -2
- package/dist/theme/theme-primitives.js +16 -16
- package/package.json +1 -1
|
@@ -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>, "
|
|
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>, "
|
|
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
|
-
},
|
|
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
|
-
},
|
|
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:
|
|
234
|
-
light:
|
|
235
|
-
main:
|
|
236
|
-
dark:
|
|
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, #
|
|
264
|
-
secondary: "linear-gradient(90deg, #
|
|
265
|
-
indigo: "linear-gradient(to right, transparent, #
|
|
266
|
-
sky: "linear-gradient(to right, 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:
|
|
313
|
-
light:
|
|
314
|
-
main:
|
|
315
|
-
dark:
|
|
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
|
-
|
|
404
|
+
f as lightRed,
|
|
405
405
|
g as orange,
|
|
406
406
|
w as purple,
|
|
407
|
-
|
|
407
|
+
b as red,
|
|
408
408
|
A as shadows,
|
|
409
409
|
W as shape,
|
|
410
410
|
R as typography,
|