@codecademy/gamut 68.1.1-alpha.bb6a75.0 → 68.1.1-alpha.d3a45a.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 (97) hide show
  1. package/README.md +0 -17
  2. package/dist/AccordionAreaDeprecated/index.js +2 -2
  3. package/dist/Alert/elements.d.ts +7 -14
  4. package/dist/Alert/elements.js +5 -5
  5. package/dist/Anchor/index.d.ts +7 -11
  6. package/dist/Anchor/index.js +3 -4
  7. package/dist/Animation/ExpandInCollapseOut.js +1 -1
  8. package/dist/Animation/FadeInSlideOut.js +1 -1
  9. package/dist/Animation/Rotation.js +1 -1
  10. package/dist/Box/Box.d.ts +4 -6
  11. package/dist/Box/Box.js +3 -5
  12. package/dist/Box/FlexBox.d.ts +4 -6
  13. package/dist/Box/FlexBox.js +3 -5
  14. package/dist/Box/GridBox.d.ts +4 -7
  15. package/dist/Box/GridBox.js +3 -5
  16. package/dist/Box/props.d.ts +2 -2
  17. package/dist/Button/CTAButton.d.ts +3 -8
  18. package/dist/Button/FillButton.d.ts +7 -17
  19. package/dist/Button/IconButton.d.ts +7 -17
  20. package/dist/Button/StrokeButton.d.ts +7 -17
  21. package/dist/Button/TextButton.d.ts +7 -17
  22. package/dist/Button/shared/InlineIconButton.d.ts +4 -9
  23. package/dist/Button/shared/styles.d.ts +4 -9
  24. package/dist/Button/shared/types.d.ts +0 -1
  25. package/dist/ButtonBase/ButtonBase.d.ts +3 -9
  26. package/dist/ButtonBase/ButtonBase.js +2 -2
  27. package/dist/Card/elements.d.ts +86 -48
  28. package/dist/Card/types.d.ts +1 -1
  29. package/dist/ConnectedForm/ConnectedForm.d.ts +1 -9
  30. package/dist/ConnectedForm/ConnectedForm.js +1 -9
  31. package/dist/ConnectedForm/utils.d.ts +7 -1
  32. package/dist/ContentContainer/index.d.ts +2 -4
  33. package/dist/Disclosure/elements.d.ts +22 -43
  34. package/dist/Disclosure/index.js +1 -1
  35. package/dist/Drawer/index.js +2 -2
  36. package/dist/FeatureShimmer/index.js +2 -2
  37. package/dist/Form/SelectDropdown/SelectDropdown.js +1 -1
  38. package/dist/Form/SelectDropdown/types/internal.d.ts +1 -1
  39. package/dist/Form/elements/Form.d.ts +3 -3
  40. package/dist/Form/elements/Form.js +1 -1
  41. package/dist/Form/elements/FormError.d.ts +2 -2
  42. package/dist/Form/elements/FormError.js +1 -1
  43. package/dist/Form/elements/FormGroup.d.ts +2 -4
  44. package/dist/Form/inputs/Checkbox.d.ts +1 -1
  45. package/dist/Form/inputs/Checkbox.js +7 -7
  46. package/dist/Form/inputs/Input.d.ts +1 -2
  47. package/dist/Form/inputs/Input.js +2 -4
  48. package/dist/Form/inputs/Radio.d.ts +1 -1
  49. package/dist/Form/inputs/Radio.js +2 -2
  50. package/dist/Form/inputs/Select.d.ts +1 -1
  51. package/dist/Form/inputs/Select.js +3 -3
  52. package/dist/Form/inputs/TextArea.d.ts +5 -5
  53. package/dist/Form/inputs/TextArea.js +2 -2
  54. package/dist/GridForm/GridFormButtons/index.d.ts +7 -17
  55. package/dist/InternalFloatingCard/InternalFloatingCard.d.ts +1 -1
  56. package/dist/Layout/Column.d.ts +1 -1
  57. package/dist/Layout/LayoutGrid.d.ts +1 -1
  58. package/dist/List/Header/ListHeaderCol.d.ts +2 -3
  59. package/dist/List/List.d.ts +2 -2
  60. package/dist/List/ListCol.d.ts +2 -3
  61. package/dist/List/ListRow.d.ts +2 -2
  62. package/dist/List/ListRow.js +3 -3
  63. package/dist/List/TableHeader.d.ts +2 -3
  64. package/dist/List/elements.d.ts +945 -26
  65. package/dist/List/elements.js +8 -10
  66. package/dist/List/hooks.d.ts +1 -1
  67. package/dist/Menu/Menu.d.ts +1 -1
  68. package/dist/Menu/elements.d.ts +4 -4
  69. package/dist/Modals/types.d.ts +4 -5
  70. package/dist/Pagination/AnimatedPaginationButtons.d.ts +33 -26
  71. package/dist/Pagination/EllipsisButton.d.ts +8 -18
  72. package/dist/Pagination/PaginationButton.d.ts +10 -25
  73. package/dist/Pagination/utils.d.ts +29 -17
  74. package/dist/Pagination/utils.js +16 -9
  75. package/dist/Popover/elements.d.ts +4 -8
  76. package/dist/Popover/elements.js +6 -6
  77. package/dist/Tabs/TabButton.d.ts +3 -8
  78. package/dist/Tabs/TabNav.d.ts +1 -1
  79. package/dist/Tabs/TabNavLink.d.ts +4 -9
  80. package/dist/Tag/elements.d.ts +22 -27
  81. package/dist/Tip/InfoTip/InfoTipButton.d.ts +7 -17
  82. package/dist/Tip/InfoTip/styles.d.ts +2 -4
  83. package/dist/Tip/PreviewTip/elements.d.ts +8 -12
  84. package/dist/Tip/ToolTip/elements.d.ts +2 -4
  85. package/dist/Tip/__tests__/helpers.d.ts +2 -2
  86. package/dist/Tip/shared/elements.d.ts +6 -12
  87. package/dist/Toaster/index.js +1 -1
  88. package/dist/Toggle/elements.d.ts +2 -4
  89. package/dist/Typography/Text.d.ts +8 -10
  90. package/dist/Typography/Text.js +2 -4
  91. package/dist/utils/index.d.ts +1 -1
  92. package/dist/utils/index.js +1 -1
  93. package/dist/utils/react.d.ts +0 -1
  94. package/dist/utils/react.js +1 -3
  95. package/dist/utils/types.d.ts +1 -51
  96. package/dist/utils/types.js +1 -48
  97. package/package.json +11 -12
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
2
+ /// <reference types="react" />
1
3
  import { StyleProps } from '@codecademy/variance';
2
- import * as React from 'react';
3
4
  declare const space: import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
4
5
  readonly p: {
5
6
  readonly property: "padding";
@@ -117,7 +118,9 @@ declare const space: import("@codecademy/variance/dist/types/config").Parser<imp
117
118
  readonly property: "gridRow";
118
119
  };
119
120
  readonly gridColumnStart: {
120
- readonly property: "gridColumnStart";
121
+ readonly property: "gridColumnStart"; /**
122
+ * Overrides the background of the element to transparent.
123
+ */
121
124
  };
122
125
  readonly gridRowStart: {
123
126
  readonly property: "gridRowStart";
@@ -330,10 +333,7 @@ declare const space: import("@codecademy/variance/dist/types/config").Parser<imp
330
333
  readonly property: {
331
334
  readonly physical: "minHeight";
332
335
  readonly logical: "minBlockSize";
333
- }; /**
334
- * We add this to every RowEl except expandable DataList because it causes a layout shift.
335
- * In that case, the padding is instead added directly to the Expandable control.
336
- */
336
+ };
337
337
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
338
338
  readonly transform: (value: string | number) => string | 0;
339
339
  };
@@ -359,8 +359,8 @@ export interface ListProps extends StyleProps<typeof listVariants>, StyleProps<t
359
359
  }
360
360
  export declare const ListEl: import("@emotion/styled").StyledComponent<{
361
361
  theme?: import("@emotion/react").Theme | undefined;
362
- as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
363
- } & ListProps, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "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" | keyof React.ClassAttributes<HTMLUListElement>>, {}>;
362
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
363
+ } & ListProps, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "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" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "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" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | keyof import("react").ClassAttributes<HTMLUListElement>>, {}>;
364
364
  declare const rowStates: (props: Partial<Record<"expanded" | "isOl" | "scrollable" | "transparentBg", boolean>> & {
365
365
  theme?: import("@emotion/react").Theme | undefined;
366
366
  }) => import("@codecademy/variance").CSSObject;
@@ -380,14 +380,14 @@ export interface RowProps extends StyleProps<typeof rowVariants>, StyleProps<typ
380
380
  }
381
381
  export declare const RowEl: import("@emotion/styled").StyledComponent<{
382
382
  theme?: import("@emotion/react").Theme | undefined;
383
- as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
384
- } & RowProps, Pick<React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "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" | "value" | keyof React.ClassAttributes<HTMLLIElement>>, {}>;
383
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
384
+ } & RowProps, Pick<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "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" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "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" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "value" | keyof import("react").ClassAttributes<HTMLLIElement>>, {}>;
385
385
  export interface HeaderProps extends StyleProps<typeof spacingVariants>, StyleProps<typeof rowStates>, StyleProps<typeof listVariants> {
386
386
  }
387
387
  export declare const HeaderRowEl: import("@emotion/styled").StyledComponent<{
388
388
  theme?: import("@emotion/react").Theme | undefined;
389
- as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
390
- } & HeaderProps, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | keyof 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">, {}>;
389
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
390
+ } & HeaderProps, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "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" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "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" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture">, {}>;
391
391
  declare const columnType: (props: import("@codecademy/variance/dist/types/config").VariantProps<"type", false | "header" | "select" | "content" | "orderedHeader" | "control" | "tableControl" | "expand" | "expandControl"> & {
392
392
  theme?: import("@emotion/react").Theme | undefined;
393
393
  }) => import("@codecademy/variance").CSSObject;
@@ -407,28 +407,947 @@ export interface ColProps extends StyleProps<typeof columnSizes>, StyleProps<typ
407
407
  }
408
408
  export declare const ColEl: import("@emotion/styled").StyledComponent<{
409
409
  theme?: import("@emotion/react").Theme | undefined;
410
- as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
411
- } & ColProps, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | keyof 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">, {}>;
410
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
411
+ } & ColProps, 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" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "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" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture">, {}>;
412
412
  export declare const StickyHeaderColWrapper: import("@emotion/styled").StyledComponent<{
413
413
  theme?: import("@emotion/react").Theme | undefined;
414
- as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
414
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
415
415
  } & {
416
416
  theme?: import("@emotion/react").Theme | undefined;
417
- }, React.DetailedHTMLProps<React.ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, {}>;
418
- export declare const StaticListWrapper: import("@emotion/styled").StyledComponent<Omit<{
417
+ }, import("react").DetailedHTMLProps<import("react").ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, {}>;
418
+ export declare const StaticListWrapper: import("@emotion/styled").StyledComponent<{
419
419
  theme?: import("@emotion/react").Theme | undefined;
420
- as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
421
- } & import("../Box").BoxProps & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | keyof 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">, "onScrollEnd" | "onScrollEndCapture"> & import("..").OptionalScrollProps & Omit<React.RefAttributes<HTMLDivElement>, "ref"> & {
422
- ref?: React.LegacyRef<HTMLDivElement | null> | undefined;
423
- } & {
420
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
421
+ } & import("../Box").BoxProps & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | keyof import("react").ClassAttributes<HTMLDivElement> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "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" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "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" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture"> & {
424
422
  theme?: import("@emotion/react").Theme | undefined;
425
423
  } & Partial<Record<"disableContainerQuery", boolean>>, {}, {}>;
426
- export declare const AnimatedListWrapper: React.ComponentType<Omit<{
424
+ export declare const AnimatedListWrapper: import("@emotion/styled").StyledComponent<Omit<{
425
+ color?: import("@codecademy/variance/dist/types/config").Scale<{
426
+ readonly property: "color";
427
+ readonly scale: "colors";
428
+ }>;
429
+ fontSize?: import("@codecademy/variance/dist/types/config").Scale<{
430
+ readonly property: "fontSize";
431
+ readonly scale: "fontSize";
432
+ }>;
433
+ fontFamily?: import("@codecademy/variance/dist/types/config").Scale<{
434
+ readonly property: "fontFamily";
435
+ readonly scale: "fontFamily";
436
+ }>;
437
+ lineHeight?: import("@codecademy/variance/dist/types/config").Scale<{
438
+ readonly property: "lineHeight";
439
+ readonly scale: "lineHeight";
440
+ }>;
441
+ fontWeight?: import("@codecademy/variance/dist/types/config").Scale<{
442
+ readonly property: "fontWeight";
443
+ readonly scale: "fontWeight";
444
+ }>;
445
+ background?: import("@codecademy/variance/dist/types/config").Scale<{
446
+ readonly property: "background";
447
+ }>;
448
+ border?: import("@codecademy/variance/dist/types/config").Scale<{
449
+ readonly property: "border";
450
+ readonly scale: "borders";
451
+ }>;
452
+ p?: import("@codecademy/variance/dist/types/config").Scale<{
453
+ readonly property: "padding";
454
+ readonly scale: "spacing";
455
+ }>;
456
+ slot?: string | undefined;
457
+ title?: string | undefined;
458
+ dir?: string | undefined;
459
+ className?: string | undefined;
460
+ height?: import("@codecademy/variance/dist/types/config").Scale<{
461
+ readonly property: {
462
+ readonly physical: "height";
463
+ readonly logical: "blockSize";
464
+ };
465
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
466
+ readonly transform: (value: string | number) => string | 0;
467
+ }>;
468
+ width?: import("@codecademy/variance/dist/types/config").Scale<{
469
+ readonly property: {
470
+ readonly physical: "width";
471
+ readonly logical: "inlineSize";
472
+ };
473
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
474
+ readonly transform: (value: string | number) => string | 0;
475
+ }>;
476
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
477
+ ref?: import("react").Ref<HTMLDivElement> | undefined;
478
+ key?: import("react").Key | null | undefined;
479
+ defaultChecked?: boolean | undefined;
480
+ defaultValue?: string | number | readonly string[] | undefined;
481
+ suppressContentEditableWarning?: boolean | undefined;
482
+ suppressHydrationWarning?: boolean | undefined;
483
+ accessKey?: string | undefined;
484
+ autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined;
485
+ autoFocus?: boolean | undefined;
486
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
487
+ contextMenu?: string | undefined;
488
+ draggable?: (boolean | "true" | "false") | undefined;
489
+ enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
490
+ hidden?: boolean | undefined;
491
+ id?: string | undefined;
492
+ lang?: string | undefined;
493
+ nonce?: string | undefined;
494
+ spellCheck?: (boolean | "true" | "false") | undefined;
495
+ tabIndex?: number | undefined;
496
+ translate?: "yes" | "no" | undefined;
497
+ radioGroup?: string | undefined;
498
+ role?: import("react").AriaRole | undefined;
499
+ about?: string | undefined;
500
+ content?: string | undefined;
501
+ datatype?: string | undefined;
502
+ inlist?: any;
503
+ prefix?: string | undefined;
504
+ property?: string | undefined;
505
+ rel?: string | undefined;
506
+ resource?: string | undefined;
507
+ rev?: string | undefined;
508
+ typeof?: string | undefined;
509
+ vocab?: string | undefined;
510
+ autoCorrect?: string | undefined;
511
+ autoSave?: string | undefined;
512
+ itemProp?: string | undefined;
513
+ itemScope?: boolean | undefined;
514
+ itemType?: string | undefined;
515
+ itemID?: string | undefined;
516
+ itemRef?: string | undefined;
517
+ results?: number | undefined;
518
+ security?: string | undefined;
519
+ unselectable?: "off" | "on" | undefined;
520
+ popover?: "" | "auto" | "manual" | "hint" | undefined;
521
+ popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
522
+ popoverTarget?: string | undefined;
523
+ inert?: boolean | undefined;
524
+ inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
525
+ is?: string | undefined;
526
+ exportparts?: string | undefined;
527
+ part?: string | undefined;
528
+ "aria-activedescendant"?: string | undefined;
529
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
530
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
531
+ "aria-braillelabel"?: string | undefined;
532
+ "aria-brailleroledescription"?: string | undefined;
533
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
534
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
535
+ "aria-colcount"?: number | undefined;
536
+ "aria-colindex"?: number | undefined;
537
+ "aria-colindextext"?: string | undefined;
538
+ "aria-colspan"?: number | undefined;
539
+ "aria-controls"?: string | undefined;
540
+ "aria-current"?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
541
+ "aria-describedby"?: string | undefined;
542
+ "aria-description"?: string | undefined;
543
+ "aria-details"?: string | undefined;
544
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
545
+ "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
546
+ "aria-errormessage"?: string | undefined;
547
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
548
+ "aria-flowto"?: string | undefined;
549
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
550
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "true" | "false" | "listbox" | "tree" | undefined;
551
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
552
+ "aria-keyshortcuts"?: string | undefined;
553
+ "aria-label"?: string | undefined;
554
+ "aria-labelledby"?: string | undefined;
555
+ "aria-level"?: number | undefined;
556
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
557
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
558
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
559
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
560
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
561
+ "aria-owns"?: string | undefined;
562
+ "aria-placeholder"?: string | undefined;
563
+ "aria-posinset"?: number | undefined;
564
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
565
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
566
+ "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
567
+ "aria-required"?: (boolean | "true" | "false") | undefined;
568
+ "aria-roledescription"?: string | undefined;
569
+ "aria-rowcount"?: number | undefined;
570
+ "aria-rowindex"?: number | undefined;
571
+ "aria-rowindextext"?: string | undefined;
572
+ "aria-rowspan"?: number | undefined;
573
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
574
+ "aria-setsize"?: number | undefined;
575
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
576
+ "aria-valuemax"?: number | undefined;
577
+ "aria-valuemin"?: number | undefined;
578
+ "aria-valuenow"?: number | undefined;
579
+ "aria-valuetext"?: string | undefined;
580
+ dangerouslySetInnerHTML?: {
581
+ __html: string | TrustedHTML;
582
+ } | undefined;
583
+ onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
584
+ onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
585
+ onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
586
+ onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
587
+ onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
588
+ onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
589
+ onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
590
+ onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
591
+ onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
592
+ onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
593
+ onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
594
+ onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
595
+ onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
596
+ onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
597
+ onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
598
+ onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
599
+ onChange?: import("react").ChangeEventHandler<HTMLDivElement, Element> | undefined;
600
+ onChangeCapture?: import("react").ChangeEventHandler<HTMLDivElement, Element> | undefined;
601
+ onBeforeInput?: import("react").InputEventHandler<HTMLDivElement> | undefined;
602
+ onBeforeInputCapture?: import("react").InputEventHandler<HTMLDivElement> | undefined;
603
+ onInput?: import("react").InputEventHandler<HTMLDivElement> | undefined;
604
+ onInputCapture?: import("react").InputEventHandler<HTMLDivElement> | undefined;
605
+ onReset?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
606
+ onResetCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
607
+ onSubmit?: import("react").SubmitEventHandler<HTMLDivElement> | undefined;
608
+ onSubmitCapture?: import("react").SubmitEventHandler<HTMLDivElement> | undefined;
609
+ onInvalid?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
610
+ onInvalidCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
611
+ onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
612
+ onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
613
+ onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
614
+ onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
615
+ onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
616
+ onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
617
+ onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
618
+ onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
619
+ onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
620
+ onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
621
+ onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
622
+ onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
623
+ onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
624
+ onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
625
+ onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
626
+ onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
627
+ onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
628
+ onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
629
+ onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
630
+ onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
631
+ onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
632
+ onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
633
+ onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
634
+ onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
635
+ onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
636
+ onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
637
+ onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
638
+ onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
639
+ onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
640
+ onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
641
+ onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
642
+ onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
643
+ onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
644
+ onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
645
+ onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
646
+ onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
647
+ onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
648
+ onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
649
+ onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
650
+ onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
651
+ onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
652
+ onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
653
+ onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
654
+ onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
655
+ onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
656
+ onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
657
+ onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
658
+ onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
659
+ onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
660
+ onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
661
+ onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
662
+ onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
663
+ onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
664
+ onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
665
+ onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
666
+ onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
667
+ onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
668
+ onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
669
+ onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
670
+ onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
671
+ onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
672
+ onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
673
+ onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
674
+ onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
675
+ onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
676
+ onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
677
+ onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
678
+ onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
679
+ onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
680
+ onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
681
+ onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
682
+ onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
683
+ onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
684
+ onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
685
+ onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
686
+ onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
687
+ onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
688
+ onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
689
+ onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
690
+ onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
691
+ onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
692
+ onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
693
+ onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
694
+ onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
695
+ onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
696
+ onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
697
+ onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
698
+ onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
699
+ onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
700
+ onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
701
+ onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
702
+ onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
703
+ onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
704
+ onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
705
+ onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
706
+ onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
707
+ onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
708
+ onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
709
+ onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
710
+ onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
711
+ onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
712
+ onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
713
+ onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
714
+ onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
715
+ onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
716
+ onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
717
+ onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
718
+ onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
719
+ onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
720
+ onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
721
+ onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
722
+ onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
723
+ onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
724
+ onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
725
+ onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
726
+ onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
727
+ onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
728
+ onScrollEnd?: import("react").UIEventHandler<HTMLDivElement> | undefined;
729
+ onScrollEndCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
730
+ onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
731
+ onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
732
+ onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
733
+ onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
734
+ onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
735
+ onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
736
+ onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
737
+ onToggle?: import("react").ToggleEventHandler<HTMLDivElement> | undefined;
738
+ onBeforeToggle?: import("react").ToggleEventHandler<HTMLDivElement> | undefined;
739
+ onTransitionCancel?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
740
+ onTransitionCancelCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
741
+ onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
742
+ onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
743
+ onTransitionRun?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
744
+ onTransitionRunCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
745
+ onTransitionStart?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
746
+ onTransitionStartCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
747
+ alignContent?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "end" | "flex-end" | "flex-start" | "start" | "baseline" | "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;
748
+ alignItems?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "start" | "anchor-center" | "baseline" | "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;
749
+ alignSelf?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "start" | "anchor-center" | "auto" | "baseline" | "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;
750
+ backgroundImage?: import("@codecademy/variance/dist/types/config").Scale<{
751
+ readonly property: "backgroundImage";
752
+ }>;
753
+ backgroundRepeat?: import("@codecademy/variance/dist/types/config").Scale<{
754
+ readonly property: "backgroundRepeat";
755
+ }>;
756
+ backgroundSize?: import("@codecademy/variance/dist/types/config").Scale<{
757
+ readonly property: "backgroundSize";
758
+ }>;
759
+ bottom?: import("@codecademy/variance/dist/types/config").Scale<{
760
+ readonly property: {
761
+ readonly physical: "bottom";
762
+ readonly logical: "insetBlockEnd";
763
+ };
764
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
765
+ readonly transform: (value: string | number) => string | 0;
766
+ }>;
767
+ boxShadow?: import("@codecademy/variance/dist/types/config").Scale<{
768
+ readonly property: "boxShadow";
769
+ }>;
770
+ columnGap?: import("@codecademy/variance/dist/types/config").Scale<{
771
+ readonly property: "columnGap";
772
+ readonly scale: "spacing";
773
+ }>;
774
+ containerType?: import("@codecademy/variance/dist/types/config").Scale<{
775
+ readonly property: "containerType";
776
+ }>;
777
+ direction?: import("@codecademy/variance/dist/types/config").Scale<{
778
+ readonly property: "direction";
779
+ }>;
780
+ display?: import("@codecademy/variance/dist/types/config").Scale<{
781
+ readonly property: "display";
782
+ }>;
783
+ flexBasis?: 0 | "initial" | "inherit" | "content" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | "-moz-fit-content" | "-moz-max-content" | "-moz-min-content" | "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;
784
+ flexDirection?: import("@codecademy/variance/dist/types/config").Scale<{
785
+ readonly property: "flexDirection";
786
+ }>;
787
+ 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;
788
+ 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;
789
+ flexWrap?: import("@codecademy/variance/dist/types/config").Scale<{
790
+ readonly property: "flexWrap";
791
+ }>;
792
+ fontStyle?: import("@codecademy/variance/dist/types/config").Scale<{
793
+ readonly property: "fontStyle";
794
+ }>;
795
+ gridAutoColumns?: import("@codecademy/variance/dist/types/config").Scale<{
796
+ readonly property: "gridAutoColumns";
797
+ }>;
798
+ gridAutoFlow?: import("@codecademy/variance/dist/types/config").Scale<{
799
+ readonly property: "gridAutoFlow";
800
+ }>;
801
+ gridAutoRows?: import("@codecademy/variance/dist/types/config").Scale<{
802
+ readonly property: "gridAutoRows";
803
+ }>;
804
+ gridColumnEnd?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | ((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;
805
+ gridColumnStart?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | ((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;
806
+ gridRowEnd?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | ((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;
807
+ gridRowStart?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | ((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;
808
+ gridTemplateAreas?: import("@codecademy/variance/dist/types/config").Scale<{
809
+ readonly property: "gridTemplateAreas";
810
+ }>;
811
+ gridTemplateColumns?: import("@codecademy/variance/dist/types/config").Scale<{
812
+ readonly property: "gridTemplateColumns";
813
+ }>;
814
+ gridTemplateRows?: import("@codecademy/variance/dist/types/config").Scale<{
815
+ readonly property: "gridTemplateRows";
816
+ }>;
817
+ justifyContent?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "left" | "right" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "end" | "flex-end" | "flex-start" | "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;
818
+ justifyItems?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "left" | "right" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "start" | "anchor-center" | "baseline" | "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;
819
+ justifySelf?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "left" | "right" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "end" | "flex-end" | "flex-start" | "self-end" | "self-start" | "start" | "anchor-center" | "auto" | "baseline" | "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;
820
+ left?: import("@codecademy/variance/dist/types/config").Scale<{
821
+ readonly property: {
822
+ readonly physical: "left";
823
+ readonly logical: "insetInlineStart";
824
+ };
825
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
826
+ readonly transform: (value: string | number) => string | 0;
827
+ }>;
828
+ letterSpacing?: import("@codecademy/variance/dist/types/config").Scale<{
829
+ readonly property: "letterSpacing";
830
+ }>;
831
+ listStyleImage?: import("@codecademy/variance/dist/types/config").Scale<{
832
+ readonly property: "listStyleImage";
833
+ }>;
834
+ listStylePosition?: import("@codecademy/variance/dist/types/config").Scale<{
835
+ readonly property: "listStylePosition";
836
+ }>;
837
+ listStyleType?: import("@codecademy/variance/dist/types/config").Scale<{
838
+ readonly property: "listStyleType";
839
+ }>;
840
+ maxHeight?: import("@codecademy/variance/dist/types/config").Scale<{
841
+ readonly property: {
842
+ readonly physical: "maxHeight";
843
+ readonly logical: "maxBlockSize";
844
+ };
845
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
846
+ readonly transform: (value: string | number) => string | 0;
847
+ }>;
848
+ maxWidth?: import("@codecademy/variance/dist/types/config").Scale<{
849
+ readonly property: {
850
+ readonly physical: "maxWidth";
851
+ readonly logical: "maxInlineSize";
852
+ };
853
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
854
+ readonly transform: (value: string | number) => string | 0;
855
+ }>;
856
+ minHeight?: import("@codecademy/variance/dist/types/config").Scale<{
857
+ readonly property: {
858
+ readonly physical: "minHeight";
859
+ readonly logical: "minBlockSize";
860
+ };
861
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
862
+ readonly transform: (value: string | number) => string | 0;
863
+ }>;
864
+ minWidth?: import("@codecademy/variance/dist/types/config").Scale<{
865
+ readonly property: {
866
+ readonly physical: "minWidth";
867
+ readonly logical: "minInlineSize";
868
+ };
869
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
870
+ readonly transform: (value: string | number) => string | 0;
871
+ }>;
872
+ opacity?: import("@codecademy/variance/dist/types/config").Scale<{
873
+ readonly property: "opacity";
874
+ }>;
875
+ 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;
876
+ overflowX?: import("@codecademy/variance/dist/types/config").Scale<{
877
+ readonly property: {
878
+ readonly physical: "overflowX";
879
+ readonly logical: "overflowInline";
880
+ };
881
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
882
+ }>;
883
+ overflowY?: import("@codecademy/variance/dist/types/config").Scale<{
884
+ readonly property: {
885
+ readonly physical: "overflowY";
886
+ readonly logical: "overflowBlock";
887
+ };
888
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
889
+ }>;
890
+ position?: import("@codecademy/variance/dist/types/config").Scale<{
891
+ readonly property: "position";
892
+ }>;
893
+ right?: import("@codecademy/variance/dist/types/config").Scale<{
894
+ readonly property: {
895
+ readonly physical: "right";
896
+ readonly logical: "insetInlineEnd";
897
+ };
898
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
899
+ readonly transform: (value: string | number) => string | 0;
900
+ }>;
901
+ rowGap?: import("@codecademy/variance/dist/types/config").Scale<{
902
+ readonly property: "rowGap";
903
+ readonly scale: "spacing";
904
+ }>;
905
+ textAlign?: import("@codecademy/variance/dist/types/config").Scale<{
906
+ readonly property: "textAlign";
907
+ }>;
908
+ textShadow?: import("@codecademy/variance/dist/types/config").Scale<{
909
+ readonly property: "textShadow";
910
+ }>;
911
+ textTransform?: import("@codecademy/variance/dist/types/config").Scale<{
912
+ readonly property: "textTransform";
913
+ }>;
914
+ top?: import("@codecademy/variance/dist/types/config").Scale<{
915
+ readonly property: {
916
+ readonly physical: "top";
917
+ readonly logical: "insetBlockStart";
918
+ };
919
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
920
+ readonly transform: (value: string | number) => string | 0;
921
+ }>;
922
+ verticalAlign?: import("@codecademy/variance/dist/types/config").Scale<{
923
+ readonly property: "verticalAlign";
924
+ }>;
925
+ whiteSpace?: import("@codecademy/variance/dist/types/config").Scale<{
926
+ readonly property: "whiteSpace";
927
+ }>;
928
+ zIndex?: import("@codecademy/variance/dist/types/config").Scale<{
929
+ readonly property: "zIndex";
930
+ }>;
931
+ backgroundPosition?: import("@codecademy/variance/dist/types/config").Scale<{
932
+ readonly property: "backgroundPosition";
933
+ }>;
934
+ borderBottom?: import("@codecademy/variance/dist/types/config").Scale<{
935
+ readonly property: {
936
+ readonly physical: "borderBottom";
937
+ readonly logical: "borderBlockEnd";
938
+ };
939
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
940
+ readonly scale: "borders";
941
+ }>;
942
+ borderColor?: import("@codecademy/variance/dist/types/config").Scale<{
943
+ readonly property: "borderColor";
944
+ readonly scale: "colors";
945
+ }>;
946
+ borderLeft?: import("@codecademy/variance/dist/types/config").Scale<{
947
+ readonly property: {
948
+ readonly physical: "borderLeft";
949
+ readonly logical: "borderInlineStart";
950
+ };
951
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
952
+ readonly scale: "borders";
953
+ }>;
954
+ borderRadius?: import("@codecademy/variance/dist/types/config").Scale<{
955
+ readonly property: "borderRadius";
956
+ readonly scale: "borderRadii";
957
+ }>;
958
+ borderRight?: import("@codecademy/variance/dist/types/config").Scale<{
959
+ readonly property: {
960
+ readonly physical: "borderRight";
961
+ readonly logical: "borderInlineEnd";
962
+ };
963
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
964
+ readonly scale: "borders";
965
+ }>;
966
+ borderStyle?: import("@codecademy/variance/dist/types/config").Scale<{
967
+ readonly property: "borderStyle";
968
+ }>;
969
+ borderTop?: import("@codecademy/variance/dist/types/config").Scale<{
970
+ readonly property: {
971
+ readonly physical: "borderTop";
972
+ readonly logical: "borderBlockStart";
973
+ };
974
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
975
+ readonly scale: "borders";
976
+ }>;
977
+ borderWidth?: import("@codecademy/variance/dist/types/config").Scale<{
978
+ readonly property: "borderWidth";
979
+ }>;
980
+ flex?: import("@codecademy/variance/dist/types/config").Scale<{
981
+ readonly property: "flex";
982
+ }>;
983
+ gap?: import("@codecademy/variance/dist/types/config").Scale<{
984
+ readonly property: "gap";
985
+ readonly scale: "spacing";
986
+ }>;
987
+ gridArea?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | ((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;
988
+ gridColumn?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | ((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;
989
+ gridRow?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | (number & {}) | ((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;
990
+ inset?: import("@codecademy/variance/dist/types/config").Scale<{
991
+ readonly property: "inset";
992
+ readonly properties: {
993
+ readonly physical: readonly ["top", "right", "bottom", "left"];
994
+ readonly logical: readonly ["insetBlockStart", "insetInlineEnd", "insetBlockEnd", "insetInlineStart"];
995
+ };
996
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
997
+ readonly transform: (value: string | number) => string | 0;
998
+ }>;
999
+ listStyle?: import("@codecademy/variance/dist/types/config").Scale<{
1000
+ readonly property: "listStyle";
1001
+ }>;
1002
+ overflow?: import("@codecademy/variance/dist/types/config").Scale<{
1003
+ readonly property: "overflow";
1004
+ }>;
1005
+ textDecoration?: import("@codecademy/variance/dist/types/config").Scale<{
1006
+ readonly property: "textDecoration";
1007
+ }>;
1008
+ px?: import("@codecademy/variance/dist/types/config").Scale<{
1009
+ readonly property: "padding";
1010
+ readonly properties: {
1011
+ readonly physical: readonly ["paddingLeft", "paddingRight"];
1012
+ readonly logical: readonly ["paddingInlineStart", "paddingInlineEnd"];
1013
+ };
1014
+ readonly scale: "spacing";
1015
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1016
+ }>;
1017
+ py?: import("@codecademy/variance/dist/types/config").Scale<{
1018
+ readonly property: "padding";
1019
+ readonly properties: {
1020
+ readonly physical: readonly ["paddingTop", "paddingBottom"];
1021
+ readonly logical: readonly ["paddingBlockStart", "paddingBlockEnd"];
1022
+ };
1023
+ readonly scale: "spacing";
1024
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1025
+ }>;
1026
+ pt?: import("@codecademy/variance/dist/types/config").Scale<{
1027
+ readonly property: {
1028
+ readonly physical: "paddingTop";
1029
+ readonly logical: "paddingBlockStart";
1030
+ };
1031
+ readonly scale: "spacing";
1032
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1033
+ }>;
1034
+ pb?: import("@codecademy/variance/dist/types/config").Scale<{
1035
+ readonly property: {
1036
+ readonly physical: "paddingBottom";
1037
+ readonly logical: "paddingBlockEnd";
1038
+ };
1039
+ readonly scale: "spacing";
1040
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1041
+ }>;
1042
+ pr?: import("@codecademy/variance/dist/types/config").Scale<{
1043
+ readonly property: {
1044
+ readonly physical: "paddingRight";
1045
+ readonly logical: "paddingInlineEnd";
1046
+ };
1047
+ readonly scale: "spacing";
1048
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1049
+ }>;
1050
+ pl?: import("@codecademy/variance/dist/types/config").Scale<{
1051
+ readonly property: {
1052
+ readonly physical: "paddingLeft";
1053
+ readonly logical: "paddingInlineStart";
1054
+ };
1055
+ readonly scale: "spacing";
1056
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1057
+ }>;
1058
+ m?: import("@codecademy/variance/dist/types/config").Scale<{
1059
+ readonly property: "margin";
1060
+ readonly scale: "spacing";
1061
+ }>;
1062
+ mx?: import("@codecademy/variance/dist/types/config").Scale<{
1063
+ readonly property: "margin";
1064
+ readonly properties: {
1065
+ readonly physical: readonly ["marginLeft", "marginRight"];
1066
+ readonly logical: readonly ["marginInlineStart", "marginInlineEnd"];
1067
+ };
1068
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1069
+ readonly scale: "spacing";
1070
+ }>;
1071
+ my?: import("@codecademy/variance/dist/types/config").Scale<{
1072
+ readonly property: "margin";
1073
+ readonly properties: {
1074
+ readonly physical: readonly ["marginTop", "marginBottom"];
1075
+ readonly logical: readonly ["marginBlockStart", "marginBlockEnd"];
1076
+ };
1077
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1078
+ readonly scale: "spacing";
1079
+ }>;
1080
+ mt?: import("@codecademy/variance/dist/types/config").Scale<{
1081
+ readonly property: {
1082
+ readonly physical: "marginTop";
1083
+ readonly logical: "marginBlockStart";
1084
+ };
1085
+ readonly scale: "spacing";
1086
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1087
+ }>;
1088
+ mb?: import("@codecademy/variance/dist/types/config").Scale<{
1089
+ readonly property: {
1090
+ readonly physical: "marginBottom";
1091
+ readonly logical: "marginBlockEnd";
1092
+ };
1093
+ readonly scale: "spacing";
1094
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1095
+ }>;
1096
+ mr?: import("@codecademy/variance/dist/types/config").Scale<{
1097
+ readonly property: {
1098
+ readonly physical: "marginRight";
1099
+ readonly logical: "marginInlineEnd";
1100
+ };
1101
+ readonly scale: "spacing";
1102
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1103
+ }>;
1104
+ ml?: import("@codecademy/variance/dist/types/config").Scale<{
1105
+ readonly property: {
1106
+ readonly physical: "marginLeft";
1107
+ readonly logical: "marginInlineStart";
1108
+ };
1109
+ readonly scale: "spacing";
1110
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1111
+ }>;
1112
+ borderX?: import("@codecademy/variance/dist/types/config").Scale<{
1113
+ readonly property: "border";
1114
+ readonly properties: {
1115
+ readonly physical: readonly ["borderLeft", "borderRight"];
1116
+ readonly logical: readonly ["borderInlineStart", "borderInlineEnd"];
1117
+ };
1118
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1119
+ readonly scale: "borders";
1120
+ }>;
1121
+ borderY?: import("@codecademy/variance/dist/types/config").Scale<{
1122
+ readonly property: "border";
1123
+ readonly properties: {
1124
+ readonly physical: readonly ["borderTop", "borderBottom"];
1125
+ readonly logical: readonly ["borderBlockStart", "borderBlockEnd"];
1126
+ };
1127
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1128
+ readonly scale: "borders";
1129
+ }>;
1130
+ borderWidthX?: import("@codecademy/variance/dist/types/config").Scale<{
1131
+ readonly property: "borderWidth";
1132
+ readonly properties: {
1133
+ readonly physical: readonly ["borderLeftWidth", "borderRightWidth"];
1134
+ readonly logical: readonly ["borderInlineStartWidth", "borderInlineEndWidth"];
1135
+ };
1136
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1137
+ }>;
1138
+ borderWidthY?: import("@codecademy/variance/dist/types/config").Scale<{
1139
+ readonly property: "borderWidth";
1140
+ readonly properties: {
1141
+ readonly physical: readonly ["borderTopWidth", "borderBottomWidth"];
1142
+ readonly logical: readonly ["borderBlockStartWidth", "borderBlockEndWidth"];
1143
+ };
1144
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1145
+ }>;
1146
+ borderWidthLeft?: import("@codecademy/variance/dist/types/config").Scale<{
1147
+ readonly property: {
1148
+ readonly physical: "borderLeftWidth";
1149
+ readonly logical: "borderInlineStartWidth";
1150
+ };
1151
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1152
+ }>;
1153
+ borderWidthRight?: import("@codecademy/variance/dist/types/config").Scale<{
1154
+ readonly property: {
1155
+ readonly physical: "borderRightWidth";
1156
+ readonly logical: "borderInlineEndWidth";
1157
+ };
1158
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1159
+ }>;
1160
+ borderWidthTop?: import("@codecademy/variance/dist/types/config").Scale<{
1161
+ readonly property: {
1162
+ readonly physical: "borderTopWidth";
1163
+ readonly logical: "borderBlockStartWidth";
1164
+ };
1165
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1166
+ }>;
1167
+ borderWidthBottom?: import("@codecademy/variance/dist/types/config").Scale<{
1168
+ readonly property: {
1169
+ readonly physical: "borderBottomWidth";
1170
+ readonly logical: "borderBlockEndWidth";
1171
+ };
1172
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1173
+ }>;
1174
+ borderRadiusLeft?: import("@codecademy/variance/dist/types/config").Scale<{
1175
+ readonly property: "borderRadius";
1176
+ readonly properties: {
1177
+ readonly physical: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
1178
+ readonly logical: readonly ["borderStartStartRadius", "borderEndStartRadius"];
1179
+ };
1180
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1181
+ readonly scale: "borderRadii";
1182
+ }>;
1183
+ borderRadiusTop?: import("@codecademy/variance/dist/types/config").Scale<{
1184
+ readonly property: "borderRadius";
1185
+ readonly properties: {
1186
+ readonly physical: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
1187
+ readonly logical: readonly ["borderStartStartRadius", "borderStartEndRadius"];
1188
+ };
1189
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1190
+ readonly scale: "borderRadii";
1191
+ }>;
1192
+ borderRadiusBottom?: import("@codecademy/variance/dist/types/config").Scale<{
1193
+ readonly property: "borderRadius";
1194
+ readonly properties: {
1195
+ readonly physical: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
1196
+ readonly logical: readonly ["borderEndStartRadius", "borderEndEndRadius"];
1197
+ };
1198
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1199
+ readonly scale: "borderRadii";
1200
+ }>;
1201
+ borderRadiusRight?: import("@codecademy/variance/dist/types/config").Scale<{
1202
+ readonly property: "borderRadius";
1203
+ readonly properties: {
1204
+ readonly physical: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
1205
+ readonly logical: readonly ["borderStartEndRadius", "borderEndEndRadius"];
1206
+ };
1207
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1208
+ readonly scale: "borderRadii";
1209
+ }>;
1210
+ borderRadiusTopLeft?: import("@codecademy/variance/dist/types/config").Scale<{
1211
+ readonly property: {
1212
+ readonly physical: "borderTopLeftRadius";
1213
+ readonly logical: "borderStartStartRadius";
1214
+ };
1215
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1216
+ readonly scale: "borderRadii";
1217
+ }>;
1218
+ borderRadiusTopRight?: import("@codecademy/variance/dist/types/config").Scale<{
1219
+ readonly property: {
1220
+ readonly physical: "borderTopRightRadius";
1221
+ readonly logical: "borderStartEndRadius";
1222
+ };
1223
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1224
+ readonly scale: "borderRadii";
1225
+ }>;
1226
+ borderRadiusBottomRight?: import("@codecademy/variance/dist/types/config").Scale<{
1227
+ readonly property: {
1228
+ readonly physical: "borderBottomRightRadius";
1229
+ readonly logical: "borderEndEndRadius";
1230
+ };
1231
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1232
+ readonly scale: "borderRadii";
1233
+ }>;
1234
+ borderRadiusBottomLeft?: import("@codecademy/variance/dist/types/config").Scale<{
1235
+ readonly property: {
1236
+ readonly physical: "borderBottomLeftRadius";
1237
+ readonly logical: "borderEndStartRadius";
1238
+ };
1239
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1240
+ readonly scale: "borderRadii";
1241
+ }>;
1242
+ borderStyleX?: import("@codecademy/variance/dist/types/config").Scale<{
1243
+ readonly property: "borderStyle";
1244
+ readonly properties: {
1245
+ readonly physical: readonly ["borderLeftStyle", "borderRightStyle"];
1246
+ readonly logical: readonly ["borderInlineStartStyle", "borderInlineEndStyle"];
1247
+ };
1248
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1249
+ }>;
1250
+ borderStyleY?: import("@codecademy/variance/dist/types/config").Scale<{
1251
+ readonly property: "borderStyle";
1252
+ readonly properties: {
1253
+ readonly physical: readonly ["borderTopStyle", "borderBottomStyle"];
1254
+ readonly logical: readonly ["borderBlockStartStyle", "borderBlockEndStyle"];
1255
+ };
1256
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1257
+ }>;
1258
+ borderStyleLeft?: import("@codecademy/variance/dist/types/config").Scale<{
1259
+ readonly property: {
1260
+ readonly physical: "borderLeftStyle";
1261
+ readonly logical: "borderInlineStartStyle";
1262
+ };
1263
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1264
+ }>;
1265
+ borderStyleRight?: import("@codecademy/variance/dist/types/config").Scale<{
1266
+ readonly property: {
1267
+ readonly physical: "borderRightStyle";
1268
+ readonly logical: "borderInlineEndStyle";
1269
+ };
1270
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1271
+ }>;
1272
+ borderStyleTop?: import("@codecademy/variance/dist/types/config").Scale<{
1273
+ readonly property: {
1274
+ readonly physical: "borderTopStyle";
1275
+ readonly logical: "borderBlockStartStyle";
1276
+ };
1277
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1278
+ }>;
1279
+ borderStyleBottom?: import("@codecademy/variance/dist/types/config").Scale<{
1280
+ readonly property: {
1281
+ readonly physical: "borderBottomStyle";
1282
+ readonly logical: "borderBlockEndStyle";
1283
+ };
1284
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1285
+ }>;
1286
+ dimensions?: import("@codecademy/variance/dist/types/config").Scale<{
1287
+ readonly property: "width";
1288
+ readonly properties: {
1289
+ readonly physical: readonly ["width", "height"];
1290
+ readonly logical: readonly ["inlineSize", "blockSize"];
1291
+ };
1292
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1293
+ readonly transform: (value: string | number) => string | 0;
1294
+ }>;
1295
+ textColor?: import("@codecademy/variance/dist/types/config").Scale<{
1296
+ readonly property: "color";
1297
+ readonly scale: "colors";
1298
+ }>;
1299
+ bg?: import("@codecademy/variance/dist/types/config").Scale<{
1300
+ readonly property: "backgroundColor";
1301
+ readonly scale: "colors";
1302
+ }>;
1303
+ borderColorX?: import("@codecademy/variance/dist/types/config").Scale<{
1304
+ readonly property: "borderColor";
1305
+ readonly properties: {
1306
+ readonly physical: readonly ["borderLeftColor", "borderRightColor"];
1307
+ readonly logical: readonly ["borderInlineStartColor", "borderInlineEndColor"];
1308
+ };
1309
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1310
+ readonly scale: "colors";
1311
+ }>;
1312
+ borderColorY?: import("@codecademy/variance/dist/types/config").Scale<{
1313
+ readonly property: "borderColor";
1314
+ readonly properties: {
1315
+ readonly physical: readonly ["borderTopColor", "borderBottomColor"];
1316
+ readonly logical: readonly ["borderBlockStartColor", "borderBlockEndColor"];
1317
+ };
1318
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1319
+ readonly scale: "colors";
1320
+ }>;
1321
+ borderColorLeft?: import("@codecademy/variance/dist/types/config").Scale<{
1322
+ readonly property: "borderLeftColor";
1323
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1324
+ readonly scale: "colors";
1325
+ }>;
1326
+ borderColorRight?: import("@codecademy/variance/dist/types/config").Scale<{
1327
+ readonly property: "borderRightColor";
1328
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1329
+ readonly scale: "colors";
1330
+ }>;
1331
+ borderColorTop?: import("@codecademy/variance/dist/types/config").Scale<{
1332
+ readonly property: "borderTopColor";
1333
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1334
+ readonly scale: "colors";
1335
+ }>;
1336
+ borderColorBottom?: import("@codecademy/variance/dist/types/config").Scale<{
1337
+ readonly property: "borderBottomColor";
1338
+ readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
1339
+ readonly scale: "colors";
1340
+ }>;
1341
+ theme?: import("@emotion/react").Theme | undefined;
1342
+ fit?: boolean | undefined;
1343
+ context?: boolean | undefined;
1344
+ "no-select"?: boolean | undefined;
1345
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
1346
+ } & import("framer-motion/dist/types.d-DOCC-kZB").M, "children"> & {
1347
+ children?: string | number | bigint | boolean | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | import("react").ReactPortal | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined> | import("motion-dom").MotionValue<number> | import("motion-dom").MotionValue<string> | (string & import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>) | (string & Iterable<import("react").ReactNode>) | (string & import("react").ReactPortal) | (string & Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined>) | (number & import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>) | (number & Iterable<import("react").ReactNode>) | (number & import("react").ReactPortal) | (number & Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined>) | (bigint & import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>) | (bigint & Iterable<import("react").ReactNode>) | (bigint & import("react").ReactPortal) | (bigint & Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined>) | (false & import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>) | (false & Iterable<import("react").ReactNode>) | (false & import("react").ReactPortal) | (false & Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined>) | (true & import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>) | (true & Iterable<import("react").ReactNode>) | (true & import("react").ReactPortal) | (true & Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined>) | (import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> & string) | (import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> & number) | (import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> & bigint) | (import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> & false) | (import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> & true) | (import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> & Iterable<import("react").ReactNode>) | (import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> & import("react").ReactPortal) | (import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> & Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined>) | (Iterable<import("react").ReactNode> & string) | (Iterable<import("react").ReactNode> & number) | (Iterable<import("react").ReactNode> & bigint) | (Iterable<import("react").ReactNode> & false) | (Iterable<import("react").ReactNode> & true) | (Iterable<import("react").ReactNode> & import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>) | (Iterable<import("react").ReactNode> & import("react").ReactPortal) | (Iterable<import("react").ReactNode> & Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined>) | (import("react").ReactPortal & string) | (import("react").ReactPortal & number) | (import("react").ReactPortal & bigint) | (import("react").ReactPortal & false) | (import("react").ReactPortal & true) | (import("react").ReactPortal & import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>) | (import("react").ReactPortal & Iterable<import("react").ReactNode>) | (import("react").ReactPortal & Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined>) | (Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined> & string) | (Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined> & number) | (Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined> & bigint) | (Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined> & false) | (Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined> & true) | (Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined> & import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>) | (Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined> & Iterable<import("react").ReactNode>) | (Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined> & import("react").ReactPortal) | (import("react").ReactNode[] & string) | (import("react").ReactNode[] & number) | (import("react").ReactNode[] & bigint) | (import("react").ReactNode[] & false) | (import("react").ReactNode[] & true) | (import("react").ReactNode[] & import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>) | (import("react").ReactNode[] & Iterable<import("react").ReactNode>) | (import("react").ReactNode[] & import("react").ReactPortal) | (import("react").ReactNode[] & Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined>) | null | undefined;
1348
+ } & {
427
1349
  theme?: import("@emotion/react").Theme | undefined;
428
- as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
429
- } & import("../Box").BoxProps & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | keyof 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">, "onScrollEnd" | "onScrollEndCapture"> & import("..").OptionalScrollProps & Omit<React.RefAttributes<HTMLDivElement>, "ref"> & {
430
- ref?: React.LegacyRef<HTMLDivElement | null> | undefined;
431
- } & Record<string, unknown>>;
1350
+ } & Partial<Record<"disableContainerQuery", boolean>>, {}, {}>;
432
1351
  export declare const hiddenVariant: {
433
1352
  readonly background: "linear-gradient(90deg, transparent 0%, transparent 40%, var(--colors-background-selected) 50%, var(--colors-border-tertiary) 100%)";
434
1353
  readonly backgroundSize: "0px 100%";