@solostylist/ui-kit 1.0.227 → 1.0.229
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/{FormControl-BbzvApma.js → FormControl-DsRIRfTs.js} +204 -177
- package/dist/{MenuItem-CwAhn4sd.js → MenuItem-IOMcBScJ.js} +2 -2
- package/dist/{MenuList-5C2nFAWS.js → MenuList-vtqACjea.js} +1 -1
- package/dist/{Modal-Cu5Cgh-q.js → Modal-CLdC2-Th.js} +372 -395
- package/dist/Popover-ZneFWo2r.js +333 -0
- package/dist/{checkbox-B5GlJYcB.js → checkbox-DC-OoGvh.js} +1 -1
- 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-B9JOBvzP.js → s-chat-message-C-d9amiC.js} +2 -2
- 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-B5k-1Acd.js → s-code-block-DEojINTt.js} +16 -11
- 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-BPE5a6p6.js → s-comment-message-Dum0P6de.js} +2 -2
- package/dist/s-data-table/index.js +1 -1
- package/dist/s-data-table/s-data-table.d.ts +1 -5
- package/dist/s-data-table/s-data-table.js +1 -1
- package/dist/{s-data-table-D-esZw_W.js → s-data-table-DfGYIIvn.js} +202 -172
- package/dist/s-date-picker/index.js +1 -1
- package/dist/s-date-picker/picker-action-bar.d.ts +3 -7
- package/dist/s-date-picker/picker-action-bar.js +33 -19
- package/dist/s-date-picker/s-date-picker.js +1 -1
- package/dist/{s-date-picker-CdH1pta6.js → s-date-picker-C06rlE6_.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-BHkWSJKj.js → s-datetime-picker-DnIK-QnQ.js} +24 -24
- package/dist/s-error-layout/s-error-layout.d.ts +2 -2
- package/dist/s-error-layout/s-error-layout.js +1 -1
- package/dist/s-language-switcher/index.js +1 -1
- package/dist/s-language-switcher/s-language-switcher.d.ts +2 -5
- package/dist/s-language-switcher/s-language-switcher.js +1 -1
- package/dist/s-language-switcher-B96dUknj.js +192 -0
- package/dist/s-link/s-link.d.ts +2 -2
- package/dist/s-link/s-link.js +8 -5
- package/dist/s-moving-border/s-moving-border.d.ts +6 -9
- package/dist/s-moving-border/s-moving-border.js +73 -81
- package/dist/s-pagination/s-pagination.js +2 -2
- package/dist/s-review/index.js +1 -1
- package/dist/s-review/s-review.js +1 -1
- package/dist/{s-review-CRnakHRo.js → s-review-CvTVBxTZ.js} +3 -3
- package/dist/s-skeleton/index.d.ts +1 -1
- package/dist/s-skeleton/s-skeleton.d.ts +25 -9
- package/dist/s-skeleton/s-skeleton.js +59 -63
- package/dist/s-text-editor/index.js +1 -1
- package/dist/s-text-editor/s-text-editor-toolbar.js +1 -1
- package/dist/s-text-editor/s-text-editor.js +1 -1
- package/dist/{s-text-editor-toolbar-BEFVwZ-B.js → s-text-editor-toolbar-ChtNCg2A.js} +900 -736
- package/dist/s-theme-demo/index.js +1 -1
- package/dist/s-theme-demo/s-theme-demo.js +1 -1
- package/dist/s-theme-demo-Bnv7lPIh.js +867 -0
- package/dist/theme/components/checkbox.d.ts +0 -9
- package/dist/theme/components/checkbox.js +1 -1
- package/dist/theme/components/components.js +1 -1
- package/dist/theme/components/month-calendar.d.ts +2 -0
- package/dist/theme/components/month-calendar.js +3 -1
- package/dist/theme/components/pickers-calendar-header.d.ts +14 -1
- package/dist/theme/components/pickers-calendar-header.js +5 -2
- package/dist/{useMobilePicker-Dw1IxoE6.js → useMobilePicker-CQA6fYLQ.js} +384 -384
- package/package.json +1 -1
- package/dist/Menu-Ct_sL_Dg.js +0 -497
- package/dist/s-language-switcher-UgSBC_n_.js +0 -199
- package/dist/s-theme-demo-Fktc-UlY.js +0 -857
|
@@ -1033,15 +1033,6 @@ export declare const MuiCheckbox: {
|
|
|
1033
1033
|
outlineOffset: string;
|
|
1034
1034
|
borderColor: string;
|
|
1035
1035
|
};
|
|
1036
|
-
'&.Mui-checked': {
|
|
1037
|
-
color: string;
|
|
1038
|
-
backgroundColor: string;
|
|
1039
|
-
borderColor: string;
|
|
1040
|
-
boxShadow: string;
|
|
1041
|
-
'&:hover': {
|
|
1042
|
-
backgroundColor: string;
|
|
1043
|
-
};
|
|
1044
|
-
};
|
|
1045
1036
|
};
|
|
1046
1037
|
};
|
|
1047
1038
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../../checkbox-
|
|
1
|
+
import { t as e } from "../../checkbox-DC-OoGvh.js";
|
|
2
2
|
export { e as MuiCheckbox };
|
|
@@ -55,7 +55,7 @@ import { MuiAccordionSummary as $ } from "./accordion-summary.js";
|
|
|
55
55
|
import { MuiAlert as ee } from "./alert.js";
|
|
56
56
|
import { MuiAppBar as te } from "./app-bar.js";
|
|
57
57
|
import { t as ne } from "../../autocomplete-Dd4zjpaF.js";
|
|
58
|
-
import { t as re } from "../../checkbox-
|
|
58
|
+
import { t as re } from "../../checkbox-DC-OoGvh.js";
|
|
59
59
|
import { t as ie } from "../../avatar-DFQ5F7pY.js";
|
|
60
60
|
import { MuiBackdrop as ae } from "./backdrop.js";
|
|
61
61
|
import { MuiButton as oe } from "./button.js";
|
|
@@ -15,6 +15,8 @@ export declare const MuiMonthCalendar: {
|
|
|
15
15
|
rowGap: string;
|
|
16
16
|
columnGap: string;
|
|
17
17
|
justifyContent: "center";
|
|
18
|
+
paddingTop: number;
|
|
19
|
+
paddingBottom: number;
|
|
18
20
|
};
|
|
19
21
|
button: ({ theme }: import('@mui/x-date-pickers').MonthCalendarProps & Record<string, unknown> & {
|
|
20
22
|
ownerState: import('@mui/x-date-pickers').PickerOwnerState;
|
|
@@ -25,8 +25,21 @@ export declare const MuiPickersCalendarHeader: {
|
|
|
25
25
|
backgroundColor: string;
|
|
26
26
|
};
|
|
27
27
|
};
|
|
28
|
-
|
|
28
|
+
label: ({ theme }: import('@mui/x-date-pickers').ExportedPickersCalendarHeaderProps & Record<string, unknown> & {
|
|
29
|
+
ownerState: import('@mui/x-date-pickers').PickerOwnerState;
|
|
30
|
+
} & {
|
|
31
|
+
theme: Theme;
|
|
32
|
+
}) => {
|
|
33
|
+
marginRight: string;
|
|
34
|
+
};
|
|
35
|
+
switchViewButton: ({ theme }: import('@mui/x-date-pickers').ExportedPickersCalendarHeaderProps & Record<string, unknown> & {
|
|
36
|
+
ownerState: import('@mui/x-date-pickers').PickerOwnerState;
|
|
37
|
+
} & {
|
|
38
|
+
theme: Theme;
|
|
39
|
+
}) => {
|
|
29
40
|
padding: number;
|
|
41
|
+
marginLeft: string;
|
|
42
|
+
color: string;
|
|
30
43
|
'& .MuiSvgIcon-root': {
|
|
31
44
|
fontSize: string;
|
|
32
45
|
};
|
|
@@ -14,11 +14,14 @@ var e = { styleOverrides: {
|
|
|
14
14
|
transition: "background-color 0.2s ease-in-out",
|
|
15
15
|
"&:hover": { backgroundColor: (e.vars ?? e).palette.action.hover }
|
|
16
16
|
}),
|
|
17
|
-
|
|
17
|
+
label: ({ theme: e }) => ({ marginRight: e.spacing(.5) }),
|
|
18
|
+
switchViewButton: ({ theme: e }) => ({
|
|
18
19
|
padding: 8,
|
|
20
|
+
marginLeft: e.spacing(-1),
|
|
21
|
+
color: (e.vars ?? e).palette.text.primary,
|
|
19
22
|
"& .MuiSvgIcon-root": { fontSize: "1rem" },
|
|
20
23
|
"&:hover": { backgroundColor: "transparent" }
|
|
21
|
-
}
|
|
24
|
+
})
|
|
22
25
|
} };
|
|
23
26
|
//#endregion
|
|
24
27
|
export { e as MuiPickersCalendarHeader };
|