@m4l/layouts 9.3.0 → 9.3.1-beta.1

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.
@@ -24,15 +24,15 @@ export declare const colorsLight: {
24
24
  readonly default: {
25
25
  readonly semanticText: string;
26
26
  readonly focusVisible: string;
27
- readonly enabled: string;
28
- readonly focus: string;
29
27
  readonly light: string;
30
28
  readonly dark: string;
31
29
  readonly main: string;
32
30
  readonly contrastText: string;
31
+ readonly enabled: string;
33
32
  readonly enabledOpacity: string;
34
33
  readonly hover: string;
35
34
  readonly hoverOpacity: string;
35
+ readonly focus: string;
36
36
  readonly focusOpacity: string;
37
37
  readonly selected: string;
38
38
  readonly selectedOpacity: string;
@@ -55,13 +55,13 @@ export declare const colorsLight: {
55
55
  readonly backdrop: string;
56
56
  readonly base: string;
57
57
  readonly blur: string;
58
- readonly paper: "#000";
58
+ readonly paper: "#fff";
59
59
  };
60
60
  readonly chips: {
61
- readonly error: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
62
61
  readonly info: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
63
62
  readonly success: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
64
63
  readonly warning: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
64
+ readonly error: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
65
65
  readonly default: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
66
66
  readonly forest: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
67
67
  readonly pink: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
@@ -112,15 +112,15 @@ export declare const colorsLight: {
112
112
  };
113
113
  readonly info: {
114
114
  readonly focusVisible: string;
115
- readonly enabled: string;
116
- readonly focus: string;
117
115
  readonly light: string;
118
116
  readonly dark: string;
119
117
  readonly main: string;
120
118
  readonly contrastText: string;
119
+ readonly enabled: string;
121
120
  readonly enabledOpacity: string;
122
121
  readonly hover: string;
123
122
  readonly hoverOpacity: string;
123
+ readonly focus: string;
124
124
  readonly focusOpacity: string;
125
125
  readonly selected: string;
126
126
  readonly selectedOpacity: string;
@@ -132,15 +132,15 @@ export declare const colorsLight: {
132
132
  };
133
133
  readonly success: {
134
134
  readonly focusVisible: string;
135
- readonly enabled: string;
136
- readonly focus: string;
137
135
  readonly light: string;
138
136
  readonly dark: string;
139
137
  readonly main: string;
140
138
  readonly contrastText: string;
139
+ readonly enabled: string;
141
140
  readonly enabledOpacity: string;
142
141
  readonly hover: string;
143
142
  readonly hoverOpacity: string;
143
+ readonly focus: string;
144
144
  readonly focusOpacity: string;
145
145
  readonly selected: string;
146
146
  readonly selectedOpacity: string;
@@ -152,15 +152,15 @@ export declare const colorsLight: {
152
152
  };
153
153
  readonly warning: {
154
154
  readonly focusVisible: string;
155
- readonly enabled: string;
156
- readonly focus: string;
157
155
  readonly light: string;
158
156
  readonly dark: string;
159
157
  readonly main: string;
160
158
  readonly contrastText: string;
159
+ readonly enabled: string;
161
160
  readonly enabledOpacity: string;
162
161
  readonly hover: string;
163
162
  readonly hoverOpacity: string;
163
+ readonly focus: string;
164
164
  readonly focusOpacity: string;
165
165
  readonly selected: string;
166
166
  readonly selectedOpacity: string;
@@ -172,15 +172,15 @@ export declare const colorsLight: {
172
172
  };
173
173
  readonly error: {
174
174
  readonly focusVisible: string;
175
- readonly enabled: string;
176
- readonly focus: string;
177
175
  readonly light: string;
178
176
  readonly dark: string;
179
177
  readonly main: string;
180
178
  readonly contrastText: string;
179
+ readonly enabled: string;
181
180
  readonly enabledOpacity: string;
182
181
  readonly hover: string;
183
182
  readonly hoverOpacity: string;
183
+ readonly focus: string;
184
184
  readonly focusOpacity: string;
185
185
  readonly selected: string;
186
186
  readonly selectedOpacity: string;
@@ -216,15 +216,15 @@ export declare const colorsLight: {
216
216
  readonly default: {
217
217
  readonly semanticText: string;
218
218
  readonly focusVisible: string;
219
- readonly enabled: string;
220
- readonly focus: string;
221
219
  readonly light: string;
222
220
  readonly dark: string;
223
221
  readonly main: string;
224
222
  readonly contrastText: string;
223
+ readonly enabled: string;
225
224
  readonly enabledOpacity: string;
226
225
  readonly hover: string;
227
226
  readonly hoverOpacity: string;
227
+ readonly focus: string;
228
228
  readonly focusOpacity: string;
229
229
  readonly selected: string;
230
230
  readonly selectedOpacity: string;
@@ -250,10 +250,10 @@ export declare const colorsLight: {
250
250
  readonly paper: "#000";
251
251
  };
252
252
  readonly chips: {
253
- readonly error: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
254
253
  readonly info: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
255
254
  readonly success: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
256
255
  readonly warning: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
256
+ readonly error: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
257
257
  readonly default: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
258
258
  readonly forest: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
259
259
  readonly pink: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
@@ -288,7 +288,7 @@ export declare const colorsLight: {
288
288
  readonly border: {
289
289
  readonly main: string;
290
290
  readonly dens: string;
291
- readonly default: string | undefined;
291
+ readonly default: string;
292
292
  readonly secondary: string;
293
293
  readonly disabled: string;
294
294
  readonly error: string;
@@ -304,15 +304,15 @@ export declare const colorsLight: {
304
304
  };
305
305
  readonly info: {
306
306
  readonly focusVisible: string;
307
- readonly enabled: string;
308
- readonly focus: string;
309
307
  readonly light: string;
310
308
  readonly dark: string;
311
309
  readonly main: string;
312
310
  readonly contrastText: string;
311
+ readonly enabled: string;
313
312
  readonly enabledOpacity: string;
314
313
  readonly hover: string;
315
314
  readonly hoverOpacity: string;
315
+ readonly focus: string;
316
316
  readonly focusOpacity: string;
317
317
  readonly selected: string;
318
318
  readonly selectedOpacity: string;
@@ -324,15 +324,15 @@ export declare const colorsLight: {
324
324
  };
325
325
  readonly success: {
326
326
  readonly focusVisible: string;
327
- readonly enabled: string;
328
- readonly focus: string;
329
327
  readonly light: string;
330
328
  readonly dark: string;
331
329
  readonly main: string;
332
330
  readonly contrastText: string;
331
+ readonly enabled: string;
333
332
  readonly enabledOpacity: string;
334
333
  readonly hover: string;
335
334
  readonly hoverOpacity: string;
335
+ readonly focus: string;
336
336
  readonly focusOpacity: string;
337
337
  readonly selected: string;
338
338
  readonly selectedOpacity: string;
@@ -344,15 +344,15 @@ export declare const colorsLight: {
344
344
  };
345
345
  readonly warning: {
346
346
  readonly focusVisible: string;
347
- readonly enabled: string;
348
- readonly focus: string;
349
347
  readonly light: string;
350
348
  readonly dark: string;
351
349
  readonly main: string;
352
350
  readonly contrastText: string;
351
+ readonly enabled: string;
353
352
  readonly enabledOpacity: string;
354
353
  readonly hover: string;
355
354
  readonly hoverOpacity: string;
355
+ readonly focus: string;
356
356
  readonly focusOpacity: string;
357
357
  readonly selected: string;
358
358
  readonly selectedOpacity: string;
@@ -364,15 +364,15 @@ export declare const colorsLight: {
364
364
  };
365
365
  readonly error: {
366
366
  readonly focusVisible: string;
367
- readonly enabled: string;
368
- readonly focus: string;
369
367
  readonly light: string;
370
368
  readonly dark: string;
371
369
  readonly main: string;
372
370
  readonly contrastText: string;
371
+ readonly enabled: string;
373
372
  readonly enabledOpacity: string;
374
373
  readonly hover: string;
375
374
  readonly hoverOpacity: string;
375
+ readonly focus: string;
376
376
  readonly focusOpacity: string;
377
377
  readonly selected: string;
378
378
  readonly selectedOpacity: string;
@@ -409,15 +409,15 @@ export declare const colorsDark: {
409
409
  readonly default: {
410
410
  readonly semanticText: string;
411
411
  readonly focusVisible: string;
412
- readonly enabled: string;
413
- readonly focus: string;
414
412
  readonly light: string;
415
413
  readonly dark: string;
416
414
  readonly main: string;
417
415
  readonly contrastText: string;
416
+ readonly enabled: string;
418
417
  readonly enabledOpacity: string;
419
418
  readonly hover: string;
420
419
  readonly hoverOpacity: string;
420
+ readonly focus: string;
421
421
  readonly focusOpacity: string;
422
422
  readonly selected: string;
423
423
  readonly selectedOpacity: string;
@@ -440,13 +440,13 @@ export declare const colorsDark: {
440
440
  readonly backdrop: string;
441
441
  readonly base: string;
442
442
  readonly blur: string;
443
- readonly paper: "#000";
443
+ readonly paper: "#fff";
444
444
  };
445
445
  readonly chips: {
446
- readonly error: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
447
446
  readonly info: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
448
447
  readonly success: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
449
448
  readonly warning: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
449
+ readonly error: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
450
450
  readonly default: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
451
451
  readonly forest: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
452
452
  readonly pink: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
@@ -497,15 +497,15 @@ export declare const colorsDark: {
497
497
  };
498
498
  readonly info: {
499
499
  readonly focusVisible: string;
500
- readonly enabled: string;
501
- readonly focus: string;
502
500
  readonly light: string;
503
501
  readonly dark: string;
504
502
  readonly main: string;
505
503
  readonly contrastText: string;
504
+ readonly enabled: string;
506
505
  readonly enabledOpacity: string;
507
506
  readonly hover: string;
508
507
  readonly hoverOpacity: string;
508
+ readonly focus: string;
509
509
  readonly focusOpacity: string;
510
510
  readonly selected: string;
511
511
  readonly selectedOpacity: string;
@@ -517,15 +517,15 @@ export declare const colorsDark: {
517
517
  };
518
518
  readonly success: {
519
519
  readonly focusVisible: string;
520
- readonly enabled: string;
521
- readonly focus: string;
522
520
  readonly light: string;
523
521
  readonly dark: string;
524
522
  readonly main: string;
525
523
  readonly contrastText: string;
524
+ readonly enabled: string;
526
525
  readonly enabledOpacity: string;
527
526
  readonly hover: string;
528
527
  readonly hoverOpacity: string;
528
+ readonly focus: string;
529
529
  readonly focusOpacity: string;
530
530
  readonly selected: string;
531
531
  readonly selectedOpacity: string;
@@ -537,15 +537,15 @@ export declare const colorsDark: {
537
537
  };
538
538
  readonly warning: {
539
539
  readonly focusVisible: string;
540
- readonly enabled: string;
541
- readonly focus: string;
542
540
  readonly light: string;
543
541
  readonly dark: string;
544
542
  readonly main: string;
545
543
  readonly contrastText: string;
544
+ readonly enabled: string;
546
545
  readonly enabledOpacity: string;
547
546
  readonly hover: string;
548
547
  readonly hoverOpacity: string;
548
+ readonly focus: string;
549
549
  readonly focusOpacity: string;
550
550
  readonly selected: string;
551
551
  readonly selectedOpacity: string;
@@ -557,15 +557,15 @@ export declare const colorsDark: {
557
557
  };
558
558
  readonly error: {
559
559
  readonly focusVisible: string;
560
- readonly enabled: string;
561
- readonly focus: string;
562
560
  readonly light: string;
563
561
  readonly dark: string;
564
562
  readonly main: string;
565
563
  readonly contrastText: string;
564
+ readonly enabled: string;
566
565
  readonly enabledOpacity: string;
567
566
  readonly hover: string;
568
567
  readonly hoverOpacity: string;
568
+ readonly focus: string;
569
569
  readonly focusOpacity: string;
570
570
  readonly selected: string;
571
571
  readonly selectedOpacity: string;
@@ -601,15 +601,15 @@ export declare const colorsDark: {
601
601
  readonly default: {
602
602
  readonly semanticText: string;
603
603
  readonly focusVisible: string;
604
- readonly enabled: string;
605
- readonly focus: string;
606
604
  readonly light: string;
607
605
  readonly dark: string;
608
606
  readonly main: string;
609
607
  readonly contrastText: string;
608
+ readonly enabled: string;
610
609
  readonly enabledOpacity: string;
611
610
  readonly hover: string;
612
611
  readonly hoverOpacity: string;
612
+ readonly focus: string;
613
613
  readonly focusOpacity: string;
614
614
  readonly selected: string;
615
615
  readonly selectedOpacity: string;
@@ -635,10 +635,10 @@ export declare const colorsDark: {
635
635
  readonly paper: "#000";
636
636
  };
637
637
  readonly chips: {
638
- readonly error: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
639
638
  readonly info: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
640
639
  readonly success: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
641
640
  readonly warning: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
641
+ readonly error: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
642
642
  readonly default: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
643
643
  readonly forest: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
644
644
  readonly pink: Record<import('@m4l/styles').ChipColorVariant, import('@m4l/styles').ChipColor>;
@@ -673,7 +673,7 @@ export declare const colorsDark: {
673
673
  readonly border: {
674
674
  readonly main: string;
675
675
  readonly dens: string;
676
- readonly default: string | undefined;
676
+ readonly default: string;
677
677
  readonly secondary: string;
678
678
  readonly disabled: string;
679
679
  readonly error: string;
@@ -689,15 +689,15 @@ export declare const colorsDark: {
689
689
  };
690
690
  readonly info: {
691
691
  readonly focusVisible: string;
692
- readonly enabled: string;
693
- readonly focus: string;
694
692
  readonly light: string;
695
693
  readonly dark: string;
696
694
  readonly main: string;
697
695
  readonly contrastText: string;
696
+ readonly enabled: string;
698
697
  readonly enabledOpacity: string;
699
698
  readonly hover: string;
700
699
  readonly hoverOpacity: string;
700
+ readonly focus: string;
701
701
  readonly focusOpacity: string;
702
702
  readonly selected: string;
703
703
  readonly selectedOpacity: string;
@@ -709,15 +709,15 @@ export declare const colorsDark: {
709
709
  };
710
710
  readonly success: {
711
711
  readonly focusVisible: string;
712
- readonly enabled: string;
713
- readonly focus: string;
714
712
  readonly light: string;
715
713
  readonly dark: string;
716
714
  readonly main: string;
717
715
  readonly contrastText: string;
716
+ readonly enabled: string;
718
717
  readonly enabledOpacity: string;
719
718
  readonly hover: string;
720
719
  readonly hoverOpacity: string;
720
+ readonly focus: string;
721
721
  readonly focusOpacity: string;
722
722
  readonly selected: string;
723
723
  readonly selectedOpacity: string;
@@ -729,15 +729,15 @@ export declare const colorsDark: {
729
729
  };
730
730
  readonly warning: {
731
731
  readonly focusVisible: string;
732
- readonly enabled: string;
733
- readonly focus: string;
734
732
  readonly light: string;
735
733
  readonly dark: string;
736
734
  readonly main: string;
737
735
  readonly contrastText: string;
736
+ readonly enabled: string;
738
737
  readonly enabledOpacity: string;
739
738
  readonly hover: string;
740
739
  readonly hoverOpacity: string;
740
+ readonly focus: string;
741
741
  readonly focusOpacity: string;
742
742
  readonly selected: string;
743
743
  readonly selectedOpacity: string;
@@ -749,15 +749,15 @@ export declare const colorsDark: {
749
749
  };
750
750
  readonly error: {
751
751
  readonly focusVisible: string;
752
- readonly enabled: string;
753
- readonly focus: string;
754
752
  readonly light: string;
755
753
  readonly dark: string;
756
754
  readonly main: string;
757
755
  readonly contrastText: string;
756
+ readonly enabled: string;
758
757
  readonly enabledOpacity: string;
759
758
  readonly hover: string;
760
759
  readonly hoverOpacity: string;
760
+ readonly focus: string;
761
761
  readonly focusOpacity: string;
762
762
  readonly selected: string;
763
763
  readonly selectedOpacity: string;
@@ -16,26 +16,33 @@ export declare function useModuleDetailTabs<T extends Record<string, any> = Reco
16
16
  tabContent: import('react').FunctionComponent<any>;
17
17
  componentProps?: Omit<any, keyof import('./types').ModuleDetailTabContent<T_1, K_1>> | undefined;
18
18
  dictionaryId?: string;
19
- size?: Extract<import('@m4l/styles').Sizes, "small" | "medium"> | undefined;
20
19
  children?: null | undefined;
21
20
  ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
22
- title?: string | undefined;
23
- component?: React.ElementType | undefined;
24
21
  id?: string | undefined;
25
- disabled?: boolean | undefined;
22
+ className?: string | undefined;
23
+ style?: React.CSSProperties | undefined;
24
+ classes?: (Partial<import('@mui/material').TabClasses> & Partial<import('@mui/material').ClassNameMap<never>>) | undefined;
26
25
  action?: React.Ref<import('@mui/material').ButtonBaseActions> | undefined;
27
- hidden?: boolean | undefined;
26
+ centerRipple?: boolean | undefined;
27
+ disabled?: boolean | undefined;
28
+ disableRipple?: boolean | undefined;
29
+ disableTouchRipple?: boolean | undefined;
30
+ focusRipple?: boolean | undefined;
31
+ focusVisibleClassName?: string | undefined;
32
+ LinkComponent?: React.ElementType | undefined;
33
+ onFocusVisible?: React.FocusEventHandler<any> | undefined;
34
+ sx?: import('@mui/system').SxProps<import('@mui/material').Theme> | undefined;
35
+ tabIndex?: NonNullable<React.HTMLAttributes<any>["tabIndex"]> | undefined;
36
+ TouchRippleProps?: Partial<import('@mui/material/ButtonBase/TouchRipple').TouchRippleProps> | undefined;
37
+ touchRippleRef?: React.Ref<import('@mui/material/ButtonBase/TouchRipple').TouchRippleActions> | undefined;
28
38
  color?: Extract<import('@m4l/styles').ComponentPalletColor, "default"> | undefined;
29
39
  content?: string | undefined;
30
- style?: React.CSSProperties | undefined;
31
40
  translate?: "yes" | "no" | undefined;
32
- urlIcon?: string | undefined;
33
- lang?: string | undefined;
41
+ disableFocusRipple?: boolean | undefined;
42
+ iconPosition?: ("top" | "bottom" | "start" | "end") | undefined;
43
+ wrapped?: boolean | undefined;
34
44
  slot?: string | undefined;
35
- dir?: string | undefined;
36
- className?: string | undefined;
37
- classes?: (Partial<import('@mui/material').TabClasses> & Partial<import('@mui/material').ClassNameMap<never>>) | undefined;
38
- sx?: import('@mui/system').SxProps<import('@mui/material').Theme> | undefined;
45
+ title?: string | undefined;
39
46
  key?: import('react').Key | null | undefined;
40
47
  defaultChecked?: boolean | undefined;
41
48
  defaultValue?: string | number | readonly string[] | undefined;
@@ -44,13 +51,15 @@ export declare function useModuleDetailTabs<T extends Record<string, any> = Reco
44
51
  accessKey?: string | undefined;
45
52
  autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
46
53
  autoFocus?: boolean | undefined;
47
- contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
54
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
48
55
  contextMenu?: string | undefined;
49
- draggable?: (boolean | "false" | "true") | undefined;
56
+ dir?: string | undefined;
57
+ draggable?: (boolean | "true" | "false") | undefined;
50
58
  enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
59
+ hidden?: boolean | undefined;
60
+ lang?: string | undefined;
51
61
  nonce?: string | undefined;
52
- spellCheck?: (boolean | "false" | "true") | undefined;
53
- tabIndex?: NonNullable<React.HTMLAttributes<any>["tabIndex"]> | undefined;
62
+ spellCheck?: (boolean | "true" | "false") | undefined;
54
63
  radioGroup?: string | undefined;
55
64
  role?: import('react').AriaRole | undefined;
56
65
  about?: string | undefined;
@@ -76,11 +85,11 @@ export declare function useModuleDetailTabs<T extends Record<string, any> = Reco
76
85
  inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
77
86
  is?: string | undefined;
78
87
  "aria-activedescendant"?: string | undefined;
79
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
88
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
80
89
  "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
81
90
  "aria-braillelabel"?: string | undefined;
82
91
  "aria-brailleroledescription"?: string | undefined;
83
- "aria-busy"?: (boolean | "false" | "true") | undefined;
92
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
84
93
  "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
85
94
  "aria-colcount"?: number | undefined;
86
95
  "aria-colindex"?: number | undefined;
@@ -91,37 +100,37 @@ export declare function useModuleDetailTabs<T extends Record<string, any> = Reco
91
100
  "aria-describedby"?: string | undefined;
92
101
  "aria-description"?: string | undefined;
93
102
  "aria-details"?: string | undefined;
94
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
103
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
95
104
  "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
96
105
  "aria-errormessage"?: string | undefined;
97
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
106
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
98
107
  "aria-flowto"?: string | undefined;
99
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
108
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
100
109
  "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
101
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
110
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
102
111
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
103
112
  "aria-keyshortcuts"?: string | undefined;
104
113
  "aria-label"?: string | undefined;
105
114
  "aria-labelledby"?: string | undefined;
106
115
  "aria-level"?: number | undefined;
107
116
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
108
- "aria-modal"?: (boolean | "false" | "true") | undefined;
109
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
110
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
117
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
118
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
119
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
111
120
  "aria-orientation"?: "horizontal" | "vertical" | undefined;
112
121
  "aria-owns"?: string | undefined;
113
122
  "aria-placeholder"?: string | undefined;
114
123
  "aria-posinset"?: number | undefined;
115
124
  "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
116
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
125
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
117
126
  "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
118
- "aria-required"?: (boolean | "false" | "true") | undefined;
127
+ "aria-required"?: (boolean | "true" | "false") | undefined;
119
128
  "aria-roledescription"?: string | undefined;
120
129
  "aria-rowcount"?: number | undefined;
121
130
  "aria-rowindex"?: number | undefined;
122
131
  "aria-rowindextext"?: string | undefined;
123
132
  "aria-rowspan"?: number | undefined;
124
- "aria-selected"?: (boolean | "false" | "true") | undefined;
133
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
125
134
  "aria-setsize"?: number | undefined;
126
135
  "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
127
136
  "aria-valuemax"?: number | undefined;
@@ -291,19 +300,10 @@ export declare function useModuleDetailTabs<T extends Record<string, any> = Reco
291
300
  onAnimationIterationCapture?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
292
301
  onTransitionEnd?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
293
302
  onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
294
- centerRipple?: boolean | undefined;
295
- disableRipple?: boolean | undefined;
296
- disableTouchRipple?: boolean | undefined;
297
- focusRipple?: boolean | undefined;
298
- focusVisibleClassName?: string | undefined;
299
- LinkComponent?: React.ElementType | undefined;
300
- onFocusVisible?: React.FocusEventHandler<any> | undefined;
301
- TouchRippleProps?: Partial<import('@mui/material/ButtonBase/TouchRipple').TouchRippleProps> | undefined;
302
- touchRippleRef?: React.Ref<import('@mui/material/ButtonBase/TouchRipple').TouchRippleActions> | undefined;
303
- disableFocusRipple?: boolean | undefined;
303
+ size?: Extract<import('@m4l/styles').Sizes, "small" | "medium"> | undefined;
304
+ component?: React.ElementType | undefined;
304
305
  dataTestId?: string | undefined;
305
- iconPosition?: ("top" | "bottom" | "start" | "end") | undefined;
306
- wrapped?: boolean | undefined;
306
+ urlIcon?: string | undefined;
307
307
  }[];
308
308
  handleChangeTab: (newValue: string) => void;
309
309
  };
@@ -16,4 +16,4 @@ export declare const FormContentDesktopStyled: import('@emotion/styled').StyledC
16
16
  export declare const WrapperFormContentDesktopStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
17
17
  export declare const ContainerModuleNameDesktopStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
18
18
  export declare const ContentFormDesktopStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
19
- export declare const TypographyBannerStyled: import('@emotion/styled').StyledComponent<Pick<import('@m4l/components/src/components/mui_extended/Typography/types').TypographyProps, keyof import('@m4l/components/src/components/mui_extended/Typography/types').TypographyProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
19
+ export declare const TypographyBannerStyled: import('@emotion/styled').StyledComponent<Pick<import('@m4l/components/components/mui_extended/Typography/types').TypographyProps, keyof import('@m4l/components/components/mui_extended/Typography/types').TypographyProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@m4l/layouts",
3
- "version": "9.3.0",
3
+ "version": "9.3.1-beta.1",
4
4
  "license": "UNLICENSED",
5
5
  "author": "M4L Team ",
6
6
  "lint-staged": {
7
7
  "*.{js,ts,tsx}": "eslint --fix --max-warnings 0"
8
8
  },
9
9
  "peerDependencies": {
10
- "@m4l/components": "^9.0.0",
10
+ "@m4l/components": "9.2.54-beta.1",
11
11
  "@m4l/core": "^2.0.0",
12
- "@m4l/graphics": "^7.0.0",
13
- "@m4l/styles": "^7.0.0"
12
+ "@m4l/graphics": "7.1.2-beta.1",
13
+ "@m4l/styles": "7.1.29-beta.1"
14
14
  },
15
15
  "resolutions": {
16
16
  "glob": "^10.4.5",
package/test/mocks.d.ts CHANGED
@@ -17,10 +17,10 @@ export declare const mock_useEnvironment: {
17
17
  };
18
18
  export declare const formatterValues: Formatters;
19
19
  export declare const mockedGraphics: {
20
- useFormatter: import('vitest').MockInstance<() => graphics.Formatters>;
20
+ useFormatter: import('vitest').MockInstance<() => import('@m4l/graphics').Formatters>;
21
21
  };
22
22
  export declare function restoreGraphicsMocked(): void;
23
23
  export declare const coreImplementation: typeof core;
24
24
  export declare const graphicsImplementation: {
25
- useFormatter: import('vitest').MockInstance<() => graphics.Formatters>;
25
+ useFormatter: import('vitest').MockInstance<() => import('@m4l/graphics').Formatters>;
26
26
  };