@solostylist/ui-kit 1.0.219 → 1.0.221
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-avatar/s-avatar.js +1 -5
- package/dist/s-breadcrumbs/s-breadcrumbs.js +45 -40
- package/dist/s-carousel/index.js +1 -1
- package/dist/s-carousel/s-carousel.js +1 -1
- package/dist/{s-carousel-DhUo-3W-.js → s-carousel-BUJYCigy.js} +15 -31
- package/dist/s-category-card/s-category-card.js +2 -2
- package/dist/s-chat-input/index.js +1 -1
- package/dist/s-chat-input/s-chat-input.js +1 -1
- package/dist/{s-chat-input-DlEMhm6X.js → s-chat-input-B0gdPa1c.js} +106 -101
- package/dist/s-chat-message/index.js +1 -1
- package/dist/s-chat-message/s-chat-message.js +1 -1
- package/dist/{s-chat-message-DeP8O6TO.js → s-chat-message-DVfbqSAQ.js} +27 -28
- package/dist/s-checkbox/s-checkbox.js +2 -1
- package/dist/s-code-block/index.js +1 -1
- package/dist/s-code-block/s-code-block.js +1 -1
- package/dist/{s-code-block-DTzppazr.js → s-code-block-CHIgPLsL.js} +31 -22
- package/dist/s-comment-message/index.js +1 -1
- package/dist/s-comment-message/s-comment-message.js +1 -1
- package/dist/{s-comment-message-C-7IZOqA.js → s-comment-message-DuJPcZFR.js} +2 -6
- package/dist/s-date-picker/index.js +1 -1
- package/dist/s-date-picker/s-date-picker.js +1 -1
- package/dist/{s-date-picker-CKSRNJ_A.js → s-date-picker-Mynq297P.js} +1 -1
- package/dist/s-datetime-picker/index.js +1 -1
- package/dist/s-datetime-picker/s-datetime-picker.js +1 -1
- package/dist/{s-datetime-picker-BlStwMie.js → s-datetime-picker-D78dPyAo.js} +1 -1
- package/dist/s-gallery/s-gallery.js +25 -18
- package/dist/s-image-comparison/s-image-comparison.js +76 -108
- package/dist/s-image-modal/index.js +2 -2
- package/dist/s-image-modal/s-image-modal.js +2 -399
- package/dist/s-image-modal-DxwMFMNS.js +397 -0
- package/dist/s-language-switcher/index.js +1 -1
- package/dist/s-language-switcher/s-language-switcher.js +1 -1
- package/dist/{s-language-switcher-Cg3Gh8_i.js → s-language-switcher-vievp2VS.js} +8 -8
- package/dist/s-link/s-link.js +5 -1
- package/dist/s-nav-item/s-nav-item.js +70 -61
- package/dist/s-nav-item/s-nav-items.js +6 -6
- package/dist/s-review/index.js +1 -1
- package/dist/s-review/s-review.js +1 -1
- package/dist/{s-review-D5_TicCf.js → s-review-Ca6JUgGr.js} +18 -22
- package/dist/s-scroll-to-top/s-scroll-to-top.js +10 -20
- package/dist/s-switch/s-switch.js +2 -1
- package/dist/s-text-editor/s-text-editor.js +34 -26
- package/dist/s-tool-bar/index.js +1 -1
- package/dist/s-tool-bar/s-tool-bar.js +1 -1
- package/dist/s-tool-bar-Du66wRC2.js +455 -0
- package/dist/s-tool-item/s-tool-item.js +8 -5
- package/dist/s-zoom-image/s-zoom-image.js +1 -1
- package/dist/theme/components/chip.js +10 -10
- package/dist/theme/components/components.js +86 -82
- package/dist/theme/components/day-calendar.d.ts +12 -0
- package/dist/theme/components/day-calendar.js +4 -0
- package/dist/theme/components/dialog.d.ts +8 -0
- package/dist/theme/components/dialog.js +5 -1
- package/dist/theme/components/outlined-input.d.ts +1 -0
- package/dist/theme/components/outlined-input.js +1 -0
- package/dist/theme/components/picker-day.d.ts +12 -0
- package/dist/theme/components/picker-day.js +4 -0
- package/dist/theme/components/select.d.ts +4 -0
- package/dist/theme/components/select.js +4 -0
- package/package.json +1 -1
- package/dist/ChevronLeft-rgSvkrT_.js +0 -6
- package/dist/s-tool-bar-DOcT-lNr.js +0 -448
|
@@ -14,88 +14,92 @@ import { MuiSkeleton as f } from "./skeleton.js";
|
|
|
14
14
|
import { MuiSelect as p } from "./select.js";
|
|
15
15
|
import { MuiRating as m } from "./rating.js";
|
|
16
16
|
import { MuiPopover as h } from "./popover.js";
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import { t as q } from "../../
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
17
|
+
import { MuiPickerDay as g } from "./picker-day.js";
|
|
18
|
+
import { MuiPaper as _ } from "./paper.js";
|
|
19
|
+
import { MuiPaginationItem as v } from "./pagination-item.js";
|
|
20
|
+
import { MuiOutlinedInput as y } from "./outlined-input.js";
|
|
21
|
+
import { MuiMenu as b } from "./menu.js";
|
|
22
|
+
import { MuiMenuItem as x } from "./menu-item.js";
|
|
23
|
+
import { MuiList as S } from "./list.js";
|
|
24
|
+
import { MuiListSubheader as C } from "./list-subheader.js";
|
|
25
|
+
import { MuiListItemButton as w } from "./list-item-button.js";
|
|
26
|
+
import { MuiListItem as T } from "./list-item.js";
|
|
27
|
+
import { MuiListItemText as E } from "./list-item-text.js";
|
|
28
|
+
import { MuiListItemIcon as D } from "./list-item-icon.js";
|
|
29
|
+
import { MuiLink as O } from "./link.js";
|
|
30
|
+
import { MuiLinearProgress as k } from "./linear-progress.js";
|
|
31
|
+
import { MuiInputBase as A } from "./input-base.js";
|
|
32
|
+
import { MuiInputAdornment as j } from "./input-adornment.js";
|
|
33
|
+
import { MuiIcon as M } from "./icon.js";
|
|
34
|
+
import { MuiIconButton as N } from "./icon-button.js";
|
|
35
|
+
import { MuiFormLabel as P } from "./form-label.js";
|
|
36
|
+
import { MuiFormControl as F } from "./form-control.js";
|
|
37
|
+
import { MuiDrawer as I } from "./drawer.js";
|
|
38
|
+
import { MuiDialog as L } from "./dialog.js";
|
|
39
|
+
import { MuiDialogActions as R } from "./dialog-actions.js";
|
|
40
|
+
import { MuiDayCalendar as z } from "./day-calendar.js";
|
|
41
|
+
import { MuiCssBaseline as B } from "./css-baseline.js";
|
|
42
|
+
import { MuiContainer as V } from "./container.js";
|
|
43
|
+
import { MuiAccordion as H } from "./accordion.js";
|
|
44
|
+
import { MuiAccordionDetails as U } from "./accordion-details.js";
|
|
45
|
+
import { MuiAccordionSummary as W } from "./accordion-summary.js";
|
|
46
|
+
import { MuiAlert as G } from "./alert.js";
|
|
47
|
+
import { MuiAppBar as K } from "./app-bar.js";
|
|
48
|
+
import { t as q } from "../../autocomplete-qLj7AqcP.js";
|
|
49
|
+
import { t as J } from "../../checkbox-DMsuLF8N.js";
|
|
50
|
+
import { t as Y } from "../../avatar-BQf6phmU.js";
|
|
51
|
+
import { MuiBackdrop as X } from "./backdrop.js";
|
|
52
|
+
import { MuiButton as Z } from "./button.js";
|
|
53
|
+
import { MuiButtonBase as Q } from "./button-base.js";
|
|
54
|
+
import { MuiCard as $ } from "./card.js";
|
|
55
|
+
import { MuiCardActions as ee } from "./card-actions.js";
|
|
56
|
+
import { MuiCardContent as te } from "./card-content.js";
|
|
57
|
+
import { MuiCardHeader as ne } from "./card-header.js";
|
|
58
|
+
import { MuiChip as re } from "./chip.js";
|
|
57
59
|
//#region lib/theme/components/components.ts
|
|
58
|
-
var
|
|
59
|
-
MuiAccordion:
|
|
60
|
-
MuiAccordionDetails:
|
|
61
|
-
MuiAccordionSummary:
|
|
62
|
-
MuiAlert:
|
|
63
|
-
MuiAppBar:
|
|
64
|
-
MuiAutocomplete:
|
|
65
|
-
MuiAvatar:
|
|
66
|
-
MuiBackdrop:
|
|
67
|
-
MuiButton:
|
|
68
|
-
MuiButtonBase:
|
|
69
|
-
MuiCard:
|
|
70
|
-
MuiCardActions:
|
|
71
|
-
MuiCardContent:
|
|
72
|
-
MuiCardHeader:
|
|
73
|
-
MuiCheckbox:
|
|
74
|
-
MuiChip:
|
|
75
|
-
MuiContainer:
|
|
76
|
-
MuiCssBaseline:
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
60
|
+
var ie = {
|
|
61
|
+
MuiAccordion: H,
|
|
62
|
+
MuiAccordionDetails: U,
|
|
63
|
+
MuiAccordionSummary: W,
|
|
64
|
+
MuiAlert: G,
|
|
65
|
+
MuiAppBar: K,
|
|
66
|
+
MuiAutocomplete: q,
|
|
67
|
+
MuiAvatar: Y,
|
|
68
|
+
MuiBackdrop: X,
|
|
69
|
+
MuiButton: Z,
|
|
70
|
+
MuiButtonBase: Q,
|
|
71
|
+
MuiCard: $,
|
|
72
|
+
MuiCardActions: ee,
|
|
73
|
+
MuiCardContent: te,
|
|
74
|
+
MuiCardHeader: ne,
|
|
75
|
+
MuiCheckbox: J,
|
|
76
|
+
MuiChip: re,
|
|
77
|
+
MuiContainer: V,
|
|
78
|
+
MuiCssBaseline: B,
|
|
79
|
+
MuiDayCalendar: z,
|
|
80
|
+
MuiDialog: L,
|
|
81
|
+
MuiDialogActions: R,
|
|
82
|
+
MuiDrawer: I,
|
|
83
|
+
MuiFormLabel: P,
|
|
84
|
+
MuiFormControl: F,
|
|
85
|
+
MuiIcon: M,
|
|
86
|
+
MuiIconButton: N,
|
|
87
|
+
MuiInputAdornment: j,
|
|
88
|
+
MuiInputBase: A,
|
|
89
|
+
MuiLinearProgress: k,
|
|
90
|
+
MuiLink: O,
|
|
91
|
+
MuiList: S,
|
|
92
|
+
MuiListItem: T,
|
|
93
|
+
MuiListItemButton: w,
|
|
94
|
+
MuiListItemIcon: D,
|
|
95
|
+
MuiListItemText: E,
|
|
96
|
+
MuiListSubheader: C,
|
|
97
|
+
MuiMenu: b,
|
|
98
|
+
MuiMenuItem: x,
|
|
99
|
+
MuiOutlinedInput: y,
|
|
100
|
+
MuiPaginationItem: v,
|
|
101
|
+
MuiPaper: _,
|
|
102
|
+
MuiPickerDay: g,
|
|
99
103
|
MuiPopover: h,
|
|
100
104
|
MuiRating: m,
|
|
101
105
|
MuiSelect: p,
|
|
@@ -114,4 +118,4 @@ var ne = {
|
|
|
114
118
|
MuiTooltip: e
|
|
115
119
|
};
|
|
116
120
|
//#endregion
|
|
117
|
-
export {
|
|
121
|
+
export { ie as components };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Theme } from '@mui/material/styles';
|
|
2
|
+
export declare const MuiDayCalendar: {
|
|
3
|
+
styleOverrides: {
|
|
4
|
+
weekDayLabel: ({ theme }: import('@mui/x-date-pickers/internals').DayCalendarProps & Record<string, unknown> & {
|
|
5
|
+
ownerState: import('@mui/x-date-pickers/PickerDay').PickerDayOwnerState;
|
|
6
|
+
} & {
|
|
7
|
+
theme: Theme;
|
|
8
|
+
}) => {
|
|
9
|
+
fontSize: import("csstype").Property.FontSize<string | number> | undefined;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -8,9 +8,17 @@ export declare const MuiDialog: {
|
|
|
8
8
|
}) => {
|
|
9
9
|
'& .MuiDialog-paper': {
|
|
10
10
|
borderRadius: string | number;
|
|
11
|
+
border: number;
|
|
11
12
|
backgroundColor: string;
|
|
12
13
|
backgroundImage: string;
|
|
13
14
|
boxShadow: string;
|
|
15
|
+
outline: string;
|
|
16
|
+
'&:focus': {
|
|
17
|
+
outline: string;
|
|
18
|
+
};
|
|
19
|
+
'&:focus-visible': {
|
|
20
|
+
outline: string;
|
|
21
|
+
};
|
|
14
22
|
};
|
|
15
23
|
};
|
|
16
24
|
};
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
//#region lib/theme/components/dialog.tsx
|
|
2
2
|
var e = { styleOverrides: { root: ({ theme: e }) => ({ "& .MuiDialog-paper": {
|
|
3
3
|
borderRadius: (e.vars ?? e).shape.borderRadius,
|
|
4
|
+
border: 0,
|
|
4
5
|
backgroundColor: (e.vars ?? e).palette.background.paper,
|
|
5
6
|
backgroundImage: "none",
|
|
6
|
-
boxShadow: "none"
|
|
7
|
+
boxShadow: "none",
|
|
8
|
+
outline: "none",
|
|
9
|
+
"&:focus": { outline: "none" },
|
|
10
|
+
"&:focus-visible": { outline: "none" }
|
|
7
11
|
} }) } };
|
|
8
12
|
//#endregion
|
|
9
13
|
export { e as MuiDialog };
|
|
@@ -17,6 +17,7 @@ export declare const MuiOutlinedInput: {
|
|
|
17
17
|
margin: number;
|
|
18
18
|
} | undefined;
|
|
19
19
|
MozAppearance?: "textfield" | undefined;
|
|
20
|
+
height?: string | undefined;
|
|
20
21
|
padding: number;
|
|
21
22
|
};
|
|
22
23
|
root: ({ theme }: import('@mui/material').OutlinedInputProps & Record<string, unknown> & {
|
|
@@ -6,6 +6,7 @@ import { n as i } from "../../inputAdornmentClasses-VKwluNTs.js";
|
|
|
6
6
|
var a = { styleOverrides: {
|
|
7
7
|
input: ({ ownerState: e, theme: t }) => ({
|
|
8
8
|
padding: 0,
|
|
9
|
+
...!e.multiline && { height: `${22 / 16}em` },
|
|
9
10
|
...e.type === "number" && {
|
|
10
11
|
"&::-webkit-outer-spin-button, &::-webkit-inner-spin-button": {
|
|
11
12
|
WebkitAppearance: "none",
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Theme } from '@mui/material/styles';
|
|
2
|
+
export declare const MuiPickerDay: {
|
|
3
|
+
styleOverrides: {
|
|
4
|
+
root: ({ theme }: import('@mui/x-date-pickers/PickerDay').PickerDayProps & Record<string, unknown> & {
|
|
5
|
+
ownerState: import('@mui/x-date-pickers/PickerDay').PickerDayOwnerState;
|
|
6
|
+
} & {
|
|
7
|
+
theme: Theme;
|
|
8
|
+
}) => {
|
|
9
|
+
fontSize: import("csstype").Property.FontSize<string | number> | undefined;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -6,6 +6,10 @@ export declare const MuiSelect: {
|
|
|
6
6
|
IconComponent: React.ForwardRefExoticComponent<Omit<SvgIconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
7
7
|
};
|
|
8
8
|
styleOverrides: {
|
|
9
|
+
select: {
|
|
10
|
+
minHeight: string;
|
|
11
|
+
lineHeight: string;
|
|
12
|
+
};
|
|
9
13
|
icon: ({ theme }: (import('@mui/material').SelectProps & Record<string, unknown> & {
|
|
10
14
|
ownerState: import('@mui/material').SelectProps & Record<string, unknown>;
|
|
11
15
|
}) & {
|
package/package.json
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { t as e } from "./createSvgIcon-BdNZIlKS.js";
|
|
2
|
-
import { jsx as t } from "react/jsx-runtime";
|
|
3
|
-
//#region ../../node_modules/@mui/icons-material/ChevronLeft.mjs
|
|
4
|
-
var n = e(/* @__PURE__ */ t("path", { d: "M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z" }), "ChevronLeft");
|
|
5
|
-
//#endregion
|
|
6
|
-
export { n as t };
|