@learningpool/ui 2.4.3 → 3.0.0
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/assets/Images.d.ts +4 -9
- package/assets/Images.js +17 -3
- package/assets/Images.js.map +1 -0
- package/components/atoms/Autocomplete/Autocomplete.js +1 -0
- package/components/atoms/Autocomplete/Autocomplete.js.map +1 -0
- package/components/atoms/Button/Button.d.ts +2 -33
- package/components/atoms/Button/Button.js +1 -0
- package/components/atoms/Button/Button.js.map +1 -0
- package/components/atoms/Checkbox/Checkbox.js +1 -0
- package/components/atoms/Checkbox/Checkbox.js.map +1 -0
- package/components/atoms/IconButton/IconButton.js +1 -0
- package/components/atoms/IconButton/IconButton.js.map +1 -0
- package/components/atoms/Radio/Radio.js +1 -0
- package/components/atoms/Radio/Radio.js.map +1 -0
- package/components/atoms/Select/Select.d.ts +1 -3
- package/components/atoms/Select/Select.js +1 -0
- package/components/atoms/Select/Select.js.map +1 -0
- package/components/atoms/Slider/Slider.js +1 -0
- package/components/atoms/Slider/Slider.js.map +1 -0
- package/components/atoms/Switch/Switch.js +1 -0
- package/components/atoms/Switch/Switch.js.map +1 -0
- package/components/atoms/TextField/TextField.js +1 -0
- package/components/atoms/TextField/TextField.js.map +1 -0
- package/components/atoms/ToggleButton/ToggleButton.js +1 -0
- package/components/atoms/ToggleButton/ToggleButton.js.map +1 -0
- package/components/datadisplay/Avatar/Avatar.js +1 -0
- package/components/datadisplay/Avatar/Avatar.js.map +1 -0
- package/components/datadisplay/Chip/Chip.js +1 -0
- package/components/datadisplay/Chip/Chip.js.map +1 -0
- package/components/datadisplay/List/List.js +1 -0
- package/components/datadisplay/List/List.js.map +1 -0
- package/components/datadisplay/WelcomeBanner/WelcomeBanner.js +1 -0
- package/components/datadisplay/WelcomeBanner/WelcomeBanner.js.map +1 -0
- package/components/datadisplay/WelcomeBanner/WelcomeBannerStyles.d.ts +5 -5
- package/components/datadisplay/WelcomeBanner/WelcomeBannerStyles.js +1 -0
- package/components/datadisplay/WelcomeBanner/WelcomeBannerStyles.js.map +1 -0
- package/components/feedback/Alert/Alert.js +1 -0
- package/components/feedback/Alert/Alert.js.map +1 -0
- package/components/feedback/FeedbackRating/FeedbackRating.js +1 -0
- package/components/feedback/FeedbackRating/FeedbackRating.js.map +1 -0
- package/components/landmarks/Header/Header.js +1 -0
- package/components/landmarks/Header/Header.js.map +1 -0
- package/components/landmarks/Header/HeaderActionButtons.js +1 -0
- package/components/landmarks/Header/HeaderActionButtons.js.map +1 -0
- package/components/landmarks/Header/HeaderStyles.d.ts +8 -8
- package/components/landmarks/Header/HeaderStyles.js +1 -0
- package/components/landmarks/Header/HeaderStyles.js.map +1 -0
- package/components/navigation/Drawer/Drawer.js +1 -0
- package/components/navigation/Drawer/Drawer.js.map +1 -0
- package/components/navigation/MobileNavigation/MobileNavigation.js +1 -0
- package/components/navigation/MobileNavigation/MobileNavigation.js.map +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationAvatar.js +2 -1
- package/components/navigation/MobileNavigation/MobileNavigationAvatar.js.map +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.d.ts +367 -294
- package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.js +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.js.map +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationDrawer.js +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationDrawer.js.map +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.d.ts +133 -98
- package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.js +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.js.map +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItem.js +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItem.js.map +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenu.js +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenu.js.map +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.d.ts +5 -18
- package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.js +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.js.map +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.d.ts +5 -7
- package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.js +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.js.map +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationMotion.js +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationMotion.js.map +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationNotchIndicator.js +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationNotchIndicator.js.map +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationSearch.js +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationSearch.js.map +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.d.ts +121 -86
- package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.js +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.js.map +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationStyles.d.ts +17 -17
- package/components/navigation/MobileNavigation/MobileNavigationStyles.js +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationStyles.js.map +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationToggleSearchX.js +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationToggleSearchX.js.map +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationToggleX.js +1 -0
- package/components/navigation/MobileNavigation/MobileNavigationToggleX.js.map +1 -0
- package/components/navigation/VerticalNavigation/VerticalNavigation.js +1 -0
- package/components/navigation/VerticalNavigation/VerticalNavigation.js.map +1 -0
- package/components/navigation/VerticalNavigation/VerticalNavigationAvatar.js +1 -0
- package/components/navigation/VerticalNavigation/VerticalNavigationAvatar.js.map +1 -0
- package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.d.ts +367 -294
- package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.js +1 -0
- package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.js.map +1 -0
- package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItem.js +1 -0
- package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItem.js.map +1 -0
- package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenu.js +1 -0
- package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenu.js.map +1 -0
- package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.d.ts +6 -19
- package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.js +1 -0
- package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.js.map +1 -0
- package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.d.ts +5 -7
- package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.js +1 -0
- package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.js.map +1 -0
- package/components/navigation/VerticalNavigation/VerticalNavigationMotion.js +1 -0
- package/components/navigation/VerticalNavigation/VerticalNavigationMotion.js.map +1 -0
- package/components/navigation/VerticalNavigation/VerticalNavigationStyles.d.ts +133 -98
- package/components/navigation/VerticalNavigation/VerticalNavigationStyles.js +1 -0
- package/components/navigation/VerticalNavigation/VerticalNavigationStyles.js.map +1 -0
- package/components/navigation/helpers.js +1 -0
- package/components/navigation/helpers.js.map +1 -0
- package/components/pages/ErrorPage/ErrorPage.js +1 -0
- package/components/pages/ErrorPage/ErrorPage.js.map +1 -0
- package/components/pages/ErrorPage/ErrorPageStyles.d.ts +4 -4
- package/components/pages/ErrorPage/ErrorPageStyles.js +1 -0
- package/components/pages/ErrorPage/ErrorPageStyles.js.map +1 -0
- package/components/pages/SideInSide/SideInSide.js +1 -0
- package/components/pages/SideInSide/SideInSide.js.map +1 -0
- package/components/pages/SideInSide/SideInSideStyles.js +1 -0
- package/components/pages/SideInSide/SideInSideStyles.js.map +1 -0
- package/components/stream/AppHub/AppHub.js +8 -9
- package/components/stream/AppHub/AppHub.js.map +1 -0
- package/components/stream/AppHub/AppHubAdvertStyles.js +1 -0
- package/components/stream/AppHub/AppHubAdvertStyles.js.map +1 -0
- package/components/stream/AppHub/AppHubBannerAdvert.js +4 -3
- package/components/stream/AppHub/AppHubBannerAdvert.js.map +1 -0
- package/components/stream/AppHub/AppHubCustom.js +1 -0
- package/components/stream/AppHub/AppHubCustom.js.map +1 -0
- package/components/stream/AppHub/AppHubCustomStyles.d.ts +3 -3
- package/components/stream/AppHub/AppHubCustomStyles.js +1 -0
- package/components/stream/AppHub/AppHubCustomStyles.js.map +1 -0
- package/components/stream/AppHub/AppHubProduct.js +2 -1
- package/components/stream/AppHub/AppHubProduct.js.map +1 -0
- package/components/stream/AppHub/AppHubProductStyles.d.ts +6 -38
- package/components/stream/AppHub/AppHubProductStyles.js +1 -0
- package/components/stream/AppHub/AppHubProductStyles.js.map +1 -0
- package/components/stream/AppHub/AppHubStyles.d.ts +4 -4
- package/components/stream/AppHub/AppHubStyles.js +1 -0
- package/components/stream/AppHub/AppHubStyles.js.map +1 -0
- package/components/stream/AppHub/constants.js +1 -0
- package/components/stream/AppHub/constants.js.map +1 -0
- package/components/stream/AppSwitcher/AppSwitcher.js +1 -0
- package/components/stream/AppSwitcher/AppSwitcher.js.map +1 -0
- package/components/stream/AppSwitcher/AppSwitcherStyles.d.ts +5 -5
- package/components/stream/AppSwitcher/AppSwitcherStyles.js +1 -0
- package/components/stream/AppSwitcher/AppSwitcherStyles.js.map +1 -0
- package/components/stream/AppSwitcher/constants.js +1 -0
- package/components/stream/AppSwitcher/constants.js.map +1 -0
- package/index.js +1 -0
- package/index.js.map +1 -0
- package/lang/en-us.js +1 -0
- package/lang/en-us.js.map +1 -0
- package/package.json +13 -23
- package/types/components/navigation/VerticalNavigation.js +1 -0
- package/types/components/navigation/VerticalNavigation.js.map +1 -0
- package/types/components/navigation/VerticalNavigationAvatar.js +1 -0
- package/types/components/navigation/VerticalNavigationAvatar.js.map +1 -0
- package/types/components/stream/AppHub.js +1 -0
- package/types/components/stream/AppHub.js.map +1 -0
- package/types/components/stream/AppSwitcher.js +1 -0
- package/types/components/stream/AppSwitcher.js.map +1 -0
- package/types/index.js +1 -0
- package/types/index.js.map +1 -0
- package/types/utils/themeExtends.js +1 -0
- package/types/utils/themeExtends.js.map +1 -0
- package/utils/Enums/HubEventTypes.enum.js +1 -0
- package/utils/Enums/HubEventTypes.enum.js.map +1 -0
- package/utils/constants.js +1 -0
- package/utils/constants.js.map +1 -0
- package/utils/dataAttributes.js +1 -0
- package/utils/dataAttributes.js.map +1 -0
- package/utils/helpers.js +1 -0
- package/utils/helpers.js.map +1 -0
- package/utils/hooks.js +1 -0
- package/utils/hooks.js.map +1 -0
- package/utils/index.js +1 -0
- package/utils/index.js.map +1 -0
- package/utils/theme.js +1 -0
- package/utils/theme.js.map +1 -0
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
export declare const StyledSwipeableDrawer: import("@emotion/styled").StyledComponent<import("@mui/material/Drawer").DrawerProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
4
4
|
export declare const StyledBox: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material/styles").Theme> & {
|
|
5
5
|
children?: import("react").ReactNode;
|
|
6
|
-
component?: import("react").ElementType<any> | undefined;
|
|
6
|
+
component?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
7
7
|
ref?: import("react").Ref<unknown> | undefined;
|
|
8
8
|
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
|
|
9
9
|
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
10
10
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
11
|
-
}, keyof import("@mui/material/OverridableComponent").CommonProps | "ref" | "children" | "sx" | "component" | ("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" | "
|
|
11
|
+
}, keyof import("@mui/material/OverridableComponent").CommonProps | "ref" | "children" | "sx" | "component" | ("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")> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
12
12
|
export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent<import("@react-spring/web").AnimatedProps<{
|
|
13
13
|
className?: string | undefined;
|
|
14
14
|
style?: {
|
|
@@ -17,6 +17,9 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
17
17
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
18
18
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
19
19
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
20
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
21
|
+
anchorName?: import("csstype").Property.AnchorName | undefined;
|
|
22
|
+
anchorScope?: import("csstype").Property.AnchorScope | undefined;
|
|
20
23
|
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
21
24
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
22
25
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
@@ -43,17 +46,14 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
43
46
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
44
47
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
45
48
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
46
|
-
|
|
49
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
47
50
|
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
48
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
49
51
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
50
52
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
51
53
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
52
54
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
53
55
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
54
56
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
55
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
56
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
57
57
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
58
58
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
59
59
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -67,15 +67,12 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
67
67
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
68
68
|
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
69
69
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
70
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
71
70
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
72
71
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
73
72
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
74
73
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
75
74
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
76
75
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
77
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
78
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
79
76
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
80
77
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
81
78
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -102,8 +99,10 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
102
99
|
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
103
100
|
clear?: import("csstype").Property.Clear | undefined;
|
|
104
101
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
102
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
105
103
|
color?: import("csstype").Property.Color | undefined;
|
|
106
104
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
105
|
+
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
|
|
107
106
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
108
107
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
109
108
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
@@ -126,9 +125,17 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
126
125
|
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
127
126
|
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
128
127
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
128
|
+
cx?: import("csstype").Property.Cx<string | number> | undefined;
|
|
129
|
+
cy?: import("csstype").Property.Cy<string | number> | undefined;
|
|
130
|
+
d?: import("csstype").Property.D | undefined;
|
|
129
131
|
direction?: import("csstype").Property.Direction | undefined;
|
|
130
132
|
display?: import("csstype").Property.Display | undefined;
|
|
133
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
131
134
|
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
135
|
+
fieldSizing?: import("csstype").Property.FieldSizing | undefined;
|
|
136
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
137
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
138
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
132
139
|
filter?: import("csstype").Property.Filter | undefined;
|
|
133
140
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
134
141
|
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
@@ -136,6 +143,8 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
136
143
|
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
137
144
|
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
138
145
|
float?: import("csstype").Property.Float | undefined;
|
|
146
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
147
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
139
148
|
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
140
149
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
141
150
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
@@ -145,7 +154,6 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
145
154
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
146
155
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
147
156
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
148
|
-
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
149
157
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
150
158
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
151
159
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
@@ -162,6 +170,7 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
162
170
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
163
171
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
164
172
|
fontWeight?: import("csstype").Property.FontWeight | undefined;
|
|
173
|
+
fontWidth?: import("csstype").Property.FontWidth | undefined;
|
|
165
174
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
166
175
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
167
176
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
@@ -182,12 +191,13 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
182
191
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
183
192
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
184
193
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
194
|
+
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
|
|
185
195
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
186
|
-
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
187
196
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
188
197
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
189
198
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
190
199
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
200
|
+
interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
|
|
191
201
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
192
202
|
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
193
203
|
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
@@ -195,6 +205,7 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
195
205
|
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
196
206
|
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
197
207
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
|
208
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
198
209
|
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
199
210
|
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
|
200
211
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
@@ -210,6 +221,10 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
210
221
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
211
222
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
212
223
|
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
224
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
225
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
226
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
227
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
213
228
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
214
229
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
215
230
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
@@ -244,6 +259,7 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
244
259
|
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
245
260
|
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
246
261
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
262
|
+
objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
|
|
247
263
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
248
264
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
249
265
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
@@ -279,25 +295,32 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
279
295
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
280
296
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
281
297
|
page?: import("csstype").Property.Page | undefined;
|
|
282
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
283
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
284
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
285
298
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
286
299
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
287
300
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
288
301
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
289
302
|
position?: import("csstype").Property.Position | undefined;
|
|
303
|
+
positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
|
|
304
|
+
positionArea?: import("csstype").Property.PositionArea | undefined;
|
|
305
|
+
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
306
|
+
positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
|
|
307
|
+
positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
|
|
290
308
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
291
309
|
quotes?: import("csstype").Property.Quotes | undefined;
|
|
310
|
+
r?: import("csstype").Property.R<string | number> | undefined;
|
|
292
311
|
resize?: import("csstype").Property.Resize | undefined;
|
|
293
312
|
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
294
313
|
rotate?: (string | number) | undefined;
|
|
295
314
|
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
296
315
|
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
297
316
|
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
317
|
+
rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
|
|
298
318
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
319
|
+
rx?: import("csstype").Property.Rx<string | number> | undefined;
|
|
320
|
+
ry?: import("csstype").Property.Ry<string | number> | undefined;
|
|
299
321
|
scale?: string | number | readonly [number, number] | undefined;
|
|
300
322
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
323
|
+
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
|
|
301
324
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
302
325
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
303
326
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -329,10 +352,28 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
329
352
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
330
353
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
331
354
|
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
355
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
356
|
+
speakAs?: import("csstype").Property.SpeakAs | undefined;
|
|
357
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
358
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
359
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
360
|
+
strokeColor?: import("csstype").Property.StrokeColor | undefined;
|
|
361
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
362
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
363
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
364
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
365
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
366
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
367
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
332
368
|
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
333
369
|
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
334
370
|
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
335
371
|
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
372
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
373
|
+
textAutospace?: import("csstype").Property.TextAutospace | undefined;
|
|
374
|
+
textBox?: import("csstype").Property.TextBox | undefined;
|
|
375
|
+
textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
|
|
376
|
+
textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
|
|
336
377
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
337
378
|
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
338
379
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
@@ -350,10 +391,12 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
350
391
|
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
351
392
|
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
352
393
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
394
|
+
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
|
|
353
395
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
354
396
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
355
397
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
356
|
-
|
|
398
|
+
textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
|
|
399
|
+
textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
|
|
357
400
|
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
358
401
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
359
402
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
@@ -369,15 +412,16 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
369
412
|
translate?: (string | number) | readonly [string | number, string | number] | undefined;
|
|
370
413
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
371
414
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
415
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
372
416
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
373
417
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
374
418
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
375
419
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
420
|
+
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
|
|
376
421
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
377
422
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
378
423
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
379
424
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
380
|
-
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
381
425
|
widows?: import("csstype").Property.Widows | undefined;
|
|
382
426
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
383
427
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -385,6 +429,8 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
385
429
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
386
430
|
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
387
431
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
432
|
+
x?: (string | number) | undefined;
|
|
433
|
+
y?: (string | number) | undefined;
|
|
388
434
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
389
435
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
390
436
|
all?: import("csstype").Globals | undefined;
|
|
@@ -394,14 +440,20 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
394
440
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
395
441
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
396
442
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
443
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
397
444
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
398
445
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
446
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
447
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
399
448
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
400
449
|
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
401
450
|
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
402
451
|
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
452
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
403
453
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
404
454
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
455
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
456
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
405
457
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
406
458
|
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
407
459
|
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
@@ -443,6 +495,7 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
443
495
|
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
444
496
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
445
497
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
498
|
+
positionTry?: import("csstype").Property.PositionTry | undefined;
|
|
446
499
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
447
500
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
448
501
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -453,6 +506,7 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
453
506
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
454
507
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
455
508
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
509
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
456
510
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
457
511
|
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
458
512
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -464,6 +518,7 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
464
518
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
465
519
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
466
520
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
521
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
467
522
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
468
523
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
469
524
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -475,8 +530,6 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
475
530
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
476
531
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
477
532
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
478
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
479
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
480
533
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
481
534
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
482
535
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -485,7 +538,6 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
485
538
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
486
539
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
487
540
|
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
488
|
-
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
489
541
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
490
542
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
491
543
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
@@ -496,11 +548,15 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
496
548
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
497
549
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
498
550
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
551
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
552
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
499
553
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
500
554
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
501
555
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
502
556
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
503
|
-
|
|
557
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
558
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
559
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
504
560
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
505
561
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
506
562
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
@@ -619,6 +675,8 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
619
675
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
620
676
|
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
621
677
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
678
|
+
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
679
|
+
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
622
680
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
623
681
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
624
682
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
@@ -673,13 +731,14 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
673
731
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
674
732
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
675
733
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
676
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
734
|
+
WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
|
|
677
735
|
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
678
736
|
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
679
737
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
680
738
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
681
739
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
682
740
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
741
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
683
742
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
684
743
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
685
744
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -700,7 +759,6 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
700
759
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
701
760
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
702
761
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
703
|
-
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
704
762
|
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
705
763
|
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
706
764
|
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
@@ -710,16 +768,22 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
710
768
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
711
769
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
712
770
|
clip?: import("csstype").Property.Clip | undefined;
|
|
771
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
713
772
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
714
773
|
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
715
774
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
716
775
|
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
776
|
+
insetArea?: import("csstype").Property.PositionArea | undefined;
|
|
717
777
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
718
778
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
719
779
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
720
780
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
721
781
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
722
782
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
783
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
784
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
785
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
786
|
+
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
723
787
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
724
788
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
725
789
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
@@ -737,9 +801,7 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
737
801
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
738
802
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
739
803
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
740
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
741
804
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
742
|
-
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
743
805
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
744
806
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
745
807
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
@@ -754,6 +816,8 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
754
816
|
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
755
817
|
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
756
818
|
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
819
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
820
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
757
821
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
758
822
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
759
823
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -761,20 +825,15 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
761
825
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
762
826
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
763
827
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
764
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
765
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
766
828
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
767
829
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
768
830
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
769
831
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
770
|
-
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
771
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
772
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
773
|
-
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
774
832
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
775
833
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
776
834
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
777
835
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
836
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
778
837
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
779
838
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
780
839
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -807,38 +866,9 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
807
866
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
808
867
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
809
868
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
810
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
811
|
-
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
812
|
-
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
813
869
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
814
870
|
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
815
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
816
|
-
fill?: import("csstype").Property.Fill | undefined;
|
|
817
|
-
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
818
|
-
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
819
|
-
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
820
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
821
871
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
822
|
-
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
823
|
-
marker?: import("csstype").Property.Marker | undefined;
|
|
824
|
-
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
825
|
-
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
826
|
-
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
827
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
828
|
-
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
829
|
-
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
830
|
-
stroke?: import("csstype").Property.Stroke | undefined;
|
|
831
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
832
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
833
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
834
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
835
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
836
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
837
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
838
|
-
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
839
|
-
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
840
|
-
x?: (string | number) | undefined;
|
|
841
|
-
y?: (string | number) | undefined;
|
|
842
872
|
z?: (string | number) | undefined;
|
|
843
873
|
translateX?: (string | number) | undefined;
|
|
844
874
|
translateY?: (string | number) | undefined;
|
|
@@ -866,17 +896,18 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
866
896
|
suppressContentEditableWarning?: boolean | undefined;
|
|
867
897
|
suppressHydrationWarning?: boolean | undefined;
|
|
868
898
|
accessKey?: string | undefined;
|
|
899
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
869
900
|
autoFocus?: boolean | undefined;
|
|
870
|
-
contentEditable?: "inherit" | (boolean | "
|
|
901
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
871
902
|
contextMenu?: string | undefined;
|
|
872
903
|
dir?: string | undefined;
|
|
873
|
-
draggable?: (boolean | "
|
|
904
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
905
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
874
906
|
hidden?: boolean | undefined;
|
|
875
907
|
id?: string | undefined;
|
|
876
908
|
lang?: string | undefined;
|
|
877
909
|
nonce?: string | undefined;
|
|
878
|
-
|
|
879
|
-
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
910
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
880
911
|
tabIndex?: number | undefined;
|
|
881
912
|
translate?: "yes" | "no" | undefined;
|
|
882
913
|
radioGroup?: string | undefined;
|
|
@@ -892,7 +923,6 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
892
923
|
rev?: string | undefined;
|
|
893
924
|
typeof?: string | undefined;
|
|
894
925
|
vocab?: string | undefined;
|
|
895
|
-
autoCapitalize?: string | undefined;
|
|
896
926
|
autoCorrect?: string | undefined;
|
|
897
927
|
autoSave?: string | undefined;
|
|
898
928
|
color?: string | undefined;
|
|
@@ -903,51 +933,58 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
903
933
|
itemRef?: string | undefined;
|
|
904
934
|
results?: number | undefined;
|
|
905
935
|
security?: string | undefined;
|
|
906
|
-
unselectable?: "
|
|
907
|
-
inputMode?: "
|
|
936
|
+
unselectable?: "off" | "on" | undefined;
|
|
937
|
+
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
908
938
|
is?: string | undefined;
|
|
939
|
+
exportparts?: string | undefined;
|
|
940
|
+
part?: string | undefined;
|
|
909
941
|
"aria-activedescendant"?: string | undefined;
|
|
910
|
-
"aria-atomic"?: (boolean | "
|
|
911
|
-
"aria-autocomplete"?: "none" | "list" | "
|
|
912
|
-
"aria-
|
|
913
|
-
"aria-
|
|
942
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
943
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
944
|
+
"aria-braillelabel"?: string | undefined;
|
|
945
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
946
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
947
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
914
948
|
"aria-colcount"?: number | undefined;
|
|
915
949
|
"aria-colindex"?: number | undefined;
|
|
950
|
+
"aria-colindextext"?: string | undefined;
|
|
916
951
|
"aria-colspan"?: number | undefined;
|
|
917
952
|
"aria-controls"?: string | undefined;
|
|
918
|
-
"aria-current"?: boolean | "time" | "page" | "
|
|
953
|
+
"aria-current"?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
|
|
919
954
|
"aria-describedby"?: string | undefined;
|
|
955
|
+
"aria-description"?: string | undefined;
|
|
920
956
|
"aria-details"?: string | undefined;
|
|
921
|
-
"aria-disabled"?: (boolean | "
|
|
922
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "
|
|
957
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
958
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
923
959
|
"aria-errormessage"?: string | undefined;
|
|
924
|
-
"aria-expanded"?: (boolean | "
|
|
960
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
925
961
|
"aria-flowto"?: string | undefined;
|
|
926
|
-
"aria-grabbed"?: (boolean | "
|
|
927
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "
|
|
928
|
-
"aria-hidden"?: (boolean | "
|
|
929
|
-
"aria-invalid"?: boolean | "
|
|
962
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
963
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | undefined;
|
|
964
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
965
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
930
966
|
"aria-keyshortcuts"?: string | undefined;
|
|
931
967
|
"aria-label"?: string | undefined;
|
|
932
968
|
"aria-labelledby"?: string | undefined;
|
|
933
969
|
"aria-level"?: number | undefined;
|
|
934
970
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
935
|
-
"aria-modal"?: (boolean | "
|
|
936
|
-
"aria-multiline"?: (boolean | "
|
|
937
|
-
"aria-multiselectable"?: (boolean | "
|
|
971
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
972
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
973
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
938
974
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
939
975
|
"aria-owns"?: string | undefined;
|
|
940
976
|
"aria-placeholder"?: string | undefined;
|
|
941
977
|
"aria-posinset"?: number | undefined;
|
|
942
|
-
"aria-pressed"?: boolean | "
|
|
943
|
-
"aria-readonly"?: (boolean | "
|
|
978
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
979
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
944
980
|
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
945
|
-
"aria-required"?: (boolean | "
|
|
981
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
946
982
|
"aria-roledescription"?: string | undefined;
|
|
947
983
|
"aria-rowcount"?: number | undefined;
|
|
948
984
|
"aria-rowindex"?: number | undefined;
|
|
985
|
+
"aria-rowindextext"?: string | undefined;
|
|
949
986
|
"aria-rowspan"?: number | undefined;
|
|
950
|
-
"aria-selected"?: (boolean | "
|
|
987
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
951
988
|
"aria-setsize"?: number | undefined;
|
|
952
989
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
953
990
|
"aria-valuemax"?: number | undefined;
|
|
@@ -976,7 +1013,7 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
976
1013
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
977
1014
|
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
978
1015
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
979
|
-
onBeforeInput?: import("react").
|
|
1016
|
+
onBeforeInput?: import("react").InputEventHandler<HTMLDivElement> | undefined;
|
|
980
1017
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
981
1018
|
onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
982
1019
|
onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1095,9 +1132,7 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
1095
1132
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1096
1133
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1097
1134
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1098
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1099
1135
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1100
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1101
1136
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1102
1137
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1103
1138
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1125,7 +1160,7 @@ export declare const StyledDrawerLogo: import("@emotion/styled").StyledComponent
|
|
|
1125
1160
|
viewBox?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
1126
1161
|
} & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
1127
1162
|
export declare const StyledDrawerLogoText: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material/styles").Theme> & {
|
|
1128
|
-
align?: "
|
|
1163
|
+
align?: "center" | "left" | "right" | "inherit" | "justify" | undefined;
|
|
1129
1164
|
children?: import("react").ReactNode;
|
|
1130
1165
|
classes?: Partial<import("@mui/material").TypographyClasses> | undefined;
|
|
1131
1166
|
gutterBottom?: boolean | undefined;
|
|
@@ -1136,12 +1171,12 @@ export declare const StyledDrawerLogoText: import("@emotion/styled").StyledCompo
|
|
|
1136
1171
|
variantMapping?: Partial<Record<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | "body1" | "body2", string>> | undefined;
|
|
1137
1172
|
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
1138
1173
|
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
1139
|
-
}, 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" | "
|
|
1174
|
+
}, 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>, {}, {}>;
|
|
1140
1175
|
export declare const StyledListItem: import("@emotion/styled").StyledComponent<{
|
|
1141
1176
|
button?: false | undefined;
|
|
1142
1177
|
} & import("@mui/material").ListItemBaseProps & {
|
|
1143
1178
|
components?: {
|
|
1144
|
-
Root?: import("react").ElementType<any> | undefined;
|
|
1179
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1145
1180
|
} | undefined;
|
|
1146
1181
|
componentsProps?: {
|
|
1147
1182
|
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").ListItemComponentsPropsOverrides) | undefined;
|
|
@@ -1159,7 +1194,7 @@ export declare const StyledListItemButton: import("@emotion/styled").StyledCompo
|
|
|
1159
1194
|
disableTouchRipple?: boolean | undefined;
|
|
1160
1195
|
focusRipple?: boolean | undefined;
|
|
1161
1196
|
focusVisibleClassName?: string | undefined;
|
|
1162
|
-
LinkComponent?: import("react").ElementType<any> | undefined;
|
|
1197
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1163
1198
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
1164
1199
|
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
|
|
1165
1200
|
tabIndex?: number | undefined;
|
|
@@ -1168,7 +1203,7 @@ export declare const StyledListItemButton: import("@emotion/styled").StyledCompo
|
|
|
1168
1203
|
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1169
1204
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
1170
1205
|
}, "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>, {}, {}>;
|
|
1171
|
-
export declare const StyledListItemText: 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>, {}, {}>;
|
|
1206
|
+
export declare const StyledListItemText: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemTextProps<import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>, import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
1172
1207
|
export declare const StyledChildList: import("@emotion/styled").StyledComponent<{
|
|
1173
1208
|
children?: import("react").ReactNode;
|
|
1174
1209
|
classes?: Partial<import("@mui/material").ListClasses> | undefined;
|
|
@@ -1183,7 +1218,7 @@ export declare const StyledChildListItem: import("@emotion/styled").StyledCompon
|
|
|
1183
1218
|
button?: false | undefined;
|
|
1184
1219
|
} & import("@mui/material").ListItemBaseProps & {
|
|
1185
1220
|
components?: {
|
|
1186
|
-
Root?: import("react").ElementType<any> | undefined;
|
|
1221
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1187
1222
|
} | undefined;
|
|
1188
1223
|
componentsProps?: {
|
|
1189
1224
|
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").ListItemComponentsPropsOverrides) | undefined;
|
|
@@ -1201,7 +1236,7 @@ export declare const StyledChildListItemButton: import("@emotion/styled").Styled
|
|
|
1201
1236
|
disableTouchRipple?: boolean | undefined;
|
|
1202
1237
|
focusRipple?: boolean | undefined;
|
|
1203
1238
|
focusVisibleClassName?: string | undefined;
|
|
1204
|
-
LinkComponent?: import("react").ElementType<any> | undefined;
|
|
1239
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1205
1240
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
1206
1241
|
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
|
|
1207
1242
|
tabIndex?: number | undefined;
|
|
@@ -1210,7 +1245,7 @@ export declare const StyledChildListItemButton: import("@emotion/styled").Styled
|
|
|
1210
1245
|
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
1211
1246
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
1212
1247
|
}, "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>, {}, {}>;
|
|
1213
|
-
export declare const StyledChildListItemText: 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>, {}, {}>;
|
|
1248
|
+
export declare const StyledChildListItemText: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemTextProps<import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>, import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
1214
1249
|
export declare const StyledListSecondaryList: import("@emotion/styled").StyledComponent<{
|
|
1215
1250
|
children?: import("react").ReactNode;
|
|
1216
1251
|
classes?: Partial<import("@mui/material").ListClasses> | undefined;
|
|
@@ -1225,7 +1260,7 @@ export declare const StyledListSecondaryItem: import("@emotion/styled").StyledCo
|
|
|
1225
1260
|
button?: false | undefined;
|
|
1226
1261
|
} & import("@mui/material").ListItemBaseProps & {
|
|
1227
1262
|
components?: {
|
|
1228
|
-
Root?: import("react").ElementType<any> | undefined;
|
|
1263
|
+
Root?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1229
1264
|
} | undefined;
|
|
1230
1265
|
componentsProps?: {
|
|
1231
1266
|
root?: (import("react").HTMLAttributes<HTMLDivElement> & import("@mui/material").ListItemComponentsPropsOverrides) | undefined;
|
|
@@ -1243,7 +1278,7 @@ export declare const StyledListSecondaryButton: import("@emotion/styled").Styled
|
|
|
1243
1278
|
disableTouchRipple?: boolean | undefined;
|
|
1244
1279
|
focusRipple?: boolean | undefined;
|
|
1245
1280
|
focusVisibleClassName?: string | undefined;
|
|
1246
|
-
LinkComponent?: import("react").ElementType<any> | undefined;
|
|
1281
|
+
LinkComponent?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
1247
1282
|
onFocusVisible?: import("react").FocusEventHandler<any> | undefined;
|
|
1248
1283
|
sx?: import("@mui/material/styles").SxProps<import("@mui/material/styles").Theme> | undefined;
|
|
1249
1284
|
tabIndex?: number | undefined;
|