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