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