@codecademy/gamut 68.1.3-alpha.76714f.0 → 68.1.3-alpha.77bf63.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 (161) hide show
  1. package/dist/AccordionButtonDeprecated/ButtonDeprecated/index.d.ts +2 -2
  2. package/dist/AccordionButtonDeprecated/ButtonDeprecated/index.js +1 -1
  3. package/dist/Alert/Alert.d.ts +0 -1
  4. package/dist/Alert/elements.d.ts +29 -10
  5. package/dist/Alert/variants.d.ts +1 -2
  6. package/dist/Anchor/index.d.ts +35 -14
  7. package/dist/Anchor/index.js +3 -6
  8. package/dist/Animation/ExpandInCollapseOut.d.ts +0 -1
  9. package/dist/AppWrapper/index.d.ts +12 -5
  10. package/dist/AppWrapper/index.js +6 -8
  11. package/dist/Badge/index.d.ts +2 -3
  12. package/dist/Box/Box.d.ts +3 -4
  13. package/dist/Box/FlexBox.d.ts +3 -4
  14. package/dist/Box/GridBox.d.ts +3 -4
  15. package/dist/Box/props.d.ts +3 -3
  16. package/dist/Breadcrumbs/index.d.ts +5 -5
  17. package/dist/Breadcrumbs/index.js +2 -2
  18. package/dist/Button/CTAButton.d.ts +15 -7
  19. package/dist/Button/CTAButton.js +1 -5
  20. package/dist/Button/FillButton.d.ts +36 -9
  21. package/dist/Button/FillButton.js +2 -6
  22. package/dist/Button/IconButton.d.ts +43 -9
  23. package/dist/Button/IconButton.js +2 -6
  24. package/dist/Button/StrokeButton.d.ts +36 -9
  25. package/dist/Button/StrokeButton.js +2 -6
  26. package/dist/Button/TextButton.d.ts +36 -9
  27. package/dist/Button/TextButton.js +2 -6
  28. package/dist/Button/shared/InlineIconButton.d.ts +29 -10
  29. package/dist/Button/shared/InlineIconButton.js +1 -2
  30. package/dist/Button/shared/styles.d.ts +16 -13
  31. package/dist/Button/shared/types.d.ts +2 -4
  32. package/dist/Button/shared/variants.d.ts +6 -6
  33. package/dist/ButtonBase/ButtonBase.d.ts +12 -11
  34. package/dist/ButtonBase/ButtonBase.js +4 -8
  35. package/dist/Card/elements.d.ts +43 -87
  36. package/dist/Card/styles.d.ts +2 -2
  37. package/dist/ConnectedForm/ConnectedForm.d.ts +1 -1
  38. package/dist/ConnectedForm/ConnectedFormGroup.js +4 -3
  39. package/dist/ConnectedForm/ConnectedInputs/ConnectedNestedCheckboxes/utils.d.ts +0 -1
  40. package/dist/ConnectedForm/utils.d.ts +9 -3
  41. package/dist/ConnectedForm/utils.js +1 -1
  42. package/dist/ContentContainer/index.d.ts +6 -7
  43. package/dist/ContentContainer/index.js +3 -7
  44. package/dist/DataList/Tables/Rows/elements.d.ts +2 -3
  45. package/dist/DataList/hooks/useListControls.d.ts +1 -2
  46. package/dist/DataList/hooks/useListState.d.ts +0 -1
  47. package/dist/Disclosure/elements.d.ts +104 -26
  48. package/dist/Disclosure/helpers.d.ts +4 -4
  49. package/dist/Disclosure/types.d.ts +0 -1
  50. package/dist/Drawer/index.d.ts +0 -1
  51. package/dist/FeatureShimmer/index.d.ts +0 -1
  52. package/dist/Form/SelectDropdown/SelectDropdown.js +1 -1
  53. package/dist/Form/SelectDropdown/elements/constants.d.ts +0 -1
  54. package/dist/Form/SelectDropdown/elements/containers.d.ts +0 -1
  55. package/dist/Form/SelectDropdown/elements/containers.js +1 -1
  56. package/dist/Form/SelectDropdown/elements/controls.js +1 -1
  57. package/dist/Form/SelectDropdown/elements/multi-value.js +1 -1
  58. package/dist/Form/SelectDropdown/styles.d.ts +1 -1
  59. package/dist/Form/SelectDropdown/utils.d.ts +2 -2
  60. package/dist/Form/SelectDropdown/utils.js +2 -1
  61. package/dist/Form/__fixtures__/utils.d.ts +0 -1
  62. package/dist/Form/elements/Form.d.ts +4 -4
  63. package/dist/Form/elements/FormError.d.ts +1 -1
  64. package/dist/Form/elements/FormGroup.d.ts +5 -5
  65. package/dist/Form/elements/FormGroupDescription.d.ts +3 -4
  66. package/dist/Form/elements/FormGroupLabel.d.ts +2 -2
  67. package/dist/Form/inputs/Checkbox.d.ts +1 -2
  68. package/dist/Form/inputs/Checkbox.js +9 -10
  69. package/dist/Form/inputs/Input.d.ts +4 -8
  70. package/dist/Form/inputs/Radio.d.ts +8 -8
  71. package/dist/Form/inputs/Select.d.ts +5 -2
  72. package/dist/Form/inputs/Select.js +5 -6
  73. package/dist/Form/inputs/TextArea.d.ts +4 -2
  74. package/dist/Form/inputs/TextArea.js +3 -4
  75. package/dist/Form/styles/Checkbox-styles.d.ts +8 -16
  76. package/dist/Form/styles/Radio-styles.d.ts +4 -8
  77. package/dist/Form/styles/shared-system-props.d.ts +7 -12
  78. package/dist/GridForm/GridFormButtons/index.d.ts +34 -2
  79. package/dist/GridForm/GridFormInputGroup/__fixtures__/assertions.d.ts +2 -2
  80. package/dist/GridForm/GridFormSections/GridFormSectionBreak.d.ts +2 -2
  81. package/dist/HiddenText/index.d.ts +4 -5
  82. package/dist/HiddenText/index.js +7 -11
  83. package/dist/InternalFloatingCard/InternalFloatingCard.d.ts +4 -4
  84. package/dist/Layout/Column.d.ts +6 -4
  85. package/dist/Layout/Column.js +3 -4
  86. package/dist/Layout/LayoutGrid.d.ts +5 -3
  87. package/dist/Layout/LayoutGrid.js +3 -4
  88. package/dist/List/Header/ListHeaderCol.d.ts +1 -2
  89. package/dist/List/Header/ListHeaderCol.js +2 -3
  90. package/dist/List/ListCol.d.ts +1 -2
  91. package/dist/List/ListCol.js +2 -3
  92. package/dist/List/ListProvider.d.ts +0 -1
  93. package/dist/List/TableHeader.d.ts +1 -2
  94. package/dist/List/TableHeader.js +2 -3
  95. package/dist/List/elements.d.ts +46 -64
  96. package/dist/List/hooks.d.ts +1 -2
  97. package/dist/Menu/Menu.d.ts +4 -7
  98. package/dist/Menu/Menu.js +2 -5
  99. package/dist/Menu/MenuContext.d.ts +0 -1
  100. package/dist/Menu/MenuItem.d.ts +1 -3
  101. package/dist/Menu/MenuItem.js +2 -3
  102. package/dist/Menu/elements.d.ts +15 -15
  103. package/dist/Modals/Dialog.js +2 -1
  104. package/dist/Modals/Modal.js +2 -1
  105. package/dist/Modals/elements.d.ts +3 -4
  106. package/dist/Pagination/AnimatedPaginationButtons.d.ts +160 -177
  107. package/dist/Pagination/EllipsisButton.d.ts +38 -8
  108. package/dist/Pagination/EllipsisButton.js +1 -4
  109. package/dist/Pagination/PaginationButton.d.ts +57 -18
  110. package/dist/Pagination/PaginationButton.js +2 -6
  111. package/dist/Pagination/styles.d.ts +4 -4
  112. package/dist/Pagination/utils.d.ts +162 -177
  113. package/dist/Popover/Popover.d.ts +0 -1
  114. package/dist/Popover/elements.d.ts +18 -19
  115. package/dist/Popover/styles/base.d.ts +2 -2
  116. package/dist/Popover/styles/beak.d.ts +1 -1
  117. package/dist/Popover/styles/variants.d.ts +6 -6
  118. package/dist/Popover/utils.d.ts +1 -1
  119. package/dist/PopoverContainer/hooks.d.ts +0 -1
  120. package/dist/PopoverContainer/hooks.js +2 -1
  121. package/dist/PopoverContainer/utils.d.ts +1 -1
  122. package/dist/SkipToContent/index.d.ts +2 -2
  123. package/dist/Tabs/TabButton.d.ts +15 -5
  124. package/dist/Tabs/TabButton.js +3 -4
  125. package/dist/Tabs/TabNav.d.ts +5 -4
  126. package/dist/Tabs/TabNav.js +3 -4
  127. package/dist/Tabs/TabNavLink.d.ts +17 -7
  128. package/dist/Tabs/TabNavLink.js +1 -4
  129. package/dist/Tabs/TabPanels.d.ts +5 -4
  130. package/dist/Tabs/TabPanels.js +3 -4
  131. package/dist/Tabs/TabProvider.d.ts +0 -1
  132. package/dist/Tabs/styles.d.ts +2 -2
  133. package/dist/Tag/elements.d.ts +73 -21
  134. package/dist/Tag/index.js +1 -1
  135. package/dist/Tag/styles.d.ts +12 -22
  136. package/dist/Tip/InfoTip/InfoTipButton.d.ts +39 -9
  137. package/dist/Tip/InfoTip/InfoTipButton.js +2 -6
  138. package/dist/Tip/InfoTip/index.d.ts +0 -1
  139. package/dist/Tip/InfoTip/styles.d.ts +9 -12
  140. package/dist/Tip/PreviewTip/elements.d.ts +32 -8
  141. package/dist/Tip/PreviewTip/utils.d.ts +1 -1
  142. package/dist/Tip/ToolTip/elements.d.ts +4 -5
  143. package/dist/Tip/ToolTip/index.d.ts +0 -1
  144. package/dist/Tip/__tests__/helpers.d.ts +6 -6
  145. package/dist/Tip/shared/InlineTip.d.ts +0 -1
  146. package/dist/Tip/shared/elements.d.ts +22 -23
  147. package/dist/Tip/shared/styles/composeVariantsUtils.d.ts +2 -2
  148. package/dist/Tip/shared/styles/styles.d.ts +4 -4
  149. package/dist/Tip/shared/utils.d.ts +0 -1
  150. package/dist/Tip/shared/utils.js +1 -1
  151. package/dist/Toggle/elements.d.ts +12 -13
  152. package/dist/Toggle/utils.d.ts +1 -1
  153. package/dist/Typography/Text.d.ts +11 -8
  154. package/dist/Typography/Text.js +3 -6
  155. package/dist/Video/lib/ReactPlayer.d.ts +2 -3
  156. package/dist/Video/lib/VideoLayout.d.ts +0 -1
  157. package/dist/utils/nullish.d.ts +10 -0
  158. package/dist/utils/nullish.js +11 -0
  159. package/dist/utils/react.js +2 -1
  160. package/dist/utils/types.d.ts +0 -1
  161. package/package.json +8 -8
@@ -1,5 +1,4 @@
1
1
  import { StyleProps } from '@codecademy/variance';
2
- import type { ForwardRefExoticComponent, RefAttributes } from 'react';
3
2
  import { TextareaHTMLAttributes } from 'react';
4
3
  import { conditionalStyles } from '../styles';
5
4
  import { BaseInputProps } from '../types';
@@ -9,4 +8,7 @@ export type TextWrapperProps = TextareaHTMLAttributes<HTMLTextAreaElement> & Omi
9
8
  };
10
9
  export interface TextAreaProps extends TextWrapperProps, StyleProps<typeof conditionalStyles> {
11
10
  }
12
- export declare const TextArea: ForwardRefExoticComponent<TextAreaProps & RefAttributes<HTMLTextAreaElement>>;
11
+ export declare const TextArea: import("react").ForwardRefExoticComponent<TextareaHTMLAttributes<HTMLTextAreaElement> & Omit<BaseInputProps, "label"> & {
12
+ className?: string;
13
+ value?: string;
14
+ } & import("react").RefAttributes<HTMLTextAreaElement>>;
@@ -5,8 +5,8 @@ import { jsx as _jsx } from "react/jsx-runtime";
5
5
  const StyledTextArea = /*#__PURE__*/_styled("textarea", {
6
6
  target: "egbxqf80",
7
7
  label: "StyledTextArea"
8
- })(formFieldStyles, " ", conditionalStyles, " position:initial;border-radius:'md';" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9Gb3JtL2lucHV0cy9UZXh0QXJlYS50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBMkJxRCIsImZpbGUiOiIuLi8uLi8uLi9zcmMvRm9ybS9pbnB1dHMvVGV4dEFyZWEudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgU3R5bGVQcm9wcyB9IGZyb20gJ0Bjb2RlY2FkZW15L3ZhcmlhbmNlJztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB0eXBlIHsgRm9yd2FyZFJlZkV4b3RpY0NvbXBvbmVudCwgUmVmQXR0cmlidXRlcyB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7XG4gIENoYW5nZUV2ZW50LFxuICBmb3J3YXJkUmVmLFxuICBUZXh0YXJlYUhUTUxBdHRyaWJ1dGVzLFxuICB1c2VTdGF0ZSxcbn0gZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQge1xuICBjb25kaXRpb25hbFN0eWxlcyxcbiAgY29uZGl0aW9uYWxTdHlsZVN0YXRlLFxuICBmb3JtRmllbGRTdHlsZXMsXG59IGZyb20gJy4uL3N0eWxlcyc7XG5pbXBvcnQgeyBCYXNlSW5wdXRQcm9wcyB9IGZyb20gJy4uL3R5cGVzJztcblxuZXhwb3J0IHR5cGUgVGV4dFdyYXBwZXJQcm9wcyA9IFRleHRhcmVhSFRNTEF0dHJpYnV0ZXM8SFRNTFRleHRBcmVhRWxlbWVudD4gJlxuICBPbWl0PEJhc2VJbnB1dFByb3BzLCAnbGFiZWwnPiAmIHtcbiAgICBjbGFzc05hbWU/OiBzdHJpbmc7XG4gICAgdmFsdWU/OiBzdHJpbmc7XG4gIH07XG5cbmV4cG9ydCBpbnRlcmZhY2UgVGV4dEFyZWFQcm9wc1xuICBleHRlbmRzIFRleHRXcmFwcGVyUHJvcHMsXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgY29uZGl0aW9uYWxTdHlsZXM+IHt9XG5cbmNvbnN0IFN0eWxlZFRleHRBcmVhID0gc3R5bGVkLnRleHRhcmVhPFRleHRBcmVhUHJvcHM+YFxuICAke2Zvcm1GaWVsZFN0eWxlc31cbiAgJHtjb25kaXRpb25hbFN0eWxlc31cbiAgcG9zaXRpb246IGluaXRpYWw7XG4gIGJvcmRlci1yYWRpdXM6ICdtZCc7XG5gO1xuXG5jb25zdCBUZXh0QXJlYUNvbXBvbmVudCA9IGZvcndhcmRSZWY8SFRNTFRleHRBcmVhRWxlbWVudCwgVGV4dFdyYXBwZXJQcm9wcz4oXG4gICh7IGVycm9yLCBjbGFzc05hbWUsIGlkLCAuLi5yZXN0IH0sIHJlZikgPT4ge1xuICAgIGNvbnN0IFthY3RpdmF0ZWQsIHNldEFjdGl2YXRlZF0gPSB1c2VTdGF0ZShmYWxzZSk7XG5cbiAgICBjb25zdCBjaGFuZ2VIYW5kbGVyID0gKGV2ZW50OiBDaGFuZ2VFdmVudDxIVE1MVGV4dEFyZWFFbGVtZW50PikgPT4ge1xuICAgICAgcmVzdD8ub25DaGFuZ2U/LihldmVudCk7XG4gICAgICBzZXRBY3RpdmF0ZWQodHJ1ZSk7XG4gICAgfTtcblxuICAgIHJldHVybiAoXG4gICAgICA8U3R5bGVkVGV4dEFyZWFcbiAgICAgICAgey4uLnJlc3R9XG4gICAgICAgIGNsYXNzTmFtZT17Y2xhc3NOYW1lfVxuICAgICAgICBpZD17aWQgfHwgcmVzdC5odG1sRm9yfVxuICAgICAgICByZWY9e3JlZn1cbiAgICAgICAgdmFyaWFudD17Y29uZGl0aW9uYWxTdHlsZVN0YXRlKEJvb2xlYW4oZXJyb3IpLCBhY3RpdmF0ZWQpfVxuICAgICAgICBvbkNoYW5nZT17KGV2ZW50KSA9PiBjaGFuZ2VIYW5kbGVyKGV2ZW50KX1cbiAgICAgIC8+XG4gICAgKTtcbiAgfVxuKTtcblxuZXhwb3J0IGNvbnN0IFRleHRBcmVhID1cbiAgVGV4dEFyZWFDb21wb25lbnQgYXMgdW5rbm93biBhcyBGb3J3YXJkUmVmRXhvdGljQ29tcG9uZW50PFxuICAgIFRleHRBcmVhUHJvcHMgJiBSZWZBdHRyaWJ1dGVzPEhUTUxUZXh0QXJlYUVsZW1lbnQ+XG4gID47XG4iXX0= */"));
9
- const TextAreaComponent = /*#__PURE__*/forwardRef(({
8
+ })(formFieldStyles, " ", conditionalStyles, " position:initial;border-radius:'md';" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9Gb3JtL2lucHV0cy9UZXh0QXJlYS50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBMEJxRCIsImZpbGUiOiIuLi8uLi8uLi9zcmMvRm9ybS9pbnB1dHMvVGV4dEFyZWEudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgU3R5bGVQcm9wcyB9IGZyb20gJ0Bjb2RlY2FkZW15L3ZhcmlhbmNlJztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB7XG4gIENoYW5nZUV2ZW50LFxuICBmb3J3YXJkUmVmLFxuICBUZXh0YXJlYUhUTUxBdHRyaWJ1dGVzLFxuICB1c2VTdGF0ZSxcbn0gZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQge1xuICBjb25kaXRpb25hbFN0eWxlcyxcbiAgY29uZGl0aW9uYWxTdHlsZVN0YXRlLFxuICBmb3JtRmllbGRTdHlsZXMsXG59IGZyb20gJy4uL3N0eWxlcyc7XG5pbXBvcnQgeyBCYXNlSW5wdXRQcm9wcyB9IGZyb20gJy4uL3R5cGVzJztcblxuZXhwb3J0IHR5cGUgVGV4dFdyYXBwZXJQcm9wcyA9IFRleHRhcmVhSFRNTEF0dHJpYnV0ZXM8SFRNTFRleHRBcmVhRWxlbWVudD4gJlxuICBPbWl0PEJhc2VJbnB1dFByb3BzLCAnbGFiZWwnPiAmIHtcbiAgICBjbGFzc05hbWU/OiBzdHJpbmc7XG4gICAgdmFsdWU/OiBzdHJpbmc7XG4gIH07XG5cbmV4cG9ydCBpbnRlcmZhY2UgVGV4dEFyZWFQcm9wc1xuICBleHRlbmRzIFRleHRXcmFwcGVyUHJvcHMsXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgY29uZGl0aW9uYWxTdHlsZXM+IHt9XG5cbmNvbnN0IFN0eWxlZFRleHRBcmVhID0gc3R5bGVkLnRleHRhcmVhPFRleHRBcmVhUHJvcHM+YFxuICAke2Zvcm1GaWVsZFN0eWxlc31cbiAgJHtjb25kaXRpb25hbFN0eWxlc31cbiAgcG9zaXRpb246IGluaXRpYWw7XG4gIGJvcmRlci1yYWRpdXM6ICdtZCc7XG5gO1xuXG5leHBvcnQgY29uc3QgVGV4dEFyZWEgPSBmb3J3YXJkUmVmPEhUTUxUZXh0QXJlYUVsZW1lbnQsIFRleHRXcmFwcGVyUHJvcHM+KFxuICAoeyBlcnJvciwgY2xhc3NOYW1lLCBpZCwgLi4ucmVzdCB9LCByZWYpID0+IHtcbiAgICBjb25zdCBbYWN0aXZhdGVkLCBzZXRBY3RpdmF0ZWRdID0gdXNlU3RhdGUoZmFsc2UpO1xuXG4gICAgY29uc3QgY2hhbmdlSGFuZGxlciA9IChldmVudDogQ2hhbmdlRXZlbnQ8SFRNTFRleHRBcmVhRWxlbWVudD4pID0+IHtcbiAgICAgIHJlc3Q/Lm9uQ2hhbmdlPy4oZXZlbnQpO1xuICAgICAgc2V0QWN0aXZhdGVkKHRydWUpO1xuICAgIH07XG5cbiAgICByZXR1cm4gKFxuICAgICAgPFN0eWxlZFRleHRBcmVhXG4gICAgICAgIHsuLi5yZXN0fVxuICAgICAgICBjbGFzc05hbWU9e2NsYXNzTmFtZX1cbiAgICAgICAgaWQ9e2lkIHx8IHJlc3QuaHRtbEZvcn1cbiAgICAgICAgcmVmPXtyZWZ9XG4gICAgICAgIHZhcmlhbnQ9e2NvbmRpdGlvbmFsU3R5bGVTdGF0ZShCb29sZWFuKGVycm9yKSwgYWN0aXZhdGVkKX1cbiAgICAgICAgb25DaGFuZ2U9eyhldmVudCkgPT4gY2hhbmdlSGFuZGxlcihldmVudCl9XG4gICAgICAvPlxuICAgICk7XG4gIH1cbik7XG4iXX0= */"));
9
+ export const TextArea = /*#__PURE__*/forwardRef(({
10
10
  error,
11
11
  className,
12
12
  id,
@@ -25,5 +25,4 @@ const TextAreaComponent = /*#__PURE__*/forwardRef(({
25
25
  variant: conditionalStyleState(Boolean(error), activated),
26
26
  onChange: event => changeHandler(event)
27
27
  });
28
- });
29
- export const TextArea = TextAreaComponent;
28
+ });
@@ -1,24 +1,16 @@
1
- export declare const checkboxLabel: (props: {
2
- theme?: import("@emotion/react").Theme | undefined;
3
- }) => import("@codecademy/variance").CSSObject;
1
+ export declare const checkboxLabel: (props: import("@codecademy/variance").ThemeProps) => import("@codecademy/variance").CSSObject;
4
2
  export declare const checkboxLabelStates: (props: Partial<Record<"disabled", boolean>> & {
5
- theme?: import("@emotion/react").Theme | undefined;
3
+ theme?: import("@emotion/react").Theme;
6
4
  }) => import("@codecademy/variance").CSSObject;
7
5
  export declare const checkboxPadding: (props: import("@codecademy/variance/dist/types/config").VariantProps<"spacing", false | "base" | "tight"> & {
8
- theme?: import("@emotion/react").Theme | undefined;
9
- }) => import("@codecademy/variance").CSSObject;
10
- export declare const checkboxElement: (props: {
11
- theme?: import("@emotion/react").Theme | undefined;
12
- }) => import("@codecademy/variance").CSSObject;
13
- export declare const polyline: (props: {
14
- theme?: import("@emotion/react").Theme | undefined;
6
+ theme?: import("@emotion/react").Theme;
15
7
  }) => import("@codecademy/variance").CSSObject;
8
+ export declare const checkboxElement: (props: import("@codecademy/variance").ThemeProps) => import("@codecademy/variance").CSSObject;
9
+ export declare const polyline: (props: import("@codecademy/variance").ThemeProps) => import("@codecademy/variance").CSSObject;
16
10
  export declare const checkboxTextStates: (props: Partial<Record<"disabled" | "multiline", boolean>> & {
17
- theme?: import("@emotion/react").Theme | undefined;
11
+ theme?: import("@emotion/react").Theme;
18
12
  }) => import("@codecademy/variance").CSSObject;
19
13
  export declare const checkboxElementStates: (props: Partial<Record<"disabled" | "active" | "multiline" | "hasBg" | "hideBorder", boolean>> & {
20
- theme?: import("@emotion/react").Theme | undefined;
21
- }) => import("@codecademy/variance").CSSObject;
22
- export declare const checkboxInput: (props: {
23
- theme?: import("@emotion/react").Theme | undefined;
14
+ theme?: import("@emotion/react").Theme;
24
15
  }) => import("@codecademy/variance").CSSObject;
16
+ export declare const checkboxInput: (props: import("@codecademy/variance").ThemeProps) => import("@codecademy/variance").CSSObject;
@@ -1,12 +1,8 @@
1
- export declare const radioLabel: (props: {
2
- theme?: import("@emotion/react").Theme | undefined;
3
- }) => import("@codecademy/variance").CSSObject;
4
- export declare const radioInput: (props: {
5
- theme?: import("@emotion/react").Theme | undefined;
6
- }) => import("@codecademy/variance").CSSObject;
1
+ export declare const radioLabel: (props: import("@codecademy/variance").ThemeProps) => import("@codecademy/variance").CSSObject;
2
+ export declare const radioInput: (props: import("@codecademy/variance").ThemeProps) => import("@codecademy/variance").CSSObject;
7
3
  export declare const conditionalRadioLabelStyles: (props: import("@codecademy/variance/dist/types/config").VariantProps<"variant", false | "disabled" | "error"> & {
8
- theme?: import("@emotion/react").Theme | undefined;
4
+ theme?: import("@emotion/react").Theme;
9
5
  }) => import("@codecademy/variance").CSSObject;
10
6
  export declare const conditionalRadioInputStyles: (props: import("@codecademy/variance/dist/types/config").VariantProps<"variant", false | "disabled" | "error"> & {
11
- theme?: import("@emotion/react").Theme | undefined;
7
+ theme?: import("@emotion/react").Theme;
12
8
  }) => import("@codecademy/variance").CSSObject;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export type conditionalStyleProps = {
3
2
  error?: boolean;
4
3
  activated?: boolean;
@@ -89,22 +88,18 @@ export declare const formBaseFieldStylesObject: {
89
88
  readonly bg: "background";
90
89
  readonly minWidth: "auto";
91
90
  };
92
- export declare const formBaseFieldStyles: (props: {
93
- theme?: import("@emotion/react").Theme | undefined;
94
- }) => import("@codecademy/variance").CSSObject;
91
+ export declare const formBaseFieldStyles: (props: import("@codecademy/variance").ThemeProps) => import("@codecademy/variance").CSSObject;
95
92
  export declare const InputWrapper: import("@emotion/styled").StyledComponent<{
96
- theme?: import("@emotion/react").Theme | undefined;
97
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
93
+ theme?: import("@emotion/react").Theme;
94
+ as?: React.ElementType;
98
95
  } & {
99
- theme?: import("@emotion/react").Theme | undefined;
96
+ theme?: import("@emotion/react").Theme;
100
97
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
101
- export declare const formFieldStyles: (props: {
102
- theme?: import("@emotion/react").Theme | undefined;
103
- }) => import("@codecademy/variance").CSSObject;
98
+ export declare const formFieldStyles: (props: import("@codecademy/variance").ThemeProps) => import("@codecademy/variance").CSSObject;
104
99
  export declare const conditionalStyles: (props: import("@codecademy/variance/dist/types/config").VariantProps<"variant", false | "error" | "activated"> & {
105
- theme?: import("@emotion/react").Theme | undefined;
100
+ theme?: import("@emotion/react").Theme;
106
101
  }) => import("@codecademy/variance").CSSObject;
107
102
  export declare const conditionalStyleState: (error: boolean, activated: boolean) => "error" | "activated" | undefined;
108
103
  export declare const inputSizeStyles: (props: import("@codecademy/variance/dist/types/config").VariantProps<"inputSize", false | "small" | "base" | "smallFile"> & {
109
- theme?: import("@emotion/react").Theme | undefined;
104
+ theme?: import("@emotion/react").Theme;
110
105
  }) => import("@codecademy/variance").CSSObject;
@@ -30,8 +30,40 @@ declare const positions: {
30
30
  stretch: string;
31
31
  };
32
32
  declare const buttonMap: {
33
- cta: React.ForwardRefExoticComponent<import("../../Button").CTAButtonProps & React.RefAttributes<import("../..").ButtonBaseElements>>;
34
- fill: React.ForwardRefExoticComponent<import("../../Button").FillButtonProps & React.RefAttributes<import("../..").ButtonBaseElements>>;
33
+ cta: import("@emotion/styled").StyledComponent<(((Omit<{
34
+ theme?: import("@emotion/react").Theme;
35
+ as?: React.ElementType;
36
+ } & {
37
+ theme?: import("@emotion/react").Theme;
38
+ } & Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "value">, "ref"> | Omit<{
39
+ theme?: import("@emotion/react").Theme;
40
+ as?: React.ElementType;
41
+ } & {
42
+ theme?: import("@emotion/react").Theme;
43
+ } & Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "value"> & Pick<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "href" | "type" | keyof React.ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "media" | "ping" | "target" | "referrerPolicy">, "ref">) & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>) & {
44
+ theme?: import("@emotion/react").Theme;
45
+ }) & import("../../Button/shared").ButtonBaseProps & {
46
+ variant?: "primary";
47
+ }, {}, {}>;
48
+ fill: React.ForwardRefExoticComponent<(Omit<Omit<{
49
+ theme?: import("@emotion/react").Theme;
50
+ as?: React.ElementType;
51
+ } & {
52
+ theme?: import("@emotion/react").Theme;
53
+ } & Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "value">, "ref"> & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
54
+ theme?: import("@emotion/react").Theme;
55
+ } & import("../../Button/shared").ButtonBaseProps & Partial<import("../..").IconComponentType> & {
56
+ iconPosition?: "right" | "left";
57
+ }, "ref"> | Omit<Omit<{
58
+ theme?: import("@emotion/react").Theme;
59
+ as?: React.ElementType;
60
+ } & {
61
+ theme?: import("@emotion/react").Theme;
62
+ } & Pick<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "value"> & Pick<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "href" | "type" | keyof React.ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "media" | "ping" | "target" | "referrerPolicy">, "ref"> & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
63
+ theme?: import("@emotion/react").Theme;
64
+ } & import("../../Button/shared").ButtonBaseProps & Partial<import("../..").IconComponentType> & {
65
+ iconPosition?: "right" | "left";
66
+ }, "ref">) & React.RefAttributes<import("../..").ButtonBaseElements>>;
35
67
  };
36
68
  export declare const GridFormButtons: React.FC<GridFormSubmitProps & CancelButtonProps>;
37
69
  export {};
@@ -7,6 +7,6 @@ interface StandardFieldTestsProps extends Pick<ReturnType<typeof getComponent>,
7
7
  selector: string;
8
8
  }
9
9
  export declare const itHandlesStandardFieldTests: ({ renderField, defaultFieldProps, component, selector, }: StandardFieldTestsProps) => void;
10
- export declare const additionalRadioGroupTests: ({ renderField, defaultFieldProps, }: Pick<StandardFieldTestsProps, 'renderField' | 'defaultFieldProps'>) => void;
11
- export declare const additionalTextAreaTests: ({ renderField, defaultFieldProps, }: Pick<StandardFieldTestsProps, 'renderField' | 'defaultFieldProps'>) => void;
10
+ export declare const additionalRadioGroupTests: ({ renderField, defaultFieldProps, }: Pick<StandardFieldTestsProps, "renderField" | "defaultFieldProps">) => void;
11
+ export declare const additionalTextAreaTests: ({ renderField, defaultFieldProps, }: Pick<StandardFieldTestsProps, "renderField" | "defaultFieldProps">) => void;
12
12
  export {};
@@ -406,8 +406,8 @@ declare const hrProps: import("@codecademy/variance/dist/types/config").Parser<i
406
406
  export interface HrProps extends StyleProps<typeof hrProps> {
407
407
  }
408
408
  export declare const SectionBreak: import("@emotion/styled").StyledComponent<{
409
- theme?: import("@emotion/react").Theme | undefined;
410
- as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
409
+ theme?: import("@emotion/react").Theme;
410
+ as?: React.ElementType;
411
411
  } & HrProps, React.DetailedHTMLProps<React.HTMLAttributes<HTMLHRElement>, HTMLHRElement>, {}>;
412
412
  export declare const GridFormSectionBreak: React.FC;
413
413
  export {};
@@ -1,8 +1,7 @@
1
- import type { ComponentType } from 'react';
2
- import type { ComponentPropsWithoutRef } from 'react';
3
- /** Props for HiddenText. Use when wrapping or composing HiddenText. */
4
- export type HiddenTextProps = ComponentPropsWithoutRef<'span'>;
5
1
  /**
6
2
  * @deprecated Use `<Text>` instead with `screenreader='true'`
7
3
  */
8
- export declare const HiddenText: ComponentType<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref">>;
4
+ export declare const HiddenText: import("@emotion/styled").StyledComponent<{
5
+ theme?: import("@emotion/react").Theme;
6
+ as?: React.ElementType;
7
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
@@ -1,21 +1,17 @@
1
1
  import _styled from "@emotion/styled/base";
2
2
  function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
3
- const StyledHiddenText = /*#__PURE__*/_styled("span", {
3
+ /**
4
+ * @deprecated Use `<Text>` instead with `screenreader='true'`
5
+ */
6
+ export const HiddenText = /*#__PURE__*/_styled("span", {
4
7
  target: "e88fw8k0",
5
- label: "StyledHiddenText"
8
+ label: "HiddenText"
6
9
  })(process.env.NODE_ENV === "production" ? {
7
10
  name: "3a43ku",
8
11
  styles: "display:inline-block;font-size:0;height:1px;overflow:hidden;position:absolute;width:1px"
9
12
  } : {
10
13
  name: "3a43ku",
11
14
  styles: "display:inline-block;font-size:0;height:1px;overflow:hidden;position:absolute;width:1px",
12
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9IaWRkZW5UZXh0L2luZGV4LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJb0MiLCJmaWxlIjoiLi4vLi4vc3JjL0hpZGRlblRleHQvaW5kZXgudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHR5cGUgeyBDb21wb25lbnRUeXBlIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0IHR5cGUgeyBDb21wb25lbnRQcm9wc1dpdGhvdXRSZWYgfSBmcm9tICdyZWFjdCc7XG5cbmNvbnN0IFN0eWxlZEhpZGRlblRleHQgPSBzdHlsZWQuc3BhbmBcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBmb250LXNpemU6IDA7XG4gIGhlaWdodDogMXB4O1xuICBvdmVyZmxvdzogaGlkZGVuO1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHdpZHRoOiAxcHg7XG5gO1xuXG4vKiogUHJvcHMgZm9yIEhpZGRlblRleHQuIFVzZSB3aGVuIHdyYXBwaW5nIG9yIGNvbXBvc2luZyBIaWRkZW5UZXh0LiAqL1xuZXhwb3J0IHR5cGUgSGlkZGVuVGV4dFByb3BzID0gQ29tcG9uZW50UHJvcHNXaXRob3V0UmVmPCdzcGFuJz47XG5cbi8qKlxuICogQGRlcHJlY2F0ZWQgVXNlIGA8VGV4dD5gIGluc3RlYWQgd2l0aCBgc2NyZWVucmVhZGVyPSd0cnVlJ2BcbiAqL1xuZXhwb3J0IGNvbnN0IEhpZGRlblRleHQgPVxuICBTdHlsZWRIaWRkZW5UZXh0IGFzIHVua25vd24gYXMgQ29tcG9uZW50VHlwZTxIaWRkZW5UZXh0UHJvcHM+O1xuIl19 */",
15
+ map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9IaWRkZW5UZXh0L2luZGV4LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFLcUMiLCJmaWxlIjoiLi4vLi4vc3JjL0hpZGRlblRleHQvaW5kZXgudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuXG4vKipcbiAqIEBkZXByZWNhdGVkIFVzZSBgPFRleHQ+YCBpbnN0ZWFkIHdpdGggYHNjcmVlbnJlYWRlcj0ndHJ1ZSdgXG4gKi9cbmV4cG9ydCBjb25zdCBIaWRkZW5UZXh0ID0gc3R5bGVkLnNwYW5gXG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgZm9udC1zaXplOiAwO1xuICBoZWlnaHQ6IDFweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB3aWR0aDogMXB4O1xuYDtcbiJdfQ== */",
13
16
  toString: _EMOTION_STRINGIFIED_CSS_ERROR__
14
- });
15
-
16
- /** Props for HiddenText. Use when wrapping or composing HiddenText. */
17
-
18
- /**
19
- * @deprecated Use `<Text>` instead with `screenreader='true'`
20
- */
21
- export const HiddenText = StyledHiddenText;
17
+ });
@@ -3,10 +3,10 @@ import { Properties } from 'csstype';
3
3
  import { ComponentProps } from 'react';
4
4
  import * as React from 'react';
5
5
  declare const CardBody: import("@emotion/styled").StyledComponent<{
6
- theme?: import("@emotion/react").Theme | undefined;
7
- as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
6
+ theme?: import("@emotion/react").Theme;
7
+ as?: React.ElementType;
8
8
  } & import("@codecademy/variance/dist/types/config").VariantProps<"beak", false | "bottom-left" | "bottom-right" | "top-left" | "top-right"> & {
9
- theme?: import("@emotion/react").Theme | undefined;
9
+ theme?: import("@emotion/react").Theme;
10
10
  } & {
11
11
  p?: import("@codecademy/variance/dist/types/config").Scale<{
12
12
  readonly property: "padding";
@@ -187,7 +187,7 @@ declare const CardBody: import("@emotion/styled").StyledComponent<{
187
187
  readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode;
188
188
  readonly transform: (value: string | number) => string | 0;
189
189
  }>;
190
- }, 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" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture">, {}>;
190
+ }, 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">, {}>;
191
191
  type InternalFloatingCardWrapper = {
192
192
  containerDisplay?: Properties['display'];
193
193
  };
@@ -1,7 +1,6 @@
1
1
  import { StyleProps } from '@codecademy/variance';
2
- import type { ComponentPropsWithoutRef, ForwardRefExoticComponent, RefAttributes } from 'react';
3
2
  declare const columnVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"variant", false | "fitContent"> & {
4
- theme?: import("@emotion/react").Theme | undefined;
3
+ theme?: import("@emotion/react").Theme;
5
4
  }) => import("@codecademy/variance").CSSObject;
6
5
  declare const columnProps: import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").Compose<[import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
7
6
  readonly flexBasis: {
@@ -385,7 +384,10 @@ declare const columnProps: import("@codecademy/variance/dist/types/config").Pars
385
384
  }>>]>>;
386
385
  export type ColumnVariantProps = StyleProps<typeof columnVariants>;
387
386
  export type ColumnStyleProps = StyleProps<typeof columnProps>;
388
- export interface ColumnProps extends ColumnVariantProps, ColumnStyleProps, ComponentPropsWithoutRef<'div'> {
387
+ export interface ColumnProps extends ColumnVariantProps, ColumnStyleProps {
389
388
  }
390
- export declare const Column: ForwardRefExoticComponent<ColumnProps & RefAttributes<HTMLDivElement>>;
389
+ export declare const Column: import("react").ForwardRefExoticComponent<Omit<{
390
+ theme?: import("@emotion/react").Theme;
391
+ as?: React.ElementType;
392
+ } & ColumnProps & 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">, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
391
393
  export {};
@@ -69,13 +69,12 @@ const StyledColumn = /*#__PURE__*/_styled('div', _extends({}, {
69
69
  label: "StyledColumn"
70
70
  }, styledOptions(columnProps.propNames)))(columnProps({
71
71
  size: 12
72
- }), columnVariants, columnProps, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9MYXlvdXQvQ29sdW1uLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUEyRXFCIiwiZmlsZSI6Ii4uLy4uL3NyYy9MYXlvdXQvQ29sdW1uLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHN0eWxlZE9wdGlvbnMsIHN5c3RlbSwgdmFyaWFudCB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgeyBTdHlsZVByb3BzLCB2YXJpYW5jZSB9IGZyb20gJ0Bjb2RlY2FkZW15L3ZhcmlhbmNlJztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB0eXBlIHtcbiAgQ29tcG9uZW50UHJvcHNXaXRob3V0UmVmLFxuICBGb3J3YXJkUmVmRXhvdGljQ29tcG9uZW50LFxuICBSZWZBdHRyaWJ1dGVzLFxufSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBDb21wb25lbnRQcm9wcywgZm9yd2FyZFJlZiB9IGZyb20gJ3JlYWN0JztcblxuY29uc3Qgcm93cyA9IHsgMTogMSwgMjogMiwgMzogMywgNDogNCwgNTogNSwgNjogNiB9O1xuXG5jb25zdCBjb2x1bW5zID0ge1xuICAxOiAxLFxuICAyOiAyLFxuICAzOiAzLFxuICA0OiA0LFxuICA1OiA1LFxuICA2OiA2LFxuICA3OiA3LFxuICA4OiA4LFxuICA5OiA5LFxuICAxMDogMTAsXG4gIDExOiAxMSxcbn07XG5cbmNvbnN0IGdyaWRQcm9wcyA9IHZhcmlhbmNlLmNyZWF0ZSh7XG4gIHJvd09mZnNldDoge1xuICAgIHByb3BlcnR5OiAnZ3JpZFJvd1N0YXJ0JyxcbiAgICBzY2FsZTogcm93cyxcbiAgICB0cmFuc2Zvcm06IChyb3c6IG51bWJlcikgPT4gKHJvdyA9PT0gMCA/ICdhdXRvJyA6IHJvdyksXG4gIH0sXG4gIHJvd3NwYW46IHtcbiAgICBwcm9wZXJ0eTogJ2dyaWRSb3dFbmQnLFxuICAgIHNjYWxlOiByb3dzLFxuICAgIHRyYW5zZm9ybTogKHJvdykgPT4gYHNwYW4gJHtyb3d9YCxcbiAgfSxcbiAgc2l6ZToge1xuICAgIHByb3BlcnR5OiAnZ3JpZENvbHVtbkVuZCcsXG4gICAgc2NhbGU6IHsgLi4uY29sdW1ucywgMTI6IDEyIH0sXG4gICAgdHJhbnNmb3JtOiAoY29sOiBudW1iZXIpID0+IGBzcGFuICR7Y29sfWAsXG4gIH0sXG4gIG9mZnNldDoge1xuICAgIHByb3BlcnR5OiAnZ3JpZENvbHVtblN0YXJ0JyxcbiAgICBzY2FsZTogeyAwOiAwLCAuLi5jb2x1bW5zIH0sXG4gICAgdHJhbnNmb3JtOiAoY29sOiBudW1iZXIpID0+IChjb2wgPT09IDAgPyAnYXV0bycgOiBgJHtjb2wgKyAxfWApLFxuICB9LFxufSk7XG5cbi8vIFRPRE8gLSB0aGlzIHNob3VsZCBiZSBzd2FwcGVkIHRvIHN0YXRlcz9cbmNvbnN0IGNvbHVtblZhcmlhbnRzID0gdmFyaWFudCh7XG4gIHZhcmlhbnRzOiB7XG4gICAgZml0Q29udGVudDoge1xuICAgICAgZGlzcGxheTogJ2dyaWQnLFxuICAgICAgZ3JpZFRlbXBsYXRlQ29sdW1uczogJ21pbm1heCgwLCAxZnIpJyxcbiAgICB9LFxuICB9LFxufSk7XG5cbmNvbnN0IGNvbHVtblByb3BzID0gdmFyaWFuY2UuY29tcG9zZShcbiAgc3lzdGVtLmxheW91dCxcbiAgc3lzdGVtLnNwYWNlLFxuICBzeXN0ZW0uZ3JpZCxcbiAgc3lzdGVtLmxpc3QsXG4gIGdyaWRQcm9wc1xuKTtcblxuZXhwb3J0IHR5cGUgQ29sdW1uVmFyaWFudFByb3BzID0gU3R5bGVQcm9wczx0eXBlb2YgY29sdW1uVmFyaWFudHM+O1xuZXhwb3J0IHR5cGUgQ29sdW1uU3R5bGVQcm9wcyA9IFN0eWxlUHJvcHM8dHlwZW9mIGNvbHVtblByb3BzPjtcblxuZXhwb3J0IGludGVyZmFjZSBDb2x1bW5Qcm9wc1xuICBleHRlbmRzIENvbHVtblZhcmlhbnRQcm9wcyxcbiAgICBDb2x1bW5TdHlsZVByb3BzLFxuICAgIENvbXBvbmVudFByb3BzV2l0aG91dFJlZjwnZGl2Jz4ge31cblxuY29uc3QgU3R5bGVkQ29sdW1uID0gc3R5bGVkKFxuICAnZGl2JyxcbiAgc3R5bGVkT3B0aW9ucyhjb2x1bW5Qcm9wcy5wcm9wTmFtZXMpXG4pPENvbHVtblByb3BzPihjb2x1bW5Qcm9wcyh7IHNpemU6IDEyIH0pLCBjb2x1bW5WYXJpYW50cywgY29sdW1uUHJvcHMpO1xuXG5jb25zdCBDb2x1bW5Db21wb25lbnQgPSBmb3J3YXJkUmVmPFxuICBIVE1MRGl2RWxlbWVudCxcbiAgQ29tcG9uZW50UHJvcHM8dHlwZW9mIFN0eWxlZENvbHVtbj5cbj4oKHsgdmFyaWFudCA9ICdmaXRDb250ZW50JywgLi4ucmVzdCB9LCByZWYpID0+IChcbiAgPFN0eWxlZENvbHVtbiByZWY9e3JlZn0gdmFyaWFudD17dmFyaWFudH0gey4uLnJlc3R9IC8+XG4pKTtcblxuZXhwb3J0IGNvbnN0IENvbHVtbiA9IENvbHVtbkNvbXBvbmVudCBhcyB1bmtub3duIGFzIEZvcndhcmRSZWZFeG90aWNDb21wb25lbnQ8XG4gIENvbHVtblByb3BzICYgUmVmQXR0cmlidXRlczxIVE1MRGl2RWxlbWVudD5cbj47XG4iXX0= */");
73
- const ColumnComponent = /*#__PURE__*/forwardRef(({
72
+ }), columnVariants, columnProps, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9MYXlvdXQvQ29sdW1uLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFtRXFCIiwiZmlsZSI6Ii4uLy4uL3NyYy9MYXlvdXQvQ29sdW1uLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IHN0eWxlZE9wdGlvbnMsIHN5c3RlbSwgdmFyaWFudCB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgeyBTdHlsZVByb3BzLCB2YXJpYW5jZSB9IGZyb20gJ0Bjb2RlY2FkZW15L3ZhcmlhbmNlJztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB7IENvbXBvbmVudFByb3BzLCBmb3J3YXJkUmVmIH0gZnJvbSAncmVhY3QnO1xuXG5jb25zdCByb3dzID0geyAxOiAxLCAyOiAyLCAzOiAzLCA0OiA0LCA1OiA1LCA2OiA2IH07XG5cbmNvbnN0IGNvbHVtbnMgPSB7XG4gIDE6IDEsXG4gIDI6IDIsXG4gIDM6IDMsXG4gIDQ6IDQsXG4gIDU6IDUsXG4gIDY6IDYsXG4gIDc6IDcsXG4gIDg6IDgsXG4gIDk6IDksXG4gIDEwOiAxMCxcbiAgMTE6IDExLFxufTtcblxuY29uc3QgZ3JpZFByb3BzID0gdmFyaWFuY2UuY3JlYXRlKHtcbiAgcm93T2Zmc2V0OiB7XG4gICAgcHJvcGVydHk6ICdncmlkUm93U3RhcnQnLFxuICAgIHNjYWxlOiByb3dzLFxuICAgIHRyYW5zZm9ybTogKHJvdzogbnVtYmVyKSA9PiAocm93ID09PSAwID8gJ2F1dG8nIDogcm93KSxcbiAgfSxcbiAgcm93c3Bhbjoge1xuICAgIHByb3BlcnR5OiAnZ3JpZFJvd0VuZCcsXG4gICAgc2NhbGU6IHJvd3MsXG4gICAgdHJhbnNmb3JtOiAocm93KSA9PiBgc3BhbiAke3Jvd31gLFxuICB9LFxuICBzaXplOiB7XG4gICAgcHJvcGVydHk6ICdncmlkQ29sdW1uRW5kJyxcbiAgICBzY2FsZTogeyAuLi5jb2x1bW5zLCAxMjogMTIgfSxcbiAgICB0cmFuc2Zvcm06IChjb2w6IG51bWJlcikgPT4gYHNwYW4gJHtjb2x9YCxcbiAgfSxcbiAgb2Zmc2V0OiB7XG4gICAgcHJvcGVydHk6ICdncmlkQ29sdW1uU3RhcnQnLFxuICAgIHNjYWxlOiB7IDA6IDAsIC4uLmNvbHVtbnMgfSxcbiAgICB0cmFuc2Zvcm06IChjb2w6IG51bWJlcikgPT4gKGNvbCA9PT0gMCA/ICdhdXRvJyA6IGAke2NvbCArIDF9YCksXG4gIH0sXG59KTtcblxuLy8gVE9ETyAtIHRoaXMgc2hvdWxkIGJlIHN3YXBwZWQgdG8gc3RhdGVzP1xuY29uc3QgY29sdW1uVmFyaWFudHMgPSB2YXJpYW50KHtcbiAgdmFyaWFudHM6IHtcbiAgICBmaXRDb250ZW50OiB7XG4gICAgICBkaXNwbGF5OiAnZ3JpZCcsXG4gICAgICBncmlkVGVtcGxhdGVDb2x1bW5zOiAnbWlubWF4KDAsIDFmciknLFxuICAgIH0sXG4gIH0sXG59KTtcblxuY29uc3QgY29sdW1uUHJvcHMgPSB2YXJpYW5jZS5jb21wb3NlKFxuICBzeXN0ZW0ubGF5b3V0LFxuICBzeXN0ZW0uc3BhY2UsXG4gIHN5c3RlbS5ncmlkLFxuICBzeXN0ZW0ubGlzdCxcbiAgZ3JpZFByb3BzXG4pO1xuXG5leHBvcnQgdHlwZSBDb2x1bW5WYXJpYW50UHJvcHMgPSBTdHlsZVByb3BzPHR5cGVvZiBjb2x1bW5WYXJpYW50cz47XG5leHBvcnQgdHlwZSBDb2x1bW5TdHlsZVByb3BzID0gU3R5bGVQcm9wczx0eXBlb2YgY29sdW1uUHJvcHM+O1xuXG5leHBvcnQgaW50ZXJmYWNlIENvbHVtblByb3BzIGV4dGVuZHMgQ29sdW1uVmFyaWFudFByb3BzLCBDb2x1bW5TdHlsZVByb3BzIHt9XG5cbmNvbnN0IFN0eWxlZENvbHVtbiA9IHN0eWxlZChcbiAgJ2RpdicsXG4gIHN0eWxlZE9wdGlvbnMoY29sdW1uUHJvcHMucHJvcE5hbWVzKVxuKTxDb2x1bW5Qcm9wcz4oY29sdW1uUHJvcHMoeyBzaXplOiAxMiB9KSwgY29sdW1uVmFyaWFudHMsIGNvbHVtblByb3BzKTtcblxuZXhwb3J0IGNvbnN0IENvbHVtbiA9IGZvcndhcmRSZWY8XG4gIEhUTUxEaXZFbGVtZW50LFxuICBDb21wb25lbnRQcm9wczx0eXBlb2YgU3R5bGVkQ29sdW1uPlxuPigoeyB2YXJpYW50ID0gJ2ZpdENvbnRlbnQnLCAuLi5yZXN0IH0sIHJlZikgPT4gKFxuICA8U3R5bGVkQ29sdW1uIHJlZj17cmVmfSB2YXJpYW50PXt2YXJpYW50fSB7Li4ucmVzdH0gLz5cbikpO1xuIl19 */");
73
+ export const Column = /*#__PURE__*/forwardRef(({
74
74
  variant = 'fitContent',
75
75
  ...rest
76
76
  }, ref) => /*#__PURE__*/_jsx(StyledColumn, {
77
77
  ref: ref,
78
78
  variant: variant,
79
79
  ...rest
80
- }));
81
- export const Column = ColumnComponent;
80
+ }));
@@ -1,5 +1,4 @@
1
1
  import { StyleProps } from '@codecademy/variance';
2
- import type { ComponentPropsWithoutRef, ComponentType } from 'react';
3
2
  declare const gridProps: import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").Compose<[import("@codecademy/variance/dist/types/config").Parser<import("@codecademy/variance/dist/types/config").TransformerMap<{
4
3
  readonly p: {
5
4
  readonly property: "padding";
@@ -172,7 +171,10 @@ declare const gridProps: import("@codecademy/variance/dist/types/config").Parser
172
171
  transform: (height: string) => string;
173
172
  };
174
173
  }>>]>>;
175
- export interface LayoutGridProps extends StyleProps<typeof gridProps>, ComponentPropsWithoutRef<'div'> {
174
+ export interface LayoutGridProps extends StyleProps<typeof gridProps> {
176
175
  }
177
- export declare const LayoutGrid: ComponentType<LayoutGridProps>;
176
+ export declare const LayoutGrid: import("@emotion/styled").StyledComponent<{
177
+ theme?: import("@emotion/react").Theme;
178
+ as?: React.ElementType;
179
+ } & LayoutGridProps, 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">, {}>;
178
180
  export {};
@@ -38,12 +38,11 @@ const grid = variance.create({
38
38
  }
39
39
  });
40
40
  const gridProps = variance.compose(system.space, grid);
41
- const StyledLayoutGrid = /*#__PURE__*/_styled('div', _extends({}, {
41
+ export const LayoutGrid = /*#__PURE__*/_styled('div', _extends({}, {
42
42
  target: "e10xj1580",
43
- label: "StyledLayoutGrid"
43
+ label: "LayoutGrid"
44
44
  }, styledOptions(grid.propNames)))(system.css({
45
45
  display: 'grid',
46
46
  width: '100%',
47
47
  gridTemplateColumns: `repeat(${columns}, minmax(0, 1fr))`
48
- }), gridProps, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9MYXlvdXQvTGF5b3V0R3JpZC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBOEN5QiIsImZpbGUiOiIuLi8uLi9zcmMvTGF5b3V0L0xheW91dEdyaWQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcHhSZW0sIHN0eWxlZE9wdGlvbnMsIHN5c3RlbSwgdGhlbWUgfSBmcm9tICdAY29kZWNhZGVteS9nYW11dC1zdHlsZXMnO1xuaW1wb3J0IHsgU3R5bGVQcm9wcywgdmFyaWFuY2UgfSBmcm9tICdAY29kZWNhZGVteS92YXJpYW5jZSc7XG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5pbXBvcnQgcGljayBmcm9tICdsb2Rhc2gvcGljayc7XG5pbXBvcnQgdHlwZSB7IENvbXBvbmVudFByb3BzV2l0aG91dFJlZiwgQ29tcG9uZW50VHlwZSB9IGZyb20gJ3JlYWN0JztcblxuY29uc3QgY29sdW1ucyA9IDEyO1xuXG5jb25zdCBndXR0ZXJzID0gcGljayh0aGVtZS5zcGFjaW5nLCBbOCwgMTYsIDI0LCAzMiwgNDhdKTtcblxuLyoqIFRoaXMgcHJldmVudHMgZ3JpZCBibG93b3V0IGJ5IGVuc3VyaW5nIHRoYXQgY29sdW1uIGdhcHMgbmV2ZXIgZXhjZWVkIHRoZSBzaXplIG9mIHRoZWlyIGNvbnRhaW5lciAqL1xuY29uc3QgZ3V0dGVyR3VhcmQgPSAoZ2FwOiBzdHJpbmcsIHByb3BlcnR5OiBzdHJpbmcpID0+IHtcbiAgaWYgKHByb3BlcnR5ID09PSAnY29sdW1uR2FwJykge1xuICAgIHJldHVybiB7XG4gICAgICBncmlkQ29sdW1uR2FwOiBnYXAsXG4gICAgICBjb2x1bW5HYXA6IGBtaW4oY2FsYygxMDAlIC8gJHtjb2x1bW5zIC0gMX0pLCAke2dhcH0pYCxcbiAgICB9O1xuICB9XG4gIHJldHVybiBnYXA7XG59O1xuXG5jb25zdCBncmlkID0gdmFyaWFuY2UuY3JlYXRlKHtcbiAgZ2FwOiB7XG4gICAgcHJvcGVydHk6ICdnYXAnLFxuICAgIHByb3BlcnRpZXM6IFsncm93R2FwJywgJ2NvbHVtbkdhcCddLFxuICAgIHNjYWxlOiBndXR0ZXJzLFxuICAgIHRyYW5zZm9ybTogZ3V0dGVyR3VhcmQsXG4gIH0sXG4gIHJvd0dhcDogeyBwcm9wZXJ0eTogJ3Jvd0dhcCcsIHNjYWxlOiBndXR0ZXJzIH0sXG4gIGNvbHVtbkdhcDoge1xuICAgIHByb3BlcnR5OiAnY29sdW1uR2FwJyxcbiAgICBzY2FsZTogZ3V0dGVycyxcbiAgICB0cmFuc2Zvcm06IGd1dHRlckd1YXJkLFxuICB9LFxuICByb3dIZWlnaHQ6IHtcbiAgICBwcm9wZXJ0eTogJ2dyaWRBdXRvUm93cycsXG4gICAgdHJhbnNmb3JtOiAoaGVpZ2h0OiBzdHJpbmcpID0+IGBtaW5tYXgoJHtweFJlbShoZWlnaHQpfSwgMWZyKWAsXG4gIH0sXG59KTtcblxuY29uc3QgZ3JpZFByb3BzID0gdmFyaWFuY2UuY29tcG9zZShzeXN0ZW0uc3BhY2UsIGdyaWQpO1xuXG5leHBvcnQgaW50ZXJmYWNlIExheW91dEdyaWRQcm9wc1xuICBleHRlbmRzIFN0eWxlUHJvcHM8dHlwZW9mIGdyaWRQcm9wcz4sXG4gICAgQ29tcG9uZW50UHJvcHNXaXRob3V0UmVmPCdkaXYnPiB7fVxuXG5jb25zdCBTdHlsZWRMYXlvdXRHcmlkID0gc3R5bGVkKFxuICAnZGl2JyxcbiAgc3R5bGVkT3B0aW9ucyhncmlkLnByb3BOYW1lcylcbik8TGF5b3V0R3JpZFByb3BzPihcbiAgc3lzdGVtLmNzcyh7XG4gICAgZGlzcGxheTogJ2dyaWQnLFxuICAgIHdpZHRoOiAnMTAwJScsXG4gICAgZ3JpZFRlbXBsYXRlQ29sdW1uczogYHJlcGVhdCgke2NvbHVtbnN9LCBtaW5tYXgoMCwgMWZyKSlgLFxuICB9KSxcbiAgZ3JpZFByb3BzXG4pO1xuXG5leHBvcnQgY29uc3QgTGF5b3V0R3JpZCA9XG4gIFN0eWxlZExheW91dEdyaWQgYXMgdW5rbm93biBhcyBDb21wb25lbnRUeXBlPExheW91dEdyaWRQcm9wcz47XG4iXX0= */");
49
- export const LayoutGrid = StyledLayoutGrid;
48
+ }), gridProps, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9MYXlvdXQvTGF5b3V0R3JpZC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBMkMwQiIsImZpbGUiOiIuLi8uLi9zcmMvTGF5b3V0L0xheW91dEdyaWQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgcHhSZW0sIHN0eWxlZE9wdGlvbnMsIHN5c3RlbSwgdGhlbWUgfSBmcm9tICdAY29kZWNhZGVteS9nYW11dC1zdHlsZXMnO1xuaW1wb3J0IHsgU3R5bGVQcm9wcywgdmFyaWFuY2UgfSBmcm9tICdAY29kZWNhZGVteS92YXJpYW5jZSc7XG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5pbXBvcnQgcGljayBmcm9tICdsb2Rhc2gvcGljayc7XG5cbmNvbnN0IGNvbHVtbnMgPSAxMjtcblxuY29uc3QgZ3V0dGVycyA9IHBpY2sodGhlbWUuc3BhY2luZywgWzgsIDE2LCAyNCwgMzIsIDQ4XSk7XG5cbi8qKiBUaGlzIHByZXZlbnRzIGdyaWQgYmxvd291dCBieSBlbnN1cmluZyB0aGF0IGNvbHVtbiBnYXBzIG5ldmVyIGV4Y2VlZCB0aGUgc2l6ZSBvZiB0aGVpciBjb250YWluZXIgKi9cbmNvbnN0IGd1dHRlckd1YXJkID0gKGdhcDogc3RyaW5nLCBwcm9wZXJ0eTogc3RyaW5nKSA9PiB7XG4gIGlmIChwcm9wZXJ0eSA9PT0gJ2NvbHVtbkdhcCcpIHtcbiAgICByZXR1cm4ge1xuICAgICAgZ3JpZENvbHVtbkdhcDogZ2FwLFxuICAgICAgY29sdW1uR2FwOiBgbWluKGNhbGMoMTAwJSAvICR7Y29sdW1ucyAtIDF9KSwgJHtnYXB9KWAsXG4gICAgfTtcbiAgfVxuICByZXR1cm4gZ2FwO1xufTtcblxuY29uc3QgZ3JpZCA9IHZhcmlhbmNlLmNyZWF0ZSh7XG4gIGdhcDoge1xuICAgIHByb3BlcnR5OiAnZ2FwJyxcbiAgICBwcm9wZXJ0aWVzOiBbJ3Jvd0dhcCcsICdjb2x1bW5HYXAnXSxcbiAgICBzY2FsZTogZ3V0dGVycyxcbiAgICB0cmFuc2Zvcm06IGd1dHRlckd1YXJkLFxuICB9LFxuICByb3dHYXA6IHsgcHJvcGVydHk6ICdyb3dHYXAnLCBzY2FsZTogZ3V0dGVycyB9LFxuICBjb2x1bW5HYXA6IHtcbiAgICBwcm9wZXJ0eTogJ2NvbHVtbkdhcCcsXG4gICAgc2NhbGU6IGd1dHRlcnMsXG4gICAgdHJhbnNmb3JtOiBndXR0ZXJHdWFyZCxcbiAgfSxcbiAgcm93SGVpZ2h0OiB7XG4gICAgcHJvcGVydHk6ICdncmlkQXV0b1Jvd3MnLFxuICAgIHRyYW5zZm9ybTogKGhlaWdodDogc3RyaW5nKSA9PiBgbWlubWF4KCR7cHhSZW0oaGVpZ2h0KX0sIDFmcilgLFxuICB9LFxufSk7XG5cbmNvbnN0IGdyaWRQcm9wcyA9IHZhcmlhbmNlLmNvbXBvc2Uoc3lzdGVtLnNwYWNlLCBncmlkKTtcblxuZXhwb3J0IGludGVyZmFjZSBMYXlvdXRHcmlkUHJvcHMgZXh0ZW5kcyBTdHlsZVByb3BzPHR5cGVvZiBncmlkUHJvcHM+IHt9XG5cbmV4cG9ydCBjb25zdCBMYXlvdXRHcmlkID0gc3R5bGVkKFxuICAnZGl2JyxcbiAgc3R5bGVkT3B0aW9ucyhncmlkLnByb3BOYW1lcylcbik8TGF5b3V0R3JpZFByb3BzPihcbiAgc3lzdGVtLmNzcyh7XG4gICAgZGlzcGxheTogJ2dyaWQnLFxuICAgIHdpZHRoOiAnMTAwJScsXG4gICAgZ3JpZFRlbXBsYXRlQ29sdW1uczogYHJlcGVhdCgke2NvbHVtbnN9LCBtaW5tYXgoMCwgMWZyKSlgLFxuICB9KSxcbiAgZ3JpZFByb3BzXG4pO1xuIl19 */");
@@ -1,7 +1,6 @@
1
- import type { ForwardRefExoticComponent, RefAttributes } from 'react';
2
1
  import { ComponentProps } from 'react';
3
2
  import { ColEl } from '../elements';
4
3
  import { PublicListProps } from '../types';
5
4
  export interface ListColProps extends PublicListProps<ComponentProps<typeof ColEl>> {
6
5
  }
7
- export declare const ListCol: ForwardRefExoticComponent<ListColProps & RefAttributes<HTMLDivElement>>;
6
+ export declare const ListCol: import("react").ForwardRefExoticComponent<Omit<ListColProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
@@ -2,7 +2,7 @@ import { forwardRef } from 'react';
2
2
  import { ColEl } from '../elements';
3
3
  import { useListContext } from '../ListProvider';
4
4
  import { jsx as _jsx } from "react/jsx-runtime";
5
- const ListColComponent = /*#__PURE__*/forwardRef(({
5
+ export const ListCol = /*#__PURE__*/forwardRef(({
6
6
  type,
7
7
  ...rest
8
8
  }, ref) => {
@@ -18,5 +18,4 @@ const ListColComponent = /*#__PURE__*/forwardRef(({
18
18
  sticky: sticky,
19
19
  type: type
20
20
  });
21
- });
22
- export const ListCol = ListColComponent;
21
+ });
@@ -1,7 +1,6 @@
1
- import type { ForwardRefExoticComponent, RefAttributes } from 'react';
2
1
  import { ComponentProps } from 'react';
3
2
  import { ColEl } from './elements';
4
3
  import { PublicListProps } from './types';
5
4
  export interface ListColProps extends PublicListProps<ComponentProps<typeof ColEl>> {
6
5
  }
7
- export declare const ListCol: ForwardRefExoticComponent<ListColProps & RefAttributes<HTMLDivElement>>;
6
+ export declare const ListCol: import("react").ForwardRefExoticComponent<Omit<ListColProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
@@ -2,7 +2,7 @@ import { forwardRef } from 'react';
2
2
  import { ColEl, StickyHeaderColWrapper } from './elements';
3
3
  import { useListContext } from './ListProvider';
4
4
  import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
5
- const ListColComponent = /*#__PURE__*/forwardRef(({
5
+ export const ListCol = /*#__PURE__*/forwardRef(({
6
6
  type,
7
7
  columnHeader,
8
8
  'aria-sort': ariaSort,
@@ -42,5 +42,4 @@ const ListColComponent = /*#__PURE__*/forwardRef(({
42
42
  return /*#__PURE__*/_jsx(_Fragment, {
43
43
  children: col
44
44
  });
45
- });
46
- export const ListCol = ListColComponent;
45
+ });
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { PrivateListProps } from './types';
3
2
  export interface ListContextProps extends PrivateListProps {
4
3
  depth: number;