@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.
Files changed (63) hide show
  1. package/dist/{FormControl-BbzvApma.js → FormControl-DsRIRfTs.js} +204 -177
  2. package/dist/{MenuItem-CwAhn4sd.js → MenuItem-IOMcBScJ.js} +2 -2
  3. package/dist/{MenuList-5C2nFAWS.js → MenuList-vtqACjea.js} +1 -1
  4. package/dist/{Modal-Cu5Cgh-q.js → Modal-CLdC2-Th.js} +372 -395
  5. package/dist/Popover-ZneFWo2r.js +333 -0
  6. package/dist/{checkbox-B5GlJYcB.js → checkbox-DC-OoGvh.js} +1 -1
  7. package/dist/s-chat-message/index.js +1 -1
  8. package/dist/s-chat-message/s-chat-message.js +1 -1
  9. package/dist/{s-chat-message-B9JOBvzP.js → s-chat-message-C-d9amiC.js} +2 -2
  10. package/dist/s-code-block/index.js +1 -1
  11. package/dist/s-code-block/s-code-block.js +1 -1
  12. package/dist/{s-code-block-B5k-1Acd.js → s-code-block-DEojINTt.js} +16 -11
  13. package/dist/s-comment-message/index.js +1 -1
  14. package/dist/s-comment-message/s-comment-message.js +1 -1
  15. package/dist/{s-comment-message-BPE5a6p6.js → s-comment-message-Dum0P6de.js} +2 -2
  16. package/dist/s-data-table/index.js +1 -1
  17. package/dist/s-data-table/s-data-table.d.ts +1 -5
  18. package/dist/s-data-table/s-data-table.js +1 -1
  19. package/dist/{s-data-table-D-esZw_W.js → s-data-table-DfGYIIvn.js} +202 -172
  20. package/dist/s-date-picker/index.js +1 -1
  21. package/dist/s-date-picker/picker-action-bar.d.ts +3 -7
  22. package/dist/s-date-picker/picker-action-bar.js +33 -19
  23. package/dist/s-date-picker/s-date-picker.js +1 -1
  24. package/dist/{s-date-picker-CdH1pta6.js → s-date-picker-C06rlE6_.js} +1 -1
  25. package/dist/s-datetime-picker/index.js +1 -1
  26. package/dist/s-datetime-picker/s-datetime-picker.js +1 -1
  27. package/dist/{s-datetime-picker-BHkWSJKj.js → s-datetime-picker-DnIK-QnQ.js} +24 -24
  28. package/dist/s-error-layout/s-error-layout.d.ts +2 -2
  29. package/dist/s-error-layout/s-error-layout.js +1 -1
  30. package/dist/s-language-switcher/index.js +1 -1
  31. package/dist/s-language-switcher/s-language-switcher.d.ts +2 -5
  32. package/dist/s-language-switcher/s-language-switcher.js +1 -1
  33. package/dist/s-language-switcher-B96dUknj.js +192 -0
  34. package/dist/s-link/s-link.d.ts +2 -2
  35. package/dist/s-link/s-link.js +8 -5
  36. package/dist/s-moving-border/s-moving-border.d.ts +6 -9
  37. package/dist/s-moving-border/s-moving-border.js +73 -81
  38. package/dist/s-pagination/s-pagination.js +2 -2
  39. package/dist/s-review/index.js +1 -1
  40. package/dist/s-review/s-review.js +1 -1
  41. package/dist/{s-review-CRnakHRo.js → s-review-CvTVBxTZ.js} +3 -3
  42. package/dist/s-skeleton/index.d.ts +1 -1
  43. package/dist/s-skeleton/s-skeleton.d.ts +25 -9
  44. package/dist/s-skeleton/s-skeleton.js +59 -63
  45. package/dist/s-text-editor/index.js +1 -1
  46. package/dist/s-text-editor/s-text-editor-toolbar.js +1 -1
  47. package/dist/s-text-editor/s-text-editor.js +1 -1
  48. package/dist/{s-text-editor-toolbar-BEFVwZ-B.js → s-text-editor-toolbar-ChtNCg2A.js} +900 -736
  49. package/dist/s-theme-demo/index.js +1 -1
  50. package/dist/s-theme-demo/s-theme-demo.js +1 -1
  51. package/dist/s-theme-demo-Bnv7lPIh.js +867 -0
  52. package/dist/theme/components/checkbox.d.ts +0 -9
  53. package/dist/theme/components/checkbox.js +1 -1
  54. package/dist/theme/components/components.js +1 -1
  55. package/dist/theme/components/month-calendar.d.ts +2 -0
  56. package/dist/theme/components/month-calendar.js +3 -1
  57. package/dist/theme/components/pickers-calendar-header.d.ts +14 -1
  58. package/dist/theme/components/pickers-calendar-header.js +5 -2
  59. package/dist/{useMobilePicker-Dw1IxoE6.js → useMobilePicker-CQA6fYLQ.js} +384 -384
  60. package/package.json +1 -1
  61. package/dist/Menu-Ct_sL_Dg.js +0 -497
  62. package/dist/s-language-switcher-UgSBC_n_.js +0 -199
  63. 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-B5GlJYcB.js";
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-B5GlJYcB.js";
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;
@@ -9,7 +9,9 @@ var t = {
9
9
  paddingRight: e.spacing(2),
10
10
  rowGap: e.spacing(1),
11
11
  columnGap: e.spacing(1),
12
- justifyContent: "center"
12
+ justifyContent: "center",
13
+ paddingTop: 0,
14
+ paddingBottom: 0
13
15
  }),
14
16
  button: ({ theme: t }) => ({
15
17
  height: t.spacing(4),
@@ -25,8 +25,21 @@ export declare const MuiPickersCalendarHeader: {
25
25
  backgroundColor: string;
26
26
  };
27
27
  };
28
- switchViewButton: {
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
- switchViewButton: {
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 };