@codecademy/gamut 68.0.1 → 68.0.2-alpha.2a7dc4.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 (86) hide show
  1. package/dist/Alert/elements.d.ts +4 -24
  2. package/dist/Alert/elements.js +4 -4
  3. package/dist/Anchor/index.d.ts +3 -16
  4. package/dist/Anchor/index.js +1 -1
  5. package/dist/Box/Box.d.ts +1 -1
  6. package/dist/Box/FlexBox.d.ts +1 -1
  7. package/dist/Box/GridBox.d.ts +1 -1
  8. package/dist/Button/CTAButton.d.ts +2 -12
  9. package/dist/Button/FillButton.d.ts +3 -31
  10. package/dist/Button/IconButton.d.ts +6 -37
  11. package/dist/Button/StrokeButton.d.ts +3 -31
  12. package/dist/Button/TextButton.d.ts +3 -31
  13. package/dist/Button/shared/InlineIconButton.d.ts +2 -19
  14. package/dist/Button/shared/styles.d.ts +3 -15
  15. package/dist/Button/shared/types.d.ts +5 -2
  16. package/dist/ButtonBase/ButtonBase.d.ts +13 -5
  17. package/dist/ButtonBase/ButtonBase.js +7 -4
  18. package/dist/Card/elements.d.ts +6 -6
  19. package/dist/Coachmark/index.d.ts +1 -0
  20. package/dist/ConnectedForm/ConnectedForm.d.ts +1 -1
  21. package/dist/ConnectedForm/SubmitButton.js +3 -3
  22. package/dist/ConnectedForm/utils.d.ts +2 -2
  23. package/dist/ContentContainer/index.d.ts +1 -1
  24. package/dist/DataList/Tables/Rows/elements.d.ts +1 -1
  25. package/dist/Disclosure/elements.d.ts +10 -77
  26. package/dist/Form/SelectDropdown/SelectDropdown.js +1 -1
  27. package/dist/Form/elements/Form.d.ts +318 -4
  28. package/dist/Form/elements/Form.js +1 -2
  29. package/dist/Form/elements/FormGroup.d.ts +1 -1
  30. package/dist/Form/inputs/Checkbox.d.ts +1 -1
  31. package/dist/Form/inputs/Checkbox.js +7 -7
  32. package/dist/Form/inputs/Input.d.ts +1 -1
  33. package/dist/Form/inputs/Input.js +2 -2
  34. package/dist/Form/inputs/Radio.d.ts +1 -1
  35. package/dist/Form/inputs/Radio.js +2 -2
  36. package/dist/Form/inputs/Select.d.ts +1 -1
  37. package/dist/Form/inputs/Select.js +3 -3
  38. package/dist/Form/inputs/TextArea.d.ts +1 -1
  39. package/dist/Form/inputs/TextArea.js +1 -1
  40. package/dist/GridForm/GridFormButtons/index.d.ts +3 -31
  41. package/dist/InternalFloatingCard/InternalFloatingCard.d.ts +2 -2
  42. package/dist/InternalFloatingCard/InternalFloatingCard.js +1 -1
  43. package/dist/Layout/Column.d.ts +1 -1
  44. package/dist/Layout/Column.js +1 -1
  45. package/dist/Layout/LayoutGrid.d.ts +1 -1
  46. package/dist/List/Header/ListHeaderCol.d.ts +1 -1
  47. package/dist/List/List.d.ts +1 -1
  48. package/dist/List/ListCol.d.ts +1 -1
  49. package/dist/List/ListRow.d.ts +1 -1
  50. package/dist/List/ListRow.js +2 -2
  51. package/dist/List/TableHeader.d.ts +1 -1
  52. package/dist/List/elements.d.ts +7 -7
  53. package/dist/Menu/Menu.d.ts +1 -1
  54. package/dist/Menu/MenuItem.d.ts +1 -1
  55. package/dist/Menu/elements.d.ts +4 -4
  56. package/dist/Menu/elements.js +4 -4
  57. package/dist/Modals/elements.d.ts +1 -1
  58. package/dist/Modals/types.d.ts +2 -2
  59. package/dist/Pagination/AnimatedPaginationButtons.d.ts +6 -36
  60. package/dist/Pagination/EllipsisButton.d.ts +2 -66
  61. package/dist/Pagination/PaginationButton.d.ts +5 -51
  62. package/dist/Pagination/utils.d.ts +5 -3
  63. package/dist/Popover/elements.d.ts +2 -2
  64. package/dist/Popover/types.d.ts +2 -2
  65. package/dist/PopoverContainer/PopoverContainer.js +1 -1
  66. package/dist/PopoverContainer/hooks.d.ts +3 -3
  67. package/dist/PopoverContainer/types.d.ts +1 -1
  68. package/dist/Tabs/TabButton.d.ts +2 -12
  69. package/dist/Tabs/TabNav.d.ts +1 -1
  70. package/dist/Tabs/TabNavLink.d.ts +2 -14
  71. package/dist/Tag/elements.d.ts +8 -43
  72. package/dist/Tip/InfoTip/InfoTipButton.d.ts +3 -31
  73. package/dist/Tip/InfoTip/styles.d.ts +1 -1
  74. package/dist/Tip/PreviewTip/elements.d.ts +3 -16
  75. package/dist/Tip/ToolTip/elements.d.ts +1 -1
  76. package/dist/Tip/shared/FloatingTip.js +2 -2
  77. package/dist/Tip/shared/elements.d.ts +3 -3
  78. package/dist/Tip/shared/types.d.ts +2 -2
  79. package/dist/Toggle/elements.d.ts +1 -1
  80. package/dist/Typography/Text.d.ts +2 -2
  81. package/dist/Typography/Text.js +1 -1
  82. package/dist/index.d.ts +1 -0
  83. package/dist/index.js +2 -0
  84. package/dist/typings/react-optional-resize.d.ts +14 -0
  85. package/dist/utils/react.js +2 -1
  86. package/package.json +10 -9
@@ -1,8 +1,7 @@
1
1
  import { ComponentProps } from 'react';
2
- import * as React from 'react';
3
2
  declare const StyledForm: import("@emotion/styled").StyledComponent<{
4
3
  theme?: import("@emotion/react").Theme | undefined;
5
- as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
4
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
6
5
  } & {
7
6
  border?: import("@codecademy/variance/dist/types/config").Scale<{
8
7
  readonly property: "border";
@@ -315,7 +314,322 @@ declare const StyledForm: import("@emotion/styled").StyledComponent<{
315
314
  }>;
316
315
  } & {
317
316
  theme?: import("@emotion/react").Theme | undefined;
318
- }, Pick<React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, "name" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "method" | "target" | "acceptCharset" | "action" | "autoComplete" | "encType" | "noValidate" | keyof React.ClassAttributes<HTMLFormElement>>, {}>;
317
+ }, Pick<import("react").DetailedHTMLProps<import("react").FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, "name" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "onResize" | "onResizeCapture" | "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" | "method" | "target" | "acceptCharset" | "action" | "autoComplete" | "encType" | "noValidate" | keyof import("react").ClassAttributes<HTMLFormElement>>, {}>;
319
318
  export type FormProps = ComponentProps<typeof StyledForm>;
320
- export declare const Form: React.FC<FormProps>;
319
+ export declare const Form: import("react").ForwardRefExoticComponent<Omit<{
320
+ theme?: import("@emotion/react").Theme | undefined;
321
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
322
+ } & {
323
+ border?: import("@codecademy/variance/dist/types/config").Scale<{
324
+ readonly property: "border";
325
+ readonly scale: "borders";
326
+ }>;
327
+ p?: import("@codecademy/variance/dist/types/config").Scale<{
328
+ readonly property: "padding";
329
+ readonly scale: "spacing";
330
+ }>;
331
+ height?: import("@codecademy/variance/dist/types/config").Scale<{
332
+ readonly property: "height";
333
+ readonly transform: (value: string | number) => string | 0;
334
+ }>;
335
+ width?: import("@codecademy/variance/dist/types/config").Scale<{
336
+ readonly property: "width";
337
+ readonly transform: (value: string | number) => string | 0;
338
+ }>;
339
+ 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;
340
+ alignItems?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | undefined;
341
+ alignSelf?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | undefined;
342
+ bottom?: import("@codecademy/variance/dist/types/config").Scale<{
343
+ readonly property: "bottom";
344
+ readonly transform: (value: string | number) => string | 0;
345
+ }>;
346
+ columnGap?: import("@codecademy/variance/dist/types/config").Scale<{
347
+ readonly property: "columnGap";
348
+ readonly scale: "spacing";
349
+ }>;
350
+ containerType?: import("@codecademy/variance/dist/types/config").Scale<{
351
+ readonly property: "containerType";
352
+ }>;
353
+ display?: import("@codecademy/variance/dist/types/config").Scale<{
354
+ readonly property: "display";
355
+ }>;
356
+ flexBasis?: 0 | "initial" | "inherit" | "content" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-max-content" | "-moz-min-content" | "auto" | "fit-content" | "max-content" | "min-content" | "-moz-fit-content" | "-webkit-auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | undefined;
357
+ flexDirection?: import("@codecademy/variance/dist/types/config").Scale<{
358
+ readonly property: "flexDirection";
359
+ }>;
360
+ 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;
361
+ 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;
362
+ flexWrap?: import("@codecademy/variance/dist/types/config").Scale<{
363
+ readonly property: "flexWrap";
364
+ }>;
365
+ gridAutoColumns?: import("@codecademy/variance/dist/types/config").Scale<{
366
+ readonly property: "gridAutoColumns";
367
+ }>;
368
+ gridAutoFlow?: import("@codecademy/variance/dist/types/config").Scale<{
369
+ readonly property: "gridAutoFlow";
370
+ }>;
371
+ gridAutoRows?: import("@codecademy/variance/dist/types/config").Scale<{
372
+ readonly property: "gridAutoRows";
373
+ }>;
374
+ 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;
375
+ 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;
376
+ 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;
377
+ 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;
378
+ gridTemplateAreas?: import("@codecademy/variance/dist/types/config").Scale<{
379
+ readonly property: "gridTemplateAreas";
380
+ }>;
381
+ gridTemplateColumns?: import("@codecademy/variance/dist/types/config").Scale<{
382
+ readonly property: "gridTemplateColumns";
383
+ }>;
384
+ gridTemplateRows?: import("@codecademy/variance/dist/types/config").Scale<{
385
+ readonly property: "gridTemplateRows";
386
+ }>;
387
+ 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;
388
+ justifyItems?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "left" | "right" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | "legacy" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | undefined;
389
+ justifySelf?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "left" | "right" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | undefined;
390
+ left?: import("@codecademy/variance/dist/types/config").Scale<{
391
+ readonly property: "left";
392
+ readonly transform: (value: string | number) => string | 0;
393
+ }>;
394
+ maxHeight?: import("@codecademy/variance/dist/types/config").Scale<{
395
+ readonly property: "maxHeight";
396
+ readonly transform: (value: string | number) => string | 0;
397
+ }>;
398
+ maxWidth?: import("@codecademy/variance/dist/types/config").Scale<{
399
+ readonly property: "maxWidth";
400
+ readonly transform: (value: string | number) => string | 0;
401
+ }>;
402
+ minHeight?: import("@codecademy/variance/dist/types/config").Scale<{
403
+ readonly property: "minHeight";
404
+ readonly transform: (value: string | number) => string | 0;
405
+ }>;
406
+ minWidth?: import("@codecademy/variance/dist/types/config").Scale<{
407
+ readonly property: "minWidth";
408
+ readonly transform: (value: string | number) => string | 0;
409
+ }>;
410
+ opacity?: import("@codecademy/variance/dist/types/config").Scale<{
411
+ readonly property: "opacity";
412
+ }>;
413
+ 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;
414
+ overflowX?: import("@codecademy/variance/dist/types/config").Scale<{
415
+ readonly property: "overflowX";
416
+ }>;
417
+ overflowY?: import("@codecademy/variance/dist/types/config").Scale<{
418
+ readonly property: "overflowY";
419
+ }>;
420
+ position?: import("@codecademy/variance/dist/types/config").Scale<{
421
+ readonly property: "position";
422
+ }>;
423
+ right?: import("@codecademy/variance/dist/types/config").Scale<{
424
+ readonly property: "right";
425
+ readonly transform: (value: string | number) => string | 0;
426
+ }>;
427
+ rowGap?: import("@codecademy/variance/dist/types/config").Scale<{
428
+ readonly property: "rowGap";
429
+ readonly scale: "spacing";
430
+ }>;
431
+ top?: import("@codecademy/variance/dist/types/config").Scale<{
432
+ readonly property: "top";
433
+ readonly transform: (value: string | number) => string | 0;
434
+ }>;
435
+ verticalAlign?: import("@codecademy/variance/dist/types/config").Scale<{
436
+ readonly property: "verticalAlign";
437
+ }>;
438
+ zIndex?: import("@codecademy/variance/dist/types/config").Scale<{
439
+ readonly property: "zIndex";
440
+ }>;
441
+ borderBottom?: import("@codecademy/variance/dist/types/config").Scale<{
442
+ readonly property: "borderBottom";
443
+ readonly scale: "borders";
444
+ }>;
445
+ borderLeft?: import("@codecademy/variance/dist/types/config").Scale<{
446
+ readonly property: "borderLeft";
447
+ readonly scale: "borders";
448
+ }>;
449
+ borderRadius?: import("@codecademy/variance/dist/types/config").Scale<{
450
+ readonly property: "borderRadius";
451
+ readonly scale: "borderRadii";
452
+ }>;
453
+ borderRight?: import("@codecademy/variance/dist/types/config").Scale<{
454
+ readonly property: "borderRight";
455
+ readonly scale: "borders";
456
+ }>;
457
+ borderStyle?: import("@codecademy/variance/dist/types/config").Scale<{
458
+ readonly property: "borderStyle";
459
+ }>;
460
+ borderTop?: import("@codecademy/variance/dist/types/config").Scale<{
461
+ readonly property: "borderTop";
462
+ readonly scale: "borders";
463
+ }>;
464
+ borderWidth?: import("@codecademy/variance/dist/types/config").Scale<{
465
+ readonly property: "borderWidth";
466
+ }>;
467
+ flex?: import("@codecademy/variance/dist/types/config").Scale<{
468
+ readonly property: "flex";
469
+ }>;
470
+ gap?: import("@codecademy/variance/dist/types/config").Scale<{
471
+ readonly property: "gap";
472
+ readonly scale: "spacing";
473
+ }>;
474
+ 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;
475
+ 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;
476
+ 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;
477
+ inset?: import("@codecademy/variance/dist/types/config").Scale<{
478
+ readonly property: "inset";
479
+ readonly properties: readonly ["top", "right", "bottom", "left"];
480
+ readonly transform: (value: string | number) => string | 0;
481
+ }>;
482
+ overflow?: import("@codecademy/variance/dist/types/config").Scale<{
483
+ readonly property: "overflow";
484
+ }>;
485
+ px?: import("@codecademy/variance/dist/types/config").Scale<{
486
+ readonly property: "padding";
487
+ readonly properties: readonly ["paddingLeft", "paddingRight"];
488
+ readonly scale: "spacing";
489
+ }>;
490
+ py?: import("@codecademy/variance/dist/types/config").Scale<{
491
+ readonly property: "padding";
492
+ readonly properties: readonly ["paddingTop", "paddingBottom"];
493
+ readonly scale: "spacing";
494
+ }>;
495
+ pt?: import("@codecademy/variance/dist/types/config").Scale<{
496
+ readonly property: "paddingTop";
497
+ readonly scale: "spacing";
498
+ }>;
499
+ pb?: import("@codecademy/variance/dist/types/config").Scale<{
500
+ readonly property: "paddingBottom";
501
+ readonly scale: "spacing";
502
+ }>;
503
+ pr?: import("@codecademy/variance/dist/types/config").Scale<{
504
+ readonly property: "paddingRight";
505
+ readonly scale: "spacing";
506
+ }>;
507
+ pl?: import("@codecademy/variance/dist/types/config").Scale<{
508
+ readonly property: "paddingLeft";
509
+ readonly scale: "spacing";
510
+ }>;
511
+ m?: import("@codecademy/variance/dist/types/config").Scale<{
512
+ readonly property: "margin";
513
+ readonly scale: "spacing";
514
+ }>;
515
+ mx?: import("@codecademy/variance/dist/types/config").Scale<{
516
+ readonly property: "margin";
517
+ readonly properties: readonly ["marginLeft", "marginRight"];
518
+ readonly scale: "spacing";
519
+ }>;
520
+ my?: import("@codecademy/variance/dist/types/config").Scale<{
521
+ readonly property: "margin";
522
+ readonly properties: readonly ["marginTop", "marginBottom"];
523
+ readonly scale: "spacing";
524
+ }>;
525
+ mt?: import("@codecademy/variance/dist/types/config").Scale<{
526
+ readonly property: "marginTop";
527
+ readonly scale: "spacing";
528
+ }>;
529
+ mb?: import("@codecademy/variance/dist/types/config").Scale<{
530
+ readonly property: "marginBottom";
531
+ readonly scale: "spacing";
532
+ }>;
533
+ mr?: import("@codecademy/variance/dist/types/config").Scale<{
534
+ readonly property: "marginRight";
535
+ readonly scale: "spacing";
536
+ }>;
537
+ ml?: import("@codecademy/variance/dist/types/config").Scale<{
538
+ readonly property: "marginLeft";
539
+ readonly scale: "spacing";
540
+ }>;
541
+ borderX?: import("@codecademy/variance/dist/types/config").Scale<{
542
+ readonly property: "border";
543
+ readonly properties: readonly ["borderLeft", "borderRight"];
544
+ readonly scale: "borders";
545
+ }>;
546
+ borderY?: import("@codecademy/variance/dist/types/config").Scale<{
547
+ readonly property: "border";
548
+ readonly properties: readonly ["borderTop", "borderBottom"];
549
+ readonly scale: "borders";
550
+ }>;
551
+ borderWidthX?: import("@codecademy/variance/dist/types/config").Scale<{
552
+ readonly property: "borderWidth";
553
+ readonly properties: readonly ["borderLeftWidth", "borderRightWidth"];
554
+ }>;
555
+ borderWidthY?: import("@codecademy/variance/dist/types/config").Scale<{
556
+ readonly property: "borderWidth";
557
+ readonly properties: readonly ["borderTopWidth", "borderBottomWidth"];
558
+ }>;
559
+ borderWidthLeft?: import("@codecademy/variance/dist/types/config").Scale<{
560
+ readonly property: "borderLeftWidth";
561
+ }>;
562
+ borderWidthRight?: import("@codecademy/variance/dist/types/config").Scale<{
563
+ readonly property: "borderRightWidth";
564
+ }>;
565
+ borderWidthTop?: import("@codecademy/variance/dist/types/config").Scale<{
566
+ readonly property: "borderTopWidth";
567
+ }>;
568
+ borderWidthBottom?: import("@codecademy/variance/dist/types/config").Scale<{
569
+ readonly property: "borderBottomWidth";
570
+ }>;
571
+ borderRadiusLeft?: import("@codecademy/variance/dist/types/config").Scale<{
572
+ readonly property: "borderRadius";
573
+ readonly properties: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
574
+ readonly scale: "borderRadii";
575
+ }>;
576
+ borderRadiusTop?: import("@codecademy/variance/dist/types/config").Scale<{
577
+ readonly property: "borderRadius";
578
+ readonly properties: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
579
+ readonly scale: "borderRadii";
580
+ }>;
581
+ borderRadiusBottom?: import("@codecademy/variance/dist/types/config").Scale<{
582
+ readonly property: "borderRadius";
583
+ readonly properties: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
584
+ readonly scale: "borderRadii";
585
+ }>;
586
+ borderRadiusRight?: import("@codecademy/variance/dist/types/config").Scale<{
587
+ readonly property: "borderRadius";
588
+ readonly properties: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
589
+ readonly scale: "borderRadii";
590
+ }>;
591
+ borderRadiusTopLeft?: import("@codecademy/variance/dist/types/config").Scale<{
592
+ readonly property: "borderTopLeftRadius";
593
+ readonly scale: "borderRadii";
594
+ }>;
595
+ borderRadiusTopRight?: import("@codecademy/variance/dist/types/config").Scale<{
596
+ readonly property: "borderTopRightRadius";
597
+ readonly scale: "borderRadii";
598
+ }>;
599
+ borderRadiusBottomRight?: import("@codecademy/variance/dist/types/config").Scale<{
600
+ readonly property: "borderBottomRightRadius";
601
+ readonly scale: "borderRadii";
602
+ }>;
603
+ borderRadiusBottomLeft?: import("@codecademy/variance/dist/types/config").Scale<{
604
+ readonly property: "borderBottomLeftRadius";
605
+ readonly scale: "borderRadii";
606
+ }>;
607
+ borderStyleX?: import("@codecademy/variance/dist/types/config").Scale<{
608
+ readonly property: "borderStyle";
609
+ readonly properties: readonly ["borderLeftStyle", "borderRightStyle"];
610
+ }>;
611
+ borderStyleY?: import("@codecademy/variance/dist/types/config").Scale<{
612
+ readonly property: "borderStyle";
613
+ readonly properties: readonly ["borderTopStyle", "borderBottomStyle"];
614
+ }>;
615
+ borderStyleLeft?: import("@codecademy/variance/dist/types/config").Scale<{
616
+ readonly property: "borderLeftStyle";
617
+ }>;
618
+ borderStyleRight?: import("@codecademy/variance/dist/types/config").Scale<{
619
+ readonly property: "borderRightStyle";
620
+ }>;
621
+ borderStyleTop?: import("@codecademy/variance/dist/types/config").Scale<{
622
+ readonly property: "borderTopStyle";
623
+ }>;
624
+ borderStyleBottom?: import("@codecademy/variance/dist/types/config").Scale<{
625
+ readonly property: "borderBottomStyle";
626
+ }>;
627
+ dimensions?: import("@codecademy/variance/dist/types/config").Scale<{
628
+ readonly property: "width";
629
+ readonly properties: readonly ["width", "height"];
630
+ readonly transform: (value: string | number) => string | 0;
631
+ }>;
632
+ } & {
633
+ theme?: import("@emotion/react").Theme | undefined;
634
+ } & Pick<import("react").DetailedHTMLProps<import("react").FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, "name" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "onResize" | "onResizeCapture" | "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" | "method" | "target" | "acceptCharset" | "action" | "autoComplete" | "encType" | "noValidate" | keyof import("react").ClassAttributes<HTMLFormElement>>, "ref"> & import("react").RefAttributes<HTMLFormElement | null>>;
321
635
  export {};
@@ -3,13 +3,12 @@ function _extends() { return _extends = Object.assign ? Object.assign.bind() : f
3
3
  import { styledOptions, system } from '@codecademy/gamut-styles';
4
4
  import { variance } from '@codecademy/variance';
5
5
  import { forwardRef } from 'react';
6
- import * as React from 'react';
7
6
  import { jsx as _jsx } from "react/jsx-runtime";
8
7
  const formSystemProps = variance.compose(system.space, system.border, system.layout, system.positioning, system.flex, system.grid);
9
8
  const StyledForm = /*#__PURE__*/_styled('form', _extends({}, {
10
9
  target: "e14c01oj0",
11
10
  label: "StyledForm"
12
- }, styledOptions()))(formSystemProps, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9Gb3JtL2VsZW1lbnRzL0Zvcm0udHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWVtQiIsImZpbGUiOiIuLi8uLi8uLi9zcmMvRm9ybS9lbGVtZW50cy9Gb3JtLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHN0eWxlZE9wdGlvbnMsIHN5c3RlbSB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgeyB2YXJpYW5jZSB9IGZyb20gJ0Bjb2RlY2FkZW15L3ZhcmlhbmNlJztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB7IENvbXBvbmVudFByb3BzLCBmb3J3YXJkUmVmIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0ICogYXMgUmVhY3QgZnJvbSAncmVhY3QnO1xuXG5jb25zdCBmb3JtU3lzdGVtUHJvcHMgPSB2YXJpYW5jZS5jb21wb3NlKFxuICBzeXN0ZW0uc3BhY2UsXG4gIHN5c3RlbS5ib3JkZXIsXG4gIHN5c3RlbS5sYXlvdXQsXG4gIHN5c3RlbS5wb3NpdGlvbmluZyxcbiAgc3lzdGVtLmZsZXgsXG4gIHN5c3RlbS5ncmlkXG4pO1xuXG5jb25zdCBTdHlsZWRGb3JtID0gc3R5bGVkKCdmb3JtJywgc3R5bGVkT3B0aW9uczwnZm9ybSc+KCkpKGZvcm1TeXN0ZW1Qcm9wcyk7XG5cbmV4cG9ydCB0eXBlIEZvcm1Qcm9wcyA9IENvbXBvbmVudFByb3BzPHR5cGVvZiBTdHlsZWRGb3JtPjtcblxuZXhwb3J0IGNvbnN0IEZvcm06IFJlYWN0LkZDPEZvcm1Qcm9wcz4gPSBmb3J3YXJkUmVmKFxuICAoeyBtZXRob2QgPSAncG9zdCcsIC4uLnByb3BzIH0sIHJlZikgPT4ge1xuICAgIHJldHVybiA8U3R5bGVkRm9ybSB7Li4ucHJvcHN9IG1ldGhvZD17bWV0aG9kfSBub1ZhbGlkYXRlIHJlZj17cmVmfSAvPjtcbiAgfVxuKTtcbiJdfQ== */");
11
+ }, styledOptions()))(formSystemProps, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9Gb3JtL2VsZW1lbnRzL0Zvcm0udHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWNtQiIsImZpbGUiOiIuLi8uLi8uLi9zcmMvRm9ybS9lbGVtZW50cy9Gb3JtLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHN0eWxlZE9wdGlvbnMsIHN5c3RlbSB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgeyB2YXJpYW5jZSB9IGZyb20gJ0Bjb2RlY2FkZW15L3ZhcmlhbmNlJztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB7IENvbXBvbmVudFByb3BzLCBmb3J3YXJkUmVmIH0gZnJvbSAncmVhY3QnO1xuXG5jb25zdCBmb3JtU3lzdGVtUHJvcHMgPSB2YXJpYW5jZS5jb21wb3NlKFxuICBzeXN0ZW0uc3BhY2UsXG4gIHN5c3RlbS5ib3JkZXIsXG4gIHN5c3RlbS5sYXlvdXQsXG4gIHN5c3RlbS5wb3NpdGlvbmluZyxcbiAgc3lzdGVtLmZsZXgsXG4gIHN5c3RlbS5ncmlkXG4pO1xuXG5jb25zdCBTdHlsZWRGb3JtID0gc3R5bGVkKCdmb3JtJywgc3R5bGVkT3B0aW9uczwnZm9ybSc+KCkpKGZvcm1TeXN0ZW1Qcm9wcyk7XG5cbmV4cG9ydCB0eXBlIEZvcm1Qcm9wcyA9IENvbXBvbmVudFByb3BzPHR5cGVvZiBTdHlsZWRGb3JtPjtcblxuZXhwb3J0IGNvbnN0IEZvcm0gPSBmb3J3YXJkUmVmPEhUTUxGb3JtRWxlbWVudCB8IG51bGwsIEZvcm1Qcm9wcz4oXG4gICh7IG1ldGhvZCA9ICdwb3N0JywgLi4ucHJvcHMgfSwgcmVmKSA9PiB7XG4gICAgcmV0dXJuIDxTdHlsZWRGb3JtIHsuLi5wcm9wc30gbWV0aG9kPXttZXRob2R9IG5vVmFsaWRhdGUgcmVmPXtyZWZ9IC8+O1xuICB9XG4pO1xuIl19 */");
13
12
  export const Form = /*#__PURE__*/forwardRef(({
14
13
  method = 'post',
15
14
  ...props
@@ -13,7 +13,7 @@ export interface FormGroupProps extends ComponentProps<typeof FormGroupContainer
13
13
  declare const StyledFormGroupContainer: import("@emotion/styled").StyledComponent<{
14
14
  theme?: import("@emotion/react").Theme | undefined;
15
15
  as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
16
- } & 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" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
16
+ } & 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" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "onResize" | "onResizeCapture" | "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"> & {
17
17
  theme?: import("@emotion/react").Theme | undefined;
18
18
  } & import("@codecademy/variance/dist/types/config").VariantProps<"spacing", false | "loose" | "fit" | "tight" | "padded"> & {
19
19
  theme?: import("@emotion/react").Theme | undefined;
@@ -53,4 +53,4 @@ export type CheckboxProps = Omit<InputHTMLAttributes<HTMLInputElement>, 'checked
53
53
  */
54
54
  dontAriaHideLabel?: boolean;
55
55
  };
56
- export declare const Checkbox: import("react").ForwardRefExoticComponent<CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;
56
+ export declare const Checkbox: import("react").ForwardRefExoticComponent<CheckboxProps & import("react").RefAttributes<HTMLInputElement | null>>;