@learningpool/ui 2.4.2 → 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
|
@@ -9,6 +9,9 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
9
9
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
10
10
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
11
11
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
12
|
+
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
13
|
+
anchorName?: import("csstype").Property.AnchorName | undefined;
|
|
14
|
+
anchorScope?: import("csstype").Property.AnchorScope | undefined;
|
|
12
15
|
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
13
16
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
14
17
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
@@ -35,17 +38,14 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
35
38
|
backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
|
|
36
39
|
backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
|
|
37
40
|
backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
38
|
-
|
|
41
|
+
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
39
42
|
blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
40
|
-
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
41
43
|
borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
|
|
42
44
|
borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
|
|
43
45
|
borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
|
|
44
46
|
borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
|
|
45
47
|
borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
|
|
46
48
|
borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
|
|
47
|
-
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
48
|
-
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
49
49
|
borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
|
|
50
50
|
borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
51
51
|
borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -59,15 +59,12 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
59
59
|
borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
|
|
60
60
|
borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
|
|
61
61
|
borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
|
|
62
|
-
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
63
62
|
borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
64
63
|
borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
65
64
|
borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
|
|
66
65
|
borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
|
|
67
66
|
borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
68
67
|
borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
|
|
69
|
-
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
70
|
-
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
71
68
|
borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
|
|
72
69
|
borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
|
|
73
70
|
borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
|
|
@@ -94,8 +91,10 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
94
91
|
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
95
92
|
clear?: import("csstype").Property.Clear | undefined;
|
|
96
93
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
94
|
+
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
97
95
|
color?: import("csstype").Property.Color | undefined;
|
|
98
96
|
colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
97
|
+
colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
|
|
99
98
|
colorScheme?: import("csstype").Property.ColorScheme | undefined;
|
|
100
99
|
columnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
101
100
|
columnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
@@ -118,9 +117,17 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
118
117
|
counterReset?: import("csstype").Property.CounterReset | undefined;
|
|
119
118
|
counterSet?: import("csstype").Property.CounterSet | undefined;
|
|
120
119
|
cursor?: import("csstype").Property.Cursor | undefined;
|
|
120
|
+
cx?: import("csstype").Property.Cx<string | number> | undefined;
|
|
121
|
+
cy?: import("csstype").Property.Cy<string | number> | undefined;
|
|
122
|
+
d?: import("csstype").Property.D | undefined;
|
|
121
123
|
direction?: import("csstype").Property.Direction | undefined;
|
|
122
124
|
display?: import("csstype").Property.Display | undefined;
|
|
125
|
+
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
123
126
|
emptyCells?: import("csstype").Property.EmptyCells | undefined;
|
|
127
|
+
fieldSizing?: import("csstype").Property.FieldSizing | undefined;
|
|
128
|
+
fill?: import("csstype").Property.Fill | undefined;
|
|
129
|
+
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
130
|
+
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
124
131
|
filter?: import("csstype").Property.Filter | undefined;
|
|
125
132
|
flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
|
|
126
133
|
flexDirection?: import("csstype").Property.FlexDirection | undefined;
|
|
@@ -128,6 +135,8 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
128
135
|
flexShrink?: import("csstype").Property.FlexShrink | undefined;
|
|
129
136
|
flexWrap?: import("csstype").Property.FlexWrap | undefined;
|
|
130
137
|
float?: import("csstype").Property.Float | undefined;
|
|
138
|
+
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
139
|
+
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
131
140
|
fontFamily?: import("csstype").Property.FontFamily | undefined;
|
|
132
141
|
fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
133
142
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
@@ -137,7 +146,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
137
146
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
138
147
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
139
148
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
140
|
-
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
141
149
|
fontStyle?: import("csstype").Property.FontStyle | undefined;
|
|
142
150
|
fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
|
|
143
151
|
fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
|
|
@@ -154,6 +162,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
154
162
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
155
163
|
fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
|
|
156
164
|
fontWeight?: import("csstype").Property.FontWeight | undefined;
|
|
165
|
+
fontWidth?: import("csstype").Property.FontWidth | undefined;
|
|
157
166
|
forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
|
|
158
167
|
gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
|
|
159
168
|
gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
|
|
@@ -174,12 +183,13 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
174
183
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
175
184
|
imageResolution?: import("csstype").Property.ImageResolution | undefined;
|
|
176
185
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
186
|
+
initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
|
|
177
187
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
178
|
-
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
179
188
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
180
189
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
181
190
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
182
191
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
192
|
+
interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
|
|
183
193
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
184
194
|
justifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
185
195
|
justifyItems?: import("csstype").Property.JustifyItems | undefined;
|
|
@@ -187,6 +197,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
187
197
|
justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
|
|
188
198
|
left?: import("csstype").Property.Left<string | number> | undefined;
|
|
189
199
|
letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
|
|
200
|
+
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
190
201
|
lineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
191
202
|
lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
|
|
192
203
|
lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
|
|
@@ -202,6 +213,10 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
202
213
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
203
214
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
204
215
|
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
216
|
+
marker?: import("csstype").Property.Marker | undefined;
|
|
217
|
+
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
218
|
+
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
219
|
+
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
205
220
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
206
221
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
207
222
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
@@ -236,6 +251,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
236
251
|
motionRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
237
252
|
objectFit?: import("csstype").Property.ObjectFit | undefined;
|
|
238
253
|
objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
|
|
254
|
+
objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
|
|
239
255
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
240
256
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
241
257
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
@@ -271,25 +287,32 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
271
287
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
272
288
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
273
289
|
page?: import("csstype").Property.Page | undefined;
|
|
274
|
-
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
275
|
-
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
276
|
-
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
277
290
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
278
291
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
279
292
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
280
293
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
281
294
|
position?: import("csstype").Property.Position | undefined;
|
|
295
|
+
positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
|
|
296
|
+
positionArea?: import("csstype").Property.PositionArea | undefined;
|
|
297
|
+
positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
298
|
+
positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
|
|
299
|
+
positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
|
|
282
300
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
283
301
|
quotes?: import("csstype").Property.Quotes | undefined;
|
|
302
|
+
r?: import("csstype").Property.R<string | number> | undefined;
|
|
284
303
|
resize?: import("csstype").Property.Resize | undefined;
|
|
285
304
|
right?: import("csstype").Property.Right<string | number> | undefined;
|
|
286
305
|
rotate?: (string | number) | undefined;
|
|
287
306
|
rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
|
|
288
307
|
rubyAlign?: import("csstype").Property.RubyAlign | undefined;
|
|
289
308
|
rubyMerge?: import("csstype").Property.RubyMerge | undefined;
|
|
309
|
+
rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
|
|
290
310
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
311
|
+
rx?: import("csstype").Property.Rx<string | number> | undefined;
|
|
312
|
+
ry?: import("csstype").Property.Ry<string | number> | undefined;
|
|
291
313
|
scale?: string | number | readonly [number, number] | undefined;
|
|
292
314
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
315
|
+
scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
|
|
293
316
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
294
317
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
295
318
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
@@ -321,10 +344,28 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
321
344
|
shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
|
|
322
345
|
shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
|
|
323
346
|
shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
|
|
347
|
+
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
348
|
+
speakAs?: import("csstype").Property.SpeakAs | undefined;
|
|
349
|
+
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
350
|
+
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
351
|
+
stroke?: import("csstype").Property.Stroke | undefined;
|
|
352
|
+
strokeColor?: import("csstype").Property.StrokeColor | undefined;
|
|
353
|
+
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
354
|
+
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
355
|
+
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
356
|
+
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
357
|
+
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
358
|
+
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
359
|
+
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
324
360
|
tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
325
361
|
tableLayout?: import("csstype").Property.TableLayout | undefined;
|
|
326
362
|
textAlign?: import("csstype").Property.TextAlign | undefined;
|
|
327
363
|
textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
364
|
+
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
365
|
+
textAutospace?: import("csstype").Property.TextAutospace | undefined;
|
|
366
|
+
textBox?: import("csstype").Property.TextBox | undefined;
|
|
367
|
+
textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
|
|
368
|
+
textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
|
|
328
369
|
textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
|
|
329
370
|
textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
330
371
|
textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
@@ -342,10 +383,12 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
342
383
|
textRendering?: import("csstype").Property.TextRendering | undefined;
|
|
343
384
|
textShadow?: import("csstype").Property.TextShadow | undefined;
|
|
344
385
|
textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
386
|
+
textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
|
|
345
387
|
textTransform?: import("csstype").Property.TextTransform | undefined;
|
|
346
388
|
textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
|
|
347
389
|
textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
|
|
348
|
-
|
|
390
|
+
textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
|
|
391
|
+
textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
|
|
349
392
|
timelineScope?: import("csstype").Property.TimelineScope | undefined;
|
|
350
393
|
top?: import("csstype").Property.Top<string | number> | undefined;
|
|
351
394
|
touchAction?: import("csstype").Property.TouchAction | undefined;
|
|
@@ -361,15 +404,16 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
361
404
|
translate?: (string | number) | readonly [string | number, string | number] | undefined;
|
|
362
405
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
363
406
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
407
|
+
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
364
408
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
365
409
|
viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
|
|
366
410
|
viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
|
|
367
411
|
viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
|
|
412
|
+
viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
|
|
368
413
|
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
369
414
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
370
415
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
371
416
|
whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
|
|
372
|
-
whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
|
|
373
417
|
widows?: import("csstype").Property.Widows | undefined;
|
|
374
418
|
width?: import("csstype").Property.Width<string | number> | undefined;
|
|
375
419
|
willChange?: import("csstype").Property.WillChange | undefined;
|
|
@@ -377,6 +421,8 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
377
421
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
|
|
378
422
|
wordWrap?: import("csstype").Property.WordWrap | undefined;
|
|
379
423
|
writingMode?: import("csstype").Property.WritingMode | undefined;
|
|
424
|
+
x?: (string | number) | undefined;
|
|
425
|
+
y?: (string | number) | undefined;
|
|
380
426
|
zIndex?: import("csstype").Property.ZIndex | undefined;
|
|
381
427
|
zoom?: import("csstype").Property.Zoom | undefined;
|
|
382
428
|
all?: import("csstype").Globals | undefined;
|
|
@@ -386,14 +432,20 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
386
432
|
backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
|
|
387
433
|
border?: import("csstype").Property.Border<string | number> | undefined;
|
|
388
434
|
borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
|
|
435
|
+
borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
|
|
389
436
|
borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
|
|
390
437
|
borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
|
|
438
|
+
borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
|
|
439
|
+
borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
|
|
391
440
|
borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
|
|
392
441
|
borderColor?: import("csstype").Property.BorderColor | undefined;
|
|
393
442
|
borderImage?: import("csstype").Property.BorderImage | undefined;
|
|
394
443
|
borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
|
|
444
|
+
borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
|
|
395
445
|
borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
|
|
396
446
|
borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
|
|
447
|
+
borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
|
|
448
|
+
borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
|
|
397
449
|
borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
|
|
398
450
|
borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
399
451
|
borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
|
|
@@ -435,6 +487,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
435
487
|
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
436
488
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
437
489
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
490
|
+
positionTry?: import("csstype").Property.PositionTry | undefined;
|
|
438
491
|
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
439
492
|
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
440
493
|
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
@@ -445,6 +498,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
445
498
|
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
446
499
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
447
500
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
501
|
+
textWrap?: import("csstype").Property.TextWrap | undefined;
|
|
448
502
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
449
503
|
viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
|
|
450
504
|
MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
@@ -456,6 +510,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
456
510
|
MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
|
|
457
511
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
458
512
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
513
|
+
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
459
514
|
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
460
515
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
461
516
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
@@ -467,8 +522,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
467
522
|
MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
|
|
468
523
|
MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
|
|
469
524
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
470
|
-
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
471
|
-
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
472
525
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
473
526
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
474
527
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -477,7 +530,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
477
530
|
MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
|
|
478
531
|
MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
479
532
|
MozHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
480
|
-
MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
|
|
481
533
|
MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
482
534
|
MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
483
535
|
MozOrient?: import("csstype").Property.MozOrient | undefined;
|
|
@@ -488,11 +540,15 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
488
540
|
MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
489
541
|
MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
490
542
|
MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
543
|
+
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
544
|
+
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
491
545
|
MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
|
|
492
546
|
MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
|
|
493
547
|
MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
|
|
494
548
|
MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
|
|
495
|
-
|
|
549
|
+
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
550
|
+
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
551
|
+
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
496
552
|
MozUserModify?: import("csstype").Property.MozUserModify | undefined;
|
|
497
553
|
MozUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
498
554
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
@@ -611,6 +667,8 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
611
667
|
WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
|
|
612
668
|
WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
613
669
|
WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
|
|
670
|
+
WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
|
|
671
|
+
WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
614
672
|
WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
615
673
|
WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
616
674
|
WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
|
|
@@ -665,13 +723,14 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
665
723
|
WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
666
724
|
WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
667
725
|
WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
|
|
668
|
-
WebkitUserSelect?: import("csstype").Property.
|
|
726
|
+
WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
|
|
669
727
|
WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
|
|
670
728
|
MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
671
729
|
MozBorderImage?: import("csstype").Property.BorderImage | undefined;
|
|
672
730
|
MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
673
731
|
MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
674
732
|
MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
|
|
733
|
+
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
675
734
|
msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
|
|
676
735
|
msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
|
|
677
736
|
msFlex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
@@ -692,7 +751,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
692
751
|
WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
693
752
|
WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
|
|
694
753
|
WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
695
|
-
azimuth?: import("csstype").Property.Azimuth | undefined;
|
|
696
754
|
boxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
697
755
|
boxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
698
756
|
boxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
@@ -702,16 +760,22 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
702
760
|
boxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
703
761
|
boxPack?: import("csstype").Property.BoxPack | undefined;
|
|
704
762
|
clip?: import("csstype").Property.Clip | undefined;
|
|
763
|
+
fontStretch?: import("csstype").Property.FontStretch | undefined;
|
|
705
764
|
gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
|
|
706
765
|
gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
|
|
707
766
|
gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
|
|
708
767
|
imeMode?: import("csstype").Property.ImeMode | undefined;
|
|
768
|
+
insetArea?: import("csstype").Property.PositionArea | undefined;
|
|
709
769
|
offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
710
770
|
offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
711
771
|
offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
712
772
|
offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
713
773
|
offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
714
774
|
offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
775
|
+
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
776
|
+
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
777
|
+
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
778
|
+
positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
|
|
715
779
|
scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
716
780
|
scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
|
|
717
781
|
scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
|
|
@@ -729,9 +793,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
729
793
|
KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
730
794
|
KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
|
|
731
795
|
KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
|
|
732
|
-
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
733
796
|
MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
|
|
734
|
-
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
735
797
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
736
798
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
737
799
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
@@ -746,6 +808,8 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
746
808
|
MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
747
809
|
MozBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
748
810
|
MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
|
|
811
|
+
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
812
|
+
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
749
813
|
MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
|
|
750
814
|
MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
|
|
751
815
|
MozOpacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -753,20 +817,15 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
753
817
|
MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
|
|
754
818
|
MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
|
|
755
819
|
MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
|
|
756
|
-
MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
757
|
-
MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
758
820
|
MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
|
|
759
821
|
MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
|
|
760
822
|
MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
|
|
761
823
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
762
|
-
MozTransform?: import("csstype").Property.Transform | undefined;
|
|
763
|
-
MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
|
|
764
|
-
MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
|
|
765
|
-
MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
766
824
|
MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
|
|
767
825
|
MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
|
|
768
826
|
MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
|
|
769
827
|
MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
|
|
828
|
+
MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
|
|
770
829
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
771
830
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
772
831
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
@@ -799,38 +858,9 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
799
858
|
WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
|
|
800
859
|
WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
|
|
801
860
|
WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
|
|
802
|
-
alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
|
|
803
|
-
baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
|
|
804
|
-
clipRule?: import("csstype").Property.ClipRule | undefined;
|
|
805
861
|
colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
|
|
806
862
|
colorRendering?: import("csstype").Property.ColorRendering | undefined;
|
|
807
|
-
dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
|
|
808
|
-
fill?: import("csstype").Property.Fill | undefined;
|
|
809
|
-
fillOpacity?: import("csstype").Property.FillOpacity | undefined;
|
|
810
|
-
fillRule?: import("csstype").Property.FillRule | undefined;
|
|
811
|
-
floodColor?: import("csstype").Property.FloodColor | undefined;
|
|
812
|
-
floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
|
|
813
863
|
glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
|
|
814
|
-
lightingColor?: import("csstype").Property.LightingColor | undefined;
|
|
815
|
-
marker?: import("csstype").Property.Marker | undefined;
|
|
816
|
-
markerEnd?: import("csstype").Property.MarkerEnd | undefined;
|
|
817
|
-
markerMid?: import("csstype").Property.MarkerMid | undefined;
|
|
818
|
-
markerStart?: import("csstype").Property.MarkerStart | undefined;
|
|
819
|
-
shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
|
|
820
|
-
stopColor?: import("csstype").Property.StopColor | undefined;
|
|
821
|
-
stopOpacity?: import("csstype").Property.StopOpacity | undefined;
|
|
822
|
-
stroke?: import("csstype").Property.Stroke | undefined;
|
|
823
|
-
strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
|
|
824
|
-
strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
|
|
825
|
-
strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
|
|
826
|
-
strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
|
|
827
|
-
strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
|
|
828
|
-
strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
|
|
829
|
-
strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
|
|
830
|
-
textAnchor?: import("csstype").Property.TextAnchor | undefined;
|
|
831
|
-
vectorEffect?: import("csstype").Property.VectorEffect | undefined;
|
|
832
|
-
x?: (string | number) | undefined;
|
|
833
|
-
y?: (string | number) | undefined;
|
|
834
864
|
z?: (string | number) | undefined;
|
|
835
865
|
translateX?: (string | number) | undefined;
|
|
836
866
|
translateY?: (string | number) | undefined;
|
|
@@ -858,17 +888,18 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
858
888
|
suppressContentEditableWarning?: boolean | undefined;
|
|
859
889
|
suppressHydrationWarning?: boolean | undefined;
|
|
860
890
|
accessKey?: string | undefined;
|
|
891
|
+
autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
861
892
|
autoFocus?: boolean | undefined;
|
|
862
|
-
contentEditable?: "inherit" | (boolean | "
|
|
893
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
863
894
|
contextMenu?: string | undefined;
|
|
864
895
|
dir?: string | undefined;
|
|
865
|
-
draggable?: (boolean | "
|
|
896
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
897
|
+
enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
|
|
866
898
|
hidden?: boolean | undefined;
|
|
867
899
|
id?: string | undefined;
|
|
868
900
|
lang?: string | undefined;
|
|
869
901
|
nonce?: string | undefined;
|
|
870
|
-
|
|
871
|
-
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
902
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
872
903
|
tabIndex?: number | undefined;
|
|
873
904
|
translate?: "yes" | "no" | undefined;
|
|
874
905
|
radioGroup?: string | undefined;
|
|
@@ -884,7 +915,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
884
915
|
rev?: string | undefined;
|
|
885
916
|
typeof?: string | undefined;
|
|
886
917
|
vocab?: string | undefined;
|
|
887
|
-
autoCapitalize?: string | undefined;
|
|
888
918
|
autoCorrect?: string | undefined;
|
|
889
919
|
autoSave?: string | undefined;
|
|
890
920
|
color?: string | undefined;
|
|
@@ -895,51 +925,58 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
895
925
|
itemRef?: string | undefined;
|
|
896
926
|
results?: number | undefined;
|
|
897
927
|
security?: string | undefined;
|
|
898
|
-
unselectable?: "
|
|
899
|
-
inputMode?: "
|
|
928
|
+
unselectable?: "off" | "on" | undefined;
|
|
929
|
+
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
900
930
|
is?: string | undefined;
|
|
931
|
+
exportparts?: string | undefined;
|
|
932
|
+
part?: string | undefined;
|
|
901
933
|
"aria-activedescendant"?: string | undefined;
|
|
902
|
-
"aria-atomic"?: (boolean | "
|
|
903
|
-
"aria-autocomplete"?: "none" | "list" | "
|
|
904
|
-
"aria-
|
|
905
|
-
"aria-
|
|
934
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
935
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
936
|
+
"aria-braillelabel"?: string | undefined;
|
|
937
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
938
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
939
|
+
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
906
940
|
"aria-colcount"?: number | undefined;
|
|
907
941
|
"aria-colindex"?: number | undefined;
|
|
942
|
+
"aria-colindextext"?: string | undefined;
|
|
908
943
|
"aria-colspan"?: number | undefined;
|
|
909
944
|
"aria-controls"?: string | undefined;
|
|
910
|
-
"aria-current"?: boolean | "time" | "page" | "
|
|
945
|
+
"aria-current"?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
|
|
911
946
|
"aria-describedby"?: string | undefined;
|
|
947
|
+
"aria-description"?: string | undefined;
|
|
912
948
|
"aria-details"?: string | undefined;
|
|
913
|
-
"aria-disabled"?: (boolean | "
|
|
914
|
-
"aria-dropeffect"?: "link" | "none" | "copy" | "
|
|
949
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
950
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
915
951
|
"aria-errormessage"?: string | undefined;
|
|
916
|
-
"aria-expanded"?: (boolean | "
|
|
952
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
917
953
|
"aria-flowto"?: string | undefined;
|
|
918
|
-
"aria-grabbed"?: (boolean | "
|
|
919
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "
|
|
920
|
-
"aria-hidden"?: (boolean | "
|
|
921
|
-
"aria-invalid"?: boolean | "
|
|
954
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
955
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | undefined;
|
|
956
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
957
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
922
958
|
"aria-keyshortcuts"?: string | undefined;
|
|
923
959
|
"aria-label"?: string | undefined;
|
|
924
960
|
"aria-labelledby"?: string | undefined;
|
|
925
961
|
"aria-level"?: number | undefined;
|
|
926
962
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
927
|
-
"aria-modal"?: (boolean | "
|
|
928
|
-
"aria-multiline"?: (boolean | "
|
|
929
|
-
"aria-multiselectable"?: (boolean | "
|
|
963
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
964
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
965
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
930
966
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
931
967
|
"aria-owns"?: string | undefined;
|
|
932
968
|
"aria-placeholder"?: string | undefined;
|
|
933
969
|
"aria-posinset"?: number | undefined;
|
|
934
|
-
"aria-pressed"?: boolean | "
|
|
935
|
-
"aria-readonly"?: (boolean | "
|
|
970
|
+
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
971
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
936
972
|
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
937
|
-
"aria-required"?: (boolean | "
|
|
973
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
938
974
|
"aria-roledescription"?: string | undefined;
|
|
939
975
|
"aria-rowcount"?: number | undefined;
|
|
940
976
|
"aria-rowindex"?: number | undefined;
|
|
977
|
+
"aria-rowindextext"?: string | undefined;
|
|
941
978
|
"aria-rowspan"?: number | undefined;
|
|
942
|
-
"aria-selected"?: (boolean | "
|
|
979
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
943
980
|
"aria-setsize"?: number | undefined;
|
|
944
981
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
945
982
|
"aria-valuemax"?: number | undefined;
|
|
@@ -968,7 +1005,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
968
1005
|
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
969
1006
|
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
970
1007
|
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
971
|
-
onBeforeInput?: import("react").
|
|
1008
|
+
onBeforeInput?: import("react").InputEventHandler<HTMLDivElement> | undefined;
|
|
972
1009
|
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
973
1010
|
onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
974
1011
|
onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
@@ -1087,9 +1124,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
1087
1124
|
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1088
1125
|
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1089
1126
|
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1090
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1091
1127
|
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1092
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1093
1128
|
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1094
1129
|
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
1095
1130
|
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MobileNavigationSearchStyles.js","sourceRoot":"","sources":["../../../../src/lib/components/navigation/MobileNavigation/MobileNavigationSearchStyles.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,EAAE,aAAa,EAAE,UAAU,EAC3C,MAAM,gBAAgB,CAAA;AACvB,OAAO,EAAE,6BAA6B,EAAE,+BAA+B,EAAE,MAAM,YAAY,CAAA;AAC3F,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAE5C,MAAM,CAAC,MAAM,qBAAqB,GAAG,MAAM,CAAC,eAAe,CAAC,CAAA;;;aAG/C,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,GAAG,CAAC;;;;;;;;;;CAUlD,CAAA;AAED,MAAM,CAAC,MAAM,SAAS,GAAG,MAAM,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;sBACvB,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAAC,KAAK,CAAC,KAAK,CAAC;aAC5D,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,CAAC;;CAE7D,CAAA;AAED,MAAM,CAAC,MAAM,wBAAwB,GAAG,MAAM,CAAC,UAAU,CAAC,CAAA;sBACpC,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAAC,KAAK,CAAC,KAAK,CAAC;WAC9D,KAAK,CAAC,EAAE,CAAC,+BAA+B,CAAC,KAAK,CAAC,KAAK,CAAC;;;wBAGxC,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAAC,KAAK,CAAC,KAAK,CAAC;aAC9D,KAAK,CAAC,EAAE,CAAC,+BAA+B,CAAC,KAAK,CAAC,KAAK,CAAC;;CAEjE,CAAA;AAED,MAAM,CAAC,MAAM,mBAAmB,GAAG,MAAM,CAAC,aAAa,CAAC,CAAA;;aAE3C,KAAK,CAAC,EAAE,CAAC,+BAA+B,CAAC,KAAK,CAAC,KAAK,CAAC;;;;oBAI9C,KAAK,CAAC,EAAE,CAAC,+BAA+B,CAAC,KAAK,CAAC,KAAK,CAAC;;;;;;;;;;aAU5D,KAAK,CAAC,EAAE,CAAC,+BAA+B,CAAC,KAAK,CAAC,KAAK,CAAC;;CAEjE,CAAA"}
|