@m4l/styles 0.0.30 → 0.0.32

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 (69) hide show
  1. package/index.js +37 -37
  2. package/package.json +1 -1
  3. package/theme/defaultThemeOptions.b25c825e.js +27 -0
  4. package/theme/index.34d0fdea.js +1 -0
  5. package/theme/index.d.ts +1 -0
  6. package/theme/overrides/M4LExtendedComponents/M4LAccordion.d.ts +22 -15
  7. package/theme/overrides/M4LExtendedComponents/M4LAccountPopover.d.ts +106 -76
  8. package/theme/overrides/M4LExtendedComponents/M4LAppBar.d.ts +58 -3
  9. package/theme/overrides/M4LExtendedComponents/M4LAreasAdmin.d.ts +6834 -13145
  10. package/theme/overrides/M4LExtendedComponents/M4LAreasViewer.d.ts +171 -977
  11. package/theme/overrides/M4LExtendedComponents/M4LAvatar.d.ts +0 -2
  12. package/theme/overrides/M4LExtendedComponents/M4LBadge.d.ts +5 -0
  13. package/theme/overrides/M4LExtendedComponents/M4LButton.d.ts +56 -57
  14. package/theme/overrides/M4LExtendedComponents/M4LCheckBox.d.ts +13 -12
  15. package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +41 -30
  16. package/theme/overrides/M4LExtendedComponents/M4LDynamicFilter.d.ts +78 -85
  17. package/theme/overrides/M4LExtendedComponents/M4LFormatter.d.ts +19 -0
  18. package/theme/overrides/M4LExtendedComponents/M4LIconButton.d.ts +2 -2
  19. package/theme/overrides/M4LExtendedComponents/{M4LToolkitPage.d.ts → M4LMFLoader.d.ts} +6 -7
  20. package/theme/overrides/M4LExtendedComponents/M4LMasterDetailLayout.d.ts +13 -2
  21. package/theme/overrides/M4LExtendedComponents/M4LMenuActions.d.ts +17 -0
  22. package/theme/overrides/M4LExtendedComponents/M4LModalDialog.d.ts +4 -48
  23. package/theme/overrides/M4LExtendedComponents/M4LModuleLayout.d.ts +1 -0
  24. package/theme/overrides/M4LExtendedComponents/M4LPager.d.ts +0 -2
  25. package/theme/overrides/M4LExtendedComponents/M4LPaperForm.d.ts +1 -2
  26. package/theme/overrides/M4LExtendedComponents/M4LPeriod.d.ts +43 -33
  27. package/theme/overrides/M4LExtendedComponents/M4LPopover.d.ts +12 -0
  28. package/theme/overrides/M4LExtendedComponents/M4LPrintingSystem.d.ts +1000 -0
  29. package/theme/overrides/M4LExtendedComponents/M4LPropertyValue.d.ts +140 -2
  30. package/theme/overrides/M4LExtendedComponents/M4LRHFormProvider.d.ts +1 -0
  31. package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +91 -48
  32. package/theme/overrides/M4LExtendedComponents/M4LTab.d.ts +3 -0
  33. package/theme/overrides/M4LExtendedComponents/M4LTabContent.d.ts +1 -0
  34. package/theme/overrides/M4LExtendedComponents/M4LTabs.d.ts +16 -0
  35. package/theme/overrides/M4LExtendedComponents/M4LToastContainer.d.ts +29 -0
  36. package/theme/overrides/M4LExtendedComponents/M4LTooltip.d.ts +0 -4
  37. package/theme/overrides/M4LExtendedComponents/M4LoadingButton.d.ts +24 -20
  38. package/theme/overrides/M4LExtendedComponents/M4LoadingError.d.ts +881 -0
  39. package/theme/overrides/M4LExtendedComponents/{index.e875a5e1.js → index.15f2650a.js} +1539 -1080
  40. package/theme/overrides/M4LRHFComponents/M4LRHFAutocomplete.d.ts +102 -4
  41. package/theme/overrides/M4LRHFComponents/M4LRHFColorPicker.d.ts +107 -0
  42. package/theme/overrides/M4LRHFComponents/M4LRHFDateTime.d.ts +20 -1
  43. package/theme/overrides/M4LRHFComponents/M4LRHFTextField.d.ts +5 -0
  44. package/theme/overrides/M4LRHFComponents/M4LRHFUploadImage.d.ts +2 -1
  45. package/theme/overrides/M4LRHFComponents/{index.d3125fd8.js → index.e6262889.js} +270 -38
  46. package/theme/overrides/MUIComponents/Accordion.d.ts +34 -17
  47. package/theme/overrides/MUIComponents/ControlLabel.d.ts +34 -17
  48. package/theme/overrides/MUIComponents/Input.d.ts +68 -34
  49. package/theme/overrides/MUIComponents/LoadingButton.d.ts +34 -17
  50. package/theme/overrides/MUIComponents/Table.d.ts +136 -68
  51. package/theme/overrides/MUIComponents/{index.f50cd1c7.js → index.1b2b2be2.js} +59 -138
  52. package/theme/overrides/index.158187f3.js +105 -0
  53. package/theme/{palette.104051a7.js → palette.31d770bc.js} +90 -47
  54. package/theme/palette.d.ts +18 -8
  55. package/theme/{shadows.b036a684.js → shadows.9800d84c.js} +24 -24
  56. package/theme/typography.b14a8e35.js +122 -0
  57. package/theme/typography.d.ts +20 -13
  58. package/types/augmentations.d.ts +1 -1
  59. package/utils/{getColorPresets.2693301f.js → getColorPresets.9fec9cc2.js} +1 -1
  60. package/utils/getColorState.4350ccb4.js +239 -0
  61. package/utils/getColorState.d.ts +5 -0
  62. package/theme/defaultThemeOptions.a8de2e18.js +0 -30
  63. package/theme/index.b0919dac.js +0 -7
  64. package/theme/overrides/M4LExtendedComponents/M4LToolkitDivider.d.ts +0 -18
  65. package/theme/overrides/M4LExtendedComponents/M4LToolkitSection.d.ts +0 -24
  66. package/theme/overrides/MUIComponents/Tabs.d.ts +0 -886
  67. package/theme/overrides/index.cbe0dea7.js +0 -103
  68. package/theme/typography.7591a12b.js +0 -124
  69. package/utils/getColorState.32c050bf.js +0 -208
package/index.js CHANGED
@@ -1,41 +1,41 @@
1
- import { d as f } from "./theme/defaultThemeOptions.a8de2e18.js";
2
- import { c as l, s as g } from "./theme/shadows.b036a684.js";
3
- import { P as u, p as d } from "./theme/palette.104051a7.js";
4
- import { t as S } from "./theme/typography.7591a12b.js";
5
- import { f as O } from "./theme/overrides/index.cbe0dea7.js";
6
- import { u as b } from "./utils/useResponsive.2c45e8e0.js";
7
- import { e as h, b as T, c as v, d as w, g as z, a as y, t as F } from "./utils/getColorPresets.2693301f.js";
8
- import { g as k } from "./utils/getColorState.32c050bf.js";
9
- import { g as A, p as B, a as L, r as N } from "./utils/getFontValue.88831637.js";
10
- import { g as j, m as D } from "./config.5405b46b.js";
1
+ import { g as f, m as x } from "./config.5405b46b.js";
2
+ import { d as g } from "./theme/defaultThemeOptions.b25c825e.js";
3
+ import { c as u, s as d } from "./theme/shadows.9800d84c.js";
4
+ import { P as S, p as C } from "./theme/palette.31d770bc.js";
5
+ import { t as R } from "./theme/typography.b14a8e35.js";
6
+ import { f as c } from "./theme/overrides/index.158187f3.js";
7
+ import { u as T } from "./utils/useResponsive.2c45e8e0.js";
8
+ import { g as w } from "./utils/getColorState.4350ccb4.js";
9
+ import { e as y, b as F, c as V, d as k, g as q, a as A, t as B } from "./utils/getColorPresets.9fec9cc2.js";
10
+ import { g as N, p as U, a as j, r as D } from "./utils/getFontValue.88831637.js";
11
+ import "@mui/material";
11
12
  import "@mui/material/styles";
12
- import "@mui/material/useMediaQuery";
13
+ import "./theme/overrides/MUIComponents/index.1b2b2be2.js";
14
+ import "./theme/overrides/M4LExtendedComponents/index.15f2650a.js";
13
15
  import "@mui/system";
14
- import "@mui/material";
15
- import "./theme/overrides/MUIComponents/index.f50cd1c7.js";
16
- import "./theme/overrides/M4LExtendedComponents/index.e875a5e1.js";
17
- import "./theme/overrides/M4LRHFComponents/index.d3125fd8.js";
16
+ import "./theme/overrides/M4LRHFComponents/index.e6262889.js";
17
+ import "@mui/material/useMediaQuery";
18
18
  export {
19
- u as PATRONUSCOLORS,
20
- h as blaze,
21
- T as brown,
22
- v as colorPresets,
23
- l as createCustomShadows,
24
- w as defaultPreset,
25
- f as defaultThemeOptions,
26
- O as fnComponentsOverrides,
27
- z as getColorPresets,
28
- k as getColorState,
29
- A as getFontValue,
30
- j as globalRemSize,
31
- y as grass,
32
- D as muiBreakpointsValues,
33
- d as palette,
34
- B as pxToRem,
35
- L as remToPx,
36
- N as responsiveFontSizes,
37
- g as shadows,
38
- F as turqui,
39
- S as typography,
40
- b as useResponsive
19
+ S as PATRONUSCOLORS,
20
+ y as blaze,
21
+ F as brown,
22
+ V as colorPresets,
23
+ u as createCustomShadows,
24
+ k as defaultPreset,
25
+ g as defaultThemeOptions,
26
+ c as fnComponentsOverrides,
27
+ q as getColorPresets,
28
+ w as getColorState,
29
+ N as getFontValue,
30
+ f as globalRemSize,
31
+ A as grass,
32
+ x as muiBreakpointsValues,
33
+ C as palette,
34
+ U as pxToRem,
35
+ j as remToPx,
36
+ D as responsiveFontSizes,
37
+ d as shadows,
38
+ B as turqui,
39
+ R as typography,
40
+ T as useResponsive
41
41
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/styles",
3
- "version": "0.0.30",
3
+ "version": "0.0.32",
4
4
  "license": "UNLICENSED",
5
5
  "author": "m4l team",
6
6
  "dependencies": {
@@ -0,0 +1,27 @@
1
+ import { t as a } from "./typography.b14a8e35.js";
2
+ import { p as o } from "./palette.31d770bc.js";
3
+ import { alpha as s } from "@mui/material";
4
+ import { s as e, c as p } from "./shadows.9800d84c.js";
5
+ import { g as r } from "../utils/getColorPresets.9fec9cc2.js";
6
+ import { g as m } from "../utils/getColorState.4350ccb4.js";
7
+ const f = {
8
+ typography: a,
9
+ palette: {
10
+ ...o.dark,
11
+ primary: r("patronus"),
12
+ state: { ...m("patronus", "dark") },
13
+ representative: r("patronus").darker
14
+ },
15
+ shape: { borderRadius: 8 },
16
+ direction: "rtl",
17
+ shadows: e.dark,
18
+ customShadows: {
19
+ primary: `0 8px 16px 0 ${s(r("patronus").main, 0.2)}`,
20
+ ...p("dark")
21
+ },
22
+ stretch: !0,
23
+ spacing: (t) => `${0.5 * t}rem`
24
+ };
25
+ export {
26
+ f as d
27
+ };
@@ -0,0 +1 @@
1
+
package/theme/index.d.ts CHANGED
@@ -6,4 +6,5 @@ export type { PatronusConstantColors } from './palette';
6
6
  export type { ColorSchema, StateDefault, StateSkeleton } from './palette';
7
7
  export type { ColorStateOptions } from '../utils/getColorState';
8
8
  export { typography } from './typography';
9
+ export type { M4LTypographyVariants } from './typography';
9
10
  export { fnComponentsOverrides } from './overrides';
@@ -15,34 +15,41 @@ export declare const M4LAccordion: (theme: Theme) => {
15
15
  background: string;
16
16
  marginBottom: string;
17
17
  borderRadius: string;
18
+ border: string;
19
+ borderColor: string;
18
20
  };
19
21
  };
20
22
  '& .MuiButtonBase-root': {
21
23
  padding: string;
22
24
  borderRadius: string;
23
- "&:hover": {
25
+ height: string;
26
+ minHeight: string;
27
+ "&:hover": {};
28
+ '&.MuiAccordionSummary-root': {
24
29
  background: string;
25
- };
26
- '&.MuiAccordionSummary-root.Mui-expanded': {
27
- background: string;
28
- '& .M4LTypography-root': {
29
- '& .MuiTypography-root': {
30
- color: string;
30
+ '& .Mui-expanded': {
31
+ background: string;
32
+ borderRadius: string;
33
+ height: string;
34
+ minHeight: string;
35
+ '& .M4LTypography-root': {
36
+ '& .MuiTypography-root': {
37
+ color: string;
38
+ };
31
39
  };
40
+ '& .MuiAccordionSummary-expandIconWrapper': {
41
+ transform: string;
42
+ };
43
+ '& .M4LAccordion-endIcon': {
44
+ transform: string;
45
+ };
46
+ '& .M4LIconButton-root': {};
32
47
  };
33
- '& .MuiAccordionSummary-expandIconWrapper': {
34
- transform: string;
35
- };
36
- '& .M4LAccordion-endIcon': {
37
- transform: string;
38
- };
39
- '& .M4LIconButton-root': {};
40
48
  };
41
49
  test: string;
42
50
  };
43
51
  '& .MuiCollapse-root': {
44
52
  background: string;
45
- borderTop: string;
46
53
  borderColor: string;
47
54
  borderRadius: string;
48
55
  padding: string;
@@ -9,118 +9,148 @@ export declare const M4LAccountPopover: (theme: Theme) => {
9
9
  };
10
10
  M4LAccountPopoverPopover: {
11
11
  styleOverrides: {
12
- '&.M4LAccountPopover-popover': {
12
+ '& .M4LAccountPopover-popover': {
13
13
  display: string;
14
14
  flexDirection: string;
15
15
  gap: string;
16
16
  borderRadius: string;
17
- '& .MuiPaper-root': {
17
+ };
18
+ '& .MuiPaper-root': {
19
+ display: string;
20
+ flexDirection: string;
21
+ gap: string;
22
+ padding: string;
23
+ borderRadius: string;
24
+ boxShadow: string;
25
+ background: string;
26
+ '& .M4LAccountPopover-containerUserInfo': {
18
27
  display: string;
19
28
  flexDirection: string;
20
29
  gap: string;
21
- padding: string;
22
- borderRadius: string;
23
- boxShadow: string;
24
- background: string;
25
- '& .M4LAccountPopover-containerUserInfo': {
30
+ '& .M4LAccountPopover-containerUserName': {
26
31
  display: string;
27
32
  flexDirection: string;
28
- '& .M4LAccountPopover-containerUserName': {
29
- display: string;
30
- flexDirection: string;
31
- gap: string;
32
- padding: string;
33
- "& .M4LAccountPopover-labelUserName": {
34
- padding: string;
35
- color: string;
36
- };
33
+ gap: string;
34
+ padding: string;
35
+ '& .M4LIcon-root': {
36
+ minWidth: string;
37
+ minHeight: string;
37
38
  };
38
- '& .M4LAccountPopover-containerUserEmail': {
39
- display: string;
40
- flexDirection: string;
41
- gap: string;
42
- padding: string;
43
- "& .M4LAccountPopover-labelUserEmail": {
44
- padding: string;
45
- color: string;
46
- };
39
+ "& .M4LAccountPopover-labelUserName": {
40
+ width: string;
41
+ minHeight: string;
42
+ color: string;
47
43
  };
48
44
  };
49
- '& .M4LAccountPopover-containerAppVersion': {
45
+ '& .M4LAccountPopover-containerUserEmail': {
50
46
  display: string;
51
47
  flexDirection: string;
52
48
  gap: string;
53
49
  padding: string;
54
- "& .M4LAccountPopover-labelVersion": {
55
- padding: string;
50
+ '& .M4LIcon-root': {
51
+ minWidth: string;
52
+ minHeight: string;
53
+ };
54
+ "& .M4LAccountPopover-labelUserEmail": {
55
+ width: string;
56
+ minHeight: string;
56
57
  color: string;
57
58
  };
58
59
  };
59
- '& .M4LAccountPopover-containerMenuItems': {
60
- borderTop: string;
61
- borderBottom: string;
62
- borderColor: string;
63
- padding: string;
64
- margin: string;
60
+ };
61
+ '& .M4LAccountPopover-containerAppVersion': {
62
+ display: string;
63
+ flexDirection: string;
64
+ gap: string;
65
+ padding: string;
66
+ '& .M4LIcon-root': {
67
+ minWidth: string;
68
+ minHeight: string;
69
+ };
70
+ "& .M4LAccountPopover-labelVersion": {
71
+ width: string;
72
+ minHeight: string;
73
+ color: string;
74
+ };
75
+ };
76
+ '& .M4LAccountPopover-containerMenuItems': {
77
+ borderTop: string;
78
+ borderBottom: string;
79
+ borderColor: string;
80
+ padding: string;
81
+ display: string;
82
+ flexDirection: string;
83
+ gap: string;
84
+ '& .M4LAccountPopover-containerProgress': {
65
85
  display: string;
66
- flexDirection: string;
67
- gap: string;
68
- '& .M4LAccountPopover-containerSetting': {
69
- display: string;
70
- flexDirection: string;
71
- gap: string;
72
- width: string;
73
- borderRadius: string;
74
- padding: string;
75
- cursor: string;
76
- '&:hover': {
77
- background: string;
78
- };
79
- '& .M4LAccountPopover-menuItem': {
80
- padding: string;
81
- borderRadius: string;
82
- };
83
- };
86
+ justifyContent: string;
87
+ alignItems: string;
84
88
  };
85
- '& .M4LAccountPopover-containerlogOut': {
89
+ '& .M4LAccountPopover-containerSetting': {
86
90
  display: string;
87
91
  flexDirection: string;
88
92
  gap: string;
89
- padding: string;
90
- borderRadius: string;
91
93
  width: string;
92
- alignItems: string;
94
+ borderRadius: string;
93
95
  cursor: string;
94
96
  '&:hover': {
95
97
  background: string;
96
98
  };
97
- '& .M4LAccountPopover-logOut': {
98
- padding: string;
99
+ '& .M4LIcon-root': {
100
+ minWidth: string;
101
+ minHeight: string;
102
+ };
103
+ '& .M4LAccountPopover-menuItem': {
99
104
  borderRadius: string;
105
+ width: string;
106
+ minHeight: string;
100
107
  color: string;
101
108
  };
102
109
  };
103
- '& .M4LPopover-arrowStyle': {
110
+ };
111
+ '& .M4LAccountPopover-containerlogOut': {
112
+ display: string;
113
+ flexDirection: string;
114
+ gap: string;
115
+ padding: string;
116
+ borderRadius: string;
117
+ width: string;
118
+ alignItems: string;
119
+ cursor: string;
120
+ '&:hover': {
121
+ background: string;
122
+ };
123
+ '& .M4LIcon-root': {
124
+ minWidth: string;
125
+ minHeight: string;
126
+ };
127
+ '& .M4LAccountPopover-logOut': {
128
+ borderRadius: string;
129
+ width: string;
130
+ minHeight: string;
131
+ color: string;
132
+ };
133
+ };
134
+ '& .M4LPopover-arrowStyle': {
135
+ display: string;
136
+ '& .M4LAccountPopover-containerUserInfo': {
104
137
  display: string;
105
- '& .M4LAccountPopover-containerUserInfo': {
138
+ '& .M4LAccountPopover-containerUserName': {
106
139
  display: string;
107
- '& .M4LAccountPopover-containerUserName': {
108
- display: string;
109
- flexDirection: string;
110
- gap: string;
111
- };
112
- '& .M4LAccountPopover-containerUserEmail': {
113
- display: string;
114
- flexDirection: string;
115
- gap: string;
116
- };
117
- '& .M4LAccountPopover-containerAppVersion': {
118
- display: string;
119
- flexDirection: string;
120
- gap: string;
121
- };
122
- '& .M4LAccountPopover-logOut': {};
140
+ flexDirection: string;
141
+ gap: string;
142
+ };
143
+ '& .M4LAccountPopover-containerUserEmail': {
144
+ display: string;
145
+ flexDirection: string;
146
+ gap: string;
147
+ };
148
+ '& .M4LAccountPopover-containerAppVersion': {
149
+ display: string;
150
+ flexDirection: string;
151
+ gap: string;
123
152
  };
153
+ '& .M4LAccountPopover-logOut': {};
124
154
  };
125
155
  };
126
156
  };
@@ -7,6 +7,40 @@ export declare const M4LAppBar: (theme: Theme) => {
7
7
  width: string;
8
8
  marginLeft: string;
9
9
  gap: string;
10
+ '& .M4LImage-root'?: undefined;
11
+ '& .M4LAppBar-containerImageTypography'?: undefined;
12
+ display?: undefined;
13
+ alingItems?: undefined;
14
+ height?: undefined;
15
+ minWidth?: undefined;
16
+ minHeight?: undefined;
17
+ alignItems?: undefined;
18
+ borderRadius?: undefined;
19
+ borderColor?: undefined;
20
+ justifyContent?: undefined;
21
+ "& .M4LAppBar-iconMenuToggle"?: undefined;
22
+ flexDirection?: undefined;
23
+ '& .M4LAppBar-containerChilds'?: undefined;
24
+ } | {
25
+ '& .M4LImage-root': {
26
+ width: string;
27
+ height: string;
28
+ backgroundColor: string;
29
+ borderRadius: string;
30
+ padding: string;
31
+ };
32
+ '& .M4LAppBar-containerImageTypography': {
33
+ display: string;
34
+ alignItems: string;
35
+ gap: string;
36
+ '& .M4LTypography-root': {
37
+ textWrap: string;
38
+ textTransform: string;
39
+ };
40
+ };
41
+ width?: undefined;
42
+ marginLeft?: undefined;
43
+ gap?: undefined;
10
44
  display?: undefined;
11
45
  alingItems?: undefined;
12
46
  height?: undefined;
@@ -52,6 +86,8 @@ export declare const M4LAppBar: (theme: Theme) => {
52
86
  };
53
87
  marginLeft?: undefined;
54
88
  gap?: undefined;
89
+ '& .M4LImage-root'?: undefined;
90
+ '& .M4LAppBar-containerImageTypography'?: undefined;
55
91
  flexDirection?: undefined;
56
92
  '& .M4LAppBar-containerChilds'?: undefined;
57
93
  } | {
@@ -165,6 +201,8 @@ export declare const M4LAppBar: (theme: Theme) => {
165
201
  };
166
202
  };
167
203
  marginLeft?: undefined;
204
+ '& .M4LImage-root'?: undefined;
205
+ '& .M4LAppBar-containerImageTypography'?: undefined;
168
206
  alingItems?: undefined;
169
207
  height?: undefined;
170
208
  minWidth?: undefined;
@@ -177,6 +215,7 @@ export declare const M4LAppBar: (theme: Theme) => {
177
215
  display: string;
178
216
  width: string;
179
217
  overflow: string;
218
+ minHeight: string;
180
219
  height: string;
181
220
  alignItems: string;
182
221
  padding: string;
@@ -184,6 +223,25 @@ export declare const M4LAppBar: (theme: Theme) => {
184
223
  borderBottom: string;
185
224
  borderColor: string;
186
225
  justifyContent: string;
226
+ gap: string;
227
+ '& .M4LAppBar-containerLogo': {
228
+ '& .M4LImage-root': {
229
+ width: string;
230
+ height: string;
231
+ backgroundColor: string;
232
+ borderRadius: string;
233
+ padding: string;
234
+ };
235
+ '& .M4LAppBar-containerImageTypography': {
236
+ display: string;
237
+ alignItems: string;
238
+ gap: string;
239
+ '& .M4LTypography-root': {
240
+ textWrap: string;
241
+ textTransform: string;
242
+ };
243
+ };
244
+ };
187
245
  '& .M4LAppBar-containerIconMenuToggle': {
188
246
  display: string;
189
247
  alingItems: string;
@@ -329,8 +387,5 @@ export declare const M4LAppBar: (theme: Theme) => {
329
387
  };
330
388
  };
331
389
  };
332
- "*css-1gn3ygk": {
333
- overflow: string;
334
- };
335
390
  };
336
391
  };