@galaxy-ds/core 2.1.1 → 2.1.3
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/Accordion/Accordion.stories.d.ts +361 -204
- package/dist/Accordion/Accordion.styled.d.ts +2 -1
- package/dist/AccordionDetails/AccordionDetails.stories.d.ts +33 -23
- package/dist/AccordionPanel/AccordionPanel.stories.d.ts +49 -17
- package/dist/AccordionSummary/AccordionSummary.stories.d.ts +92 -62
- package/dist/ActivityLog/ActivityLog.stories.d.ts +22 -4
- package/dist/ActivityLog/ActivityLog.styled.d.ts +2 -1
- package/dist/AppBar/AppBar.stories.d.ts +105 -85
- package/dist/AppBar/AppBar.styled.d.ts +3 -2
- package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +22 -1
- package/dist/Autocomplete/Autocomplete.stories.d.ts +446 -332
- package/dist/Autocomplete/Autocomplete.styled.d.ts +5 -4
- package/dist/Avatar/Avatar.stories.d.ts +233 -194
- package/dist/Avatar/Avatar.styled.d.ts +2 -1
- package/dist/AvatarGroup/AvatarGroup.stories.d.ts +249 -174
- package/dist/BottomListButton/BottomListButton.stories.d.ts +67 -43
- package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -1
- package/dist/Box/Box.stories.d.ts +67 -57
- package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +77 -52
- package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -1
- package/dist/Button/Button.stories.d.ts +473 -423
- package/dist/Button/Button.styled.d.ts +2 -1
- package/dist/Card/Card.stories.d.ts +49 -29
- package/dist/Card/Card.styled.d.ts +2 -1
- package/dist/Checkbox/Checkbox.stories.d.ts +320 -235
- package/dist/Chip/Chip.stories.d.ts +439 -112
- package/dist/Chip/Chip.styled.d.ts +2 -1
- package/dist/CssBaseline/CssBaseline.stories.d.ts +3 -2
- package/dist/DatePicker/DatePicker.stories.d.ts +1 -0
- package/dist/DatePicker/DatePicker.styled.d.ts +1 -0
- package/dist/DateRangePicker/DateRangePicker.stories.d.ts +34 -33
- package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -0
- package/dist/Dialog/Dialog.stories.d.ts +232 -137
- package/dist/Divider/Divider.stories.d.ts +81 -53
- package/dist/Drawer/Drawer.stories.d.ts +141 -87
- package/dist/DrawerMenu/DrawerMenu.stories.d.ts +103 -86
- package/dist/DrawerMenu/DrawerMenu.styled.d.ts +2 -1
- package/dist/DrawerMenu/DrawerMenu.types.d.ts +0 -16
- package/dist/Dropdown/Dropdown.stories.d.ts +529 -460
- package/dist/EmptyState/EmptyState.stories.d.ts +6 -9
- package/dist/EmptyState/EmptyState.styled.d.ts +3 -2
- package/dist/FooterActions/FooterActions.stories.d.ts +27 -12
- package/dist/FooterActions/FooterActions.styled.d.ts +2 -1
- package/dist/FormBody/FormBody.stories.d.ts +4 -3
- package/dist/FormBody/FormBody.styled.d.ts +1 -0
- package/dist/FormContainer/FormContainer.stories.d.ts +4 -3
- package/dist/FormContainer/FormContainer.styled.d.ts +2 -1
- package/dist/FormGroup/FormGroup.stories.d.ts +336 -52
- package/dist/FormHeader/FormHeader.stories.d.ts +6 -5
- package/dist/FormHeader/FormHeader.styled.d.ts +4 -3
- package/dist/Grid/Grid.stories.d.ts +1001 -22
- package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +175 -155
- package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -6
- package/dist/Icon/Icon.stories.d.ts +628 -618
- package/dist/IconButton/IconButton.d.ts +1 -0
- package/dist/IconButton/IconButton.stories.d.ts +98 -52
- package/dist/Icons/doctype-icons.stories.d.ts +827 -824
- package/dist/Icons/lawconnect-icons.stories.d.ts +491 -0
- package/dist/Icons/leap-icons.stories.d.ts +2521 -1054
- package/dist/ImageUpload/ImageUpload.stories.d.ts +9 -1
- package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -0
- package/dist/Input/Input.stories.d.ts +795 -840
- package/dist/Input/Input.styled.d.ts +3 -2
- package/dist/ListItemHoverContent/ListItemHoverContent.styled.d.ts +1 -0
- package/dist/Loader/Loader.styled.d.ts +2 -1
- package/dist/Menu/Menu.d.ts +1 -0
- package/dist/MenuHeader/MenuHeader.styled.d.ts +2 -1
- package/dist/Popover/Popover.types.d.ts +0 -2
- package/dist/RibbonButton/RibbonButton.d.ts +1 -0
- package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -2
- package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +1 -0
- package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +3 -2
- package/dist/SidebarLayout/SidebarLayout.types.d.ts +1 -1
- package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -0
- package/dist/Tab/Tab.styled.d.ts +2 -1
- package/dist/TabListItem/TabListItem.styled.d.ts +3 -2
- package/dist/Tabs/Tabs.styled.d.ts +2 -1
- package/dist/Tag/Tag.styled.d.ts +4 -3
- package/dist/TextEditor/TextEditor.d.ts +2 -0
- package/dist/TextEditor/TextEditor.stories.d.ts +8 -0
- package/dist/TextEditor/TextEditor.styled.d.ts +2 -0
- package/dist/TextEditor/TextEditor.types.d.ts +27 -0
- package/dist/TextEditor/extensions/Placeholders/Placeholders.d.ts +32 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.d.ts +13 -0
- package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.styled.d.ts +3 -0
- package/dist/TextEditor/extensions/Placeholders/components/index.d.ts +1 -0
- package/dist/TextEditor/extensions/Placeholders/index.d.ts +2 -0
- package/dist/TextEditor/extensions/index.d.ts +1 -0
- package/dist/TextEditor/hooks/index.d.ts +1 -0
- package/dist/TextEditor/hooks/useEditor.d.ts +2 -0
- package/dist/TextEditor/index.d.ts +3 -0
- package/dist/TextEditorIcons/BoldIcon.d.ts +2 -0
- package/dist/TextEditorIcons/ItalicIcon.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.d.ts +2 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.styled.d.ts +3 -0
- package/dist/TextEditorMenuBar/TextEditorMenuBar.types.d.ts +6 -0
- package/dist/TextEditorMenuBar/index.d.ts +2 -0
- package/dist/Typography/Typography.stories.d.ts +0 -3
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +29270 -36
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +29256 -19
- package/dist/index.js.map +1 -1
- package/dist/stories/resources/tokensColorsLeap.d.ts +5 -4
- package/dist/stories/resources/typographyLeapDesktop.d.ts +5 -4
- package/dist/stories/resources/typographyLeapWeb.d.ts +5 -4
- package/package.json +4 -1
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
1
4
|
import { BADGE } from '@geometricpanda/storybook-addon-badges';
|
|
2
5
|
/**
|
|
3
6
|
* A divider is a thin line that groups content in lists and layouts. Dividers separate content into clear groups.
|
|
@@ -13,19 +16,19 @@ declare const meta: {
|
|
|
13
16
|
badges: BADGE[];
|
|
14
17
|
layout: string;
|
|
15
18
|
};
|
|
16
|
-
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").
|
|
19
|
+
decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
|
|
17
20
|
absolute?: boolean | undefined;
|
|
18
|
-
children?:
|
|
21
|
+
children?: import("react").ReactNode;
|
|
19
22
|
classes?: (Partial<import("@mui/material").DividerClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
20
23
|
flexItem?: boolean | undefined;
|
|
21
24
|
light?: boolean | undefined;
|
|
22
|
-
orientation?:
|
|
25
|
+
orientation?: "horizontal" | "vertical" | undefined;
|
|
23
26
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
24
|
-
textAlign?:
|
|
25
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
27
|
+
textAlign?: "center" | "left" | "right" | undefined;
|
|
28
|
+
variant?: import("@mui/types").OverridableStringUnion<"inset" | "fullWidth" | "middle", import("@mui/material").DividerPropsVariantOverrides> | undefined;
|
|
26
29
|
className?: string | undefined;
|
|
27
|
-
style?:
|
|
28
|
-
ref?: ((instance: HTMLHRElement | null) => void
|
|
30
|
+
style?: import("react").CSSProperties | undefined;
|
|
31
|
+
ref?: ((instance: HTMLHRElement | null) => void) | import("react").RefObject<HTMLHRElement> | null | undefined;
|
|
29
32
|
color?: string | undefined;
|
|
30
33
|
slot?: string | undefined;
|
|
31
34
|
title?: string | undefined;
|
|
@@ -36,27 +39,27 @@ declare const meta: {
|
|
|
36
39
|
tabIndex?: number | undefined;
|
|
37
40
|
"aria-activedescendant"?: string | undefined;
|
|
38
41
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
39
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
42
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
40
43
|
"aria-braillelabel"?: string | undefined;
|
|
41
44
|
"aria-brailleroledescription"?: string | undefined;
|
|
42
45
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
43
|
-
"aria-checked"?: boolean | "
|
|
46
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
44
47
|
"aria-colcount"?: number | undefined;
|
|
45
48
|
"aria-colindex"?: number | undefined;
|
|
46
49
|
"aria-colindextext"?: string | undefined;
|
|
47
50
|
"aria-colspan"?: number | undefined;
|
|
48
51
|
"aria-controls"?: string | undefined;
|
|
49
|
-
"aria-current"?: boolean | "
|
|
52
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
50
53
|
"aria-describedby"?: string | undefined;
|
|
51
54
|
"aria-description"?: string | undefined;
|
|
52
55
|
"aria-details"?: string | undefined;
|
|
53
56
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
54
|
-
"aria-dropeffect"?: "
|
|
57
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
55
58
|
"aria-errormessage"?: string | undefined;
|
|
56
59
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
57
60
|
"aria-flowto"?: string | undefined;
|
|
58
61
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
59
|
-
"aria-haspopup"?: boolean | "
|
|
62
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
60
63
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
61
64
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
62
65
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -71,9 +74,9 @@ declare const meta: {
|
|
|
71
74
|
"aria-owns"?: string | undefined;
|
|
72
75
|
"aria-placeholder"?: string | undefined;
|
|
73
76
|
"aria-posinset"?: number | undefined;
|
|
74
|
-
"aria-pressed"?: boolean | "
|
|
77
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
75
78
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
76
|
-
"aria-relevant"?: "
|
|
79
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
77
80
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
78
81
|
"aria-roledescription"?: string | undefined;
|
|
79
82
|
"aria-rowcount"?: number | undefined;
|
|
@@ -258,7 +261,7 @@ declare const meta: {
|
|
|
258
261
|
suppressContentEditableWarning?: boolean | undefined;
|
|
259
262
|
accessKey?: string | undefined;
|
|
260
263
|
autoFocus?: boolean | undefined;
|
|
261
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
264
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
262
265
|
contextMenu?: string | undefined;
|
|
263
266
|
dir?: string | undefined;
|
|
264
267
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -286,28 +289,53 @@ declare const meta: {
|
|
|
286
289
|
itemRef?: string | undefined;
|
|
287
290
|
results?: number | undefined;
|
|
288
291
|
security?: string | undefined;
|
|
289
|
-
unselectable?: "
|
|
290
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
292
|
+
unselectable?: "off" | "on" | undefined;
|
|
293
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
291
294
|
is?: string | undefined;
|
|
292
|
-
component?:
|
|
295
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
293
296
|
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
297
|
+
argTypes: {
|
|
298
|
+
light: {
|
|
299
|
+
table: {
|
|
300
|
+
disable: boolean;
|
|
301
|
+
};
|
|
302
|
+
};
|
|
303
|
+
children: {
|
|
304
|
+
table: {
|
|
305
|
+
disable: boolean;
|
|
306
|
+
};
|
|
307
|
+
};
|
|
308
|
+
ref: {
|
|
309
|
+
table: {
|
|
310
|
+
disable: boolean;
|
|
311
|
+
};
|
|
312
|
+
};
|
|
313
|
+
component: {
|
|
314
|
+
table: {
|
|
315
|
+
disable: boolean;
|
|
316
|
+
};
|
|
317
|
+
};
|
|
318
|
+
};
|
|
294
319
|
};
|
|
295
320
|
export default meta;
|
|
296
321
|
export declare const Default: {
|
|
297
|
-
args: {
|
|
322
|
+
args: {
|
|
323
|
+
orientation: "horizontal";
|
|
324
|
+
textAlign: "center";
|
|
325
|
+
};
|
|
298
326
|
render: (args: {
|
|
299
327
|
absolute?: boolean | undefined;
|
|
300
|
-
children?:
|
|
328
|
+
children?: import("react").ReactNode;
|
|
301
329
|
classes?: (Partial<import("@mui/material").DividerClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
302
330
|
flexItem?: boolean | undefined;
|
|
303
331
|
light?: boolean | undefined;
|
|
304
|
-
orientation?:
|
|
332
|
+
orientation?: "horizontal" | "vertical" | undefined;
|
|
305
333
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
306
|
-
textAlign?:
|
|
307
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
334
|
+
textAlign?: "center" | "left" | "right" | undefined;
|
|
335
|
+
variant?: import("@mui/types").OverridableStringUnion<"inset" | "fullWidth" | "middle", import("@mui/material").DividerPropsVariantOverrides> | undefined;
|
|
308
336
|
className?: string | undefined;
|
|
309
|
-
style?:
|
|
310
|
-
ref?: ((instance: HTMLHRElement | null) => void
|
|
337
|
+
style?: import("react").CSSProperties | undefined;
|
|
338
|
+
ref?: ((instance: HTMLHRElement | null) => void) | import("react").RefObject<HTMLHRElement> | null | undefined;
|
|
311
339
|
color?: string | undefined;
|
|
312
340
|
slot?: string | undefined;
|
|
313
341
|
title?: string | undefined;
|
|
@@ -318,27 +346,27 @@ export declare const Default: {
|
|
|
318
346
|
tabIndex?: number | undefined;
|
|
319
347
|
"aria-activedescendant"?: string | undefined;
|
|
320
348
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
321
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
349
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
322
350
|
"aria-braillelabel"?: string | undefined;
|
|
323
351
|
"aria-brailleroledescription"?: string | undefined;
|
|
324
352
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
325
|
-
"aria-checked"?: boolean | "
|
|
353
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
326
354
|
"aria-colcount"?: number | undefined;
|
|
327
355
|
"aria-colindex"?: number | undefined;
|
|
328
356
|
"aria-colindextext"?: string | undefined;
|
|
329
357
|
"aria-colspan"?: number | undefined;
|
|
330
358
|
"aria-controls"?: string | undefined;
|
|
331
|
-
"aria-current"?: boolean | "
|
|
359
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
332
360
|
"aria-describedby"?: string | undefined;
|
|
333
361
|
"aria-description"?: string | undefined;
|
|
334
362
|
"aria-details"?: string | undefined;
|
|
335
363
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
336
|
-
"aria-dropeffect"?: "
|
|
364
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
337
365
|
"aria-errormessage"?: string | undefined;
|
|
338
366
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
339
367
|
"aria-flowto"?: string | undefined;
|
|
340
368
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
341
|
-
"aria-haspopup"?: boolean | "
|
|
369
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
342
370
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
343
371
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
344
372
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -353,9 +381,9 @@ export declare const Default: {
|
|
|
353
381
|
"aria-owns"?: string | undefined;
|
|
354
382
|
"aria-placeholder"?: string | undefined;
|
|
355
383
|
"aria-posinset"?: number | undefined;
|
|
356
|
-
"aria-pressed"?: boolean | "
|
|
384
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
357
385
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
358
|
-
"aria-relevant"?: "
|
|
386
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
359
387
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
360
388
|
"aria-roledescription"?: string | undefined;
|
|
361
389
|
"aria-rowcount"?: number | undefined;
|
|
@@ -540,7 +568,7 @@ export declare const Default: {
|
|
|
540
568
|
suppressContentEditableWarning?: boolean | undefined;
|
|
541
569
|
accessKey?: string | undefined;
|
|
542
570
|
autoFocus?: boolean | undefined;
|
|
543
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
571
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
544
572
|
contextMenu?: string | undefined;
|
|
545
573
|
dir?: string | undefined;
|
|
546
574
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -568,10 +596,10 @@ export declare const Default: {
|
|
|
568
596
|
itemRef?: string | undefined;
|
|
569
597
|
results?: number | undefined;
|
|
570
598
|
security?: string | undefined;
|
|
571
|
-
unselectable?: "
|
|
572
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
599
|
+
unselectable?: "off" | "on" | undefined;
|
|
600
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
573
601
|
is?: string | undefined;
|
|
574
|
-
component?:
|
|
602
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
575
603
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
576
604
|
};
|
|
577
605
|
/**
|
|
@@ -584,17 +612,17 @@ export declare const Orientation: {
|
|
|
584
612
|
};
|
|
585
613
|
render: (args: {
|
|
586
614
|
absolute?: boolean | undefined;
|
|
587
|
-
children?:
|
|
615
|
+
children?: import("react").ReactNode;
|
|
588
616
|
classes?: (Partial<import("@mui/material").DividerClasses> & Partial<import("@mui/material").ClassNameMap<never>>) | undefined;
|
|
589
617
|
flexItem?: boolean | undefined;
|
|
590
618
|
light?: boolean | undefined;
|
|
591
|
-
orientation?:
|
|
619
|
+
orientation?: "horizontal" | "vertical" | undefined;
|
|
592
620
|
sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
|
|
593
|
-
textAlign?:
|
|
594
|
-
variant?: import("@mui/types").OverridableStringUnion<"
|
|
621
|
+
textAlign?: "center" | "left" | "right" | undefined;
|
|
622
|
+
variant?: import("@mui/types").OverridableStringUnion<"inset" | "fullWidth" | "middle", import("@mui/material").DividerPropsVariantOverrides> | undefined;
|
|
595
623
|
className?: string | undefined;
|
|
596
|
-
style?:
|
|
597
|
-
ref?: ((instance: HTMLHRElement | null) => void
|
|
624
|
+
style?: import("react").CSSProperties | undefined;
|
|
625
|
+
ref?: ((instance: HTMLHRElement | null) => void) | import("react").RefObject<HTMLHRElement> | null | undefined;
|
|
598
626
|
color?: string | undefined;
|
|
599
627
|
slot?: string | undefined;
|
|
600
628
|
title?: string | undefined;
|
|
@@ -605,27 +633,27 @@ export declare const Orientation: {
|
|
|
605
633
|
tabIndex?: number | undefined;
|
|
606
634
|
"aria-activedescendant"?: string | undefined;
|
|
607
635
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
608
|
-
"aria-autocomplete"?: "none" | "inline" | "
|
|
636
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
609
637
|
"aria-braillelabel"?: string | undefined;
|
|
610
638
|
"aria-brailleroledescription"?: string | undefined;
|
|
611
639
|
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
612
|
-
"aria-checked"?: boolean | "
|
|
640
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
613
641
|
"aria-colcount"?: number | undefined;
|
|
614
642
|
"aria-colindex"?: number | undefined;
|
|
615
643
|
"aria-colindextext"?: string | undefined;
|
|
616
644
|
"aria-colspan"?: number | undefined;
|
|
617
645
|
"aria-controls"?: string | undefined;
|
|
618
|
-
"aria-current"?: boolean | "
|
|
646
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
619
647
|
"aria-describedby"?: string | undefined;
|
|
620
648
|
"aria-description"?: string | undefined;
|
|
621
649
|
"aria-details"?: string | undefined;
|
|
622
650
|
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
623
|
-
"aria-dropeffect"?: "
|
|
651
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
624
652
|
"aria-errormessage"?: string | undefined;
|
|
625
653
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
626
654
|
"aria-flowto"?: string | undefined;
|
|
627
655
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
628
|
-
"aria-haspopup"?: boolean | "
|
|
656
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
629
657
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
630
658
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
631
659
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -640,9 +668,9 @@ export declare const Orientation: {
|
|
|
640
668
|
"aria-owns"?: string | undefined;
|
|
641
669
|
"aria-placeholder"?: string | undefined;
|
|
642
670
|
"aria-posinset"?: number | undefined;
|
|
643
|
-
"aria-pressed"?: boolean | "
|
|
671
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
644
672
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
645
|
-
"aria-relevant"?: "
|
|
673
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
646
674
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
647
675
|
"aria-roledescription"?: string | undefined;
|
|
648
676
|
"aria-rowcount"?: number | undefined;
|
|
@@ -827,7 +855,7 @@ export declare const Orientation: {
|
|
|
827
855
|
suppressContentEditableWarning?: boolean | undefined;
|
|
828
856
|
accessKey?: string | undefined;
|
|
829
857
|
autoFocus?: boolean | undefined;
|
|
830
|
-
contentEditable?: (boolean | "false" | "true") | "
|
|
858
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
831
859
|
contextMenu?: string | undefined;
|
|
832
860
|
dir?: string | undefined;
|
|
833
861
|
draggable?: (boolean | "false" | "true") | undefined;
|
|
@@ -855,9 +883,9 @@ export declare const Orientation: {
|
|
|
855
883
|
itemRef?: string | undefined;
|
|
856
884
|
results?: number | undefined;
|
|
857
885
|
security?: string | undefined;
|
|
858
|
-
unselectable?: "
|
|
859
|
-
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" |
|
|
886
|
+
unselectable?: "off" | "on" | undefined;
|
|
887
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
860
888
|
is?: string | undefined;
|
|
861
|
-
component?:
|
|
889
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
862
890
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
863
891
|
};
|