@m4l/graphics 0.0.15 → 0.0.19

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 (83) hide show
  1. package/dist/commonjs.js +1 -0
  2. package/dist/components/Page/index.js +31 -0
  3. package/dist/components/ProgressBarStyle/index.js +34 -0
  4. package/dist/components/index.js +4 -1318
  5. package/dist/contexts/HostThemeContext/index.js +71 -0
  6. package/dist/contexts/LocalesContext/index.js +46 -0
  7. package/dist/contexts/index.js +3 -174
  8. package/dist/hooks/index.js +6 -40
  9. package/dist/hooks/useHostTheme/index.js +9 -0
  10. package/dist/hooks/useLocales/index.js +9 -0
  11. package/dist/hooks/useResponsive/index.js +26 -0
  12. package/dist/index.js +19 -1654
  13. package/dist/lib/components/Page/index.d.ts +3 -9
  14. package/dist/lib/components/Page/types.d.ts +7 -0
  15. package/dist/lib/components/{ProgressBar → ProgressBarStyle}/index.d.ts +0 -1
  16. package/dist/lib/components/index.d.ts +1 -6
  17. package/dist/lib/hooks/useHostTheme/index.d.ts +1 -0
  18. package/dist/lib/hooks/useLocales/index.d.ts +1 -0
  19. package/dist/lib/hooks/{useResponsive.d.ts → useResponsive/index.d.ts} +0 -0
  20. package/dist/lib/index.d.ts +0 -1
  21. package/dist/lib/theme/palette.d.ts +1 -2
  22. package/dist/react-helmet-async-invariant.js +19 -0
  23. package/dist/react-helmet-async-react-fast-compare.js +90 -0
  24. package/dist/react-helmet-async-shallowequal.js +32 -0
  25. package/dist/react-helmet-async.js +363 -0
  26. package/dist/theme/index.js +1553 -0
  27. package/dist/utils/index.js +91 -0
  28. package/package.json +3 -9
  29. package/dist/components/mui_extended/index.js +0 -53
  30. package/dist/layouts/index.js +0 -39
  31. package/dist/lib/components/CompanyLogo/index.d.ts +0 -3
  32. package/dist/lib/components/CompanyLogo/styles.d.ts +0 -5
  33. package/dist/lib/components/CompanyLogo/types.d.ts +0 -6
  34. package/dist/lib/components/Image/index.d.ts +0 -3
  35. package/dist/lib/components/Image/styles.d.ts +0 -5
  36. package/dist/lib/components/Image/types.d.ts +0 -19
  37. package/dist/lib/components/LanguagePopover/index.d.ts +0 -3
  38. package/dist/lib/components/LanguagePopover/types.d.ts +0 -3
  39. package/dist/lib/components/LinkWithRoute/index.d.ts +0 -3
  40. package/dist/lib/components/LinkWithRoute/types.d.ts +0 -7
  41. package/dist/lib/components/Loadable/index.d.ts +0 -2
  42. package/dist/lib/components/Typography/index.d.ts +0 -3
  43. package/dist/lib/components/Typography/types.d.ts +0 -5
  44. package/dist/lib/components/animate/DialogAnimate.d.ts +0 -7
  45. package/dist/lib/components/animate/FabButtonAnimate.d.ts +0 -8
  46. package/dist/lib/components/animate/IconButtonAnimate/index.d.ts +0 -4
  47. package/dist/lib/components/animate/MotionContainer.d.ts +0 -10
  48. package/dist/lib/components/animate/MotionInView.d.ts +0 -9
  49. package/dist/lib/components/animate/MotionLazyContainer.d.ts +0 -6
  50. package/dist/lib/components/animate/TextAnimate.d.ts +0 -9
  51. package/dist/lib/components/animate/index.d.ts +0 -8
  52. package/dist/lib/components/animate/type.d.ts +0 -26
  53. package/dist/lib/components/animate/variants/actions.d.ts +0 -5
  54. package/dist/lib/components/animate/variants/background.d.ts +0 -104
  55. package/dist/lib/components/animate/variants/bounce.d.ts +0 -136
  56. package/dist/lib/components/animate/variants/container.d.ts +0 -19
  57. package/dist/lib/components/animate/variants/fade.d.ts +0 -217
  58. package/dist/lib/components/animate/variants/flip.d.ts +0 -75
  59. package/dist/lib/components/animate/variants/index.d.ts +0 -12
  60. package/dist/lib/components/animate/variants/path.d.ts +0 -14
  61. package/dist/lib/components/animate/variants/rotate.d.ts +0 -39
  62. package/dist/lib/components/animate/variants/scale.d.ts +0 -75
  63. package/dist/lib/components/animate/variants/slide.d.ts +0 -155
  64. package/dist/lib/components/animate/variants/transition.d.ts +0 -13
  65. package/dist/lib/components/animate/variants/zoom.d.ts +0 -199
  66. package/dist/lib/components/mui_extended/LoadingButton/index.d.ts +0 -3
  67. package/dist/lib/components/mui_extended/LoadingButton/skeleton.d.ts +0 -2
  68. package/dist/lib/components/mui_extended/LoadingButton/styles.d.ts +0 -2
  69. package/dist/lib/components/mui_extended/LoadingButton/types.d.ts +0 -5
  70. package/dist/lib/components/mui_extended/Typography/index.d.ts +0 -3
  71. package/dist/lib/components/mui_extended/Typography/types.d.ts +0 -5
  72. package/dist/lib/components/mui_extended/index.d.ts +0 -37
  73. package/dist/lib/hooks/useHostTheme.d.ts +0 -1
  74. package/dist/lib/hooks/useLocales.d.ts +0 -1
  75. package/dist/lib/layouts/NoAuthModuleLayout/components/ModuleWrapper/index.d.ts +0 -3
  76. package/dist/lib/layouts/NoAuthModuleLayout/components/ModuleWrapper/styles.d.ts +0 -13
  77. package/dist/lib/layouts/NoAuthModuleLayout/components/ModuleWrapper/types.d.ts +0 -4
  78. package/dist/lib/layouts/NoAuthModuleLayout/contexts/NoAuthModuleContext/index.d.ts +0 -5
  79. package/dist/lib/layouts/NoAuthModuleLayout/contexts/NoAuthModuleContext/types.d.ts +0 -12
  80. package/dist/lib/layouts/NoAuthModuleLayout/index.d.ts +0 -3
  81. package/dist/lib/layouts/NoAuthModuleLayout/types.d.ts +0 -11
  82. package/dist/lib/layouts/index.d.ts +0 -1
  83. package/dist/node_modules.js +0 -150
@@ -1,155 +0,0 @@
1
- import { VariantsType } from '../type';
2
- export declare const varSlide: (props?: VariantsType | undefined) => {
3
- inUp: {
4
- initial: {
5
- y: number;
6
- };
7
- animate: {
8
- y: number;
9
- transition: {
10
- duration: number;
11
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
12
- };
13
- };
14
- exit: {
15
- y: number;
16
- transition: {
17
- duration: number;
18
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
19
- };
20
- };
21
- };
22
- inDown: {
23
- initial: {
24
- y: number;
25
- };
26
- animate: {
27
- y: number;
28
- transition: {
29
- duration: number;
30
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
31
- };
32
- };
33
- exit: {
34
- y: number;
35
- transition: {
36
- duration: number;
37
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
38
- };
39
- };
40
- };
41
- inLeft: {
42
- initial: {
43
- x: number;
44
- };
45
- animate: {
46
- x: number;
47
- transition: {
48
- duration: number;
49
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
50
- };
51
- };
52
- exit: {
53
- x: number;
54
- transition: {
55
- duration: number;
56
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
57
- };
58
- };
59
- };
60
- inRight: {
61
- initial: {
62
- x: number;
63
- };
64
- animate: {
65
- x: number;
66
- transition: {
67
- duration: number;
68
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
69
- };
70
- };
71
- exit: {
72
- x: number;
73
- transition: {
74
- duration: number;
75
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
76
- };
77
- };
78
- };
79
- outUp: {
80
- initial: {
81
- y: number;
82
- };
83
- animate: {
84
- y: number;
85
- transition: {
86
- duration: number;
87
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
88
- };
89
- };
90
- exit: {
91
- y: number;
92
- transition: {
93
- duration: number;
94
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
95
- };
96
- };
97
- };
98
- outDown: {
99
- initial: {
100
- y: number;
101
- };
102
- animate: {
103
- y: number;
104
- transition: {
105
- duration: number;
106
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
107
- };
108
- };
109
- exit: {
110
- y: number;
111
- transition: {
112
- duration: number;
113
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
114
- };
115
- };
116
- };
117
- outLeft: {
118
- initial: {
119
- x: number;
120
- };
121
- animate: {
122
- x: number;
123
- transition: {
124
- duration: number;
125
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
126
- };
127
- };
128
- exit: {
129
- x: number;
130
- transition: {
131
- duration: number;
132
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
133
- };
134
- };
135
- };
136
- outRight: {
137
- initial: {
138
- x: number;
139
- };
140
- animate: {
141
- x: number;
142
- transition: {
143
- duration: number;
144
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
145
- };
146
- };
147
- exit: {
148
- x: number;
149
- transition: {
150
- duration: number;
151
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
152
- };
153
- };
154
- };
155
- };
@@ -1,13 +0,0 @@
1
- import { TranHoverType, TranEnterType, TranExitType } from '../type';
2
- export declare const varTranHover: (props?: TranHoverType | undefined) => {
3
- duration: number;
4
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
5
- };
6
- export declare const varTranEnter: (props?: TranEnterType | undefined) => {
7
- duration: number;
8
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
9
- };
10
- export declare const varTranExit: (props?: TranExitType | undefined) => {
11
- duration: number;
12
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
13
- };
@@ -1,199 +0,0 @@
1
- import { VariantsType } from '../type';
2
- export declare const varZoom: (props?: VariantsType | undefined) => {
3
- in: {
4
- initial: {
5
- scale: number;
6
- opacity: number;
7
- };
8
- animate: {
9
- scale: number;
10
- opacity: number;
11
- transition: {
12
- duration: number;
13
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
14
- };
15
- };
16
- exit: {
17
- scale: number;
18
- opacity: number;
19
- transition: {
20
- duration: number;
21
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
22
- };
23
- };
24
- };
25
- inUp: {
26
- initial: {
27
- scale: number;
28
- opacity: number;
29
- translateY: number;
30
- };
31
- animate: {
32
- scale: number;
33
- opacity: number;
34
- translateY: number;
35
- transition: {
36
- duration: number;
37
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
38
- };
39
- };
40
- exit: {
41
- scale: number;
42
- opacity: number;
43
- translateY: number;
44
- transition: {
45
- duration: number;
46
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
47
- };
48
- };
49
- };
50
- inDown: {
51
- initial: {
52
- scale: number;
53
- opacity: number;
54
- translateY: number;
55
- };
56
- animate: {
57
- scale: number;
58
- opacity: number;
59
- translateY: number;
60
- transition: {
61
- duration: number;
62
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
63
- };
64
- };
65
- exit: {
66
- scale: number;
67
- opacity: number;
68
- translateY: number;
69
- transition: {
70
- duration: number;
71
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
72
- };
73
- };
74
- };
75
- inLeft: {
76
- initial: {
77
- scale: number;
78
- opacity: number;
79
- translateX: number;
80
- };
81
- animate: {
82
- scale: number;
83
- opacity: number;
84
- translateX: number;
85
- transition: {
86
- duration: number;
87
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
88
- };
89
- };
90
- exit: {
91
- scale: number;
92
- opacity: number;
93
- translateX: number;
94
- transition: {
95
- duration: number;
96
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
97
- };
98
- };
99
- };
100
- inRight: {
101
- initial: {
102
- scale: number;
103
- opacity: number;
104
- translateX: number;
105
- };
106
- animate: {
107
- scale: number;
108
- opacity: number;
109
- translateX: number;
110
- transition: {
111
- duration: number;
112
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
113
- };
114
- };
115
- exit: {
116
- scale: number;
117
- opacity: number;
118
- translateX: number;
119
- transition: {
120
- duration: number;
121
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
122
- };
123
- };
124
- };
125
- out: {
126
- initial: {
127
- scale: number;
128
- opacity: number;
129
- };
130
- animate: {
131
- scale: number;
132
- opacity: number;
133
- transition: {
134
- duration: number;
135
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
136
- };
137
- };
138
- };
139
- outUp: {
140
- initial: {
141
- scale: number;
142
- opacity: number;
143
- };
144
- animate: {
145
- scale: number;
146
- opacity: number;
147
- translateY: number;
148
- transition: {
149
- duration: number;
150
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
151
- };
152
- };
153
- };
154
- outDown: {
155
- initial: {
156
- scale: number;
157
- opacity: number;
158
- };
159
- animate: {
160
- scale: number;
161
- opacity: number;
162
- translateY: number;
163
- transition: {
164
- duration: number;
165
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
166
- };
167
- };
168
- };
169
- outLeft: {
170
- initial: {
171
- scale: number;
172
- opacity: number;
173
- };
174
- animate: {
175
- scale: number;
176
- opacity: number;
177
- translateX: number;
178
- transition: {
179
- duration: number;
180
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
181
- };
182
- };
183
- };
184
- outRight: {
185
- initial: {
186
- scale: number;
187
- opacity: number;
188
- };
189
- animate: {
190
- scale: number;
191
- opacity: number;
192
- translateX: number;
193
- transition: {
194
- duration: number;
195
- ease: number[] | "easeIn" | "linear" | "easeOut" | "easeInOut" | "circIn" | "circOut" | "circInOut" | "backIn" | "backOut" | "backInOut" | "anticipate";
196
- };
197
- };
198
- };
199
- };
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { MuiLabLoadingButtonProps } from './types';
3
- export declare const LoadingButton: (props: MuiLabLoadingButtonProps) => JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const SKTLoadingButton: () => JSX.Element;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const WrapperSKTLoadingButton: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,5 +0,0 @@
1
- import { LoadingButtonProps } from '@mui/lab';
2
- export interface MuiLabLoadingButtonProps extends LoadingButtonProps {
3
- isSkeleton?: boolean;
4
- children?: any;
5
- }
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { TypographyProps } from './types';
3
- export default function Typography(props: TypographyProps): JSX.Element;
@@ -1,5 +0,0 @@
1
- import { TypographyProps as MUITypographyProps } from '@mui/material';
2
- import { SkeletonProps } from '../../../types';
3
- export interface TypographyProps extends MUITypographyProps {
4
- skeletonProps?: SkeletonProps;
5
- }
@@ -1,37 +0,0 @@
1
- export { LoadingButton } from './LoadingButton';
2
- declare module '@mui/material/styles/createPalette' {
3
- interface TypeBackground {
4
- neutral: string;
5
- autofill: string;
6
- header: string;
7
- }
8
- interface SimplePaletteColorOptions {
9
- lighter?: string;
10
- darker?: string;
11
- LightSelected?: string;
12
- LightSelectedHover?: string;
13
- DarkSelected?: string;
14
- DarkSelectedHover?: string;
15
- }
16
- interface PaletteColor {
17
- lighter?: string;
18
- darker?: string;
19
- LightSelected?: string;
20
- LightSelectedHover?: string;
21
- DarkSelected?: string;
22
- DarkSelectedHover?: string;
23
- }
24
- }
25
- declare module '@mui/material' {
26
- interface Color {
27
- 0: string;
28
- 500_8: string;
29
- 500_12: string;
30
- 500_16: string;
31
- 500_24: string;
32
- 500_32: string;
33
- 500_48: string;
34
- 500_56: string;
35
- 500_80: string;
36
- }
37
- }
@@ -1 +0,0 @@
1
- export declare const useHostTheme: () => import("..").HostThemeType;
@@ -1 +0,0 @@
1
- export declare const useLocales: () => import("../contexts/LocalesContext").LocalesContextProps;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { ModuleProps } from './types';
3
- export declare const ModuleWrapper: (props: ModuleProps) => JSX.Element;
@@ -1,13 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const RootStyle: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const HeaderStyle: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
4
- export declare const SectionStyle: import("@emotion/styled").StyledComponent<Omit<import("@mui/material").PaperProps<"div", {}>, "classes"> & {
5
- classes?: Partial<import("@mui/material").CardClasses> | undefined;
6
- raised?: boolean | undefined;
7
- sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
8
- } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
9
- ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
10
- }, "children" | "slot" | "title" | keyof import("@mui/material/OverridableComponent").CommonProps | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "ref" | "sx" | "key" | "elevation" | "square" | "variant" | "raised"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
11
- export declare const ContentStyle: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
12
- export declare const TitleContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
13
- export declare const ModuleTitleContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,4 +0,0 @@
1
- import { ReactNode } from 'react';
2
- export interface ModuleProps {
3
- children: ReactNode;
4
- }
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import { NoAuthModuleLayoutContextProps, NoAuthModuleLayoutProviderProps } from './types';
3
- declare const ModuleContext: import("react").Context<NoAuthModuleLayoutContextProps>;
4
- declare function ModuleProvider(props: NoAuthModuleLayoutProviderProps): JSX.Element;
5
- export { ModuleProvider, ModuleContext };
@@ -1,12 +0,0 @@
1
- import { ReactNode } from 'react';
2
- export interface DomainStyleOptions {
3
- company_logo_small_url: string;
4
- company_logo_normal_url: string;
5
- }
6
- export interface NoAuthModuleLayoutProviderProps {
7
- moduleId: number;
8
- children: ReactNode;
9
- }
10
- export interface NoAuthModuleLayoutContextProps extends Pick<NoAuthModuleLayoutProviderProps, 'moduleId'> {
11
- styleOptions: DomainStyleOptions;
12
- }
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { NoAuthModuleLayoutProps } from './types';
3
- export declare const NoAuthModuleLayout: (props: NoAuthModuleLayoutProps) => JSX.Element;
@@ -1,11 +0,0 @@
1
- import { ReactNode } from 'react';
2
- export interface ContainerProps {
3
- vertical: boolean;
4
- }
5
- export declare type MenuActionType = 'main' | 'allways' | 'normal';
6
- export interface NoAuthModuleLayoutProps {
7
- moduleId: number;
8
- moduleName?: string;
9
- componentsDictionary: string[];
10
- children: ReactNode;
11
- }
@@ -1 +0,0 @@
1
- export { NoAuthModuleLayout } from './NoAuthModuleLayout';