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