@codecademy/gamut 68.1.5-alpha.e16cd1.0 → 68.1.5-alpha.f4347e.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 (143) hide show
  1. package/dist/Alert/Alert.d.ts +0 -1
  2. package/dist/Alert/elements.d.ts +17 -18
  3. package/dist/Alert/variants.d.ts +1 -2
  4. package/dist/Anchor/index.d.ts +15 -15
  5. package/dist/Animation/ExpandInCollapseOut.d.ts +0 -1
  6. package/dist/AppWrapper/index.d.ts +2 -3
  7. package/dist/Badge/index.d.ts +2 -3
  8. package/dist/Box/Box.d.ts +2 -3
  9. package/dist/Box/FlexBox.d.ts +2 -3
  10. package/dist/Box/GridBox.d.ts +2 -3
  11. package/dist/Box/props.d.ts +3 -3
  12. package/dist/Button/CTAButton.d.ts +8 -9
  13. package/dist/Button/FillButton.d.ts +17 -18
  14. package/dist/Button/IconButton.d.ts +19 -19
  15. package/dist/Button/StrokeButton.d.ts +17 -18
  16. package/dist/Button/TextButton.d.ts +17 -18
  17. package/dist/Button/shared/InlineIconButton.d.ts +12 -13
  18. package/dist/Button/shared/styles.d.ts +10 -15
  19. package/dist/Button/shared/variants.d.ts +6 -6
  20. package/dist/ButtonBase/ButtonBase.d.ts +7 -9
  21. package/dist/Card/elements.d.ts +2 -4
  22. package/dist/Card/styles.d.ts +2 -2
  23. package/dist/ConnectedForm/ConnectedInputs/ConnectedNestedCheckboxes/utils.d.ts +0 -1
  24. package/dist/ConnectedForm/utils.d.ts +6 -6
  25. package/dist/ContentContainer/index.d.ts +3 -4
  26. package/dist/DataList/Tables/Rows/elements.d.ts +1 -2
  27. package/dist/DataList/hooks/useListControls.d.ts +1 -2
  28. package/dist/DataList/hooks/useListState.d.ts +0 -1
  29. package/dist/Disclosure/elements.d.ts +57 -58
  30. package/dist/Disclosure/helpers.d.ts +4 -4
  31. package/dist/Disclosure/types.d.ts +0 -1
  32. package/dist/Drawer/index.d.ts +0 -1
  33. package/dist/FeatureShimmer/index.d.ts +0 -1
  34. package/dist/Form/SelectDropdown/elements/constants.d.ts +0 -1
  35. package/dist/Form/SelectDropdown/elements/containers.d.ts +0 -1
  36. package/dist/Form/SelectDropdown/styles.d.ts +2 -2
  37. package/dist/Form/SelectDropdown/utils.d.ts +2 -2
  38. package/dist/Form/__fixtures__/utils.d.ts +0 -1
  39. package/dist/Form/elements/Form.d.ts +4 -4
  40. package/dist/Form/elements/FormError.d.ts +1 -1
  41. package/dist/Form/elements/FormGroup.d.ts +4 -4
  42. package/dist/Form/elements/FormGroupDescription.d.ts +3 -4
  43. package/dist/Form/elements/FormGroupLabel.d.ts +2 -2
  44. package/dist/Form/elements/FormGroupLabel.js +2 -2
  45. package/dist/Form/inputs/Input.d.ts +4 -8
  46. package/dist/Form/inputs/Radio.d.ts +8 -8
  47. package/dist/Form/inputs/Select.d.ts +2 -2
  48. package/dist/Form/inputs/Select.js +5 -6
  49. package/dist/Form/inputs/TextArea.d.ts +2 -2
  50. package/dist/Form/styles/Checkbox-styles.d.ts +8 -16
  51. package/dist/Form/styles/Radio-styles.d.ts +4 -8
  52. package/dist/Form/styles/shared-system-props.d.ts +7 -12
  53. package/dist/GridForm/GridFormButtons/index.d.ts +18 -18
  54. package/dist/GridForm/GridFormInputGroup/__fixtures__/assertions.d.ts +2 -2
  55. package/dist/GridForm/GridFormSections/GridFormSectionBreak.d.ts +2 -2
  56. package/dist/HiddenText/index.d.ts +2 -3
  57. package/dist/InternalFloatingCard/InternalFloatingCard.d.ts +3 -3
  58. package/dist/Layout/Column.d.ts +3 -4
  59. package/dist/Layout/LayoutGrid.d.ts +2 -3
  60. package/dist/List/ListProvider.d.ts +0 -1
  61. package/dist/List/elements.d.ts +28 -40
  62. package/dist/List/hooks.d.ts +0 -1
  63. package/dist/Menu/Menu.d.ts +2 -3
  64. package/dist/Menu/MenuContext.d.ts +0 -1
  65. package/dist/Menu/elements.d.ts +11 -11
  66. package/dist/Modals/elements.d.ts +3 -4
  67. package/dist/Pagination/AnimatedPaginationButtons.d.ts +3 -37
  68. package/dist/Pagination/EllipsisButton.d.ts +19 -52
  69. package/dist/Pagination/PaginationButton.d.ts +30 -30
  70. package/dist/Pagination/styles.d.ts +4 -4
  71. package/dist/Pagination/utils.d.ts +5 -5
  72. package/dist/Popover/Popover.d.ts +0 -1
  73. package/dist/Popover/elements.d.ts +16 -17
  74. package/dist/Popover/styles/base.d.ts +2 -2
  75. package/dist/Popover/styles/beak.d.ts +1 -1
  76. package/dist/Popover/styles/variants.d.ts +6 -6
  77. package/dist/Popover/utils.d.ts +1 -1
  78. package/dist/PopoverContainer/hooks.d.ts +2 -2
  79. package/dist/PopoverContainer/utils.d.ts +1 -1
  80. package/dist/SkipToContent/index.d.ts +2 -2
  81. package/dist/Tabs/TabButton.d.ts +9 -10
  82. package/dist/Tabs/TabNav.d.ts +2 -3
  83. package/dist/Tabs/TabNavLink.d.ts +8 -8
  84. package/dist/Tabs/TabPanels.d.ts +2 -3
  85. package/dist/Tabs/TabProvider.d.ts +0 -1
  86. package/dist/Tabs/styles.d.ts +2 -2
  87. package/dist/Tag/elements.d.ts +41 -42
  88. package/dist/Tag/styles.d.ts +12 -22
  89. package/dist/Tip/InfoTip/InfoTipButton.d.ts +20 -20
  90. package/dist/Tip/InfoTip/index.d.ts +0 -1
  91. package/dist/Tip/InfoTip/styles.d.ts +8 -11
  92. package/dist/Tip/PreviewTip/elements.d.ts +16 -17
  93. package/dist/Tip/PreviewTip/utils.d.ts +1 -1
  94. package/dist/Tip/ToolTip/elements.d.ts +3 -4
  95. package/dist/Tip/ToolTip/index.d.ts +0 -1
  96. package/dist/Tip/__tests__/helpers.d.ts +4 -4
  97. package/dist/Tip/shared/InlineTip.d.ts +0 -1
  98. package/dist/Tip/shared/elements.d.ts +19 -20
  99. package/dist/Tip/shared/styles/composeVariantsUtils.d.ts +2 -2
  100. package/dist/Tip/shared/styles/styles.d.ts +4 -4
  101. package/dist/Tip/shared/utils.d.ts +0 -1
  102. package/dist/Toggle/elements.d.ts +11 -12
  103. package/dist/Toggle/utils.d.ts +1 -1
  104. package/dist/Typography/Text.d.ts +8 -9
  105. package/dist/Video/lib/ReactPlayer.d.ts +2 -3
  106. package/dist/Video/lib/VideoLayout.d.ts +0 -1
  107. package/dist/index.d.ts +0 -1
  108. package/dist/index.js +0 -1
  109. package/dist/utils/types.d.ts +0 -1
  110. package/package.json +7 -8
  111. package/LICENSE +0 -21
  112. package/dist/BarChart/BarChartProvider.d.ts +0 -19
  113. package/dist/BarChart/BarChartProvider.js +0 -27
  114. package/dist/BarChart/BarRow/ValueLabelsContent.d.ts +0 -7
  115. package/dist/BarChart/BarRow/ValueLabelsContent.js +0 -34
  116. package/dist/BarChart/BarRow/elements.d.ts +0 -948
  117. package/dist/BarChart/BarRow/elements.js +0 -100
  118. package/dist/BarChart/BarRow/index.d.ts +0 -6
  119. package/dist/BarChart/BarRow/index.js +0 -235
  120. package/dist/BarChart/GENERIC_EXAMPLE.d.ts +0 -14
  121. package/dist/BarChart/GENERIC_EXAMPLE.js +0 -327
  122. package/dist/BarChart/SortSelect/index.d.ts +0 -15
  123. package/dist/BarChart/SortSelect/index.js +0 -18
  124. package/dist/BarChart/index.d.ts +0 -4
  125. package/dist/BarChart/index.js +0 -136
  126. package/dist/BarChart/layout/GridLines.d.ts +0 -3
  127. package/dist/BarChart/layout/GridLines.js +0 -69
  128. package/dist/BarChart/layout/LabelSpacer.d.ts +0 -6
  129. package/dist/BarChart/layout/LabelSpacer.js +0 -56
  130. package/dist/BarChart/layout/ScaleChartHeader.d.ts +0 -3
  131. package/dist/BarChart/layout/ScaleChartHeader.js +0 -87
  132. package/dist/BarChart/shared/elements.d.ts +0 -7
  133. package/dist/BarChart/shared/elements.js +0 -12
  134. package/dist/BarChart/shared/styles.d.ts +0 -4
  135. package/dist/BarChart/shared/styles.js +0 -4
  136. package/dist/BarChart/shared/translations.d.ts +0 -69
  137. package/dist/BarChart/shared/translations.js +0 -57
  138. package/dist/BarChart/shared/types.d.ts +0 -100
  139. package/dist/BarChart/shared/types.js +0 -1
  140. package/dist/BarChart/utils/hooks.d.ts +0 -89
  141. package/dist/BarChart/utils/hooks.js +0 -281
  142. package/dist/BarChart/utils/index.d.ts +0 -56
  143. package/dist/BarChart/utils/index.js +0 -122
@@ -1,948 +0,0 @@
1
- /// <reference types="react" />
2
- /// <reference types="react" />
3
- export declare const TotalValueLabelsHoverTarget: 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" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "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" | "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" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "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" | "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" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "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" | "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").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" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "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" | "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
- center?: boolean | undefined;
68
- dir?: string | undefined;
69
- className?: string | undefined;
70
- height?: import("@codecademy/variance/dist/types/config").Scale<{
71
- readonly property: {
72
- readonly physical: "height";
73
- readonly logical: "blockSize";
74
- };
75
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
76
- readonly transform: (value: string | number) => string | 0;
77
- }>;
78
- width?: import("@codecademy/variance/dist/types/config").Scale<{
79
- readonly property: {
80
- readonly physical: "width";
81
- readonly logical: "inlineSize";
82
- };
83
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
84
- readonly transform: (value: string | number) => string | 0;
85
- }>;
86
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
87
- ref?: import("react").LegacyRef<HTMLDivElement> | undefined;
88
- key?: import("react").Key | null | undefined;
89
- defaultChecked?: boolean | undefined;
90
- defaultValue?: string | number | readonly string[] | undefined;
91
- suppressContentEditableWarning?: boolean | undefined;
92
- suppressHydrationWarning?: boolean | undefined;
93
- accessKey?: string | undefined;
94
- autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
95
- autoFocus?: boolean | undefined;
96
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
97
- contextMenu?: string | undefined;
98
- draggable?: (boolean | "false" | "true") | undefined;
99
- enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
100
- hidden?: boolean | undefined;
101
- id?: string | undefined;
102
- lang?: string | undefined;
103
- nonce?: string | undefined;
104
- spellCheck?: (boolean | "false" | "true") | undefined;
105
- tabIndex?: number | undefined;
106
- translate?: "no" | "yes" | undefined;
107
- radioGroup?: string | undefined;
108
- role?: import("react").AriaRole | undefined;
109
- about?: string | undefined;
110
- content?: string | undefined;
111
- datatype?: string | undefined;
112
- inlist?: any;
113
- prefix?: string | undefined;
114
- property?: string | undefined;
115
- rel?: string | undefined;
116
- resource?: string | undefined;
117
- rev?: string | undefined;
118
- typeof?: string | undefined;
119
- vocab?: string | undefined;
120
- autoCorrect?: string | undefined;
121
- autoSave?: string | undefined;
122
- itemProp?: string | undefined;
123
- itemScope?: boolean | undefined;
124
- itemType?: string | undefined;
125
- itemID?: string | undefined;
126
- itemRef?: string | undefined;
127
- results?: number | undefined;
128
- security?: string | undefined;
129
- unselectable?: "off" | "on" | undefined;
130
- inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
131
- is?: string | undefined;
132
- exportparts?: string | undefined;
133
- part?: string | undefined;
134
- "aria-activedescendant"?: string | undefined;
135
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
136
- "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
137
- "aria-braillelabel"?: string | undefined;
138
- "aria-brailleroledescription"?: string | undefined;
139
- "aria-busy"?: (boolean | "false" | "true") | undefined;
140
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
141
- "aria-colcount"?: number | undefined;
142
- "aria-colindex"?: number | undefined;
143
- "aria-colindextext"?: string | undefined;
144
- "aria-colspan"?: number | undefined;
145
- "aria-controls"?: string | undefined;
146
- "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
147
- "aria-describedby"?: string | undefined;
148
- "aria-description"?: string | undefined;
149
- "aria-details"?: string | undefined;
150
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
151
- "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
152
- "aria-errormessage"?: string | undefined;
153
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
154
- "aria-flowto"?: string | undefined;
155
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
156
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
157
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
158
- "aria-keyshortcuts"?: string | undefined;
159
- "aria-label"?: string | undefined;
160
- "aria-labelledby"?: string | undefined;
161
- "aria-level"?: number | undefined;
162
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
163
- "aria-modal"?: (boolean | "false" | "true") | undefined;
164
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
165
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
166
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
167
- "aria-owns"?: string | undefined;
168
- "aria-placeholder"?: string | undefined;
169
- "aria-posinset"?: number | undefined;
170
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
171
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
172
- "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
173
- "aria-required"?: (boolean | "false" | "true") | undefined;
174
- "aria-roledescription"?: string | undefined;
175
- "aria-rowcount"?: number | undefined;
176
- "aria-rowindex"?: number | undefined;
177
- "aria-rowindextext"?: string | undefined;
178
- "aria-rowspan"?: number | undefined;
179
- "aria-selected"?: (boolean | "false" | "true") | undefined;
180
- "aria-setsize"?: number | undefined;
181
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
182
- "aria-valuemax"?: number | undefined;
183
- "aria-valuemin"?: number | undefined;
184
- "aria-valuenow"?: number | undefined;
185
- "aria-valuetext"?: string | undefined;
186
- dangerouslySetInnerHTML?: {
187
- __html: string | TrustedHTML;
188
- } | undefined;
189
- onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
190
- onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
191
- onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
192
- onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
193
- onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
194
- onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
195
- onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
196
- onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
197
- onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
198
- onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
199
- onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
200
- onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
201
- onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
202
- onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
203
- onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
204
- onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
205
- onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
206
- onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
207
- onBeforeInput?: import("react").InputEventHandler<HTMLDivElement> | undefined;
208
- onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
209
- onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
210
- onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
211
- onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
212
- onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
213
- onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
214
- onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
215
- onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
216
- onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
217
- onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
218
- onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
219
- onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
220
- onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
221
- onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
222
- onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
223
- onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
224
- onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
225
- onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
226
- onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
227
- onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
228
- onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
229
- onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
230
- onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
231
- onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
232
- onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
233
- onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
234
- onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
235
- onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
236
- onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
237
- onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
238
- onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
239
- onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
240
- onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
241
- onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
242
- onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
243
- onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
244
- onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
245
- onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
246
- onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
247
- onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
248
- onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
249
- onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
250
- onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
251
- onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
252
- onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
253
- onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
254
- onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
255
- onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
256
- onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
257
- onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
258
- onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
259
- onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
260
- onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
261
- onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
262
- onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
263
- onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
264
- onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
265
- onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
266
- onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
267
- onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
268
- onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
269
- onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
270
- onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
271
- onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
272
- onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
273
- onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
274
- onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
275
- onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
276
- onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
277
- onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
278
- onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
279
- onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
280
- onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
281
- onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
282
- onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
283
- onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
284
- onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
285
- onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
286
- onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
287
- onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
288
- onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
289
- onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
290
- onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
291
- onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
292
- onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
293
- onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
294
- onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
295
- onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
296
- onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
297
- onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
298
- onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
299
- onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
300
- onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
301
- onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
302
- onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
303
- onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
304
- onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
305
- onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
306
- onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
307
- onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
308
- onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
309
- onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
310
- onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
311
- onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
312
- onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
313
- onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
314
- onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
315
- onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
316
- onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
317
- onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
318
- onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
319
- onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
320
- onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
321
- onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
322
- onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
323
- onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
324
- onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
325
- onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
326
- onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
327
- onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
328
- onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
329
- onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
330
- onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
331
- onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
332
- onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
333
- onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
334
- onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
335
- onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
336
- onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
337
- onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
338
- onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
339
- onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
340
- onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
341
- onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
342
- onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
343
- 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;
344
- alignItems?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "anchor-center" | "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;
345
- alignSelf?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "anchor-center" | "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;
346
- backgroundImage?: import("@codecademy/variance/dist/types/config").Scale<{
347
- readonly property: "backgroundImage";
348
- }>;
349
- backgroundRepeat?: import("@codecademy/variance/dist/types/config").Scale<{
350
- readonly property: "backgroundRepeat";
351
- }>;
352
- backgroundSize?: import("@codecademy/variance/dist/types/config").Scale<{
353
- readonly property: "backgroundSize";
354
- }>;
355
- bottom?: import("@codecademy/variance/dist/types/config").Scale<{
356
- readonly property: {
357
- readonly physical: "bottom";
358
- readonly logical: "insetBlockEnd";
359
- };
360
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
361
- readonly transform: (value: string | number) => string | 0;
362
- }>;
363
- boxShadow?: import("@codecademy/variance/dist/types/config").Scale<{
364
- readonly property: "boxShadow";
365
- }>;
366
- columnGap?: import("@codecademy/variance/dist/types/config").Scale<{
367
- readonly property: "columnGap";
368
- readonly scale: "spacing";
369
- }>;
370
- containerType?: import("@codecademy/variance/dist/types/config").Scale<{
371
- readonly property: "containerType";
372
- }>;
373
- direction?: import("@codecademy/variance/dist/types/config").Scale<{
374
- readonly property: "direction";
375
- }>;
376
- display?: import("@codecademy/variance/dist/types/config").Scale<{
377
- readonly property: "display";
378
- }>;
379
- flexBasis?: 0 | "initial" | "inherit" | "content" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-fit-content" | "-moz-max-content" | "-moz-min-content" | "auto" | "fit-content" | "max-content" | "min-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;
380
- flexDirection?: import("@codecademy/variance/dist/types/config").Scale<{
381
- readonly property: "flexDirection";
382
- }>;
383
- 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;
384
- 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;
385
- flexWrap?: import("@codecademy/variance/dist/types/config").Scale<{
386
- readonly property: "flexWrap";
387
- }>;
388
- fontStyle?: import("@codecademy/variance/dist/types/config").Scale<{
389
- readonly property: "fontStyle";
390
- }>;
391
- gridAutoColumns?: import("@codecademy/variance/dist/types/config").Scale<{
392
- readonly property: "gridAutoColumns";
393
- }>;
394
- gridAutoFlow?: import("@codecademy/variance/dist/types/config").Scale<{
395
- readonly property: "gridAutoFlow";
396
- }>;
397
- gridAutoRows?: import("@codecademy/variance/dist/types/config").Scale<{
398
- readonly property: "gridAutoRows";
399
- }>;
400
- 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;
401
- 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;
402
- 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;
403
- 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;
404
- gridTemplateAreas?: import("@codecademy/variance/dist/types/config").Scale<{
405
- readonly property: "gridTemplateAreas";
406
- }>;
407
- gridTemplateColumns?: import("@codecademy/variance/dist/types/config").Scale<{
408
- readonly property: "gridTemplateColumns";
409
- }>;
410
- gridTemplateRows?: import("@codecademy/variance/dist/types/config").Scale<{
411
- readonly property: "gridTemplateRows";
412
- }>;
413
- 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;
414
- 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" | "anchor-center" | "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;
415
- 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" | "anchor-center" | "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;
416
- left?: import("@codecademy/variance/dist/types/config").Scale<{
417
- readonly property: {
418
- readonly physical: "left";
419
- readonly logical: "insetInlineStart";
420
- };
421
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
422
- readonly transform: (value: string | number) => string | 0;
423
- }>;
424
- letterSpacing?: import("@codecademy/variance/dist/types/config").Scale<{
425
- readonly property: "letterSpacing";
426
- }>;
427
- listStyleImage?: import("@codecademy/variance/dist/types/config").Scale<{
428
- readonly property: "listStyleImage";
429
- }>;
430
- listStylePosition?: import("@codecademy/variance/dist/types/config").Scale<{
431
- readonly property: "listStylePosition";
432
- }>;
433
- listStyleType?: import("@codecademy/variance/dist/types/config").Scale<{
434
- readonly property: "listStyleType";
435
- }>;
436
- maxHeight?: import("@codecademy/variance/dist/types/config").Scale<{
437
- readonly property: {
438
- readonly physical: "maxHeight";
439
- readonly logical: "maxBlockSize";
440
- };
441
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
442
- readonly transform: (value: string | number) => string | 0;
443
- }>;
444
- maxWidth?: import("@codecademy/variance/dist/types/config").Scale<{
445
- readonly property: {
446
- readonly physical: "maxWidth";
447
- readonly logical: "maxInlineSize";
448
- };
449
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
450
- readonly transform: (value: string | number) => string | 0;
451
- }>;
452
- minHeight?: import("@codecademy/variance/dist/types/config").Scale<{
453
- readonly property: {
454
- readonly physical: "minHeight";
455
- readonly logical: "minBlockSize";
456
- };
457
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
458
- readonly transform: (value: string | number) => string | 0;
459
- }>;
460
- minWidth?: import("@codecademy/variance/dist/types/config").Scale<{
461
- readonly property: {
462
- readonly physical: "minWidth";
463
- readonly logical: "minInlineSize";
464
- };
465
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
466
- readonly transform: (value: string | number) => string | 0;
467
- }>;
468
- opacity?: import("@codecademy/variance/dist/types/config").Scale<{
469
- readonly property: "opacity";
470
- }>;
471
- 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;
472
- overflowX?: import("@codecademy/variance/dist/types/config").Scale<{
473
- readonly property: {
474
- readonly physical: "overflowX";
475
- readonly logical: "overflowInline";
476
- };
477
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
478
- }>;
479
- overflowY?: import("@codecademy/variance/dist/types/config").Scale<{
480
- readonly property: {
481
- readonly physical: "overflowY";
482
- readonly logical: "overflowBlock";
483
- };
484
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
485
- }>;
486
- position?: import("@codecademy/variance/dist/types/config").Scale<{
487
- readonly property: "position";
488
- }>;
489
- right?: import("@codecademy/variance/dist/types/config").Scale<{
490
- readonly property: {
491
- readonly physical: "right";
492
- readonly logical: "insetInlineEnd";
493
- };
494
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
495
- readonly transform: (value: string | number) => string | 0;
496
- }>;
497
- rowGap?: import("@codecademy/variance/dist/types/config").Scale<{
498
- readonly property: "rowGap";
499
- readonly scale: "spacing";
500
- }>;
501
- textAlign?: import("@codecademy/variance/dist/types/config").Scale<{
502
- readonly property: "textAlign";
503
- }>;
504
- textShadow?: import("@codecademy/variance/dist/types/config").Scale<{
505
- readonly property: "textShadow";
506
- }>;
507
- textTransform?: import("@codecademy/variance/dist/types/config").Scale<{
508
- readonly property: "textTransform";
509
- }>;
510
- top?: import("@codecademy/variance/dist/types/config").Scale<{
511
- readonly property: {
512
- readonly physical: "top";
513
- readonly logical: "insetBlockStart";
514
- };
515
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
516
- readonly transform: (value: string | number) => string | 0;
517
- }>;
518
- verticalAlign?: import("@codecademy/variance/dist/types/config").Scale<{
519
- readonly property: "verticalAlign";
520
- }>;
521
- whiteSpace?: import("@codecademy/variance/dist/types/config").Scale<{
522
- readonly property: "whiteSpace";
523
- }>;
524
- zIndex?: import("@codecademy/variance/dist/types/config").Scale<{
525
- readonly property: "zIndex";
526
- }>;
527
- backgroundPosition?: import("@codecademy/variance/dist/types/config").Scale<{
528
- readonly property: "backgroundPosition";
529
- }>;
530
- borderBottom?: import("@codecademy/variance/dist/types/config").Scale<{
531
- readonly property: {
532
- readonly physical: "borderBottom";
533
- readonly logical: "borderBlockEnd";
534
- };
535
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
536
- readonly scale: "borders";
537
- }>;
538
- borderColor?: import("@codecademy/variance/dist/types/config").Scale<{
539
- readonly property: "borderColor";
540
- readonly scale: "colors";
541
- }>;
542
- borderLeft?: import("@codecademy/variance/dist/types/config").Scale<{
543
- readonly property: {
544
- readonly physical: "borderLeft";
545
- readonly logical: "borderInlineStart";
546
- };
547
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
548
- readonly scale: "borders";
549
- }>;
550
- borderRadius?: import("@codecademy/variance/dist/types/config").Scale<{
551
- readonly property: "borderRadius";
552
- readonly scale: "borderRadii";
553
- }>;
554
- borderRight?: import("@codecademy/variance/dist/types/config").Scale<{
555
- readonly property: {
556
- readonly physical: "borderRight";
557
- readonly logical: "borderInlineEnd";
558
- };
559
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
560
- readonly scale: "borders";
561
- }>;
562
- borderStyle?: import("@codecademy/variance/dist/types/config").Scale<{
563
- readonly property: "borderStyle";
564
- }>;
565
- borderTop?: import("@codecademy/variance/dist/types/config").Scale<{
566
- readonly property: {
567
- readonly physical: "borderTop";
568
- readonly logical: "borderBlockStart";
569
- };
570
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
571
- readonly scale: "borders";
572
- }>;
573
- borderWidth?: import("@codecademy/variance/dist/types/config").Scale<{
574
- readonly property: "borderWidth";
575
- }>;
576
- flex?: import("@codecademy/variance/dist/types/config").Scale<{
577
- readonly property: "flex";
578
- }>;
579
- gap?: import("@codecademy/variance/dist/types/config").Scale<{
580
- readonly property: "gap";
581
- readonly scale: "spacing";
582
- }>;
583
- 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;
584
- 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;
585
- 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;
586
- inset?: import("@codecademy/variance/dist/types/config").Scale<{
587
- readonly property: "inset";
588
- readonly properties: {
589
- readonly physical: readonly ["top", "right", "bottom", "left"];
590
- readonly logical: readonly ["insetBlockStart", "insetInlineEnd", "insetBlockEnd", "insetInlineStart"];
591
- };
592
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
593
- readonly transform: (value: string | number) => string | 0;
594
- }>;
595
- listStyle?: import("@codecademy/variance/dist/types/config").Scale<{
596
- readonly property: "listStyle";
597
- }>;
598
- overflow?: import("@codecademy/variance/dist/types/config").Scale<{
599
- readonly property: "overflow";
600
- }>;
601
- textDecoration?: import("@codecademy/variance/dist/types/config").Scale<{
602
- readonly property: "textDecoration";
603
- }>;
604
- inline?: boolean | undefined;
605
- column?: boolean | undefined;
606
- row?: boolean | undefined;
607
- wrap?: boolean | undefined;
608
- px?: import("@codecademy/variance/dist/types/config").Scale<{
609
- readonly property: "padding";
610
- readonly properties: {
611
- readonly physical: readonly ["paddingLeft", "paddingRight"];
612
- readonly logical: readonly ["paddingInlineStart", "paddingInlineEnd"];
613
- };
614
- readonly scale: "spacing";
615
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
616
- }>;
617
- py?: import("@codecademy/variance/dist/types/config").Scale<{
618
- readonly property: "padding";
619
- readonly properties: {
620
- readonly physical: readonly ["paddingTop", "paddingBottom"];
621
- readonly logical: readonly ["paddingBlockStart", "paddingBlockEnd"];
622
- };
623
- readonly scale: "spacing";
624
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
625
- }>;
626
- pt?: import("@codecademy/variance/dist/types/config").Scale<{
627
- readonly property: {
628
- readonly physical: "paddingTop";
629
- readonly logical: "paddingBlockStart";
630
- };
631
- readonly scale: "spacing";
632
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
633
- }>;
634
- pb?: import("@codecademy/variance/dist/types/config").Scale<{
635
- readonly property: {
636
- readonly physical: "paddingBottom";
637
- readonly logical: "paddingBlockEnd";
638
- };
639
- readonly scale: "spacing";
640
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
641
- }>;
642
- pr?: import("@codecademy/variance/dist/types/config").Scale<{
643
- readonly property: {
644
- readonly physical: "paddingRight";
645
- readonly logical: "paddingInlineEnd";
646
- };
647
- readonly scale: "spacing";
648
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
649
- }>;
650
- pl?: import("@codecademy/variance/dist/types/config").Scale<{
651
- readonly property: {
652
- readonly physical: "paddingLeft";
653
- readonly logical: "paddingInlineStart";
654
- };
655
- readonly scale: "spacing";
656
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
657
- }>;
658
- m?: import("@codecademy/variance/dist/types/config").Scale<{
659
- readonly property: "margin";
660
- readonly scale: "spacing";
661
- }>;
662
- mx?: import("@codecademy/variance/dist/types/config").Scale<{
663
- readonly property: "margin";
664
- readonly properties: {
665
- readonly physical: readonly ["marginLeft", "marginRight"];
666
- readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
667
- };
668
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
669
- readonly scale: "spacing";
670
- }>;
671
- my?: import("@codecademy/variance/dist/types/config").Scale<{
672
- readonly property: "margin";
673
- readonly properties: {
674
- readonly physical: readonly ["marginTop", "marginBottom"];
675
- readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
676
- };
677
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
678
- readonly scale: "spacing";
679
- }>;
680
- mt?: import("@codecademy/variance/dist/types/config").Scale<{
681
- readonly property: {
682
- readonly physical: "marginTop";
683
- readonly logical: "marginBlockStart";
684
- };
685
- readonly scale: "spacing";
686
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
687
- }>;
688
- mb?: import("@codecademy/variance/dist/types/config").Scale<{
689
- readonly property: {
690
- readonly physical: "marginBottom";
691
- readonly logical: "marginBlockEnd";
692
- };
693
- readonly scale: "spacing";
694
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
695
- }>;
696
- mr?: import("@codecademy/variance/dist/types/config").Scale<{
697
- readonly property: {
698
- readonly physical: "marginRight";
699
- readonly logical: "marginInlineEnd";
700
- };
701
- readonly scale: "spacing";
702
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
703
- }>;
704
- ml?: import("@codecademy/variance/dist/types/config").Scale<{
705
- readonly property: {
706
- readonly physical: "marginLeft";
707
- readonly logical: "marginInlineStart";
708
- };
709
- readonly scale: "spacing";
710
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
711
- }>;
712
- borderX?: import("@codecademy/variance/dist/types/config").Scale<{
713
- readonly property: "border";
714
- readonly properties: {
715
- readonly physical: readonly ["borderLeft", "borderRight"];
716
- readonly logical: readonly ["borderInlineStart", "borderInlineEnd"];
717
- };
718
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
719
- readonly scale: "borders";
720
- }>;
721
- borderY?: import("@codecademy/variance/dist/types/config").Scale<{
722
- readonly property: "border";
723
- readonly properties: {
724
- readonly physical: readonly ["borderTop", "borderBottom"];
725
- readonly logical: readonly ["borderBlockStart", "borderBlockEnd"];
726
- };
727
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
728
- readonly scale: "borders";
729
- }>;
730
- borderWidthX?: import("@codecademy/variance/dist/types/config").Scale<{
731
- readonly property: "borderWidth";
732
- readonly properties: {
733
- readonly physical: readonly ["borderLeftWidth", "borderRightWidth"];
734
- readonly logical: readonly ["borderInlineStartWidth", "borderInlineEndWidth"];
735
- };
736
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
737
- }>;
738
- borderWidthY?: import("@codecademy/variance/dist/types/config").Scale<{
739
- readonly property: "borderWidth";
740
- readonly properties: {
741
- readonly physical: readonly ["borderTopWidth", "borderBottomWidth"];
742
- readonly logical: readonly ["borderBlockStartWidth", "borderBlockEndWidth"];
743
- };
744
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
745
- }>;
746
- borderWidthLeft?: import("@codecademy/variance/dist/types/config").Scale<{
747
- readonly property: {
748
- readonly physical: "borderLeftWidth";
749
- readonly logical: "borderInlineStartWidth";
750
- };
751
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
752
- }>;
753
- borderWidthRight?: import("@codecademy/variance/dist/types/config").Scale<{
754
- readonly property: {
755
- readonly physical: "borderRightWidth";
756
- readonly logical: "borderInlineEndWidth";
757
- };
758
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
759
- }>;
760
- borderWidthTop?: import("@codecademy/variance/dist/types/config").Scale<{
761
- readonly property: {
762
- readonly physical: "borderTopWidth";
763
- readonly logical: "borderBlockStartWidth";
764
- };
765
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
766
- }>;
767
- borderWidthBottom?: import("@codecademy/variance/dist/types/config").Scale<{
768
- readonly property: {
769
- readonly physical: "borderBottomWidth";
770
- readonly logical: "borderBlockEndWidth";
771
- };
772
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
773
- }>;
774
- borderRadiusLeft?: import("@codecademy/variance/dist/types/config").Scale<{
775
- readonly property: "borderRadius";
776
- readonly properties: {
777
- readonly physical: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
778
- readonly logical: readonly ["borderStartStartRadius", "borderEndStartRadius"];
779
- };
780
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
781
- readonly scale: "borderRadii";
782
- }>;
783
- borderRadiusTop?: import("@codecademy/variance/dist/types/config").Scale<{
784
- readonly property: "borderRadius";
785
- readonly properties: {
786
- readonly physical: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
787
- readonly logical: readonly ["borderStartStartRadius", "borderStartEndRadius"];
788
- };
789
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
790
- readonly scale: "borderRadii";
791
- }>;
792
- borderRadiusBottom?: import("@codecademy/variance/dist/types/config").Scale<{
793
- readonly property: "borderRadius";
794
- readonly properties: {
795
- readonly physical: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
796
- readonly logical: readonly ["borderEndStartRadius", "borderEndEndRadius"];
797
- };
798
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
799
- readonly scale: "borderRadii";
800
- }>;
801
- borderRadiusRight?: import("@codecademy/variance/dist/types/config").Scale<{
802
- readonly property: "borderRadius";
803
- readonly properties: {
804
- readonly physical: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
805
- readonly logical: readonly ["borderStartEndRadius", "borderEndEndRadius"];
806
- };
807
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
808
- readonly scale: "borderRadii";
809
- }>;
810
- borderRadiusTopLeft?: import("@codecademy/variance/dist/types/config").Scale<{
811
- readonly property: {
812
- readonly physical: "borderTopLeftRadius";
813
- readonly logical: "borderStartStartRadius";
814
- };
815
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
816
- readonly scale: "borderRadii";
817
- }>;
818
- borderRadiusTopRight?: import("@codecademy/variance/dist/types/config").Scale<{
819
- readonly property: {
820
- readonly physical: "borderTopRightRadius";
821
- readonly logical: "borderStartEndRadius";
822
- };
823
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
824
- readonly scale: "borderRadii";
825
- }>;
826
- borderRadiusBottomRight?: import("@codecademy/variance/dist/types/config").Scale<{
827
- readonly property: {
828
- readonly physical: "borderBottomRightRadius";
829
- readonly logical: "borderEndEndRadius";
830
- };
831
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
832
- readonly scale: "borderRadii";
833
- }>;
834
- borderRadiusBottomLeft?: import("@codecademy/variance/dist/types/config").Scale<{
835
- readonly property: {
836
- readonly physical: "borderBottomLeftRadius";
837
- readonly logical: "borderEndStartRadius";
838
- };
839
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
840
- readonly scale: "borderRadii";
841
- }>;
842
- borderStyleX?: import("@codecademy/variance/dist/types/config").Scale<{
843
- readonly property: "borderStyle";
844
- readonly properties: {
845
- readonly physical: readonly ["borderLeftStyle", "borderRightStyle"];
846
- readonly logical: readonly ["borderInlineStartStyle", "borderInlineEndStyle"];
847
- };
848
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
849
- }>;
850
- borderStyleY?: import("@codecademy/variance/dist/types/config").Scale<{
851
- readonly property: "borderStyle";
852
- readonly properties: {
853
- readonly physical: readonly ["borderTopStyle", "borderBottomStyle"];
854
- readonly logical: readonly ["borderBlockStartStyle", "borderBlockEndStyle"];
855
- };
856
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
857
- }>;
858
- borderStyleLeft?: import("@codecademy/variance/dist/types/config").Scale<{
859
- readonly property: {
860
- readonly physical: "borderLeftStyle";
861
- readonly logical: "borderInlineStartStyle";
862
- };
863
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
864
- }>;
865
- borderStyleRight?: import("@codecademy/variance/dist/types/config").Scale<{
866
- readonly property: {
867
- readonly physical: "borderRightStyle";
868
- readonly logical: "borderInlineEndStyle";
869
- };
870
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
871
- }>;
872
- borderStyleTop?: import("@codecademy/variance/dist/types/config").Scale<{
873
- readonly property: {
874
- readonly physical: "borderTopStyle";
875
- readonly logical: "borderBlockStartStyle";
876
- };
877
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
878
- }>;
879
- borderStyleBottom?: import("@codecademy/variance/dist/types/config").Scale<{
880
- readonly property: {
881
- readonly physical: "borderBottomStyle";
882
- readonly logical: "borderBlockEndStyle";
883
- };
884
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
885
- }>;
886
- dimensions?: import("@codecademy/variance/dist/types/config").Scale<{
887
- readonly property: "width";
888
- readonly properties: {
889
- readonly physical: readonly ["width", "height"];
890
- readonly logical: readonly ["inlineSize", "blockSize"];
891
- };
892
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
893
- readonly transform: (value: string | number) => string | 0;
894
- }>;
895
- textColor?: import("@codecademy/variance/dist/types/config").Scale<{
896
- readonly property: "color";
897
- readonly scale: "colors";
898
- }>;
899
- bg?: import("@codecademy/variance/dist/types/config").Scale<{
900
- readonly property: "backgroundColor";
901
- readonly scale: "colors";
902
- }>;
903
- borderColorX?: import("@codecademy/variance/dist/types/config").Scale<{
904
- readonly property: "borderColor";
905
- readonly properties: {
906
- readonly physical: readonly ["borderLeftColor", "borderRightColor"];
907
- readonly logical: readonly ["borderInlineStartColor", "borderInlineEndColor"];
908
- };
909
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
910
- readonly scale: "colors";
911
- }>;
912
- borderColorY?: import("@codecademy/variance/dist/types/config").Scale<{
913
- readonly property: "borderColor";
914
- readonly properties: {
915
- readonly physical: readonly ["borderTopColor", "borderBottomColor"];
916
- readonly logical: readonly ["borderBlockStartColor", "borderBlockEndColor"];
917
- };
918
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
919
- readonly scale: "colors";
920
- }>;
921
- borderColorLeft?: import("@codecademy/variance/dist/types/config").Scale<{
922
- readonly property: "borderLeftColor";
923
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
924
- readonly scale: "colors";
925
- }>;
926
- borderColorRight?: import("@codecademy/variance/dist/types/config").Scale<{
927
- readonly property: "borderRightColor";
928
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
929
- readonly scale: "colors";
930
- }>;
931
- borderColorTop?: import("@codecademy/variance/dist/types/config").Scale<{
932
- readonly property: "borderTopColor";
933
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
934
- readonly scale: "colors";
935
- }>;
936
- borderColorBottom?: import("@codecademy/variance/dist/types/config").Scale<{
937
- readonly property: "borderBottomColor";
938
- readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
939
- readonly scale: "colors";
940
- }>;
941
- theme?: import("@emotion/react").Theme | undefined;
942
- fit?: boolean | undefined;
943
- context?: boolean | undefined;
944
- "no-select"?: boolean | undefined;
945
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
946
- } & import("framer-motion").MotionProps & {
947
- theme?: import("@emotion/react").Theme | undefined;
948
- }, {}, {}>;