@galaxy-ds/core 2.1.1 → 2.1.2

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 (107) hide show
  1. package/dist/Accordion/Accordion.stories.d.ts +361 -204
  2. package/dist/Accordion/Accordion.styled.d.ts +2 -1
  3. package/dist/AccordionDetails/AccordionDetails.stories.d.ts +33 -23
  4. package/dist/AccordionPanel/AccordionPanel.stories.d.ts +49 -17
  5. package/dist/AccordionSummary/AccordionSummary.stories.d.ts +92 -62
  6. package/dist/ActivityLog/ActivityLog.stories.d.ts +22 -4
  7. package/dist/ActivityLog/ActivityLog.styled.d.ts +2 -1
  8. package/dist/AppBar/AppBar.stories.d.ts +105 -85
  9. package/dist/AppBar/AppBar.styled.d.ts +3 -2
  10. package/dist/AttachmentIcon/AttachmentIcon.stories.d.ts +22 -1
  11. package/dist/Autocomplete/Autocomplete.stories.d.ts +480 -329
  12. package/dist/Autocomplete/Autocomplete.styled.d.ts +5 -4
  13. package/dist/Avatar/Avatar.stories.d.ts +233 -194
  14. package/dist/Avatar/Avatar.styled.d.ts +2 -1
  15. package/dist/AvatarGroup/AvatarGroup.stories.d.ts +249 -174
  16. package/dist/BottomListButton/BottomListButton.stories.d.ts +67 -43
  17. package/dist/BottomListButton/BottomListButton.styled.d.ts +2 -1
  18. package/dist/Box/Box.stories.d.ts +67 -57
  19. package/dist/Breadcrumbs/Breadcrumbs.stories.d.ts +77 -52
  20. package/dist/Breadcrumbs/Breadcrumbs.styled.d.ts +2 -1
  21. package/dist/Button/Button.stories.d.ts +473 -423
  22. package/dist/Button/Button.styled.d.ts +2 -1
  23. package/dist/Card/Card.stories.d.ts +49 -29
  24. package/dist/Card/Card.styled.d.ts +2 -1
  25. package/dist/Checkbox/Checkbox.stories.d.ts +320 -235
  26. package/dist/Chip/Chip.stories.d.ts +439 -112
  27. package/dist/Chip/Chip.styled.d.ts +2 -1
  28. package/dist/CssBaseline/CssBaseline.stories.d.ts +3 -2
  29. package/dist/DatePicker/DatePicker.stories.d.ts +1 -0
  30. package/dist/DatePicker/DatePicker.styled.d.ts +1 -0
  31. package/dist/DateRangePicker/DateRangePicker.stories.d.ts +34 -33
  32. package/dist/DateRangePicker/DateRangePicker.styled.d.ts +1 -0
  33. package/dist/Dialog/Dialog.stories.d.ts +232 -137
  34. package/dist/Divider/Divider.stories.d.ts +81 -53
  35. package/dist/Drawer/Drawer.stories.d.ts +141 -87
  36. package/dist/DrawerMenu/DrawerMenu.stories.d.ts +103 -86
  37. package/dist/DrawerMenu/DrawerMenu.styled.d.ts +2 -1
  38. package/dist/DrawerMenu/DrawerMenu.types.d.ts +0 -16
  39. package/dist/Dropdown/Dropdown.stories.d.ts +529 -460
  40. package/dist/EmptyState/EmptyState.stories.d.ts +6 -9
  41. package/dist/EmptyState/EmptyState.styled.d.ts +3 -2
  42. package/dist/FooterActions/FooterActions.stories.d.ts +27 -12
  43. package/dist/FooterActions/FooterActions.styled.d.ts +2 -1
  44. package/dist/FormBody/FormBody.stories.d.ts +4 -3
  45. package/dist/FormBody/FormBody.styled.d.ts +1 -0
  46. package/dist/FormContainer/FormContainer.stories.d.ts +4 -3
  47. package/dist/FormContainer/FormContainer.styled.d.ts +2 -1
  48. package/dist/FormGroup/FormGroup.stories.d.ts +336 -52
  49. package/dist/FormHeader/FormHeader.stories.d.ts +6 -5
  50. package/dist/FormHeader/FormHeader.styled.d.ts +4 -3
  51. package/dist/Grid/Grid.stories.d.ts +1001 -22
  52. package/dist/HeaderToolbar/HeaderToolbar.stories.d.ts +175 -155
  53. package/dist/HeaderToolbar/HeaderToolbar.styled.d.ts +7 -6
  54. package/dist/Icon/Icon.stories.d.ts +628 -618
  55. package/dist/IconButton/IconButton.d.ts +1 -0
  56. package/dist/IconButton/IconButton.stories.d.ts +98 -52
  57. package/dist/Icons/doctype-icons.stories.d.ts +827 -824
  58. package/dist/Icons/lawconnect-icons.stories.d.ts +491 -0
  59. package/dist/Icons/leap-icons.stories.d.ts +2521 -1054
  60. package/dist/ImageUpload/ImageUpload.stories.d.ts +9 -1
  61. package/dist/ImageUpload/ImageUpload.styled.d.ts +1 -0
  62. package/dist/Input/Input.stories.d.ts +795 -840
  63. package/dist/Input/Input.styled.d.ts +3 -2
  64. package/dist/ListItemHoverContent/ListItemHoverContent.styled.d.ts +1 -0
  65. package/dist/Loader/Loader.styled.d.ts +2 -1
  66. package/dist/Menu/Menu.d.ts +1 -0
  67. package/dist/MenuHeader/MenuHeader.styled.d.ts +2 -1
  68. package/dist/Popover/Popover.types.d.ts +0 -2
  69. package/dist/RibbonButton/RibbonButton.d.ts +1 -0
  70. package/dist/RibbonButton/RibbonButton.styled.d.ts +3 -2
  71. package/dist/RibbonButtonGroup/RibbonButtonGroup.d.ts +1 -0
  72. package/dist/RibbonButtonGroup/RibbonButtonGroup.styled.d.ts +3 -2
  73. package/dist/SidebarLayout/SidebarLayout.types.d.ts +1 -1
  74. package/dist/StepNavigation/StepNavigation.styled.d.ts +1 -0
  75. package/dist/Tab/Tab.styled.d.ts +2 -1
  76. package/dist/TabListItem/TabListItem.styled.d.ts +3 -2
  77. package/dist/Tabs/Tabs.styled.d.ts +2 -1
  78. package/dist/Tag/Tag.styled.d.ts +4 -3
  79. package/dist/TextEditor/TextEditor.d.ts +2 -0
  80. package/dist/TextEditor/TextEditor.stories.d.ts +8 -0
  81. package/dist/TextEditor/TextEditor.styled.d.ts +2 -0
  82. package/dist/TextEditor/TextEditor.types.d.ts +27 -0
  83. package/dist/TextEditor/extensions/Placeholders/Placeholders.d.ts +32 -0
  84. package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.d.ts +13 -0
  85. package/dist/TextEditor/extensions/Placeholders/components/Placeholder/Placeholder.styled.d.ts +3 -0
  86. package/dist/TextEditor/extensions/Placeholders/components/index.d.ts +1 -0
  87. package/dist/TextEditor/extensions/Placeholders/index.d.ts +2 -0
  88. package/dist/TextEditor/extensions/index.d.ts +1 -0
  89. package/dist/TextEditor/hooks/index.d.ts +1 -0
  90. package/dist/TextEditor/hooks/useEditor.d.ts +2 -0
  91. package/dist/TextEditor/index.d.ts +3 -0
  92. package/dist/TextEditorIcons/BoldIcon.d.ts +2 -0
  93. package/dist/TextEditorIcons/ItalicIcon.d.ts +2 -0
  94. package/dist/TextEditorMenuBar/TextEditorMenuBar.d.ts +2 -0
  95. package/dist/TextEditorMenuBar/TextEditorMenuBar.styled.d.ts +3 -0
  96. package/dist/TextEditorMenuBar/TextEditorMenuBar.types.d.ts +6 -0
  97. package/dist/TextEditorMenuBar/index.d.ts +2 -0
  98. package/dist/Typography/Typography.stories.d.ts +0 -3
  99. package/dist/index.d.ts +1 -0
  100. package/dist/index.esm.js +29270 -36
  101. package/dist/index.esm.js.map +1 -1
  102. package/dist/index.js +29256 -19
  103. package/dist/index.js.map +1 -1
  104. package/dist/stories/resources/tokensColorsLeap.d.ts +5 -4
  105. package/dist/stories/resources/typographyLeapDesktop.d.ts +5 -4
  106. package/dist/stories/resources/typographyLeapWeb.d.ts +5 -4
  107. package/package.json +4 -1
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BADGE } from '@geometricpanda/storybook-addon-badges';
2
3
  /**
3
4
  * ```js
@@ -18,14 +19,10 @@ export default meta;
18
19
  */
19
20
  export declare const Default: {
20
21
  args: {
22
+ variant: "default";
21
23
  title: string;
22
24
  description: string;
23
25
  };
24
- render: (args: {
25
- title?: string | undefined;
26
- description?: string | undefined;
27
- variant?: ("default" | "document" | "matter" | "appointment" | "transaction") | undefined;
28
- }) => import("react/jsx-runtime").JSX.Element;
29
26
  };
30
27
  export declare const Document: {
31
28
  args: {
@@ -36,7 +33,7 @@ export declare const Document: {
36
33
  render: (args: {
37
34
  title?: string | undefined;
38
35
  description?: string | undefined;
39
- variant?: ("default" | "document" | "matter" | "appointment" | "transaction") | undefined;
36
+ variant?: "default" | "document" | "matter" | "transaction" | "appointment" | undefined;
40
37
  }) => import("react/jsx-runtime").JSX.Element;
41
38
  };
42
39
  export declare const Matter: {
@@ -48,7 +45,7 @@ export declare const Matter: {
48
45
  render: (args: {
49
46
  title?: string | undefined;
50
47
  description?: string | undefined;
51
- variant?: ("default" | "document" | "matter" | "appointment" | "transaction") | undefined;
48
+ variant?: "default" | "document" | "matter" | "transaction" | "appointment" | undefined;
52
49
  }) => import("react/jsx-runtime").JSX.Element;
53
50
  };
54
51
  export declare const Appointment: {
@@ -60,7 +57,7 @@ export declare const Appointment: {
60
57
  render: (args: {
61
58
  title?: string | undefined;
62
59
  description?: string | undefined;
63
- variant?: ("default" | "document" | "matter" | "appointment" | "transaction") | undefined;
60
+ variant?: "default" | "document" | "matter" | "transaction" | "appointment" | undefined;
64
61
  }) => import("react/jsx-runtime").JSX.Element;
65
62
  };
66
63
  export declare const Transaction: {
@@ -72,6 +69,6 @@ export declare const Transaction: {
72
69
  render: (args: {
73
70
  title?: string | undefined;
74
71
  description?: string | undefined;
75
- variant?: ("default" | "document" | "matter" | "appointment" | "transaction") | undefined;
72
+ variant?: "default" | "document" | "matter" | "transaction" | "appointment" | undefined;
76
73
  }) => import("react/jsx-runtime").JSX.Element;
77
74
  };
@@ -1,6 +1,7 @@
1
+ /// <reference types="react" />
1
2
  export declare const EmptyStateContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
- 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;
3
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
3
4
  }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
4
5
  export declare const EmptyStateTitle: import("@emotion/styled").StyledComponent<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
5
- ref?: ((instance: HTMLSpanElement | 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<HTMLSpanElement> | null | undefined;
6
+ ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
6
7
  }, "children" | "classes" | "className" | "style" | "color" | "fontSize" | "sx" | "p" | "height" | "width" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "lineHeight" | "textTransform" | "variant" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "top" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BADGE } from '@geometricpanda/storybook-addon-badges';
2
3
  /**
3
4
  * Footer Actions serves as a wrapper component for most form actions. Add button components to suit your needs.
@@ -9,26 +10,40 @@ import { BADGE } from '@geometricpanda/storybook-addon-badges';
9
10
  declare const meta: {
10
11
  component: {
11
12
  (props: import("./FooterActions.types").FooterActionsProps): import("react/jsx-runtime").JSX.Element;
12
- Left: (_props: React.PropsWithChildren) => null;
13
- Right: (_props: React.PropsWithChildren) => null;
13
+ Left: (_props: {
14
+ children?: import("react").ReactNode;
15
+ }) => null;
16
+ Right: (_props: {
17
+ children?: import("react").ReactNode;
18
+ }) => null;
14
19
  };
15
20
  title: string;
16
21
  parameters: {
17
22
  badges: BADGE[];
18
23
  layout: string;
19
24
  };
20
- decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").ReactRenderer, {
21
- children?: React.ReactNode;
22
- size?: ("medium" | "small") | undefined;
25
+ decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
26
+ children?: import("react").ReactNode;
27
+ size?: "small" | "medium" | undefined;
23
28
  fixed?: boolean | undefined;
24
29
  }>) => import("react/jsx-runtime").JSX.Element)[];
30
+ argTypes: {
31
+ size: {
32
+ description: string;
33
+ };
34
+ fixed: {
35
+ description: string;
36
+ };
37
+ };
25
38
  };
26
39
  export default meta;
27
40
  export declare const Default: {
28
- args: {};
41
+ args: {
42
+ size: "medium";
43
+ };
29
44
  render: (args: {
30
- children?: React.ReactNode;
31
- size?: ("medium" | "small") | undefined;
45
+ children?: import("react").ReactNode;
46
+ size?: "small" | "medium" | undefined;
32
47
  fixed?: boolean | undefined;
33
48
  }) => import("react/jsx-runtime").JSX.Element;
34
49
  };
@@ -38,8 +53,8 @@ export declare const Default: {
38
53
  export declare const Columns: {
39
54
  args: {};
40
55
  render: (args: {
41
- children?: React.ReactNode;
42
- size?: ("medium" | "small") | undefined;
56
+ children?: import("react").ReactNode;
57
+ size?: "small" | "medium" | undefined;
43
58
  fixed?: boolean | undefined;
44
59
  }) => import("react/jsx-runtime").JSX.Element;
45
60
  };
@@ -52,8 +67,8 @@ export declare const Size: {
52
67
  size: "small";
53
68
  };
54
69
  render: (args: {
55
- children?: React.ReactNode;
56
- size?: ("medium" | "small") | undefined;
70
+ children?: import("react").ReactNode;
71
+ size?: "small" | "medium" | undefined;
57
72
  fixed?: boolean | undefined;
58
73
  }) => import("react/jsx-runtime").JSX.Element;
59
74
  };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const FooterActionsContainer: import("@emotion/styled").StyledComponent<import("@mui/material").GridOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
- 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;
3
+ ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
3
4
  }, "children" | "classes" | "className" | "style" | "color" | "fontSize" | "sx" | "p" | "height" | "width" | "direction" | "display" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "spacing" | "visibility" | "lineHeight" | "textTransform" | "border" | "boxShadow" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "top" | "whiteSpace" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "columns" | "container" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "wrap" | "item" | "xs" | "sm" | "md" | "lg" | "xl" | "columnSpacing" | "rowSpacing" | "zeroMinWidth"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BADGE } from '@geometricpanda/storybook-addon-badges';
2
3
  /**
3
4
  *
@@ -12,8 +13,8 @@ declare const meta: {
12
13
  badges: BADGE[];
13
14
  layout: string;
14
15
  };
15
- decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").ReactRenderer, {
16
- children?: React.ReactNode;
16
+ decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
17
+ children?: import("react").ReactNode;
17
18
  mt?: number | undefined;
18
19
  mb?: number | undefined;
19
20
  px?: number | undefined;
@@ -25,7 +26,7 @@ export default meta;
25
26
  export declare const Default: {
26
27
  args: {};
27
28
  render: (args: {
28
- children?: React.ReactNode;
29
+ children?: import("react").ReactNode;
29
30
  mt?: number | undefined;
30
31
  mb?: number | undefined;
31
32
  px?: number | undefined;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const FormBodyContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { BADGE } from '@geometricpanda/storybook-addon-badges';
2
3
  /**
3
4
  *
@@ -12,8 +13,8 @@ declare const meta: {
12
13
  badges: BADGE[];
13
14
  layout: string;
14
15
  };
15
- decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react").ReactRenderer, {
16
- children?: React.ReactNode;
16
+ decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
17
+ children?: import("react").ReactNode;
17
18
  fullHeight?: boolean | undefined;
18
19
  onSubmit?: (() => void) | undefined;
19
20
  }>) => import("react/jsx-runtime").JSX.Element)[];
@@ -22,7 +23,7 @@ export default meta;
22
23
  export declare const Default: {
23
24
  args: {};
24
25
  render: (args: {
25
- children?: React.ReactNode;
26
+ children?: import("react").ReactNode;
26
27
  fullHeight?: boolean | undefined;
27
28
  onSubmit?: (() => void) | undefined;
28
29
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const FormContainerStyled: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
2
- fullHeight?: boolean;
3
+ fullHeight?: boolean | undefined;
3
4
  }, import("react").DetailedHTMLProps<import("react").FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, {}>;