@learningpool/ui 1.11.0 → 1.11.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.
- package/components/atoms/Button/Button.d.ts +3 -3
- package/components/landmarks/Header/HeaderStyles.d.ts +10 -10
- package/components/navigation/Drawer/Drawer.d.ts +1 -1
- package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.d.ts +155 -153
- package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.d.ts +63 -61
- package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.d.ts +8 -8
- package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.d.ts +6 -6
- package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.d.ts +51 -49
- package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.js +1 -1
- package/components/navigation/MobileNavigation/MobileNavigationStyles.d.ts +18 -18
- package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.d.ts +156 -154
- package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.d.ts +8 -8
- package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.d.ts +6 -6
- package/components/navigation/VerticalNavigation/VerticalNavigationStyles.d.ts +62 -60
- package/components/pages/ErrorPage/ErrorPageStyles.d.ts +5 -5
- package/components/stream/AppHub/AppHubCustomStyles.d.ts +9 -9
- package/components/stream/AppHub/AppHubProductStyles.d.ts +12 -12
- package/components/stream/AppHub/AppHubStyles.d.ts +9 -9
- package/package.json +1 -1
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
/// <reference types="trusted-types" />
|
|
2
4
|
export declare const StyledSwipeableAvatar: import("@emotion/styled").StyledComponent<import("@mui/material").DrawerProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
3
|
-
export declare const StyledButton: import("@emotion/styled").StyledComponent<
|
|
5
|
+
export declare const StyledButton: import("@emotion/styled").StyledComponent<Omit<{
|
|
4
6
|
children?: import("react").ReactNode;
|
|
5
7
|
classes?: Partial<import("@mui/material").ButtonClasses> | undefined;
|
|
6
8
|
color?: "inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning" | undefined;
|
|
@@ -30,9 +32,9 @@ export declare const StyledButton: import("@emotion/styled").StyledComponent<Pic
|
|
|
30
32
|
tabIndex?: number | undefined;
|
|
31
33
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
32
34
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
33
|
-
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<
|
|
35
|
+
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
34
36
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
35
|
-
}, keyof import("@mui/material/OverridableComponent").CommonProps | "tabIndex" | "color" | "children" | "sx" | "variant" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "size" | "startIcon">,
|
|
37
|
+
}, keyof import("@mui/material/OverridableComponent").CommonProps | "tabIndex" | "color" | "children" | "sx" | "variant" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "size" | "startIcon">, "ref"> & import("react").RefAttributes<HTMLButtonElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
36
38
|
export declare const StyledBox: import("@emotion/styled").StyledComponent<import("@react-spring/web").AnimatedProps<{
|
|
37
39
|
className?: string | undefined;
|
|
38
40
|
style?: {
|
|
@@ -913,57 +915,57 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
913
915
|
unselectable?: "on" | "off" | undefined;
|
|
914
916
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
915
917
|
is?: string | undefined;
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
918
|
+
"aria-activedescendant"?: string | undefined;
|
|
919
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
920
|
+
"aria-autocomplete"?: "none" | "list" | "both" | "inline" | undefined;
|
|
921
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
922
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
923
|
+
"aria-colcount"?: number | undefined;
|
|
924
|
+
"aria-colindex"?: number | undefined;
|
|
925
|
+
"aria-colspan"?: number | undefined;
|
|
926
|
+
"aria-controls"?: string | undefined;
|
|
927
|
+
"aria-current"?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
|
|
928
|
+
"aria-describedby"?: string | undefined;
|
|
929
|
+
"aria-details"?: string | undefined;
|
|
930
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
931
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
932
|
+
"aria-errormessage"?: string | undefined;
|
|
933
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
934
|
+
"aria-flowto"?: string | undefined;
|
|
935
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
936
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
937
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
938
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
939
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
940
|
+
"aria-label"?: string | undefined;
|
|
941
|
+
"aria-labelledby"?: string | undefined;
|
|
942
|
+
"aria-level"?: number | undefined;
|
|
943
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
944
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
945
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
946
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
947
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
948
|
+
"aria-owns"?: string | undefined;
|
|
949
|
+
"aria-placeholder"?: string | undefined;
|
|
950
|
+
"aria-posinset"?: number | undefined;
|
|
951
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
952
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
953
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
954
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
955
|
+
"aria-roledescription"?: string | undefined;
|
|
956
|
+
"aria-rowcount"?: number | undefined;
|
|
957
|
+
"aria-rowindex"?: number | undefined;
|
|
958
|
+
"aria-rowspan"?: number | undefined;
|
|
959
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
960
|
+
"aria-setsize"?: number | undefined;
|
|
961
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
962
|
+
"aria-valuemax"?: number | undefined;
|
|
963
|
+
"aria-valuemin"?: number | undefined;
|
|
964
|
+
"aria-valuenow"?: number | undefined;
|
|
965
|
+
"aria-valuetext"?: string | undefined;
|
|
964
966
|
children?: import("react").ReactNode;
|
|
965
967
|
dangerouslySetInnerHTML?: {
|
|
966
|
-
__html: string;
|
|
968
|
+
__html: string | TrustedHTML;
|
|
967
969
|
} | undefined;
|
|
968
970
|
onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
969
971
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -2011,57 +2013,57 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
2011
2013
|
unselectable?: "on" | "off" | undefined;
|
|
2012
2014
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
2013
2015
|
is?: string | undefined;
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2016
|
+
"aria-activedescendant"?: string | undefined;
|
|
2017
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
2018
|
+
"aria-autocomplete"?: "none" | "list" | "both" | "inline" | undefined;
|
|
2019
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
2020
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2021
|
+
"aria-colcount"?: number | undefined;
|
|
2022
|
+
"aria-colindex"?: number | undefined;
|
|
2023
|
+
"aria-colspan"?: number | undefined;
|
|
2024
|
+
"aria-controls"?: string | undefined;
|
|
2025
|
+
"aria-current"?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
|
|
2026
|
+
"aria-describedby"?: string | undefined;
|
|
2027
|
+
"aria-details"?: string | undefined;
|
|
2028
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
2029
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
2030
|
+
"aria-errormessage"?: string | undefined;
|
|
2031
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
2032
|
+
"aria-flowto"?: string | undefined;
|
|
2033
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
2034
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2035
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
2036
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
2037
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
2038
|
+
"aria-label"?: string | undefined;
|
|
2039
|
+
"aria-labelledby"?: string | undefined;
|
|
2040
|
+
"aria-level"?: number | undefined;
|
|
2041
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
2042
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
2043
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
2044
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
2045
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
2046
|
+
"aria-owns"?: string | undefined;
|
|
2047
|
+
"aria-placeholder"?: string | undefined;
|
|
2048
|
+
"aria-posinset"?: number | undefined;
|
|
2049
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2050
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
2051
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2052
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
2053
|
+
"aria-roledescription"?: string | undefined;
|
|
2054
|
+
"aria-rowcount"?: number | undefined;
|
|
2055
|
+
"aria-rowindex"?: number | undefined;
|
|
2056
|
+
"aria-rowspan"?: number | undefined;
|
|
2057
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
2058
|
+
"aria-setsize"?: number | undefined;
|
|
2059
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2060
|
+
"aria-valuemax"?: number | undefined;
|
|
2061
|
+
"aria-valuemin"?: number | undefined;
|
|
2062
|
+
"aria-valuenow"?: number | undefined;
|
|
2063
|
+
"aria-valuetext"?: string | undefined;
|
|
2062
2064
|
children?: import("react").ReactNode;
|
|
2063
2065
|
dangerouslySetInnerHTML?: {
|
|
2064
|
-
__html: string;
|
|
2066
|
+
__html: string | TrustedHTML;
|
|
2065
2067
|
} | undefined;
|
|
2066
2068
|
onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
2067
2069
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -3109,57 +3111,57 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
3109
3111
|
unselectable?: "on" | "off" | undefined;
|
|
3110
3112
|
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
3111
3113
|
is?: string | undefined;
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3114
|
+
"aria-activedescendant"?: string | undefined;
|
|
3115
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
3116
|
+
"aria-autocomplete"?: "none" | "list" | "both" | "inline" | undefined;
|
|
3117
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
3118
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
3119
|
+
"aria-colcount"?: number | undefined;
|
|
3120
|
+
"aria-colindex"?: number | undefined;
|
|
3121
|
+
"aria-colspan"?: number | undefined;
|
|
3122
|
+
"aria-controls"?: string | undefined;
|
|
3123
|
+
"aria-current"?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
|
|
3124
|
+
"aria-describedby"?: string | undefined;
|
|
3125
|
+
"aria-details"?: string | undefined;
|
|
3126
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
3127
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
3128
|
+
"aria-errormessage"?: string | undefined;
|
|
3129
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
3130
|
+
"aria-flowto"?: string | undefined;
|
|
3131
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
3132
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
3133
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
3134
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
3135
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
3136
|
+
"aria-label"?: string | undefined;
|
|
3137
|
+
"aria-labelledby"?: string | undefined;
|
|
3138
|
+
"aria-level"?: number | undefined;
|
|
3139
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
3140
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
3141
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
3142
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
3143
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
3144
|
+
"aria-owns"?: string | undefined;
|
|
3145
|
+
"aria-placeholder"?: string | undefined;
|
|
3146
|
+
"aria-posinset"?: number | undefined;
|
|
3147
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
3148
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
3149
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
3150
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
3151
|
+
"aria-roledescription"?: string | undefined;
|
|
3152
|
+
"aria-rowcount"?: number | undefined;
|
|
3153
|
+
"aria-rowindex"?: number | undefined;
|
|
3154
|
+
"aria-rowspan"?: number | undefined;
|
|
3155
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
3156
|
+
"aria-setsize"?: number | undefined;
|
|
3157
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
3158
|
+
"aria-valuemax"?: number | undefined;
|
|
3159
|
+
"aria-valuemin"?: number | undefined;
|
|
3160
|
+
"aria-valuenow"?: number | undefined;
|
|
3161
|
+
"aria-valuetext"?: string | undefined;
|
|
3160
3162
|
children?: import("react").ReactNode;
|
|
3161
3163
|
dangerouslySetInnerHTML?: {
|
|
3162
|
-
__html: string;
|
|
3164
|
+
__html: string | TrustedHTML;
|
|
3163
3165
|
} | undefined;
|
|
3164
3166
|
onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
3165
3167
|
onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
@@ -3337,9 +3339,9 @@ export declare const StyledAvatarName: import("@emotion/styled").StyledComponent
|
|
|
3337
3339
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
3338
3340
|
variant?: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | "body1" | "body2" | undefined;
|
|
3339
3341
|
variantMapping?: Partial<Record<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | "body1" | "body2", string>> | undefined;
|
|
3340
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<
|
|
3342
|
+
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
3341
3343
|
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
3342
|
-
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "align" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
3344
|
+
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "align" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
3343
3345
|
export declare const StyledButtonGroup: import("@emotion/styled").StyledComponent<{
|
|
3344
3346
|
children?: import("react").ReactNode;
|
|
3345
3347
|
classes?: Partial<import("@mui/material").ButtonGroupClasses> | undefined;
|
|
@@ -3353,7 +3355,7 @@ export declare const StyledButtonGroup: import("@emotion/styled").StyledComponen
|
|
|
3353
3355
|
size?: "small" | "large" | "medium" | undefined;
|
|
3354
3356
|
variant?: "text" | "outlined" | "contained" | undefined;
|
|
3355
3357
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
3356
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<
|
|
3358
|
+
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3357
3359
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
3358
3360
|
}, keyof import("@mui/material/OverridableComponent").CommonProps | "color" | "children" | "sx" | "variant" | "disabled" | "disableRipple" | "disableElevation" | "disableFocusRipple" | "fullWidth" | "size" | "orientation"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
3359
3361
|
export declare const StyledAvatar: import("@emotion/styled").StyledComponent<any, {}, {}>;
|
|
@@ -3373,6 +3375,6 @@ export declare const StyledListItemButton: import("@emotion/styled").StyledCompo
|
|
|
3373
3375
|
tabIndex?: number | undefined;
|
|
3374
3376
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
3375
3377
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
3376
|
-
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<
|
|
3378
|
+
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3377
3379
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
3378
3380
|
}, "className" | "style" | "classes" | "autoFocus" | "tabIndex" | "children" | "sx" | "alignItems" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected" | "dense" | "disableGutters" | "divider"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
@@ -10,7 +10,7 @@ export declare const FlyoutMenuPaper: import("@emotion/styled").StyledComponent<
|
|
|
10
10
|
square?: boolean | undefined;
|
|
11
11
|
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
|
|
12
12
|
variant?: "outlined" | "elevation" | undefined;
|
|
13
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<
|
|
13
|
+
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
14
14
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
15
15
|
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "square" | "elevation"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
16
16
|
anchorEl: HTMLElement | undefined;
|
|
@@ -27,7 +27,7 @@ export declare const FlyoutMenuList: import("@emotion/styled").StyledComponent<{
|
|
|
27
27
|
disablePadding?: boolean | undefined;
|
|
28
28
|
subheader?: import("react").ReactNode;
|
|
29
29
|
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
|
|
30
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<
|
|
30
|
+
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & {
|
|
31
31
|
ref?: ((instance: HTMLUListElement | null) => void) | import("react").RefObject<HTMLUListElement> | null | undefined;
|
|
32
32
|
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "dense" | "disablePadding" | "subheader"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
33
33
|
open?: boolean | undefined;
|
|
@@ -42,9 +42,9 @@ export declare const FlyoutMenuHeader: import("@emotion/styled").StyledComponent
|
|
|
42
42
|
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
|
|
43
43
|
variant?: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | "body1" | "body2" | undefined;
|
|
44
44
|
variantMapping?: Partial<Record<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | "body1" | "body2", string>> | undefined;
|
|
45
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<
|
|
45
|
+
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
46
46
|
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
47
|
-
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "align" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
47
|
+
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "align" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
48
48
|
export declare const FlyoutMenuItem: import("@emotion/styled").StyledComponent<{
|
|
49
49
|
button?: false | undefined;
|
|
50
50
|
} & import("@mui/material").ListItemBaseProps & {
|
|
@@ -54,7 +54,7 @@ export declare const FlyoutMenuItem: import("@emotion/styled").StyledComponent<{
|
|
|
54
54
|
componentsProps?: {
|
|
55
55
|
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").ListItemComponentsPropsOverrides) | undefined;
|
|
56
56
|
} | undefined;
|
|
57
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<
|
|
57
|
+
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
58
58
|
ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
59
59
|
}, "className" | "style" | "classes" | "button" | "autoFocus" | "children" | "sx" | "alignItems" | "disabled" | "selected" | "dense" | "components" | "componentsProps" | "disablePadding" | "disableGutters" | "divider" | "ContainerComponent" | "ContainerProps" | "secondaryAction"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
60
60
|
export declare const FlyoutMenuItemText: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemTextProps<import("react").ElementType<any>, import("react").ElementType<any>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
@@ -74,7 +74,7 @@ export declare const FlyoutMenuButton: import("@emotion/styled").StyledComponent
|
|
|
74
74
|
tabIndex?: number | undefined;
|
|
75
75
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
|
|
76
76
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
77
|
-
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<
|
|
77
|
+
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
78
78
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
79
79
|
}, "className" | "style" | "classes" | "autoFocus" | "tabIndex" | "children" | "sx" | "alignItems" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected" | "dense" | "disableGutters" | "divider"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
80
80
|
isDrawerOpen?: boolean | undefined;
|
|
@@ -87,7 +87,7 @@ export declare const FullHeightFlyoutMenuPaper: import("@emotion/styled").Styled
|
|
|
87
87
|
square?: boolean | undefined;
|
|
88
88
|
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
|
|
89
89
|
variant?: "outlined" | "elevation" | undefined;
|
|
90
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<
|
|
90
|
+
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
91
91
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
92
92
|
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "square" | "elevation"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & {
|
|
93
93
|
isDrawerOpen?: boolean | undefined;
|
|
@@ -108,6 +108,6 @@ export declare const NotchMini: import("@emotion/styled").StyledComponent<{
|
|
|
108
108
|
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
|
|
109
109
|
titleAccess?: string | undefined;
|
|
110
110
|
viewBox?: string | undefined;
|
|
111
|
-
} & import("@mui/material/OverridableComponent").CommonProps & Omit<
|
|
111
|
+
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").SVGProps<SVGSVGElement>, "ref"> & {
|
|
112
112
|
ref?: ((instance: SVGSVGElement | null) => void) | import("react").RefObject<SVGSVGElement> | null | undefined;
|
|
113
113
|
}, keyof import("@mui/material/OverridableComponent").CommonProps | "color" | "children" | "sx" | "fontSize" | "shapeRendering" | "viewBox" | "htmlColor" | "inheritViewBox" | "titleAccess"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|