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