@codecademy/gamut 67.6.4 → 67.6.5-alpha.6a44f3.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/dist/BarChart/BarChartProvider.d.ts +19 -0
- package/dist/BarChart/BarChartProvider.js +31 -0
- package/dist/BarChart/BarRow/elements.d.ts +713 -0
- package/dist/BarChart/BarRow/elements.js +89 -0
- package/dist/BarChart/BarRow/index.d.ts +26 -0
- package/dist/BarChart/BarRow/index.js +254 -0
- package/dist/BarChart/GENERIC_EXAMPLE.d.ts +14 -0
- package/dist/BarChart/GENERIC_EXAMPLE.js +333 -0
- package/dist/BarChart/index.d.ts +4 -0
- package/dist/BarChart/index.js +156 -0
- package/dist/BarChart/layout/GridLines.d.ts +7 -0
- package/dist/BarChart/layout/GridLines.js +78 -0
- package/dist/BarChart/layout/ScaleChartHeader.d.ts +10 -0
- package/dist/BarChart/layout/ScaleChartHeader.js +89 -0
- package/dist/BarChart/layout/VerticalSpacer.d.ts +6 -0
- package/dist/BarChart/layout/VerticalSpacer.js +56 -0
- package/dist/BarChart/shared/elements.d.ts +7 -0
- package/dist/BarChart/shared/elements.js +12 -0
- package/dist/BarChart/shared/styles.d.ts +4 -0
- package/dist/BarChart/shared/styles.js +4 -0
- package/dist/BarChart/shared/translations.d.ts +17 -0
- package/dist/BarChart/shared/translations.js +16 -0
- package/dist/BarChart/shared/types.d.ts +88 -0
- package/dist/BarChart/shared/types.js +1 -0
- package/dist/BarChart/utils/hooks.d.ts +93 -0
- package/dist/BarChart/utils/hooks.js +301 -0
- package/dist/BarChart/utils/index.d.ts +86 -0
- package/dist/BarChart/utils/index.js +165 -0
- package/dist/ConnectedForm/utils.d.ts +1 -1
- package/dist/Form/SelectDropdown/styles.d.ts +1 -1
- package/dist/Form/elements/Form.d.ts +1 -1
- package/dist/Form/inputs/Select.js +6 -5
- package/dist/List/elements.d.ts +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,713 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
/// <reference types="react" />
|
|
3
|
+
export declare const RowWrapper: import("@emotion/styled").StyledComponent<{
|
|
4
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
5
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
6
|
+
} & {
|
|
7
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
8
|
+
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
9
|
+
export declare const RowButton: import("@emotion/styled").StyledComponent<{
|
|
10
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
11
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
12
|
+
} & {
|
|
13
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
14
|
+
}, Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "type" | keyof import("react").ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value">, {}>;
|
|
15
|
+
export declare const RowAnchor: import("@emotion/styled").StyledComponent<{
|
|
16
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
17
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
18
|
+
} & {
|
|
19
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
20
|
+
}, Pick<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "media" | "target" | "type" | "href" | keyof import("react").ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "ping" | "referrerPolicy">, {}>;
|
|
21
|
+
export declare const BarWrapper: import("@emotion/styled").StyledComponent<{
|
|
22
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
23
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
24
|
+
} & import("../../Box").BoxProps & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | keyof import("react").ClassAttributes<HTMLDivElement> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "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" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
|
|
25
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
26
|
+
}, {}, {}>;
|
|
27
|
+
export declare const Bar: import("@emotion/styled").StyledComponent<{
|
|
28
|
+
color?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
29
|
+
readonly property: "color";
|
|
30
|
+
readonly scale: "colors";
|
|
31
|
+
}>;
|
|
32
|
+
fontSize?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
33
|
+
readonly property: "fontSize";
|
|
34
|
+
readonly scale: "fontSize";
|
|
35
|
+
}>;
|
|
36
|
+
fontFamily?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
37
|
+
readonly property: "fontFamily";
|
|
38
|
+
readonly scale: "fontFamily";
|
|
39
|
+
}>;
|
|
40
|
+
lineHeight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
41
|
+
readonly property: "lineHeight";
|
|
42
|
+
readonly scale: "lineHeight";
|
|
43
|
+
}>;
|
|
44
|
+
fontWeight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
45
|
+
readonly property: "fontWeight";
|
|
46
|
+
readonly scale: "fontWeight";
|
|
47
|
+
}>;
|
|
48
|
+
background?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
49
|
+
readonly property: "background";
|
|
50
|
+
}>;
|
|
51
|
+
border?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
52
|
+
readonly property: "border";
|
|
53
|
+
readonly scale: "borders";
|
|
54
|
+
}>;
|
|
55
|
+
p?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
56
|
+
readonly property: "padding";
|
|
57
|
+
readonly scale: "spacing";
|
|
58
|
+
}>;
|
|
59
|
+
slot?: string | undefined;
|
|
60
|
+
title?: string | undefined;
|
|
61
|
+
dir?: string | undefined;
|
|
62
|
+
className?: string | undefined;
|
|
63
|
+
height?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
64
|
+
readonly property: "height";
|
|
65
|
+
readonly transform: (value: string | number) => string | 0;
|
|
66
|
+
}>;
|
|
67
|
+
width?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
68
|
+
readonly property: "width";
|
|
69
|
+
readonly transform: (value: string | number) => string | 0;
|
|
70
|
+
}>;
|
|
71
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
72
|
+
ref?: import("react").LegacyRef<HTMLDivElement> | undefined;
|
|
73
|
+
key?: import("react").Key | null | undefined;
|
|
74
|
+
defaultChecked?: boolean | undefined;
|
|
75
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
76
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
77
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
78
|
+
accessKey?: string | undefined;
|
|
79
|
+
autoFocus?: boolean | undefined;
|
|
80
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
81
|
+
contextMenu?: string | undefined;
|
|
82
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
83
|
+
hidden?: boolean | undefined;
|
|
84
|
+
id?: string | undefined;
|
|
85
|
+
lang?: string | undefined;
|
|
86
|
+
nonce?: string | undefined;
|
|
87
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
88
|
+
tabIndex?: number | undefined;
|
|
89
|
+
translate?: "no" | "yes" | undefined;
|
|
90
|
+
radioGroup?: string | undefined;
|
|
91
|
+
role?: import("react").AriaRole | undefined;
|
|
92
|
+
about?: string | undefined;
|
|
93
|
+
content?: string | undefined;
|
|
94
|
+
datatype?: string | undefined;
|
|
95
|
+
inlist?: any;
|
|
96
|
+
prefix?: string | undefined;
|
|
97
|
+
property?: string | undefined;
|
|
98
|
+
rel?: string | undefined;
|
|
99
|
+
resource?: string | undefined;
|
|
100
|
+
rev?: string | undefined;
|
|
101
|
+
typeof?: string | undefined;
|
|
102
|
+
vocab?: string | undefined;
|
|
103
|
+
autoCapitalize?: string | undefined;
|
|
104
|
+
autoCorrect?: string | undefined;
|
|
105
|
+
autoSave?: string | undefined;
|
|
106
|
+
itemProp?: string | undefined;
|
|
107
|
+
itemScope?: boolean | undefined;
|
|
108
|
+
itemType?: string | undefined;
|
|
109
|
+
itemID?: string | undefined;
|
|
110
|
+
itemRef?: string | undefined;
|
|
111
|
+
results?: number | undefined;
|
|
112
|
+
security?: string | undefined;
|
|
113
|
+
unselectable?: "off" | "on" | undefined;
|
|
114
|
+
inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
115
|
+
is?: string | undefined;
|
|
116
|
+
"aria-activedescendant"?: string | undefined;
|
|
117
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
118
|
+
"aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
|
|
119
|
+
"aria-braillelabel"?: string | undefined;
|
|
120
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
121
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
122
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
123
|
+
"aria-colcount"?: number | undefined;
|
|
124
|
+
"aria-colindex"?: number | undefined;
|
|
125
|
+
"aria-colindextext"?: string | undefined;
|
|
126
|
+
"aria-colspan"?: number | undefined;
|
|
127
|
+
"aria-controls"?: string | undefined;
|
|
128
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
129
|
+
"aria-describedby"?: string | undefined;
|
|
130
|
+
"aria-description"?: string | undefined;
|
|
131
|
+
"aria-details"?: string | undefined;
|
|
132
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
133
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
134
|
+
"aria-errormessage"?: string | undefined;
|
|
135
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
136
|
+
"aria-flowto"?: string | undefined;
|
|
137
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
138
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
139
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
140
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
141
|
+
"aria-label"?: string | undefined;
|
|
142
|
+
"aria-labelledby"?: string | undefined;
|
|
143
|
+
"aria-level"?: number | undefined;
|
|
144
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
145
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
146
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
147
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
148
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
149
|
+
"aria-owns"?: string | undefined;
|
|
150
|
+
"aria-placeholder"?: string | undefined;
|
|
151
|
+
"aria-posinset"?: number | undefined;
|
|
152
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
153
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
154
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
155
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
156
|
+
"aria-roledescription"?: string | undefined;
|
|
157
|
+
"aria-rowcount"?: number | undefined;
|
|
158
|
+
"aria-rowindex"?: number | undefined;
|
|
159
|
+
"aria-rowindextext"?: string | undefined;
|
|
160
|
+
"aria-rowspan"?: number | undefined;
|
|
161
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
162
|
+
"aria-setsize"?: number | undefined;
|
|
163
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
164
|
+
"aria-valuemax"?: number | undefined;
|
|
165
|
+
"aria-valuemin"?: number | undefined;
|
|
166
|
+
"aria-valuenow"?: number | undefined;
|
|
167
|
+
"aria-valuetext"?: string | undefined;
|
|
168
|
+
dangerouslySetInnerHTML?: {
|
|
169
|
+
__html: string | TrustedHTML;
|
|
170
|
+
} | undefined;
|
|
171
|
+
onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
172
|
+
onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
173
|
+
onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
174
|
+
onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
175
|
+
onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
176
|
+
onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
177
|
+
onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
178
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
179
|
+
onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
180
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
181
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
182
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
183
|
+
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
184
|
+
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
185
|
+
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
186
|
+
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
187
|
+
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
188
|
+
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
189
|
+
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
190
|
+
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
191
|
+
onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
192
|
+
onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
193
|
+
onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
194
|
+
onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
195
|
+
onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
196
|
+
onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
197
|
+
onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
198
|
+
onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
199
|
+
onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
200
|
+
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
201
|
+
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
202
|
+
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
203
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
204
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
205
|
+
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
206
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
207
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
208
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
209
|
+
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
210
|
+
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
211
|
+
onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
212
|
+
onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
213
|
+
onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
214
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
215
|
+
onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
216
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
217
|
+
onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
218
|
+
onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
219
|
+
onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
220
|
+
onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
221
|
+
onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
222
|
+
onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
223
|
+
onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
224
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
225
|
+
onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
226
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
227
|
+
onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
228
|
+
onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
229
|
+
onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
230
|
+
onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
231
|
+
onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
232
|
+
onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
233
|
+
onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
234
|
+
onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
235
|
+
onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
236
|
+
onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
237
|
+
onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
238
|
+
onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
239
|
+
onResize?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
240
|
+
onResizeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
241
|
+
onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
242
|
+
onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
243
|
+
onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
244
|
+
onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
245
|
+
onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
246
|
+
onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
247
|
+
onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
248
|
+
onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
249
|
+
onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
250
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
251
|
+
onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
252
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
253
|
+
onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
254
|
+
onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
255
|
+
onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
256
|
+
onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
257
|
+
onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
258
|
+
onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
259
|
+
onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
260
|
+
onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
261
|
+
onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
262
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
263
|
+
onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
264
|
+
onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
265
|
+
onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
266
|
+
onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
267
|
+
onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
268
|
+
onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
269
|
+
onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
270
|
+
onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
271
|
+
onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
272
|
+
onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
273
|
+
onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
274
|
+
onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
275
|
+
onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
276
|
+
onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
277
|
+
onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
278
|
+
onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
279
|
+
onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
280
|
+
onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
281
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
282
|
+
onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
283
|
+
onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
284
|
+
onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
285
|
+
onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
286
|
+
onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
287
|
+
onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
288
|
+
onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
289
|
+
onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
290
|
+
onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
291
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
292
|
+
onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
293
|
+
onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
294
|
+
onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
295
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
296
|
+
onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
297
|
+
onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
298
|
+
onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
299
|
+
onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
300
|
+
onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
301
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
302
|
+
onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
303
|
+
onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
304
|
+
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
305
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
306
|
+
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
307
|
+
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
308
|
+
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
309
|
+
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
310
|
+
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
311
|
+
onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
312
|
+
onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
313
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
314
|
+
onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
315
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
316
|
+
onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
317
|
+
onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
318
|
+
onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
319
|
+
onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
320
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
321
|
+
onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
322
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
323
|
+
onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
324
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
325
|
+
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
326
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
327
|
+
alignContent?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | undefined> | undefined;
|
|
328
|
+
alignItems?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | undefined;
|
|
329
|
+
alignSelf?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | undefined;
|
|
330
|
+
backgroundImage?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
331
|
+
readonly property: "backgroundImage";
|
|
332
|
+
}>;
|
|
333
|
+
backgroundRepeat?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
334
|
+
readonly property: "backgroundRepeat";
|
|
335
|
+
}>;
|
|
336
|
+
backgroundSize?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
337
|
+
readonly property: "backgroundSize";
|
|
338
|
+
}>;
|
|
339
|
+
bottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
340
|
+
readonly property: "bottom";
|
|
341
|
+
readonly transform: (value: string | number) => string | 0;
|
|
342
|
+
}>;
|
|
343
|
+
boxShadow?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
344
|
+
readonly property: "boxShadow";
|
|
345
|
+
}>;
|
|
346
|
+
columnGap?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
347
|
+
readonly property: "columnGap";
|
|
348
|
+
readonly scale: "spacing";
|
|
349
|
+
}>;
|
|
350
|
+
containerType?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
351
|
+
readonly property: "containerType";
|
|
352
|
+
}>;
|
|
353
|
+
display?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
354
|
+
readonly property: "display";
|
|
355
|
+
}>;
|
|
356
|
+
flexBasis?: 0 | "initial" | "inherit" | "content" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-max-content" | "-moz-min-content" | "auto" | "fit-content" | "max-content" | "min-content" | "-moz-fit-content" | "-webkit-auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | undefined;
|
|
357
|
+
flexDirection?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
358
|
+
readonly property: "flexDirection";
|
|
359
|
+
}>;
|
|
360
|
+
flexGrow?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexGrow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexGrow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexGrow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexGrow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | undefined> | undefined;
|
|
361
|
+
flexShrink?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexShrink | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexShrink | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexShrink | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexShrink | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | undefined> | undefined;
|
|
362
|
+
flexWrap?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
363
|
+
readonly property: "flexWrap";
|
|
364
|
+
}>;
|
|
365
|
+
fontStyle?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
366
|
+
readonly property: "fontStyle";
|
|
367
|
+
}>;
|
|
368
|
+
gridAutoColumns?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
369
|
+
readonly property: "gridAutoColumns";
|
|
370
|
+
}>;
|
|
371
|
+
gridAutoFlow?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
372
|
+
readonly property: "gridAutoFlow";
|
|
373
|
+
}>;
|
|
374
|
+
gridAutoRows?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
375
|
+
readonly property: "gridAutoRows";
|
|
376
|
+
}>;
|
|
377
|
+
gridColumnEnd?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumnEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumnEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumnEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumnEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | undefined> | undefined;
|
|
378
|
+
gridColumnStart?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumnStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumnStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumnStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumnStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | undefined> | undefined;
|
|
379
|
+
gridRowEnd?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRowEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRowEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRowEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRowEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | undefined> | undefined;
|
|
380
|
+
gridRowStart?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRowStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRowStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRowStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRowStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | undefined> | undefined;
|
|
381
|
+
gridTemplateAreas?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
382
|
+
readonly property: "gridTemplateAreas";
|
|
383
|
+
}>;
|
|
384
|
+
gridTemplateColumns?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
385
|
+
readonly property: "gridTemplateColumns";
|
|
386
|
+
}>;
|
|
387
|
+
gridTemplateRows?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
388
|
+
readonly property: "gridTemplateRows";
|
|
389
|
+
}>;
|
|
390
|
+
justifyContent?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "left" | "right" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifyContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifyContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifyContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifyContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | undefined> | undefined;
|
|
391
|
+
justifyItems?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "left" | "right" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | "legacy" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | undefined;
|
|
392
|
+
justifySelf?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "left" | "right" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | undefined;
|
|
393
|
+
left?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
394
|
+
readonly property: "left";
|
|
395
|
+
readonly transform: (value: string | number) => string | 0;
|
|
396
|
+
}>;
|
|
397
|
+
letterSpacing?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
398
|
+
readonly property: "letterSpacing";
|
|
399
|
+
}>;
|
|
400
|
+
listStyleImage?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
401
|
+
readonly property: "listStyleImage";
|
|
402
|
+
}>;
|
|
403
|
+
listStylePosition?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
404
|
+
readonly property: "listStylePosition";
|
|
405
|
+
}>;
|
|
406
|
+
listStyleType?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
407
|
+
readonly property: "listStyleType";
|
|
408
|
+
}>;
|
|
409
|
+
maxHeight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
410
|
+
readonly property: "maxHeight";
|
|
411
|
+
readonly transform: (value: string | number) => string | 0;
|
|
412
|
+
}>;
|
|
413
|
+
maxWidth?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
414
|
+
readonly property: "maxWidth";
|
|
415
|
+
readonly transform: (value: string | number) => string | 0;
|
|
416
|
+
}>;
|
|
417
|
+
minHeight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
418
|
+
readonly property: "minHeight";
|
|
419
|
+
readonly transform: (value: string | number) => string | 0;
|
|
420
|
+
}>;
|
|
421
|
+
minWidth?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
422
|
+
readonly property: "minWidth";
|
|
423
|
+
readonly transform: (value: string | number) => string | 0;
|
|
424
|
+
}>;
|
|
425
|
+
opacity?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
426
|
+
readonly property: "opacity";
|
|
427
|
+
}>;
|
|
428
|
+
order?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.Order | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.Order | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.Order | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.Order | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | undefined> | undefined;
|
|
429
|
+
overflowX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
430
|
+
readonly property: "overflowX";
|
|
431
|
+
}>;
|
|
432
|
+
overflowY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
433
|
+
readonly property: "overflowY";
|
|
434
|
+
}>;
|
|
435
|
+
position?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
436
|
+
readonly property: "position";
|
|
437
|
+
}>;
|
|
438
|
+
right?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
439
|
+
readonly property: "right";
|
|
440
|
+
readonly transform: (value: string | number) => string | 0;
|
|
441
|
+
}>;
|
|
442
|
+
rowGap?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
443
|
+
readonly property: "rowGap";
|
|
444
|
+
readonly scale: "spacing";
|
|
445
|
+
}>;
|
|
446
|
+
textAlign?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
447
|
+
readonly property: "textAlign";
|
|
448
|
+
}>;
|
|
449
|
+
textShadow?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
450
|
+
readonly property: "textShadow";
|
|
451
|
+
}>;
|
|
452
|
+
textTransform?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
453
|
+
readonly property: "textTransform";
|
|
454
|
+
}>;
|
|
455
|
+
top?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
456
|
+
readonly property: "top";
|
|
457
|
+
readonly transform: (value: string | number) => string | 0;
|
|
458
|
+
}>;
|
|
459
|
+
verticalAlign?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
460
|
+
readonly property: "verticalAlign";
|
|
461
|
+
}>;
|
|
462
|
+
whiteSpace?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
463
|
+
readonly property: "whiteSpace";
|
|
464
|
+
}>;
|
|
465
|
+
zIndex?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
466
|
+
readonly property: "zIndex";
|
|
467
|
+
}>;
|
|
468
|
+
backgroundPosition?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
469
|
+
readonly property: "backgroundPosition";
|
|
470
|
+
}>;
|
|
471
|
+
borderBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
472
|
+
readonly property: "borderBottom";
|
|
473
|
+
readonly scale: "borders";
|
|
474
|
+
}>;
|
|
475
|
+
borderColor?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
476
|
+
readonly property: "borderColor";
|
|
477
|
+
readonly scale: "colors";
|
|
478
|
+
}>;
|
|
479
|
+
borderLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
480
|
+
readonly property: "borderLeft";
|
|
481
|
+
readonly scale: "borders";
|
|
482
|
+
}>;
|
|
483
|
+
borderRadius?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
484
|
+
readonly property: "borderRadius";
|
|
485
|
+
readonly scale: "borderRadii";
|
|
486
|
+
}>;
|
|
487
|
+
borderRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
488
|
+
readonly property: "borderRight";
|
|
489
|
+
readonly scale: "borders";
|
|
490
|
+
}>;
|
|
491
|
+
borderStyle?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
492
|
+
readonly property: "borderStyle";
|
|
493
|
+
}>;
|
|
494
|
+
borderTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
495
|
+
readonly property: "borderTop";
|
|
496
|
+
readonly scale: "borders";
|
|
497
|
+
}>;
|
|
498
|
+
borderWidth?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
499
|
+
readonly property: "borderWidth";
|
|
500
|
+
}>;
|
|
501
|
+
flex?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
502
|
+
readonly property: "flex";
|
|
503
|
+
}>;
|
|
504
|
+
gap?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
505
|
+
readonly property: "gap";
|
|
506
|
+
readonly scale: "spacing";
|
|
507
|
+
}>;
|
|
508
|
+
gridArea?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | undefined;
|
|
509
|
+
gridColumn?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumn | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumn | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumn | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumn | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | undefined> | undefined;
|
|
510
|
+
gridRow?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | undefined> | undefined;
|
|
511
|
+
inset?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
512
|
+
readonly property: "inset";
|
|
513
|
+
readonly properties: readonly ["top", "right", "bottom", "left"];
|
|
514
|
+
readonly transform: (value: string | number) => string | 0;
|
|
515
|
+
}>;
|
|
516
|
+
listStyle?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
517
|
+
readonly property: "listStyle";
|
|
518
|
+
}>;
|
|
519
|
+
overflow?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
520
|
+
readonly property: "overflow";
|
|
521
|
+
}>;
|
|
522
|
+
textDecoration?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
523
|
+
readonly property: "textDecoration";
|
|
524
|
+
}>;
|
|
525
|
+
px?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
526
|
+
readonly property: "padding";
|
|
527
|
+
readonly properties: readonly ["paddingLeft", "paddingRight"];
|
|
528
|
+
readonly scale: "spacing";
|
|
529
|
+
}>;
|
|
530
|
+
py?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
531
|
+
readonly property: "padding";
|
|
532
|
+
readonly properties: readonly ["paddingTop", "paddingBottom"];
|
|
533
|
+
readonly scale: "spacing";
|
|
534
|
+
}>;
|
|
535
|
+
pt?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
536
|
+
readonly property: "paddingTop";
|
|
537
|
+
readonly scale: "spacing";
|
|
538
|
+
}>;
|
|
539
|
+
pb?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
540
|
+
readonly property: "paddingBottom";
|
|
541
|
+
readonly scale: "spacing";
|
|
542
|
+
}>;
|
|
543
|
+
pr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
544
|
+
readonly property: "paddingRight";
|
|
545
|
+
readonly scale: "spacing";
|
|
546
|
+
}>;
|
|
547
|
+
pl?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
548
|
+
readonly property: "paddingLeft";
|
|
549
|
+
readonly scale: "spacing";
|
|
550
|
+
}>;
|
|
551
|
+
m?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
552
|
+
readonly property: "margin";
|
|
553
|
+
readonly scale: "spacing";
|
|
554
|
+
}>;
|
|
555
|
+
mx?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
556
|
+
readonly property: "margin";
|
|
557
|
+
readonly properties: readonly ["marginLeft", "marginRight"];
|
|
558
|
+
readonly scale: "spacing";
|
|
559
|
+
}>;
|
|
560
|
+
my?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
561
|
+
readonly property: "margin";
|
|
562
|
+
readonly properties: readonly ["marginTop", "marginBottom"];
|
|
563
|
+
readonly scale: "spacing";
|
|
564
|
+
}>;
|
|
565
|
+
mt?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
566
|
+
readonly property: "marginTop";
|
|
567
|
+
readonly scale: "spacing";
|
|
568
|
+
}>;
|
|
569
|
+
mb?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
570
|
+
readonly property: "marginBottom";
|
|
571
|
+
readonly scale: "spacing";
|
|
572
|
+
}>;
|
|
573
|
+
mr?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
574
|
+
readonly property: "marginRight";
|
|
575
|
+
readonly scale: "spacing";
|
|
576
|
+
}>;
|
|
577
|
+
ml?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
578
|
+
readonly property: "marginLeft";
|
|
579
|
+
readonly scale: "spacing";
|
|
580
|
+
}>;
|
|
581
|
+
borderX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
582
|
+
readonly property: "border";
|
|
583
|
+
readonly properties: readonly ["borderLeft", "borderRight"];
|
|
584
|
+
readonly scale: "borders";
|
|
585
|
+
}>;
|
|
586
|
+
borderY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
587
|
+
readonly property: "border";
|
|
588
|
+
readonly properties: readonly ["borderTop", "borderBottom"];
|
|
589
|
+
readonly scale: "borders";
|
|
590
|
+
}>;
|
|
591
|
+
borderWidthX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
592
|
+
readonly property: "borderWidth";
|
|
593
|
+
readonly properties: readonly ["borderLeftWidth", "borderRightWidth"];
|
|
594
|
+
}>;
|
|
595
|
+
borderWidthY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
596
|
+
readonly property: "borderWidth";
|
|
597
|
+
readonly properties: readonly ["borderTopWidth", "borderBottomWidth"];
|
|
598
|
+
}>;
|
|
599
|
+
borderWidthLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
600
|
+
readonly property: "borderLeftWidth";
|
|
601
|
+
}>;
|
|
602
|
+
borderWidthRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
603
|
+
readonly property: "borderRightWidth";
|
|
604
|
+
}>;
|
|
605
|
+
borderWidthTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
606
|
+
readonly property: "borderTopWidth";
|
|
607
|
+
}>;
|
|
608
|
+
borderWidthBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
609
|
+
readonly property: "borderBottomWidth";
|
|
610
|
+
}>;
|
|
611
|
+
borderRadiusLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
612
|
+
readonly property: "borderRadius";
|
|
613
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
|
|
614
|
+
readonly scale: "borderRadii";
|
|
615
|
+
}>;
|
|
616
|
+
borderRadiusTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
617
|
+
readonly property: "borderRadius";
|
|
618
|
+
readonly properties: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
|
|
619
|
+
readonly scale: "borderRadii";
|
|
620
|
+
}>;
|
|
621
|
+
borderRadiusBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
622
|
+
readonly property: "borderRadius";
|
|
623
|
+
readonly properties: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
|
|
624
|
+
readonly scale: "borderRadii";
|
|
625
|
+
}>;
|
|
626
|
+
borderRadiusRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
627
|
+
readonly property: "borderRadius";
|
|
628
|
+
readonly properties: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
|
|
629
|
+
readonly scale: "borderRadii";
|
|
630
|
+
}>;
|
|
631
|
+
borderRadiusTopLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
632
|
+
readonly property: "borderTopLeftRadius";
|
|
633
|
+
readonly scale: "borderRadii";
|
|
634
|
+
}>;
|
|
635
|
+
borderRadiusTopRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
636
|
+
readonly property: "borderTopRightRadius";
|
|
637
|
+
readonly scale: "borderRadii";
|
|
638
|
+
}>;
|
|
639
|
+
borderRadiusBottomRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
640
|
+
readonly property: "borderBottomRightRadius";
|
|
641
|
+
readonly scale: "borderRadii";
|
|
642
|
+
}>;
|
|
643
|
+
borderRadiusBottomLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
644
|
+
readonly property: "borderBottomLeftRadius";
|
|
645
|
+
readonly scale: "borderRadii";
|
|
646
|
+
}>;
|
|
647
|
+
borderStyleX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
648
|
+
readonly property: "borderStyle";
|
|
649
|
+
readonly properties: readonly ["borderLeftStyle", "borderRightStyle"];
|
|
650
|
+
}>;
|
|
651
|
+
borderStyleY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
652
|
+
readonly property: "borderStyle";
|
|
653
|
+
readonly properties: readonly ["borderTopStyle", "borderBottomStyle"];
|
|
654
|
+
}>;
|
|
655
|
+
borderStyleLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
656
|
+
readonly property: "borderLeftStyle";
|
|
657
|
+
}>;
|
|
658
|
+
borderStyleRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
659
|
+
readonly property: "borderRightStyle";
|
|
660
|
+
}>;
|
|
661
|
+
borderStyleTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
662
|
+
readonly property: "borderTopStyle";
|
|
663
|
+
}>;
|
|
664
|
+
borderStyleBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
665
|
+
readonly property: "borderBottomStyle";
|
|
666
|
+
}>;
|
|
667
|
+
dimensions?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
668
|
+
readonly property: "width";
|
|
669
|
+
readonly properties: readonly ["width", "height"];
|
|
670
|
+
readonly transform: (value: string | number) => string | 0;
|
|
671
|
+
}>;
|
|
672
|
+
textColor?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
673
|
+
readonly property: "color";
|
|
674
|
+
readonly scale: "colors";
|
|
675
|
+
}>;
|
|
676
|
+
bg?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
677
|
+
readonly property: "backgroundColor";
|
|
678
|
+
readonly scale: "colors";
|
|
679
|
+
}>;
|
|
680
|
+
borderColorX?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
681
|
+
readonly property: "borderColor";
|
|
682
|
+
readonly properties: readonly ["borderLeftColor", "borderRightColor"];
|
|
683
|
+
readonly scale: "colors";
|
|
684
|
+
}>;
|
|
685
|
+
borderColorY?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
686
|
+
readonly property: "borderColor";
|
|
687
|
+
readonly properties: readonly ["borderTopColor", "borderBottomColor"];
|
|
688
|
+
readonly scale: "colors";
|
|
689
|
+
}>;
|
|
690
|
+
borderColorLeft?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
691
|
+
readonly property: "borderLeftColor";
|
|
692
|
+
readonly scale: "colors";
|
|
693
|
+
}>;
|
|
694
|
+
borderColorRight?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
695
|
+
readonly property: "borderRightColor";
|
|
696
|
+
readonly scale: "colors";
|
|
697
|
+
}>;
|
|
698
|
+
borderColorTop?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
699
|
+
readonly property: "borderTopColor";
|
|
700
|
+
readonly scale: "colors";
|
|
701
|
+
}>;
|
|
702
|
+
borderColorBottom?: import("@codecademy/variance/dist/types/config").Scale<{
|
|
703
|
+
readonly property: "borderBottomColor";
|
|
704
|
+
readonly scale: "colors";
|
|
705
|
+
}>;
|
|
706
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
707
|
+
fit?: boolean | undefined;
|
|
708
|
+
context?: boolean | undefined;
|
|
709
|
+
"no-select"?: boolean | undefined;
|
|
710
|
+
as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
|
|
711
|
+
} & import("framer-motion").MotionProps & {
|
|
712
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
713
|
+
}, {}, {}>;
|