@learningpool/ui 1.8.7 → 1.9.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/components/atoms/Button/Button.d.ts +1 -1
- package/components/landmarks/Header/HeaderStyles.d.ts +1 -1
- package/components/navigation/Drawer/Drawer.d.ts +1 -1
- package/components/navigation/MobileNavigation/MobileNavigationAvatar.js +46 -31
- package/components/navigation/MobileNavigation/MobileNavigationAvatarStyles.d.ts +207 -141
- package/components/navigation/MobileNavigation/MobileNavigationDrawer.js +39 -27
- package/components/navigation/MobileNavigation/MobileNavigationDrawerStyles.d.ts +75 -53
- package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemFlyoutMenuStyles.d.ts +4 -4
- package/components/navigation/MobileNavigation/MobileNavigationItem/MobileNavigationItemStyles.d.ts +6 -6
- package/components/navigation/MobileNavigation/MobileNavigationSearchStyles.d.ts +68 -46
- package/components/navigation/MobileNavigation/MobileNavigationStyles.d.ts +1 -1
- package/components/navigation/VerticalNavigation/VerticalNavigation.js +131 -105
- package/components/navigation/VerticalNavigation/VerticalNavigationAvatar.js +42 -18
- package/components/navigation/VerticalNavigation/VerticalNavigationAvatarStyles.d.ts +207 -141
- package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemFlyoutMenuStyles.d.ts +4 -4
- package/components/navigation/VerticalNavigation/VerticalNavigationItem/VerticalNavigationItemStyles.d.ts +6 -6
- package/components/navigation/VerticalNavigation/VerticalNavigationStyles.d.ts +69 -47
- package/components/stream/AppHub/AppHubCustomStyles.d.ts +4 -4
- package/components/stream/AppHub/AppHubProductStyles.d.ts +3 -3
- package/components/stream/AppHub/AppHubStyles.d.ts +2 -2
- package/components/stream/AppSwitcher/AppSwitcher.d.ts +10 -2
- package/components/stream/AppSwitcher/AppSwitcher.js +9 -7
- package/components/stream/AppSwitcher/AppSwitcherStylesStandalone.d.ts +16 -0
- package/components/stream/AppSwitcher/AppSwitcherStylesStandalone.js +22 -0
- package/components/stream/AppSwitcher/constants.d.ts +19 -0
- package/components/stream/AppSwitcher/constants.js +19 -0
- package/package.json +4 -3
- package/utils/helpers.d.ts +12 -9
- package/utils/helpers.js +41 -21
|
@@ -32,7 +32,7 @@ export declare const StyledButton: import("@emotion/styled").StyledComponent<Pic
|
|
|
32
32
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
33
33
|
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & {
|
|
34
34
|
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
35
|
-
}, keyof import("@mui/material/OverridableComponent").CommonProps | "tabIndex" | "color" | "children" | "sx" | "variant" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "size" | "startIcon">, keyof import("@mui/material/OverridableComponent").CommonProps | "form" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "variant" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "size" | "startIcon" | "
|
|
35
|
+
}, keyof import("@mui/material/OverridableComponent").CommonProps | "tabIndex" | "color" | "children" | "sx" | "variant" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "size" | "startIcon">, keyof import("@mui/material/OverridableComponent").CommonProps | "form" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "sx" | "variant" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "size" | "startIcon" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "value"> & import("react").RefAttributes<HTMLButtonElement> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
36
36
|
export declare const StyledBox: import("@emotion/styled").StyledComponent<import("@react-spring/web").AnimatedProps<{
|
|
37
37
|
className?: string | undefined;
|
|
38
38
|
style?: {
|
|
@@ -41,6 +41,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
41
41
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
42
42
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
43
43
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
44
|
+
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
44
45
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
45
46
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
46
47
|
animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -120,6 +121,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
120
121
|
breakInside?: import("csstype").Property.BreakInside | undefined;
|
|
121
122
|
captionSide?: import("csstype").Property.CaptionSide | undefined;
|
|
122
123
|
caretColor?: import("csstype").Property.CaretColor | undefined;
|
|
124
|
+
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
123
125
|
clear?: import("csstype").Property.Clear | undefined;
|
|
124
126
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
125
127
|
color?: import("csstype").Property.Color | undefined;
|
|
@@ -134,6 +136,12 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
134
136
|
columnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
|
135
137
|
columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
136
138
|
contain?: import("csstype").Property.Contain | undefined;
|
|
139
|
+
containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
|
|
140
|
+
containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
|
|
141
|
+
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
|
|
142
|
+
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
|
|
143
|
+
containerName?: import("csstype").Property.ContainerName | undefined;
|
|
144
|
+
containerType?: import("csstype").Property.ContainerType | undefined;
|
|
137
145
|
content?: import("csstype").Property.Content | undefined;
|
|
138
146
|
contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
|
|
139
147
|
counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
|
|
@@ -155,6 +163,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
155
163
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
156
164
|
fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
157
165
|
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
|
|
166
|
+
fontPalette?: import("csstype").Property.FontPalette | undefined;
|
|
158
167
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
159
168
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
160
169
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
@@ -165,6 +174,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
165
174
|
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
166
175
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
167
176
|
fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
|
|
177
|
+
fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
|
|
168
178
|
fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
|
169
179
|
fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
|
|
170
180
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
@@ -184,6 +194,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
184
194
|
hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
|
|
185
195
|
height?: import("csstype").Property.Height<string | number> | undefined;
|
|
186
196
|
hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
|
197
|
+
hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
|
|
187
198
|
hyphens?: import("csstype").Property.Hyphens | undefined;
|
|
188
199
|
imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
|
|
189
200
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
@@ -191,11 +202,8 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
191
202
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
192
203
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
193
204
|
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
194
|
-
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
|
195
|
-
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
196
205
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
197
206
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
198
|
-
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
199
207
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
200
208
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
201
209
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
@@ -211,16 +219,15 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
211
219
|
listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
|
|
212
220
|
listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
|
|
213
221
|
listStyleType?: import("csstype").Property.ListStyleType | undefined;
|
|
214
|
-
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
|
215
222
|
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
|
216
223
|
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
|
217
224
|
marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
|
|
218
|
-
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
|
219
225
|
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
220
226
|
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
221
227
|
marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
|
|
222
228
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
223
229
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
230
|
+
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
224
231
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
225
232
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
226
233
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
@@ -236,6 +243,8 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
236
243
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
237
244
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
238
245
|
maskType?: import("csstype").Property.MaskType | undefined;
|
|
246
|
+
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
247
|
+
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
239
248
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
240
249
|
maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
|
|
241
250
|
maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
|
|
@@ -255,6 +264,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
255
264
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
256
265
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
257
266
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
267
|
+
offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
|
|
258
268
|
offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
|
|
259
269
|
offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
260
270
|
opacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -276,23 +286,21 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
276
286
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
277
287
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
278
288
|
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
|
|
279
|
-
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
|
280
289
|
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
|
281
290
|
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
|
282
291
|
paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
|
|
283
|
-
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
|
284
292
|
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
285
293
|
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
286
294
|
paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
|
|
287
295
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
288
296
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
297
|
+
page?: import("csstype").Property.Page | undefined;
|
|
289
298
|
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
290
299
|
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
291
300
|
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
292
301
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
293
302
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
294
303
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
295
|
-
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
296
304
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
297
305
|
position?: import("csstype").Property.Position | undefined;
|
|
298
306
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
@@ -306,36 +314,31 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
306
314
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
307
315
|
scale?: string | number | readonly [number, number] | undefined;
|
|
308
316
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
309
|
-
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
310
|
-
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
311
317
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
312
318
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
313
319
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
314
|
-
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
315
320
|
scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
|
|
316
321
|
scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
|
|
317
322
|
scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
318
323
|
scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
319
324
|
scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
320
|
-
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
|
321
|
-
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
|
322
325
|
scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
|
|
323
326
|
scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
|
|
324
327
|
scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
|
|
325
|
-
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
|
326
328
|
scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
|
|
327
329
|
scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
|
|
328
330
|
scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
|
|
329
331
|
scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
|
|
330
332
|
scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
|
|
331
333
|
scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
|
|
332
|
-
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
333
334
|
scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
334
335
|
scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
335
336
|
scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
336
337
|
scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
337
338
|
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
|
|
338
339
|
scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
|
340
|
+
scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
|
|
341
|
+
scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
|
|
339
342
|
scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
|
|
340
343
|
scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
|
|
341
344
|
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
|
|
@@ -353,7 +356,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
353
356
|
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
|
|
354
357
|
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
355
358
|
textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
|
356
|
-
textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
|
357
359
|
textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
|
358
360
|
textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
|
359
361
|
textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
|
@@ -381,6 +383,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
381
383
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
382
384
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
383
385
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
386
|
+
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
384
387
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
385
388
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
386
389
|
widows?: import("csstype").Property.Widows | undefined;
|
|
@@ -412,8 +415,11 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
412
415
|
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
|
413
416
|
borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
|
|
414
417
|
borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
|
|
418
|
+
caret?: import("csstype").Property.Caret | undefined;
|
|
415
419
|
columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
416
420
|
columns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
421
|
+
containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
|
|
422
|
+
container?: import("csstype").Property.Container | undefined;
|
|
417
423
|
flex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
418
424
|
flexFlow?: import("csstype").Property.FlexFlow | undefined;
|
|
419
425
|
font?: import("csstype").Property.Font | undefined;
|
|
@@ -423,9 +429,14 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
423
429
|
gridColumn?: import("csstype").Property.GridColumn | undefined;
|
|
424
430
|
gridRow?: import("csstype").Property.GridRow | undefined;
|
|
425
431
|
gridTemplate?: import("csstype").Property.GridTemplate | undefined;
|
|
432
|
+
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
|
433
|
+
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
434
|
+
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
426
435
|
lineClamp?: import("csstype").Property.LineClamp | undefined;
|
|
427
436
|
listStyle?: import("csstype").Property.ListStyle | undefined;
|
|
428
437
|
margin?: import("csstype").Property.Margin<string | number> | undefined;
|
|
438
|
+
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
|
439
|
+
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
|
429
440
|
mask?: import("csstype").Property.Mask<string | number> | undefined;
|
|
430
441
|
maskBorder?: import("csstype").Property.MaskBorder | undefined;
|
|
431
442
|
motion?: import("csstype").Property.Offset<string | number> | undefined;
|
|
@@ -434,8 +445,19 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
434
445
|
overflow?: import("csstype").Property.Overflow | undefined;
|
|
435
446
|
overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
|
|
436
447
|
padding?: import("csstype").Property.Padding<string | number> | undefined;
|
|
448
|
+
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
|
449
|
+
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
|
450
|
+
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
437
451
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
438
452
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
453
|
+
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
454
|
+
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
455
|
+
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
456
|
+
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
|
457
|
+
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
|
458
|
+
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
|
459
|
+
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
460
|
+
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
439
461
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
440
462
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
441
463
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
@@ -449,6 +471,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
449
471
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
450
472
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
451
473
|
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
474
|
+
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
452
475
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
453
476
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
454
477
|
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
@@ -461,7 +484,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
461
484
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
462
485
|
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
463
486
|
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
464
|
-
MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
|
465
487
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
466
488
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
467
489
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -495,7 +517,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
495
517
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
496
518
|
MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
|
|
497
519
|
msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
|
|
498
|
-
msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
499
520
|
msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
|
|
500
521
|
msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
|
|
501
522
|
msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
|
|
@@ -516,7 +537,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
516
537
|
msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
|
|
517
538
|
msHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
518
539
|
msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
|
|
519
|
-
msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
|
|
520
540
|
msLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
521
541
|
msOrder?: import("csstype").Property.Order | undefined;
|
|
522
542
|
msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
|
|
@@ -539,6 +559,7 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
539
559
|
msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
|
|
540
560
|
msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
|
|
541
561
|
msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
|
|
562
|
+
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
|
542
563
|
msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
|
|
543
564
|
msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
|
|
544
565
|
msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
@@ -588,7 +609,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
588
609
|
WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
|
|
589
610
|
WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
590
611
|
WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
591
|
-
WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
|
592
612
|
WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
593
613
|
WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
594
614
|
WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -717,7 +737,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
717
737
|
scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
718
738
|
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
|
|
719
739
|
scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
|
|
720
|
-
scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
|
721
740
|
KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
722
741
|
KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
723
742
|
KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
@@ -733,7 +752,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
733
752
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
734
753
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
735
754
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
736
|
-
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
737
755
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
738
756
|
MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
739
757
|
MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -764,7 +782,6 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
764
782
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
765
783
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
766
784
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
767
|
-
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
|
768
785
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
769
786
|
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
770
787
|
OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
@@ -856,25 +873,30 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
856
873
|
suppressContentEditableWarning?: boolean | undefined;
|
|
857
874
|
suppressHydrationWarning?: boolean | undefined;
|
|
858
875
|
accessKey?: string | undefined;
|
|
859
|
-
|
|
876
|
+
autoFocus?: boolean | undefined;
|
|
877
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
860
878
|
contextMenu?: string | undefined;
|
|
861
879
|
dir?: string | undefined;
|
|
862
|
-
draggable?: (boolean | "
|
|
880
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
863
881
|
hidden?: boolean | undefined;
|
|
864
882
|
id?: string | undefined;
|
|
865
883
|
lang?: string | undefined;
|
|
884
|
+
nonce?: string | undefined;
|
|
866
885
|
placeholder?: string | undefined;
|
|
867
|
-
spellCheck?: (boolean | "
|
|
886
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
868
887
|
tabIndex?: number | undefined;
|
|
869
888
|
translate?: "yes" | "no" | undefined;
|
|
870
889
|
radioGroup?: string | undefined;
|
|
871
890
|
role?: import("react").AriaRole | undefined;
|
|
872
891
|
about?: string | undefined;
|
|
892
|
+
content?: string | undefined;
|
|
873
893
|
datatype?: string | undefined;
|
|
874
894
|
inlist?: any;
|
|
875
895
|
prefix?: string | undefined;
|
|
876
896
|
property?: string | undefined;
|
|
897
|
+
rel?: string | undefined;
|
|
877
898
|
resource?: string | undefined;
|
|
899
|
+
rev?: string | undefined;
|
|
878
900
|
typeof?: string | undefined;
|
|
879
901
|
vocab?: string | undefined;
|
|
880
902
|
autoCapitalize?: string | undefined;
|
|
@@ -889,50 +911,50 @@ export declare const StyledBox: import("@emotion/styled").StyledComponent<import
|
|
|
889
911
|
results?: number | undefined;
|
|
890
912
|
security?: string | undefined;
|
|
891
913
|
unselectable?: "on" | "off" | undefined;
|
|
892
|
-
inputMode?: "text" | "
|
|
914
|
+
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
893
915
|
is?: string | undefined;
|
|
894
916
|
'aria-activedescendant'?: string | undefined;
|
|
895
|
-
'aria-atomic'?: (boolean | "
|
|
896
|
-
'aria-autocomplete'?: "
|
|
897
|
-
'aria-busy'?: (boolean | "
|
|
898
|
-
'aria-checked'?: boolean | "
|
|
917
|
+
'aria-atomic'?: (boolean | "false" | "true") | undefined;
|
|
918
|
+
'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
|
|
919
|
+
'aria-busy'?: (boolean | "false" | "true") | undefined;
|
|
920
|
+
'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
|
|
899
921
|
'aria-colcount'?: number | undefined;
|
|
900
922
|
'aria-colindex'?: number | undefined;
|
|
901
923
|
'aria-colspan'?: number | undefined;
|
|
902
924
|
'aria-controls'?: string | undefined;
|
|
903
|
-
'aria-current'?: boolean | "time" | "
|
|
925
|
+
'aria-current'?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
|
|
904
926
|
'aria-describedby'?: string | undefined;
|
|
905
927
|
'aria-details'?: string | undefined;
|
|
906
|
-
'aria-disabled'?: (boolean | "
|
|
907
|
-
'aria-dropeffect'?: "link" | "none" | "copy" | "
|
|
928
|
+
'aria-disabled'?: (boolean | "false" | "true") | undefined;
|
|
929
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
908
930
|
'aria-errormessage'?: string | undefined;
|
|
909
|
-
'aria-expanded'?: (boolean | "
|
|
931
|
+
'aria-expanded'?: (boolean | "false" | "true") | undefined;
|
|
910
932
|
'aria-flowto'?: string | undefined;
|
|
911
|
-
'aria-grabbed'?: (boolean | "
|
|
912
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
913
|
-
'aria-hidden'?: (boolean | "
|
|
914
|
-
'aria-invalid'?: boolean | "
|
|
933
|
+
'aria-grabbed'?: (boolean | "false" | "true") | undefined;
|
|
934
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
935
|
+
'aria-hidden'?: (boolean | "false" | "true") | undefined;
|
|
936
|
+
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
915
937
|
'aria-keyshortcuts'?: string | undefined;
|
|
916
938
|
'aria-label'?: string | undefined;
|
|
917
939
|
'aria-labelledby'?: string | undefined;
|
|
918
940
|
'aria-level'?: number | undefined;
|
|
919
941
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
920
|
-
'aria-modal'?: (boolean | "
|
|
921
|
-
'aria-multiline'?: (boolean | "
|
|
922
|
-
'aria-multiselectable'?: (boolean | "
|
|
942
|
+
'aria-modal'?: (boolean | "false" | "true") | undefined;
|
|
943
|
+
'aria-multiline'?: (boolean | "false" | "true") | undefined;
|
|
944
|
+
'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
|
|
923
945
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
924
946
|
'aria-owns'?: string | undefined;
|
|
925
947
|
'aria-placeholder'?: string | undefined;
|
|
926
948
|
'aria-posinset'?: number | undefined;
|
|
927
|
-
'aria-pressed'?: boolean | "
|
|
928
|
-
'aria-readonly'?: (boolean | "
|
|
949
|
+
'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
|
|
950
|
+
'aria-readonly'?: (boolean | "false" | "true") | undefined;
|
|
929
951
|
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
930
|
-
'aria-required'?: (boolean | "
|
|
952
|
+
'aria-required'?: (boolean | "false" | "true") | undefined;
|
|
931
953
|
'aria-roledescription'?: string | undefined;
|
|
932
954
|
'aria-rowcount'?: number | undefined;
|
|
933
955
|
'aria-rowindex'?: number | undefined;
|
|
934
956
|
'aria-rowspan'?: number | undefined;
|
|
935
|
-
'aria-selected'?: (boolean | "
|
|
957
|
+
'aria-selected'?: (boolean | "false" | "true") | undefined;
|
|
936
958
|
'aria-setsize'?: number | undefined;
|
|
937
959
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
938
960
|
'aria-valuemax'?: number | undefined;
|
|
@@ -1117,6 +1139,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1117
1139
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
1118
1140
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
1119
1141
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
1142
|
+
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
1120
1143
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
1121
1144
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
1122
1145
|
animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -1196,6 +1219,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1196
1219
|
breakInside?: import("csstype").Property.BreakInside | undefined;
|
|
1197
1220
|
captionSide?: import("csstype").Property.CaptionSide | undefined;
|
|
1198
1221
|
caretColor?: import("csstype").Property.CaretColor | undefined;
|
|
1222
|
+
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
1199
1223
|
clear?: import("csstype").Property.Clear | undefined;
|
|
1200
1224
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
1201
1225
|
color?: import("csstype").Property.Color | undefined;
|
|
@@ -1210,6 +1234,12 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1210
1234
|
columnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
|
1211
1235
|
columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
1212
1236
|
contain?: import("csstype").Property.Contain | undefined;
|
|
1237
|
+
containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
|
|
1238
|
+
containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
|
|
1239
|
+
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
|
|
1240
|
+
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
|
|
1241
|
+
containerName?: import("csstype").Property.ContainerName | undefined;
|
|
1242
|
+
containerType?: import("csstype").Property.ContainerType | undefined;
|
|
1213
1243
|
content?: import("csstype").Property.Content | undefined;
|
|
1214
1244
|
contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
|
|
1215
1245
|
counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
|
|
@@ -1231,6 +1261,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1231
1261
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
1232
1262
|
fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
1233
1263
|
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
|
|
1264
|
+
fontPalette?: import("csstype").Property.FontPalette | undefined;
|
|
1234
1265
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
1235
1266
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
1236
1267
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
@@ -1241,6 +1272,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1241
1272
|
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
1242
1273
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
1243
1274
|
fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
|
|
1275
|
+
fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
|
|
1244
1276
|
fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
|
1245
1277
|
fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
|
|
1246
1278
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
@@ -1260,6 +1292,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1260
1292
|
hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
|
|
1261
1293
|
height?: import("csstype").Property.Height<string | number> | undefined;
|
|
1262
1294
|
hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
|
1295
|
+
hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
|
|
1263
1296
|
hyphens?: import("csstype").Property.Hyphens | undefined;
|
|
1264
1297
|
imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
|
|
1265
1298
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
@@ -1267,11 +1300,8 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1267
1300
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
1268
1301
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
1269
1302
|
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
1270
|
-
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
|
1271
|
-
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
1272
1303
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
1273
1304
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
1274
|
-
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
1275
1305
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
1276
1306
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
1277
1307
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
@@ -1287,16 +1317,15 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1287
1317
|
listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
|
|
1288
1318
|
listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
|
|
1289
1319
|
listStyleType?: import("csstype").Property.ListStyleType | undefined;
|
|
1290
|
-
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
|
1291
1320
|
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
|
1292
1321
|
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
|
1293
1322
|
marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
|
|
1294
|
-
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
|
1295
1323
|
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
1296
1324
|
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
1297
1325
|
marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
|
|
1298
1326
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
1299
1327
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
1328
|
+
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
1300
1329
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
1301
1330
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
1302
1331
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
@@ -1312,6 +1341,8 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1312
1341
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
1313
1342
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
1314
1343
|
maskType?: import("csstype").Property.MaskType | undefined;
|
|
1344
|
+
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
1345
|
+
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
1315
1346
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
1316
1347
|
maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
|
|
1317
1348
|
maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
|
|
@@ -1331,6 +1362,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1331
1362
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
1332
1363
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
1333
1364
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
1365
|
+
offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
|
|
1334
1366
|
offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
|
|
1335
1367
|
offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
1336
1368
|
opacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -1352,23 +1384,21 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1352
1384
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
1353
1385
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
1354
1386
|
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
|
|
1355
|
-
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
|
1356
1387
|
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
|
1357
1388
|
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
|
1358
1389
|
paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
|
|
1359
|
-
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
|
1360
1390
|
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
1361
1391
|
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
1362
1392
|
paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
|
|
1363
1393
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
1364
1394
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
1395
|
+
page?: import("csstype").Property.Page | undefined;
|
|
1365
1396
|
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
1366
1397
|
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
1367
1398
|
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
1368
1399
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
1369
1400
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
1370
1401
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
1371
|
-
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
1372
1402
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
1373
1403
|
position?: import("csstype").Property.Position | undefined;
|
|
1374
1404
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
@@ -1382,36 +1412,31 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1382
1412
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
1383
1413
|
scale?: string | number | readonly [number, number] | undefined;
|
|
1384
1414
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
1385
|
-
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
1386
|
-
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
1387
1415
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
1388
1416
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
1389
1417
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
1390
|
-
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
1391
1418
|
scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
|
|
1392
1419
|
scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
|
|
1393
1420
|
scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
1394
1421
|
scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
1395
1422
|
scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
1396
|
-
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
|
1397
|
-
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
|
1398
1423
|
scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
|
|
1399
1424
|
scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
|
|
1400
1425
|
scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
|
|
1401
|
-
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
|
1402
1426
|
scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
|
|
1403
1427
|
scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
|
|
1404
1428
|
scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
|
|
1405
1429
|
scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
|
|
1406
1430
|
scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
|
|
1407
1431
|
scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
|
|
1408
|
-
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
1409
1432
|
scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
1410
1433
|
scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
1411
1434
|
scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
1412
1435
|
scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
1413
1436
|
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
|
|
1414
1437
|
scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
|
1438
|
+
scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
|
|
1439
|
+
scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
|
|
1415
1440
|
scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
|
|
1416
1441
|
scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
|
|
1417
1442
|
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
|
|
@@ -1429,7 +1454,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1429
1454
|
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
|
|
1430
1455
|
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
1431
1456
|
textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
|
1432
|
-
textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
|
1433
1457
|
textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
|
1434
1458
|
textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
|
1435
1459
|
textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
|
@@ -1457,6 +1481,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1457
1481
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
1458
1482
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
1459
1483
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
1484
|
+
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
1460
1485
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
1461
1486
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
1462
1487
|
widows?: import("csstype").Property.Widows | undefined;
|
|
@@ -1488,8 +1513,11 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1488
1513
|
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
|
1489
1514
|
borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
|
|
1490
1515
|
borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
|
|
1516
|
+
caret?: import("csstype").Property.Caret | undefined;
|
|
1491
1517
|
columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
1492
1518
|
columns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
1519
|
+
containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
|
|
1520
|
+
container?: import("csstype").Property.Container | undefined;
|
|
1493
1521
|
flex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
1494
1522
|
flexFlow?: import("csstype").Property.FlexFlow | undefined;
|
|
1495
1523
|
font?: import("csstype").Property.Font | undefined;
|
|
@@ -1499,9 +1527,14 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1499
1527
|
gridColumn?: import("csstype").Property.GridColumn | undefined;
|
|
1500
1528
|
gridRow?: import("csstype").Property.GridRow | undefined;
|
|
1501
1529
|
gridTemplate?: import("csstype").Property.GridTemplate | undefined;
|
|
1530
|
+
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
|
1531
|
+
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
1532
|
+
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
1502
1533
|
lineClamp?: import("csstype").Property.LineClamp | undefined;
|
|
1503
1534
|
listStyle?: import("csstype").Property.ListStyle | undefined;
|
|
1504
1535
|
margin?: import("csstype").Property.Margin<string | number> | undefined;
|
|
1536
|
+
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
|
1537
|
+
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
|
1505
1538
|
mask?: import("csstype").Property.Mask<string | number> | undefined;
|
|
1506
1539
|
maskBorder?: import("csstype").Property.MaskBorder | undefined;
|
|
1507
1540
|
motion?: import("csstype").Property.Offset<string | number> | undefined;
|
|
@@ -1510,8 +1543,19 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1510
1543
|
overflow?: import("csstype").Property.Overflow | undefined;
|
|
1511
1544
|
overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
|
|
1512
1545
|
padding?: import("csstype").Property.Padding<string | number> | undefined;
|
|
1546
|
+
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
|
1547
|
+
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
|
1548
|
+
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
1513
1549
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
1514
1550
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
1551
|
+
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
1552
|
+
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
1553
|
+
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
1554
|
+
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
|
1555
|
+
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
|
1556
|
+
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
|
1557
|
+
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
1558
|
+
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
1515
1559
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
1516
1560
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
1517
1561
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
@@ -1525,6 +1569,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1525
1569
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
1526
1570
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
1527
1571
|
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
1572
|
+
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
1528
1573
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
1529
1574
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
1530
1575
|
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
@@ -1537,7 +1582,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1537
1582
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
1538
1583
|
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
1539
1584
|
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
1540
|
-
MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
|
1541
1585
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
1542
1586
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
1543
1587
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -1571,7 +1615,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1571
1615
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
1572
1616
|
MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
|
|
1573
1617
|
msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
|
|
1574
|
-
msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
1575
1618
|
msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
|
|
1576
1619
|
msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
|
|
1577
1620
|
msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
|
|
@@ -1592,7 +1635,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1592
1635
|
msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
|
|
1593
1636
|
msHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
1594
1637
|
msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
|
|
1595
|
-
msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
|
|
1596
1638
|
msLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
1597
1639
|
msOrder?: import("csstype").Property.Order | undefined;
|
|
1598
1640
|
msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
|
|
@@ -1615,6 +1657,7 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1615
1657
|
msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
|
|
1616
1658
|
msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
|
|
1617
1659
|
msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
|
|
1660
|
+
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
|
1618
1661
|
msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
|
|
1619
1662
|
msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
|
|
1620
1663
|
msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
@@ -1664,7 +1707,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1664
1707
|
WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
|
|
1665
1708
|
WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
1666
1709
|
WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
1667
|
-
WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
|
1668
1710
|
WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
1669
1711
|
WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
1670
1712
|
WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -1793,7 +1835,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1793
1835
|
scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
1794
1836
|
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
|
|
1795
1837
|
scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
|
|
1796
|
-
scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
|
1797
1838
|
KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
1798
1839
|
KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
1799
1840
|
KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
@@ -1809,7 +1850,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1809
1850
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
1810
1851
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
1811
1852
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
1812
|
-
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
1813
1853
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
1814
1854
|
MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
1815
1855
|
MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -1840,7 +1880,6 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1840
1880
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
1841
1881
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
1842
1882
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
1843
|
-
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
|
1844
1883
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
1845
1884
|
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
1846
1885
|
OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
@@ -1932,25 +1971,30 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1932
1971
|
suppressContentEditableWarning?: boolean | undefined;
|
|
1933
1972
|
suppressHydrationWarning?: boolean | undefined;
|
|
1934
1973
|
accessKey?: string | undefined;
|
|
1935
|
-
|
|
1974
|
+
autoFocus?: boolean | undefined;
|
|
1975
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
1936
1976
|
contextMenu?: string | undefined;
|
|
1937
1977
|
dir?: string | undefined;
|
|
1938
|
-
draggable?: (boolean | "
|
|
1978
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
1939
1979
|
hidden?: boolean | undefined;
|
|
1940
1980
|
id?: string | undefined;
|
|
1941
1981
|
lang?: string | undefined;
|
|
1982
|
+
nonce?: string | undefined;
|
|
1942
1983
|
placeholder?: string | undefined;
|
|
1943
|
-
spellCheck?: (boolean | "
|
|
1984
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1944
1985
|
tabIndex?: number | undefined;
|
|
1945
1986
|
translate?: "yes" | "no" | undefined;
|
|
1946
1987
|
radioGroup?: string | undefined;
|
|
1947
1988
|
role?: import("react").AriaRole | undefined;
|
|
1948
1989
|
about?: string | undefined;
|
|
1990
|
+
content?: string | undefined;
|
|
1949
1991
|
datatype?: string | undefined;
|
|
1950
1992
|
inlist?: any;
|
|
1951
1993
|
prefix?: string | undefined;
|
|
1952
1994
|
property?: string | undefined;
|
|
1995
|
+
rel?: string | undefined;
|
|
1953
1996
|
resource?: string | undefined;
|
|
1997
|
+
rev?: string | undefined;
|
|
1954
1998
|
typeof?: string | undefined;
|
|
1955
1999
|
vocab?: string | undefined;
|
|
1956
2000
|
autoCapitalize?: string | undefined;
|
|
@@ -1965,50 +2009,50 @@ export declare const StyledBoxProfile: import("@emotion/styled").StyledComponent
|
|
|
1965
2009
|
results?: number | undefined;
|
|
1966
2010
|
security?: string | undefined;
|
|
1967
2011
|
unselectable?: "on" | "off" | undefined;
|
|
1968
|
-
inputMode?: "text" | "
|
|
2012
|
+
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
1969
2013
|
is?: string | undefined;
|
|
1970
2014
|
'aria-activedescendant'?: string | undefined;
|
|
1971
|
-
'aria-atomic'?: (boolean | "
|
|
1972
|
-
'aria-autocomplete'?: "
|
|
1973
|
-
'aria-busy'?: (boolean | "
|
|
1974
|
-
'aria-checked'?: boolean | "
|
|
2015
|
+
'aria-atomic'?: (boolean | "false" | "true") | undefined;
|
|
2016
|
+
'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
|
|
2017
|
+
'aria-busy'?: (boolean | "false" | "true") | undefined;
|
|
2018
|
+
'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
|
|
1975
2019
|
'aria-colcount'?: number | undefined;
|
|
1976
2020
|
'aria-colindex'?: number | undefined;
|
|
1977
2021
|
'aria-colspan'?: number | undefined;
|
|
1978
2022
|
'aria-controls'?: string | undefined;
|
|
1979
|
-
'aria-current'?: boolean | "time" | "
|
|
2023
|
+
'aria-current'?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
|
|
1980
2024
|
'aria-describedby'?: string | undefined;
|
|
1981
2025
|
'aria-details'?: string | undefined;
|
|
1982
|
-
'aria-disabled'?: (boolean | "
|
|
1983
|
-
'aria-dropeffect'?: "link" | "none" | "copy" | "
|
|
2026
|
+
'aria-disabled'?: (boolean | "false" | "true") | undefined;
|
|
2027
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
1984
2028
|
'aria-errormessage'?: string | undefined;
|
|
1985
|
-
'aria-expanded'?: (boolean | "
|
|
2029
|
+
'aria-expanded'?: (boolean | "false" | "true") | undefined;
|
|
1986
2030
|
'aria-flowto'?: string | undefined;
|
|
1987
|
-
'aria-grabbed'?: (boolean | "
|
|
1988
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
1989
|
-
'aria-hidden'?: (boolean | "
|
|
1990
|
-
'aria-invalid'?: boolean | "
|
|
2031
|
+
'aria-grabbed'?: (boolean | "false" | "true") | undefined;
|
|
2032
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
2033
|
+
'aria-hidden'?: (boolean | "false" | "true") | undefined;
|
|
2034
|
+
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1991
2035
|
'aria-keyshortcuts'?: string | undefined;
|
|
1992
2036
|
'aria-label'?: string | undefined;
|
|
1993
2037
|
'aria-labelledby'?: string | undefined;
|
|
1994
2038
|
'aria-level'?: number | undefined;
|
|
1995
2039
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
1996
|
-
'aria-modal'?: (boolean | "
|
|
1997
|
-
'aria-multiline'?: (boolean | "
|
|
1998
|
-
'aria-multiselectable'?: (boolean | "
|
|
2040
|
+
'aria-modal'?: (boolean | "false" | "true") | undefined;
|
|
2041
|
+
'aria-multiline'?: (boolean | "false" | "true") | undefined;
|
|
2042
|
+
'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
|
|
1999
2043
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
2000
2044
|
'aria-owns'?: string | undefined;
|
|
2001
2045
|
'aria-placeholder'?: string | undefined;
|
|
2002
2046
|
'aria-posinset'?: number | undefined;
|
|
2003
|
-
'aria-pressed'?: boolean | "
|
|
2004
|
-
'aria-readonly'?: (boolean | "
|
|
2047
|
+
'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
|
|
2048
|
+
'aria-readonly'?: (boolean | "false" | "true") | undefined;
|
|
2005
2049
|
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
2006
|
-
'aria-required'?: (boolean | "
|
|
2050
|
+
'aria-required'?: (boolean | "false" | "true") | undefined;
|
|
2007
2051
|
'aria-roledescription'?: string | undefined;
|
|
2008
2052
|
'aria-rowcount'?: number | undefined;
|
|
2009
2053
|
'aria-rowindex'?: number | undefined;
|
|
2010
2054
|
'aria-rowspan'?: number | undefined;
|
|
2011
|
-
'aria-selected'?: (boolean | "
|
|
2055
|
+
'aria-selected'?: (boolean | "false" | "true") | undefined;
|
|
2012
2056
|
'aria-setsize'?: number | undefined;
|
|
2013
2057
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
2014
2058
|
'aria-valuemax'?: number | undefined;
|
|
@@ -2193,6 +2237,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2193
2237
|
alignItems?: import("csstype").Property.AlignItems | undefined;
|
|
2194
2238
|
alignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
2195
2239
|
alignTracks?: import("csstype").Property.AlignTracks | undefined;
|
|
2240
|
+
animationComposition?: import("csstype").Property.AnimationComposition | undefined;
|
|
2196
2241
|
animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
2197
2242
|
animationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
2198
2243
|
animationDuration?: import("csstype").Property.AnimationDuration<string & {}> | undefined;
|
|
@@ -2272,6 +2317,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2272
2317
|
breakInside?: import("csstype").Property.BreakInside | undefined;
|
|
2273
2318
|
captionSide?: import("csstype").Property.CaptionSide | undefined;
|
|
2274
2319
|
caretColor?: import("csstype").Property.CaretColor | undefined;
|
|
2320
|
+
caretShape?: import("csstype").Property.CaretShape | undefined;
|
|
2275
2321
|
clear?: import("csstype").Property.Clear | undefined;
|
|
2276
2322
|
clipPath?: import("csstype").Property.ClipPath | undefined;
|
|
2277
2323
|
color?: import("csstype").Property.Color | undefined;
|
|
@@ -2286,6 +2332,12 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2286
2332
|
columnSpan?: import("csstype").Property.ColumnSpan | undefined;
|
|
2287
2333
|
columnWidth?: import("csstype").Property.ColumnWidth<string | number> | undefined;
|
|
2288
2334
|
contain?: import("csstype").Property.Contain | undefined;
|
|
2335
|
+
containIntrinsicBlockSize?: import("csstype").Property.ContainIntrinsicBlockSize<string | number> | undefined;
|
|
2336
|
+
containIntrinsicHeight?: import("csstype").Property.ContainIntrinsicHeight<string | number> | undefined;
|
|
2337
|
+
containIntrinsicInlineSize?: import("csstype").Property.ContainIntrinsicInlineSize<string | number> | undefined;
|
|
2338
|
+
containIntrinsicWidth?: import("csstype").Property.ContainIntrinsicWidth<string | number> | undefined;
|
|
2339
|
+
containerName?: import("csstype").Property.ContainerName | undefined;
|
|
2340
|
+
containerType?: import("csstype").Property.ContainerType | undefined;
|
|
2289
2341
|
content?: import("csstype").Property.Content | undefined;
|
|
2290
2342
|
contentVisibility?: import("csstype").Property.ContentVisibility | undefined;
|
|
2291
2343
|
counterIncrement?: import("csstype").Property.CounterIncrement | undefined;
|
|
@@ -2307,6 +2359,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2307
2359
|
fontKerning?: import("csstype").Property.FontKerning | undefined;
|
|
2308
2360
|
fontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
|
|
2309
2361
|
fontOpticalSizing?: import("csstype").Property.FontOpticalSizing | undefined;
|
|
2362
|
+
fontPalette?: import("csstype").Property.FontPalette | undefined;
|
|
2310
2363
|
fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
|
|
2311
2364
|
fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
|
|
2312
2365
|
fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
|
|
@@ -2317,6 +2370,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2317
2370
|
fontVariantAlternates?: import("csstype").Property.FontVariantAlternates | undefined;
|
|
2318
2371
|
fontVariantCaps?: import("csstype").Property.FontVariantCaps | undefined;
|
|
2319
2372
|
fontVariantEastAsian?: import("csstype").Property.FontVariantEastAsian | undefined;
|
|
2373
|
+
fontVariantEmoji?: import("csstype").Property.FontVariantEmoji | undefined;
|
|
2320
2374
|
fontVariantLigatures?: import("csstype").Property.FontVariantLigatures | undefined;
|
|
2321
2375
|
fontVariantNumeric?: import("csstype").Property.FontVariantNumeric | undefined;
|
|
2322
2376
|
fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
|
|
@@ -2336,6 +2390,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2336
2390
|
hangingPunctuation?: import("csstype").Property.HangingPunctuation | undefined;
|
|
2337
2391
|
height?: import("csstype").Property.Height<string | number> | undefined;
|
|
2338
2392
|
hyphenateCharacter?: import("csstype").Property.HyphenateCharacter | undefined;
|
|
2393
|
+
hyphenateLimitChars?: import("csstype").Property.HyphenateLimitChars | undefined;
|
|
2339
2394
|
hyphens?: import("csstype").Property.Hyphens | undefined;
|
|
2340
2395
|
imageOrientation?: import("csstype").Property.ImageOrientation | undefined;
|
|
2341
2396
|
imageRendering?: import("csstype").Property.ImageRendering | undefined;
|
|
@@ -2343,11 +2398,8 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2343
2398
|
initialLetter?: import("csstype").Property.InitialLetter | undefined;
|
|
2344
2399
|
inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
|
|
2345
2400
|
inputSecurity?: import("csstype").Property.InputSecurity | undefined;
|
|
2346
|
-
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
|
2347
|
-
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
2348
2401
|
insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
|
|
2349
2402
|
insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
|
|
2350
|
-
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
2351
2403
|
insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
|
|
2352
2404
|
insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
|
|
2353
2405
|
isolation?: import("csstype").Property.Isolation | undefined;
|
|
@@ -2363,16 +2415,15 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2363
2415
|
listStyleImage?: import("csstype").Property.ListStyleImage | undefined;
|
|
2364
2416
|
listStylePosition?: import("csstype").Property.ListStylePosition | undefined;
|
|
2365
2417
|
listStyleType?: import("csstype").Property.ListStyleType | undefined;
|
|
2366
|
-
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
|
2367
2418
|
marginBlockEnd?: import("csstype").Property.MarginBlockEnd<string | number> | undefined;
|
|
2368
2419
|
marginBlockStart?: import("csstype").Property.MarginBlockStart<string | number> | undefined;
|
|
2369
2420
|
marginBottom?: import("csstype").Property.MarginBottom<string | number> | undefined;
|
|
2370
|
-
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
|
2371
2421
|
marginInlineEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
|
|
2372
2422
|
marginInlineStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
|
|
2373
2423
|
marginLeft?: import("csstype").Property.MarginLeft<string | number> | undefined;
|
|
2374
2424
|
marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
|
|
2375
2425
|
marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
|
|
2426
|
+
marginTrim?: import("csstype").Property.MarginTrim | undefined;
|
|
2376
2427
|
maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
|
|
2377
2428
|
maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
|
|
2378
2429
|
maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
|
|
@@ -2388,6 +2439,8 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2388
2439
|
maskRepeat?: import("csstype").Property.MaskRepeat | undefined;
|
|
2389
2440
|
maskSize?: import("csstype").Property.MaskSize<string | number> | undefined;
|
|
2390
2441
|
maskType?: import("csstype").Property.MaskType | undefined;
|
|
2442
|
+
mathDepth?: import("csstype").Property.MathDepth | undefined;
|
|
2443
|
+
mathShift?: import("csstype").Property.MathShift | undefined;
|
|
2391
2444
|
mathStyle?: import("csstype").Property.MathStyle | undefined;
|
|
2392
2445
|
maxBlockSize?: import("csstype").Property.MaxBlockSize<string | number> | undefined;
|
|
2393
2446
|
maxHeight?: import("csstype").Property.MaxHeight<string | number> | undefined;
|
|
@@ -2407,6 +2460,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2407
2460
|
offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
|
|
2408
2461
|
offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
|
|
2409
2462
|
offsetPath?: import("csstype").Property.OffsetPath | undefined;
|
|
2463
|
+
offsetPosition?: import("csstype").Property.OffsetPosition<string | number> | undefined;
|
|
2410
2464
|
offsetRotate?: import("csstype").Property.OffsetRotate | undefined;
|
|
2411
2465
|
offsetRotation?: import("csstype").Property.OffsetRotate | undefined;
|
|
2412
2466
|
opacity?: import("csstype").Property.Opacity | undefined;
|
|
@@ -2428,23 +2482,21 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2428
2482
|
overscrollBehaviorInline?: import("csstype").Property.OverscrollBehaviorInline | undefined;
|
|
2429
2483
|
overscrollBehaviorX?: import("csstype").Property.OverscrollBehaviorX | undefined;
|
|
2430
2484
|
overscrollBehaviorY?: import("csstype").Property.OverscrollBehaviorY | undefined;
|
|
2431
|
-
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
|
2432
2485
|
paddingBlockEnd?: import("csstype").Property.PaddingBlockEnd<string | number> | undefined;
|
|
2433
2486
|
paddingBlockStart?: import("csstype").Property.PaddingBlockStart<string | number> | undefined;
|
|
2434
2487
|
paddingBottom?: import("csstype").Property.PaddingBottom<string | number> | undefined;
|
|
2435
|
-
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
|
2436
2488
|
paddingInlineEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
|
|
2437
2489
|
paddingInlineStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
|
|
2438
2490
|
paddingLeft?: import("csstype").Property.PaddingLeft<string | number> | undefined;
|
|
2439
2491
|
paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
|
|
2440
2492
|
paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
|
|
2493
|
+
page?: import("csstype").Property.Page | undefined;
|
|
2441
2494
|
pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
|
|
2442
2495
|
pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
|
|
2443
2496
|
pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
|
|
2444
2497
|
paintOrder?: import("csstype").Property.PaintOrder | undefined;
|
|
2445
2498
|
perspective?: import("csstype").Property.Perspective<string | number> | undefined;
|
|
2446
2499
|
perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
|
|
2447
|
-
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
2448
2500
|
pointerEvents?: import("csstype").Property.PointerEvents | undefined;
|
|
2449
2501
|
position?: import("csstype").Property.Position | undefined;
|
|
2450
2502
|
printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
|
|
@@ -2458,36 +2510,31 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2458
2510
|
rubyPosition?: import("csstype").Property.RubyPosition | undefined;
|
|
2459
2511
|
scale?: string | number | readonly [number, number] | undefined;
|
|
2460
2512
|
scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
|
|
2461
|
-
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
2462
|
-
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
2463
2513
|
scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
2464
2514
|
scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
2465
2515
|
scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
2466
|
-
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
2467
2516
|
scrollMarginInlineEnd?: import("csstype").Property.ScrollMarginInlineEnd<string | number> | undefined;
|
|
2468
2517
|
scrollMarginInlineStart?: import("csstype").Property.ScrollMarginInlineStart<string | number> | undefined;
|
|
2469
2518
|
scrollMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
2470
2519
|
scrollMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
2471
2520
|
scrollMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
2472
|
-
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
|
2473
|
-
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
|
2474
2521
|
scrollPaddingBlockEnd?: import("csstype").Property.ScrollPaddingBlockEnd<string | number> | undefined;
|
|
2475
2522
|
scrollPaddingBlockStart?: import("csstype").Property.ScrollPaddingBlockStart<string | number> | undefined;
|
|
2476
2523
|
scrollPaddingBottom?: import("csstype").Property.ScrollPaddingBottom<string | number> | undefined;
|
|
2477
|
-
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
|
2478
2524
|
scrollPaddingInlineEnd?: import("csstype").Property.ScrollPaddingInlineEnd<string | number> | undefined;
|
|
2479
2525
|
scrollPaddingInlineStart?: import("csstype").Property.ScrollPaddingInlineStart<string | number> | undefined;
|
|
2480
2526
|
scrollPaddingLeft?: import("csstype").Property.ScrollPaddingLeft<string | number> | undefined;
|
|
2481
2527
|
scrollPaddingRight?: import("csstype").Property.ScrollPaddingRight<string | number> | undefined;
|
|
2482
2528
|
scrollPaddingTop?: import("csstype").Property.ScrollPaddingTop<string | number> | undefined;
|
|
2483
2529
|
scrollSnapAlign?: import("csstype").Property.ScrollSnapAlign | undefined;
|
|
2484
|
-
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
2485
2530
|
scrollSnapMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
|
|
2486
2531
|
scrollSnapMarginLeft?: import("csstype").Property.ScrollMarginLeft<string | number> | undefined;
|
|
2487
2532
|
scrollSnapMarginRight?: import("csstype").Property.ScrollMarginRight<string | number> | undefined;
|
|
2488
2533
|
scrollSnapMarginTop?: import("csstype").Property.ScrollMarginTop<string | number> | undefined;
|
|
2489
2534
|
scrollSnapStop?: import("csstype").Property.ScrollSnapStop | undefined;
|
|
2490
2535
|
scrollSnapType?: import("csstype").Property.ScrollSnapType | undefined;
|
|
2536
|
+
scrollTimelineAxis?: import("csstype").Property.ScrollTimelineAxis | undefined;
|
|
2537
|
+
scrollTimelineName?: import("csstype").Property.ScrollTimelineName | undefined;
|
|
2491
2538
|
scrollbarColor?: import("csstype").Property.ScrollbarColor | undefined;
|
|
2492
2539
|
scrollbarGutter?: import("csstype").Property.ScrollbarGutter | undefined;
|
|
2493
2540
|
scrollbarWidth?: import("csstype").Property.ScrollbarWidth | undefined;
|
|
@@ -2505,7 +2552,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2505
2552
|
textDecorationSkipInk?: import("csstype").Property.TextDecorationSkipInk | undefined;
|
|
2506
2553
|
textDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
2507
2554
|
textDecorationThickness?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
|
2508
|
-
textDecorationWidth?: import("csstype").Property.TextDecorationThickness<string | number> | undefined;
|
|
2509
2555
|
textEmphasisColor?: import("csstype").Property.TextEmphasisColor | undefined;
|
|
2510
2556
|
textEmphasisPosition?: import("csstype").Property.TextEmphasisPosition | undefined;
|
|
2511
2557
|
textEmphasisStyle?: import("csstype").Property.TextEmphasisStyle | undefined;
|
|
@@ -2533,6 +2579,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2533
2579
|
unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
|
|
2534
2580
|
userSelect?: import("csstype").Property.UserSelect | undefined;
|
|
2535
2581
|
verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
|
|
2582
|
+
viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
|
|
2536
2583
|
visibility?: import("csstype").Property.Visibility | undefined;
|
|
2537
2584
|
whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
|
|
2538
2585
|
widows?: import("csstype").Property.Widows | undefined;
|
|
@@ -2564,8 +2611,11 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2564
2611
|
borderStyle?: import("csstype").Property.BorderStyle | undefined;
|
|
2565
2612
|
borderTop?: import("csstype").Property.BorderTop<string | number> | undefined;
|
|
2566
2613
|
borderWidth?: import("csstype").Property.BorderWidth<string | number> | undefined;
|
|
2614
|
+
caret?: import("csstype").Property.Caret | undefined;
|
|
2567
2615
|
columnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
|
|
2568
2616
|
columns?: import("csstype").Property.Columns<string | number> | undefined;
|
|
2617
|
+
containIntrinsicSize?: import("csstype").Property.ContainIntrinsicSize<string | number> | undefined;
|
|
2618
|
+
container?: import("csstype").Property.Container | undefined;
|
|
2569
2619
|
flex?: import("csstype").Property.Flex<string | number> | undefined;
|
|
2570
2620
|
flexFlow?: import("csstype").Property.FlexFlow | undefined;
|
|
2571
2621
|
font?: import("csstype").Property.Font | undefined;
|
|
@@ -2575,9 +2625,14 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2575
2625
|
gridColumn?: import("csstype").Property.GridColumn | undefined;
|
|
2576
2626
|
gridRow?: import("csstype").Property.GridRow | undefined;
|
|
2577
2627
|
gridTemplate?: import("csstype").Property.GridTemplate | undefined;
|
|
2628
|
+
inset?: import("csstype").Property.Inset<string | number> | undefined;
|
|
2629
|
+
insetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
|
|
2630
|
+
insetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
|
|
2578
2631
|
lineClamp?: import("csstype").Property.LineClamp | undefined;
|
|
2579
2632
|
listStyle?: import("csstype").Property.ListStyle | undefined;
|
|
2580
2633
|
margin?: import("csstype").Property.Margin<string | number> | undefined;
|
|
2634
|
+
marginBlock?: import("csstype").Property.MarginBlock<string | number> | undefined;
|
|
2635
|
+
marginInline?: import("csstype").Property.MarginInline<string | number> | undefined;
|
|
2581
2636
|
mask?: import("csstype").Property.Mask<string | number> | undefined;
|
|
2582
2637
|
maskBorder?: import("csstype").Property.MaskBorder | undefined;
|
|
2583
2638
|
motion?: import("csstype").Property.Offset<string | number> | undefined;
|
|
@@ -2586,8 +2641,19 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2586
2641
|
overflow?: import("csstype").Property.Overflow | undefined;
|
|
2587
2642
|
overscrollBehavior?: import("csstype").Property.OverscrollBehavior | undefined;
|
|
2588
2643
|
padding?: import("csstype").Property.Padding<string | number> | undefined;
|
|
2644
|
+
paddingBlock?: import("csstype").Property.PaddingBlock<string | number> | undefined;
|
|
2645
|
+
paddingInline?: import("csstype").Property.PaddingInline<string | number> | undefined;
|
|
2646
|
+
placeContent?: import("csstype").Property.PlaceContent | undefined;
|
|
2589
2647
|
placeItems?: import("csstype").Property.PlaceItems | undefined;
|
|
2590
2648
|
placeSelf?: import("csstype").Property.PlaceSelf | undefined;
|
|
2649
|
+
scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
2650
|
+
scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
|
|
2651
|
+
scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
|
|
2652
|
+
scrollPadding?: import("csstype").Property.ScrollPadding<string | number> | undefined;
|
|
2653
|
+
scrollPaddingBlock?: import("csstype").Property.ScrollPaddingBlock<string | number> | undefined;
|
|
2654
|
+
scrollPaddingInline?: import("csstype").Property.ScrollPaddingInline<string | number> | undefined;
|
|
2655
|
+
scrollSnapMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
|
|
2656
|
+
scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
|
|
2591
2657
|
textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
|
|
2592
2658
|
textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
|
|
2593
2659
|
transition?: import("csstype").Property.Transition<string & {}> | undefined;
|
|
@@ -2601,6 +2667,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2601
2667
|
MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
|
|
2602
2668
|
MozAppearance?: import("csstype").Property.MozAppearance | undefined;
|
|
2603
2669
|
MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
|
|
2670
|
+
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
2604
2671
|
MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
|
|
2605
2672
|
MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
|
|
2606
2673
|
MozBorderEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
|
|
@@ -2613,7 +2680,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2613
2680
|
MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
|
|
2614
2681
|
MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
2615
2682
|
MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
2616
|
-
MozColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
|
2617
2683
|
MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
2618
2684
|
MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
2619
2685
|
MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -2647,7 +2713,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2647
2713
|
MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
|
|
2648
2714
|
MozWindowShadow?: import("csstype").Property.MozWindowShadow | undefined;
|
|
2649
2715
|
msAccelerator?: import("csstype").Property.MsAccelerator | undefined;
|
|
2650
|
-
msAlignSelf?: import("csstype").Property.AlignSelf | undefined;
|
|
2651
2716
|
msBlockProgression?: import("csstype").Property.MsBlockProgression | undefined;
|
|
2652
2717
|
msContentZoomChaining?: import("csstype").Property.MsContentZoomChaining | undefined;
|
|
2653
2718
|
msContentZoomLimitMax?: import("csstype").Property.MsContentZoomLimitMax | undefined;
|
|
@@ -2668,7 +2733,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2668
2733
|
msHyphenateLimitZone?: import("csstype").Property.MsHyphenateLimitZone<string | number> | undefined;
|
|
2669
2734
|
msHyphens?: import("csstype").Property.Hyphens | undefined;
|
|
2670
2735
|
msImeAlign?: import("csstype").Property.MsImeAlign | undefined;
|
|
2671
|
-
msJustifySelf?: import("csstype").Property.JustifySelf | undefined;
|
|
2672
2736
|
msLineBreak?: import("csstype").Property.LineBreak | undefined;
|
|
2673
2737
|
msOrder?: import("csstype").Property.Order | undefined;
|
|
2674
2738
|
msOverflowStyle?: import("csstype").Property.MsOverflowStyle | undefined;
|
|
@@ -2691,6 +2755,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2691
2755
|
msScrollbarFaceColor?: import("csstype").Property.MsScrollbarFaceColor | undefined;
|
|
2692
2756
|
msScrollbarHighlightColor?: import("csstype").Property.MsScrollbarHighlightColor | undefined;
|
|
2693
2757
|
msScrollbarShadowColor?: import("csstype").Property.MsScrollbarShadowColor | undefined;
|
|
2758
|
+
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
|
2694
2759
|
msTextAutospace?: import("csstype").Property.MsTextAutospace | undefined;
|
|
2695
2760
|
msTextCombineHorizontal?: import("csstype").Property.TextCombineUpright | undefined;
|
|
2696
2761
|
msTextOverflow?: import("csstype").Property.TextOverflow | undefined;
|
|
@@ -2740,7 +2805,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2740
2805
|
WebkitClipPath?: import("csstype").Property.ClipPath | undefined;
|
|
2741
2806
|
WebkitColumnCount?: import("csstype").Property.ColumnCount | undefined;
|
|
2742
2807
|
WebkitColumnFill?: import("csstype").Property.ColumnFill | undefined;
|
|
2743
|
-
WebkitColumnGap?: import("csstype").Property.ColumnGap<string | number> | undefined;
|
|
2744
2808
|
WebkitColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
|
|
2745
2809
|
WebkitColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
|
|
2746
2810
|
WebkitColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
|
|
@@ -2869,7 +2933,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2869
2933
|
scrollSnapPointsY?: import("csstype").Property.ScrollSnapPointsY | undefined;
|
|
2870
2934
|
scrollSnapTypeX?: import("csstype").Property.ScrollSnapTypeX | undefined;
|
|
2871
2935
|
scrollSnapTypeY?: import("csstype").Property.ScrollSnapTypeY | undefined;
|
|
2872
|
-
scrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
|
2873
2936
|
KhtmlBoxAlign?: import("csstype").Property.BoxAlign | undefined;
|
|
2874
2937
|
KhtmlBoxDirection?: import("csstype").Property.BoxDirection | undefined;
|
|
2875
2938
|
KhtmlBoxFlex?: import("csstype").Property.BoxFlex | undefined;
|
|
@@ -2885,7 +2948,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2885
2948
|
MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
|
|
2886
2949
|
MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
|
|
2887
2950
|
MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
|
|
2888
|
-
MozBinding?: import("csstype").Property.MozBinding | undefined;
|
|
2889
2951
|
MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
|
|
2890
2952
|
MozBorderRadiusBottomleft?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
2891
2953
|
MozBorderRadiusBottomright?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
|
|
@@ -2916,7 +2978,6 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
2916
2978
|
MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
|
|
2917
2979
|
MozUserInput?: import("csstype").Property.MozUserInput | undefined;
|
|
2918
2980
|
msImeMode?: import("csstype").Property.ImeMode | undefined;
|
|
2919
|
-
msScrollbarTrackColor?: import("csstype").Property.MsScrollbarTrackColor | undefined;
|
|
2920
2981
|
OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
|
|
2921
2982
|
OAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
|
|
2922
2983
|
OAnimationDirection?: import("csstype").Property.AnimationDirection | undefined;
|
|
@@ -3008,25 +3069,30 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
3008
3069
|
suppressContentEditableWarning?: boolean | undefined;
|
|
3009
3070
|
suppressHydrationWarning?: boolean | undefined;
|
|
3010
3071
|
accessKey?: string | undefined;
|
|
3011
|
-
|
|
3072
|
+
autoFocus?: boolean | undefined;
|
|
3073
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
3012
3074
|
contextMenu?: string | undefined;
|
|
3013
3075
|
dir?: string | undefined;
|
|
3014
|
-
draggable?: (boolean | "
|
|
3076
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
3015
3077
|
hidden?: boolean | undefined;
|
|
3016
3078
|
id?: string | undefined;
|
|
3017
3079
|
lang?: string | undefined;
|
|
3080
|
+
nonce?: string | undefined;
|
|
3018
3081
|
placeholder?: string | undefined;
|
|
3019
|
-
spellCheck?: (boolean | "
|
|
3082
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
3020
3083
|
tabIndex?: number | undefined;
|
|
3021
3084
|
translate?: "yes" | "no" | undefined;
|
|
3022
3085
|
radioGroup?: string | undefined;
|
|
3023
3086
|
role?: import("react").AriaRole | undefined;
|
|
3024
3087
|
about?: string | undefined;
|
|
3088
|
+
content?: string | undefined;
|
|
3025
3089
|
datatype?: string | undefined;
|
|
3026
3090
|
inlist?: any;
|
|
3027
3091
|
prefix?: string | undefined;
|
|
3028
3092
|
property?: string | undefined;
|
|
3093
|
+
rel?: string | undefined;
|
|
3029
3094
|
resource?: string | undefined;
|
|
3095
|
+
rev?: string | undefined;
|
|
3030
3096
|
typeof?: string | undefined;
|
|
3031
3097
|
vocab?: string | undefined;
|
|
3032
3098
|
autoCapitalize?: string | undefined;
|
|
@@ -3041,50 +3107,50 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
3041
3107
|
results?: number | undefined;
|
|
3042
3108
|
security?: string | undefined;
|
|
3043
3109
|
unselectable?: "on" | "off" | undefined;
|
|
3044
|
-
inputMode?: "text" | "
|
|
3110
|
+
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
3045
3111
|
is?: string | undefined;
|
|
3046
3112
|
'aria-activedescendant'?: string | undefined;
|
|
3047
|
-
'aria-atomic'?: (boolean | "
|
|
3048
|
-
'aria-autocomplete'?: "
|
|
3049
|
-
'aria-busy'?: (boolean | "
|
|
3050
|
-
'aria-checked'?: boolean | "
|
|
3113
|
+
'aria-atomic'?: (boolean | "false" | "true") | undefined;
|
|
3114
|
+
'aria-autocomplete'?: "none" | "list" | "both" | "inline" | undefined;
|
|
3115
|
+
'aria-busy'?: (boolean | "false" | "true") | undefined;
|
|
3116
|
+
'aria-checked'?: boolean | "mixed" | "false" | "true" | undefined;
|
|
3051
3117
|
'aria-colcount'?: number | undefined;
|
|
3052
3118
|
'aria-colindex'?: number | undefined;
|
|
3053
3119
|
'aria-colspan'?: number | undefined;
|
|
3054
3120
|
'aria-controls'?: string | undefined;
|
|
3055
|
-
'aria-current'?: boolean | "time" | "
|
|
3121
|
+
'aria-current'?: boolean | "time" | "page" | "step" | "false" | "true" | "location" | "date" | undefined;
|
|
3056
3122
|
'aria-describedby'?: string | undefined;
|
|
3057
3123
|
'aria-details'?: string | undefined;
|
|
3058
|
-
'aria-disabled'?: (boolean | "
|
|
3059
|
-
'aria-dropeffect'?: "link" | "none" | "copy" | "
|
|
3124
|
+
'aria-disabled'?: (boolean | "false" | "true") | undefined;
|
|
3125
|
+
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
3060
3126
|
'aria-errormessage'?: string | undefined;
|
|
3061
|
-
'aria-expanded'?: (boolean | "
|
|
3127
|
+
'aria-expanded'?: (boolean | "false" | "true") | undefined;
|
|
3062
3128
|
'aria-flowto'?: string | undefined;
|
|
3063
|
-
'aria-grabbed'?: (boolean | "
|
|
3064
|
-
'aria-haspopup'?: boolean | "dialog" | "menu" | "
|
|
3065
|
-
'aria-hidden'?: (boolean | "
|
|
3066
|
-
'aria-invalid'?: boolean | "
|
|
3129
|
+
'aria-grabbed'?: (boolean | "false" | "true") | undefined;
|
|
3130
|
+
'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
3131
|
+
'aria-hidden'?: (boolean | "false" | "true") | undefined;
|
|
3132
|
+
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
3067
3133
|
'aria-keyshortcuts'?: string | undefined;
|
|
3068
3134
|
'aria-label'?: string | undefined;
|
|
3069
3135
|
'aria-labelledby'?: string | undefined;
|
|
3070
3136
|
'aria-level'?: number | undefined;
|
|
3071
3137
|
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
3072
|
-
'aria-modal'?: (boolean | "
|
|
3073
|
-
'aria-multiline'?: (boolean | "
|
|
3074
|
-
'aria-multiselectable'?: (boolean | "
|
|
3138
|
+
'aria-modal'?: (boolean | "false" | "true") | undefined;
|
|
3139
|
+
'aria-multiline'?: (boolean | "false" | "true") | undefined;
|
|
3140
|
+
'aria-multiselectable'?: (boolean | "false" | "true") | undefined;
|
|
3075
3141
|
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
3076
3142
|
'aria-owns'?: string | undefined;
|
|
3077
3143
|
'aria-placeholder'?: string | undefined;
|
|
3078
3144
|
'aria-posinset'?: number | undefined;
|
|
3079
|
-
'aria-pressed'?: boolean | "
|
|
3080
|
-
'aria-readonly'?: (boolean | "
|
|
3145
|
+
'aria-pressed'?: boolean | "mixed" | "false" | "true" | undefined;
|
|
3146
|
+
'aria-readonly'?: (boolean | "false" | "true") | undefined;
|
|
3081
3147
|
'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
3082
|
-
'aria-required'?: (boolean | "
|
|
3148
|
+
'aria-required'?: (boolean | "false" | "true") | undefined;
|
|
3083
3149
|
'aria-roledescription'?: string | undefined;
|
|
3084
3150
|
'aria-rowcount'?: number | undefined;
|
|
3085
3151
|
'aria-rowindex'?: number | undefined;
|
|
3086
3152
|
'aria-rowspan'?: number | undefined;
|
|
3087
|
-
'aria-selected'?: (boolean | "
|
|
3153
|
+
'aria-selected'?: (boolean | "false" | "true") | undefined;
|
|
3088
3154
|
'aria-setsize'?: number | undefined;
|
|
3089
3155
|
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
3090
3156
|
'aria-valuemax'?: number | undefined;
|
|
@@ -3262,7 +3328,7 @@ export declare const StyledBoxProfileEdit: import("@emotion/styled").StyledCompo
|
|
|
3262
3328
|
viewBox?: string | import("@react-spring/shared/dist/declarations/src/fluids").FluidValue<string, any> | undefined;
|
|
3263
3329
|
} & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
3264
3330
|
export declare const StyledAvatarName: import("@emotion/styled").StyledComponent<import("@mui/system").SystemProps<import("@mui/material").Theme> & {
|
|
3265
|
-
align?: "
|
|
3331
|
+
align?: "left" | "right" | "inherit" | "center" | "justify" | undefined;
|
|
3266
3332
|
children?: import("react").ReactNode;
|
|
3267
3333
|
classes?: Partial<import("@mui/material").TypographyClasses> | undefined;
|
|
3268
3334
|
gutterBottom?: boolean | undefined;
|
|
@@ -3309,4 +3375,4 @@ export declare const StyledListItemButton: import("@emotion/styled").StyledCompo
|
|
|
3309
3375
|
touchRippleRef?: import("react").Ref<import("@mui/material/ButtonBase/TouchRipple").TouchRippleActions> | undefined;
|
|
3310
3376
|
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
|
|
3311
3377
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
3312
|
-
}, "className" | "style" | "classes" | "tabIndex" | "children" | "sx" | "alignItems" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "
|
|
3378
|
+
}, "className" | "style" | "classes" | "autoFocus" | "tabIndex" | "children" | "sx" | "alignItems" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected" | "dense" | "disableGutters" | "divider"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|