@codecademy/gamut 68.1.3-alpha.f719db.0 → 68.1.3

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 (78) hide show
  1. package/dist/AccordionAreaDeprecated/index.js +1 -2
  2. package/dist/Alert/elements.d.ts +4 -4
  3. package/dist/Anchor/index.d.ts +9 -18
  4. package/dist/Anchor/index.js +6 -9
  5. package/dist/AppWrapper/index.js +1 -2
  6. package/dist/Box/Box.d.ts +1 -1
  7. package/dist/Box/FlexBox.d.ts +1 -1
  8. package/dist/Box/GridBox.d.ts +1 -2
  9. package/dist/Box/GridBox.js +1 -1
  10. package/dist/Box/props.d.ts +1 -1
  11. package/dist/Button/CTAButton.d.ts +2 -2
  12. package/dist/Button/FillButton.d.ts +4 -4
  13. package/dist/Button/IconButton.d.ts +4 -4
  14. package/dist/Button/StrokeButton.d.ts +4 -4
  15. package/dist/Button/TextButton.d.ts +4 -4
  16. package/dist/Button/shared/InlineIconButton.d.ts +2 -2
  17. package/dist/Button/shared/styles.d.ts +3 -3
  18. package/dist/Button/shared/types.d.ts +1 -1
  19. package/dist/ButtonBase/ButtonBase.d.ts +4 -9
  20. package/dist/ButtonBase/ButtonBase.js +4 -11
  21. package/dist/Card/elements.d.ts +139 -187
  22. package/dist/Card/styles.d.ts +8 -8
  23. package/dist/Coachmark/index.d.ts +1 -1
  24. package/dist/ConnectedForm/ConnectedForm.d.ts +1 -1
  25. package/dist/ConnectedForm/utils.d.ts +2 -2
  26. package/dist/ContentContainer/index.d.ts +1 -1
  27. package/dist/Disclosure/elements.d.ts +14 -20
  28. package/dist/FeatureShimmer/index.js +1 -1
  29. package/dist/Form/SelectDropdown/elements/controls.js +2 -2
  30. package/dist/Form/SelectDropdown/elements/multi-value.js +2 -2
  31. package/dist/Form/SelectDropdown/types/internal.d.ts +2 -2
  32. package/dist/Form/elements/Form.d.ts +15 -15
  33. package/dist/Form/elements/FormGroup.d.ts +2 -2
  34. package/dist/Form/inputs/Checkbox.js +1 -2
  35. package/dist/Form/inputs/Select.js +1 -2
  36. package/dist/GridForm/GridFormButtons/index.d.ts +4 -4
  37. package/dist/HiddenText/index.js +1 -2
  38. package/dist/InternalFloatingCard/InternalFloatingCard.d.ts +1 -1
  39. package/dist/Layout/Column.d.ts +1 -1
  40. package/dist/Layout/LayoutGrid.d.ts +1 -1
  41. package/dist/List/ListProvider.d.ts +1 -1
  42. package/dist/List/elements.d.ts +59 -75
  43. package/dist/List/hooks.d.ts +1 -1
  44. package/dist/Markdown/libs/overrides/index.js +1 -2
  45. package/dist/Menu/Menu.d.ts +1 -1
  46. package/dist/Menu/MenuItem.js +6 -10
  47. package/dist/Menu/elements.d.ts +4 -4
  48. package/dist/Modals/elements.d.ts +1 -1
  49. package/dist/Pagination/AnimatedPaginationButtons.d.ts +45 -61
  50. package/dist/Pagination/EllipsisButton.d.ts +4 -4
  51. package/dist/Pagination/PaginationButton.d.ts +6 -6
  52. package/dist/Pagination/utils.d.ts +43 -59
  53. package/dist/Pagination/utils.js +11 -14
  54. package/dist/Popover/Popover.js +4 -4
  55. package/dist/Popover/elements.d.ts +2 -2
  56. package/dist/Popover/types.d.ts +2 -3
  57. package/dist/PopoverContainer/PopoverContainer.js +11 -9
  58. package/dist/PopoverContainer/hooks.d.ts +4 -16
  59. package/dist/PopoverContainer/hooks.js +24 -31
  60. package/dist/PopoverContainer/types.d.ts +2 -3
  61. package/dist/ProgressBar/index.js +1 -2
  62. package/dist/Tabs/TabButton.d.ts +2 -2
  63. package/dist/Tabs/TabNav.d.ts +1 -1
  64. package/dist/Tabs/TabNavLink.d.ts +2 -2
  65. package/dist/Tag/elements.d.ts +12 -18
  66. package/dist/Tip/InfoTip/InfoTipButton.d.ts +4 -4
  67. package/dist/Tip/InfoTip/styles.d.ts +1 -1
  68. package/dist/Tip/PreviewTip/elements.d.ts +7 -13
  69. package/dist/Tip/ToolTip/elements.d.ts +1 -1
  70. package/dist/Tip/__tests__/helpers.d.ts +3 -3
  71. package/dist/Tip/shared/FloatingTip.js +2 -2
  72. package/dist/Tip/shared/elements.d.ts +3 -3
  73. package/dist/Tip/shared/types.d.ts +2 -2
  74. package/dist/Toggle/elements.d.ts +1 -1
  75. package/dist/Toggle/elements.js +2 -4
  76. package/dist/Typography/Text.d.ts +3 -3
  77. package/dist/utils/react.js +1 -2
  78. package/package.json +11 -11
@@ -12,7 +12,7 @@ type ScrollabilityCheckParams = Pick<ListProps, 'shadow' | 'scrollable' | 'child
12
12
  */
13
13
  export declare const useScrollabilityCheck: ({ shadow, scrollable, children, loading, isEmpty, }: ScrollabilityCheckParams) => {
14
14
  isEnd: boolean;
15
- tableRef: import("react").RefObject<HTMLDivElement | null>;
15
+ tableRef: import("react").RefObject<HTMLDivElement>;
16
16
  setWrapperRef: (node: HTMLDivElement | null) => void;
17
17
  handleScroll: (event: React.UIEvent<HTMLDivElement>) => void;
18
18
  };
@@ -15,8 +15,7 @@ const CheckboxParentLi = /*#__PURE__*/_styled("li", {
15
15
  styles: "&::before{display:none!important;}"
16
16
  } : {
17
17
  name: "1gfm1dz",
18
- styles: "&::before{display:none!important;}",
19
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9NYXJrZG93bi9saWJzL292ZXJyaWRlcy9pbmRleC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBVWtDIiwiZmlsZSI6Ii4uLy4uLy4uLy4uL3NyYy9NYXJrZG93bi9saWJzL292ZXJyaWRlcy9pbmRleC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5pbXBvcnQgSHRtbFRvUmVhY3QgZnJvbSAnaHRtbC10by1yZWFjdCc7XG5pbXBvcnQgY2FtZWxDYXNlTWFwIGZyb20gJ2h0bWwtdG8tcmVhY3QvbGliL2NhbWVsLWNhc2UtYXR0cmlidXRlLW5hbWVzJztcbmltcG9ydCBnZXQgZnJvbSAnbG9kYXNoL2dldCc7XG5pbXBvcnQgKiBhcyBSZWFjdCBmcm9tICdyZWFjdCc7XG5cbmltcG9ydCB7IGdldExhYmVsLCBpc0NoZWNrYm94UGFyZW50LCBpc0lucHV0LCBpc0xhYmVsVGV4dCB9IGZyb20gJy4vdXRpbHMnO1xuXG5jb25zdCBwcm9jZXNzTm9kZURlZmluaXRpb25zID0gSHRtbFRvUmVhY3QuUHJvY2Vzc05vZGVEZWZpbml0aW9ucygpO1xuXG5jb25zdCBDaGVja2JveFBhcmVudExpID0gc3R5bGVkLmxpYFxuICAmOjpiZWZvcmUge1xuICAgIGRpc3BsYXk6IG5vbmUgIWltcG9ydGFudDtcbiAgfVxuYDtcblxuZXhwb3J0IGludGVyZmFjZSBBdHRyaWJ1dGVzTWFwIHtcbiAgW2tleTogc3RyaW5nXTogc3RyaW5nIHwgYm9vbGVhbjtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBIVE1MVG9SZWFjdE5vZGUge1xuICBkYXRhOiBzdHJpbmc7XG4gIHR5cGU6IHN0cmluZztcbiAgbmFtZT86IHN0cmluZztcbiAgY2hpbGRyZW4/OiBIVE1MVG9SZWFjdE5vZGVbXTtcbiAgYXR0cmlicz86IGFueTtcbiAgbmV4dDogSFRNTFRvUmVhY3ROb2RlO1xuICBwcmV2OiBIVE1MVG9SZWFjdE5vZGU7XG4gIHBhcmVudDogSFRNTFRvUmVhY3ROb2RlO1xufVxuXG4vLyBNYXBwaW5nIG9mIGh0bWwgYXR0cmlidXRlcyB0byB0aGVpciBjYW1lbENhc2UgdmFyaWFudHNcbmNvbnN0IGF0dHJpYnV0ZU1hcDogeyBba2V5OiBzdHJpbmddOiBzdHJpbmcgfSA9IHtcbiAgLi4uY2FtZWxDYXNlTWFwLFxuICBmb3I6ICdodG1sRm9yJyxcbiAgY2xhc3M6ICdjbGFzc05hbWUnLFxufTtcblxudHlwZSBPdmVycmlkZVNldHRpbmdzQmFzZSA9IHtcbiAgY29tcG9uZW50PzogUmVhY3QuQ29tcG9uZW50VHlwZTxhbnk+O1xuICBhbGxvd2VkQXR0cmlidXRlcz86IHN0cmluZ1tdO1xuICAvKipcbiAgICogUmVjZWl2ZXMgcHJvcHMgZnJvbSBodG1sLXRvLXJlYWN0IGluY2x1ZGluZyBga2V5YC4gV2hlbiBzcHJlYWRpbmcgcHJvcHMgaW50byBKU1gsXG4gICAqIGV4dHJhY3Qga2V5IGZpcnN0IChlLmcuIGBjb25zdCB7IGtleSwgLi4ucmVzdCB9ID0gcHJvcHM7IHJldHVybiA8Q29tcG9uZW50IGtleT17a2V5fSB7Li4ucmVzdH0gLz5gKVxuICAgKi9cbiAgcHJvY2Vzc05vZGU/OiAobm9kZTogSFRNTFRvUmVhY3ROb2RlLCBwcm9wczogb2JqZWN0KSA9PiBSZWFjdC5SZWFjdE5vZGU7XG4gIHNob3VsZFByb2Nlc3NOb2RlPzogKG5vZGU6IEhUTUxUb1JlYWN0Tm9kZSkgPT4gYm9vbGVhbjtcbn07XG5cbmludGVyZmFjZSBPdmVycmlkZVNldHRpbmdzQ29tcG9uZW50IGV4dGVuZHMgT3ZlcnJpZGVTZXR0aW5nc0Jhc2Uge1xuICBjb21wb25lbnQ6IFJlYWN0LkNvbXBvbmVudFR5cGU8YW55Pjtcbn1cblxuaW50ZXJmYWNlIE92ZXJyaWRlU2V0dGluZ3NQcm9jZXNzTm9kZSBleHRlbmRzIE92ZXJyaWRlU2V0dGluZ3NCYXNlIHtcbiAgcHJvY2Vzc05vZGU6IChub2RlOiBIVE1MVG9SZWFjdE5vZGUsIHByb3BzOiBvYmplY3QpID0+IFJlYWN0LlJlYWN0Tm9kZTtcbn1cblxuZXhwb3J0IHR5cGUgTWFya2Rvd25PdmVycmlkZVNldHRpbmcgPVxuICB8IE92ZXJyaWRlU2V0dGluZ3NDb21wb25lbnRcbiAgfCBPdmVycmlkZVNldHRpbmdzUHJvY2Vzc05vZGU7XG5cbmV4cG9ydCB0eXBlIE1hcmtkb3duT3ZlcnJpZGVTZXR0aW5ncyA9IHtcbiAgW2k6IHN0cmluZ106IE1hcmtkb3duT3ZlcnJpZGVTZXR0aW5nO1xufTtcblxuY29uc3QgcHJvY2Vzc0F0dHJpYnV0ZVZhbHVlID0gKHZhbHVlOiBzdHJpbmcgfCBib29sZWFuKSA9PiB7XG4gIGlmICh2YWx1ZSA9PT0gJ3RydWUnKSB7XG4gICAgcmV0dXJuIHRydWU7XG4gIH1cblxuICBpZiAodmFsdWUgPT09ICdmYWxzZScpIHtcbiAgICByZXR1cm4gZmFsc2U7XG4gIH1cblxuICByZXR1cm4gdmFsdWUgfHwgdHJ1ZTtcbn07XG5cbi8vIENvbnZlcnQgaHRtbCBhdHRyaWJ1dGVzIHRvIHZhbGlkIHJlYWN0IHByb3BzXG5leHBvcnQgY29uc3QgcHJvY2Vzc0F0dHJpYnV0ZXMgPSAoYXR0cmlidXRlczogQXR0cmlidXRlc01hcCA9IHt9KSA9PlxuICBPYmplY3Qua2V5cyhhdHRyaWJ1dGVzKS5yZWR1Y2UoKGFjYywgYXR0cikgPT4ge1xuICAgIGNvbnN0IHJlYWN0QXR0ciA9IGF0dHJpYnV0ZU1hcFthdHRyLnJlcGxhY2UoL1stOl0vLCAnJyldIHx8IGF0dHI7XG5cbiAgICByZXR1cm4ge1xuICAgICAgLi4uYWNjLFxuICAgICAgW3JlYWN0QXR0cl06IHByb2Nlc3NBdHRyaWJ1dGVWYWx1ZShhdHRyaWJ1dGVzW2F0dHJdKSxcbiAgICB9O1xuICB9LCB7fSk7XG5cbi8qKlxuICogRXh0cmFjdHMgYGtleWAgZnJvbSBwcm9wcyBiZWZvcmUgc3ByZWFkaW5nIGludG8gSlNYLlxuICogaHRtbC10by1yZWFjdCBpbmNsdWRlcyBrZXkgaW4gdGhlIHByb3BzIG9iamVjdDsgUmVhY3QgcmVxdWlyZXMga2V5cyB0byBiZSBwYXNzZWRcbiAqIGRpcmVjdGx5LCBub3QgdmlhIHNwcmVhZC4gVXNlIHRoaXMgd2hlbiByZW5kZXJpbmcgY29tcG9uZW50cyBmcm9tIG92ZXJyaWRlIGZhY3Rvcmllcy5cbiAqL1xuY29uc3QgcHJvcHNXaXRoS2V5ID0gPFAgZXh0ZW5kcyBvYmplY3Q+KFxuICBwcm9wczogUCAmIHsga2V5PzogUmVhY3QuS2V5IH0sXG4gIHJlbmRlcjogKHJlc3Q6IE9taXQ8UCwgJ2tleSc+LCBrZXk6IFJlYWN0LktleSB8IHVuZGVmaW5lZCkgPT4gUmVhY3QuUmVhY3ROb2RlXG4pID0+IHtcbiAgY29uc3QgeyBrZXk6IGVsZW1lbnRLZXksIC4uLnJlc3QgfSA9IHByb3BzO1xuICByZXR1cm4gcmVuZGVyKHJlc3QgYXMgT21pdDxQLCAna2V5Jz4sIGVsZW1lbnRLZXkpO1xufTtcblxuLy8gZ2VuZXJpYyBodG1sIHRhZyBvdmVycmlkZVxuZXhwb3J0IGNvbnN0IGNyZWF0ZVRhZ092ZXJyaWRlID0gKFxuICB0YWdOYW1lOiBzdHJpbmcsXG4gIE92ZXJyaWRlOiBNYXJrZG93bk92ZXJyaWRlU2V0dGluZ1xuKSA9PiAoe1xuICBzaG91bGRQcm9jZXNzTm9kZShub2RlOiBIVE1MVG9SZWFjdE5vZGUpIHtcbiAgICBpZiAoIU92ZXJyaWRlKSByZXR1cm4gZmFsc2U7XG5cbiAgICBpZiAoT3ZlcnJpZGUuc2hvdWxkUHJvY2Vzc05vZGUpIHtcbiAgICAgIHJldHVybiBPdmVycmlkZS5zaG91bGRQcm9jZXNzTm9kZShub2RlKTtcbiAgICB9XG4gICAgcmV0dXJuIG5vZGUubmFtZSA9PT0gdGFnTmFtZS50b0xvd2VyQ2FzZSgpO1xuICB9LFxuICBwcm9jZXNzTm9kZShcbiAgICBub2RlOiBIVE1MVG9SZWFjdE5vZGUsXG4gICAgY2hpbGRyZW46IEhUTUxUb1JlYWN0Tm9kZVtdLFxuICAgIGtleTogUmVhY3QuS2V5XG4gICkge1xuICAgIGlmICghT3ZlcnJpZGUpIHJldHVybiBudWxsO1xuXG4gICAgY29uc3QgcHJvcHMgPSB7XG4gICAgICAuLi5wcm9jZXNzQXR0cmlidXRlcyhub2RlLmF0dHJpYnMpLFxuICAgICAgY2hpbGRyZW4sXG4gICAgICBrZXksXG4gICAgfTtcblxuICAgIGlmIChPdmVycmlkZS5wcm9jZXNzTm9kZSkge1xuICAgICAgcmV0dXJuIE92ZXJyaWRlLnByb2Nlc3NOb2RlKG5vZGUsIHByb3BzKTtcbiAgICB9XG5cbiAgICBjb25zdCBDb21wb25lbnQgPSBPdmVycmlkZS5jb21wb25lbnQ7XG4gICAgaWYgKCFDb21wb25lbnQpIHJldHVybiBudWxsO1xuXG4gICAgcmV0dXJuIHByb3BzV2l0aEtleShwcm9wcywgKHJlc3QsIGtleSkgPT4gKFxuICAgICAgPENvbXBvbmVudCBrZXk9e2tleX0gey4uLnJlc3R9IC8+XG4gICAgKSk7XG4gIH0sXG59KTtcblxuLy8gZ2VuZXJpYyB2aWRlbyB0YWcgb3ZlcnJpZGVcbmV4cG9ydCBjb25zdCBjcmVhdGVWaWRlb092ZXJyaWRlID0gKFxuICB0YWdOYW1lOiBzdHJpbmcsXG4gIE92ZXJyaWRlOiBNYXJrZG93bk92ZXJyaWRlU2V0dGluZ1xuKSA9PiAoe1xuICBzaG91bGRQcm9jZXNzTm9kZShub2RlOiBIVE1MVG9SZWFjdE5vZGUpIHtcbiAgICBpZiAoIU92ZXJyaWRlKSByZXR1cm4gZmFsc2U7XG5cbiAgICBpZiAoT3ZlcnJpZGUuc2hvdWxkUHJvY2Vzc05vZGUpIHtcbiAgICAgIHJldHVybiBPdmVycmlkZS5zaG91bGRQcm9jZXNzTm9kZShub2RlKTtcbiAgICB9XG4gICAgcmV0dXJuIG5vZGUubmFtZSA9PT0gdGFnTmFtZS50b0xvd2VyQ2FzZSgpO1xuICB9LFxuICBwcm9jZXNzTm9kZShcbiAgICBub2RlOiBIVE1MVG9SZWFjdE5vZGUsXG4gICAgY2hpbGRyZW46IEhUTUxUb1JlYWN0Tm9kZVtdLFxuICAgIGtleTogUmVhY3QuS2V5XG4gICkge1xuICAgIGlmICghT3ZlcnJpZGUpIHJldHVybiBudWxsO1xuXG4gICAgY29uc3QgeyBzcmMsIC4uLnByb2Nlc3NlZEF0dHJpYnV0ZXMgfSA9IHByb2Nlc3NBdHRyaWJ1dGVzKFxuICAgICAgbm9kZS5hdHRyaWJzXG4gICAgKSBhcyBhbnk7XG5cbiAgICBjb25zdCBhbHRWaWRlb1NyYyA9IFtdIGFzIGFueTtcbiAgICBjb25zdCB0ZXh0VHJhY2tzID0gW10gYXMgYW55O1xuXG4gICAgaWYgKGNoaWxkcmVuKSB7XG4gICAgICBjaGlsZHJlbi5mb3JFYWNoKChlbGVtZW50OiBhbnkpID0+IHtcbiAgICAgICAgaWYgKGVsZW1lbnQudHlwZSA9PT0gJ3NvdXJjZScgJiYgZWxlbWVudD8ucHJvcHM/LnNyYykge1xuICAgICAgICAgIGlmIChlbGVtZW50LnByb3BzPy50eXBlLmluY2x1ZGVzKCd2aWRlbycpKSB7XG4gICAgICAgICAgICBhbHRWaWRlb1NyYy5wdXNoKHtcbiAgICAgICAgICAgICAgc3JjOiBlbGVtZW50Py5wcm9wcy5zcmMsXG4gICAgICAgICAgICAgIHR5cGU6IGVsZW1lbnQ/LnByb3BzLnR5cGUsXG4gICAgICAgICAgICB9KTtcbiAgICAgICAgICB9XG4gICAgICAgIH0gLy8gT25jZSB3ZSBlbmFibGUgY2FwdGlvbnMgaW4gdGhlIFZpZGVvIGNvbXBvbmVudCwgd2UgY2FuIGFkZCBhbiBhZGRpdGlvbmFsIGNoZWNrIGhlcmUgLSBHTS05MDlcbiAgICAgICAgZWxzZSBpZiAoZWxlbWVudC50eXBlID09PSAndHJhY2snKSB7XG4gICAgICAgICAgdGV4dFRyYWNrcy5wdXNoKHtcbiAgICAgICAgICAgIHNyYzogZWxlbWVudD8ucHJvcHMuc3JjLFxuICAgICAgICAgICAgbGFuZ3VhZ2U6IGVsZW1lbnQ/LnByb3BzLnNyY0xhbmcsXG4gICAgICAgICAgICBkZWZhdWx0OiBlbGVtZW50Py5wcm9wcy5kZWZhdWx0LFxuICAgICAgICAgICAga2luZDogZWxlbWVudD8ucHJvcHMua2luZCxcbiAgICAgICAgICAgIGxhYmVsOiBlbGVtZW50Py5wcm9wcy5sYWJlbCxcbiAgICAgICAgICAgIHR5cGU6IGVsZW1lbnQ/LnByb3BzLnR5cGUsXG4gICAgICAgICAgfSk7XG4gICAgICAgIH1cbiAgICAgIH0pO1xuICAgIH1cblxuICAgIGNvbnN0IHByb3BzID0ge1xuICAgICAgc3JjOiBhbHRWaWRlb1NyYy5sZW5ndGggPiAwID8gYWx0VmlkZW9TcmMgOiBzcmMsXG4gICAgICB0ZXh0VHJhY2tzLFxuICAgICAgLi4ucHJvY2Vzc2VkQXR0cmlidXRlcyxcbiAgICAgIGNoaWxkcmVuLFxuICAgICAga2V5LFxuICAgIH07XG5cbiAgICBpZiAoT3ZlcnJpZGUucHJvY2Vzc05vZGUpIHtcbiAgICAgIHJldHVybiBPdmVycmlkZS5wcm9jZXNzTm9kZShub2RlLCBwcm9wcyk7XG4gICAgfVxuXG4gICAgY29uc3QgQ29tcG9uZW50ID0gT3ZlcnJpZGUuY29tcG9uZW50O1xuICAgIGlmICghQ29tcG9uZW50KSByZXR1cm4gbnVsbDtcblxuICAgIHJldHVybiBwcm9wc1dpdGhLZXkocHJvcHMsIChyZXN0LCBrZXkpID0+IChcbiAgICAgIDxDb21wb25lbnQga2V5PXtrZXl9IHsuLi5yZXN0fSAvPlxuICAgICkpO1xuICB9LFxufSk7XG5cbi8vIEFsbG93cyA8Q29kZUJsb2NrPjwvQ29kZUJsb2NrPiBvdmVycmlkZSBhbmQgb3ZlcnJpZGVzIG9mIHN0YW5kYXJkIGZlbmNlZCBjb2RlYmxvY2tzXG5leHBvcnQgY29uc3QgY3JlYXRlQ29kZUJsb2NrT3ZlcnJpZGUgPSAoXG4gIHRhZ05hbWU6IHN0cmluZyxcbiAgT3ZlcnJpZGU6IE1hcmtkb3duT3ZlcnJpZGVTZXR0aW5nXG4pID0+XG4gIGNyZWF0ZVRhZ092ZXJyaWRlKHRhZ05hbWUsIHtcbiAgICBzaG91bGRQcm9jZXNzTm9kZShub2RlOiBIVE1MVG9SZWFjdE5vZGUpIHtcbiAgICAgIHJldHVybiAoXG4gICAgICAgIChub2RlLm5hbWUgPT09ICdjb2RlJyAmJiBnZXQobm9kZSwgJ3BhcmVudC5uYW1lJykgPT09ICdwcmUnKSB8fFxuICAgICAgICBub2RlLm5hbWUgPT09IHRhZ05hbWUudG9Mb3dlckNhc2UoKVxuICAgICAgKTtcbiAgICB9LFxuXG4gICAgcHJvY2Vzc05vZGUobm9kZTogSFRNTFRvUmVhY3ROb2RlLCBwcm9wczogYW55KSB7XG4gICAgICBjb25zdCBbLCBsYW5ndWFnZSA9IHVuZGVmaW5lZF0gPVxuICAgICAgICBwcm9wcy5jbGFzc05hbWU/Lm1hdGNoKC9sYW5ndWFnZS0oW15cXHNdKykvKSB8fCBbXTtcblxuICAgICAgY29uc3QgQ29tcG9uZW50ID0gT3ZlcnJpZGUuY29tcG9uZW50O1xuICAgICAgaWYgKCFDb21wb25lbnQpIHJldHVybiBudWxsO1xuXG4gICAgICByZXR1cm4gcHJvcHNXaXRoS2V5KHByb3BzLCAocmVzdCwga2V5KSA9PiAoXG4gICAgICAgIDxDb21wb25lbnQga2V5PXtrZXl9IHsuLi5yZXN0fSBsYW5ndWFnZT17bGFuZ3VhZ2V9PlxuICAgICAgICAgIHtyZXN0LmNoaWxkcmVuPy5bMF19XG4gICAgICAgIDwvQ29tcG9uZW50PlxuICAgICAgKSk7XG4gICAgfSxcbiAgICAuLi5PdmVycmlkZSxcbiAgfSk7XG5cbmV4cG9ydCBjb25zdCBjcmVhdGVJbnB1dE92ZXJyaWRlID0gKFxuICB0eXBlOiBzdHJpbmcsXG4gIE92ZXJyaWRlOiBNYXJrZG93bk92ZXJyaWRlU2V0dGluZ1xuKSA9PlxuICBjcmVhdGVUYWdPdmVycmlkZSgnaW5wdXQnLCB7XG4gICAgc2hvdWxkUHJvY2Vzc05vZGUobm9kZTogSFRNTFRvUmVhY3ROb2RlKSB7XG4gICAgICByZXR1cm4gKFxuICAgICAgICBpc0NoZWNrYm94UGFyZW50KG5vZGUsIHR5cGUpIHx8XG4gICAgICAgIGlzSW5wdXQobm9kZSwgdHlwZSkgfHxcbiAgICAgICAgaXNMYWJlbFRleHQobm9kZSwgdHlwZSlcbiAgICAgICk7XG4gICAgfSxcblxuICAgIHByb2Nlc3NOb2RlKG5vZGU6IEhUTUxUb1JlYWN0Tm9kZSwgcHJvcHM6IGFueSkge1xuICAgICAgY29uc3QgbGFiZWwgPSBnZXRMYWJlbChub2RlKTtcblxuICAgICAgY29uc3QgQ29tcG9uZW50ID0gT3ZlcnJpZGUuY29tcG9uZW50O1xuICAgICAgaWYgKCFDb21wb25lbnQpIHJldHVybiBudWxsO1xuXG4gICAgICByZXR1cm4gcHJvcHNXaXRoS2V5KHByb3BzLCAocmVzdCwga2V5KSA9PiB7XG4gICAgICAgIGlmIChpc0NoZWNrYm94UGFyZW50KG5vZGUsIHR5cGUpKSB7XG4gICAgICAgICAgcmV0dXJuIDxDaGVja2JveFBhcmVudExpIGtleT17a2V5fSB7Li4ucmVzdH0gLz47XG4gICAgICAgIH1cblxuICAgICAgICBpZiAoaXNMYWJlbFRleHQobm9kZSwgdHlwZSkpIHJldHVybiBudWxsO1xuXG4gICAgICAgIHJldHVybiA8Q29tcG9uZW50IGtleT17a2V5fSBsYWJlbD17bGFiZWx9IHsuLi5yZXN0fSAvPjtcbiAgICAgIH0pO1xuICAgIH0sXG4gICAgLi4uT3ZlcnJpZGUsXG4gIH0pO1xuXG5jb25zdCBwcm9jZXNzVGV4dCA9ICh0ZXh0OiBzdHJpbmcpID0+IHtcbiAgLy8gUmVwbGFjZSAmbWRhc2g7IGR1ZSB0byBsZWdhY3kgbWFya2Rvd24gdGhhdCBkaWRuJ3QgdXNlIHNtYXJ0IGRhc2hlc1xuICByZXR1cm4gdGV4dC5yZXBsYWNlKC8mbWRhc2g7L2csICdcXHUyMDE0Jyk7XG59O1xuXG5leHBvcnQgY29uc3Qgc3RhbmRhcmRPdmVycmlkZXMgPSBbXG4gIHtcbiAgICBzaG91bGRQcm9jZXNzTm9kZShub2RlOiBIVE1MVG9SZWFjdE5vZGUpIHtcbiAgICAgIC8vIFBhcnNlIHRleHQgb3V0c2lkZSBvZiBjb2RlIGJsb2Nrc1xuICAgICAgaWYgKG5vZGUucGFyZW50ICYmIFsnY29kZScsICdwcmUnXS5pbmRleE9mKG5vZGUucGFyZW50Lm5hbWUhKSA+PSAwKSB7XG4gICAgICAgIHJldHVybiBmYWxzZTtcbiAgICAgIH1cbiAgICAgIGlmIChub2RlLnR5cGUgPT09ICd0ZXh0JykgcmV0dXJuIHRydWU7XG4gICAgICByZXR1cm4gZmFsc2U7XG4gICAgfSxcbiAgICBwcm9jZXNzTm9kZShub2RlOiBIVE1MVG9SZWFjdE5vZGUpIHtcbiAgICAgIHJldHVybiBwcm9jZXNzVGV4dChub2RlLmRhdGEpO1xuICAgIH0sXG4gIH0sXG5cbiAge1xuICAgIHNob3VsZFByb2Nlc3NOb2RlKCkge1xuICAgICAgcmV0dXJuIHRydWU7XG4gICAgfSxcbiAgICBwcm9jZXNzTm9kZTogcHJvY2Vzc05vZGVEZWZpbml0aW9ucy5wcm9jZXNzRGVmYXVsdE5vZGUsXG4gIH0sXG5dO1xuIl19 */",
18
+ styles: "&::before{display:none!important;}/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9NYXJrZG93bi9saWJzL292ZXJyaWRlcy9pbmRleC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBVWtDIiwiZmlsZSI6Ii4uLy4uLy4uLy4uL3NyYy9NYXJrZG93bi9saWJzL292ZXJyaWRlcy9pbmRleC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5pbXBvcnQgSHRtbFRvUmVhY3QgZnJvbSAnaHRtbC10by1yZWFjdCc7XG5pbXBvcnQgY2FtZWxDYXNlTWFwIGZyb20gJ2h0bWwtdG8tcmVhY3QvbGliL2NhbWVsLWNhc2UtYXR0cmlidXRlLW5hbWVzJztcbmltcG9ydCBnZXQgZnJvbSAnbG9kYXNoL2dldCc7XG5pbXBvcnQgKiBhcyBSZWFjdCBmcm9tICdyZWFjdCc7XG5cbmltcG9ydCB7IGdldExhYmVsLCBpc0NoZWNrYm94UGFyZW50LCBpc0lucHV0LCBpc0xhYmVsVGV4dCB9IGZyb20gJy4vdXRpbHMnO1xuXG5jb25zdCBwcm9jZXNzTm9kZURlZmluaXRpb25zID0gSHRtbFRvUmVhY3QuUHJvY2Vzc05vZGVEZWZpbml0aW9ucygpO1xuXG5jb25zdCBDaGVja2JveFBhcmVudExpID0gc3R5bGVkLmxpYFxuICAmOjpiZWZvcmUge1xuICAgIGRpc3BsYXk6IG5vbmUgIWltcG9ydGFudDtcbiAgfVxuYDtcblxuZXhwb3J0IGludGVyZmFjZSBBdHRyaWJ1dGVzTWFwIHtcbiAgW2tleTogc3RyaW5nXTogc3RyaW5nIHwgYm9vbGVhbjtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBIVE1MVG9SZWFjdE5vZGUge1xuICBkYXRhOiBzdHJpbmc7XG4gIHR5cGU6IHN0cmluZztcbiAgbmFtZT86IHN0cmluZztcbiAgY2hpbGRyZW4/OiBIVE1MVG9SZWFjdE5vZGVbXTtcbiAgYXR0cmlicz86IGFueTtcbiAgbmV4dDogSFRNTFRvUmVhY3ROb2RlO1xuICBwcmV2OiBIVE1MVG9SZWFjdE5vZGU7XG4gIHBhcmVudDogSFRNTFRvUmVhY3ROb2RlO1xufVxuXG4vLyBNYXBwaW5nIG9mIGh0bWwgYXR0cmlidXRlcyB0byB0aGVpciBjYW1lbENhc2UgdmFyaWFudHNcbmNvbnN0IGF0dHJpYnV0ZU1hcDogeyBba2V5OiBzdHJpbmddOiBzdHJpbmcgfSA9IHtcbiAgLi4uY2FtZWxDYXNlTWFwLFxuICBmb3I6ICdodG1sRm9yJyxcbiAgY2xhc3M6ICdjbGFzc05hbWUnLFxufTtcblxudHlwZSBPdmVycmlkZVNldHRpbmdzQmFzZSA9IHtcbiAgY29tcG9uZW50PzogUmVhY3QuQ29tcG9uZW50VHlwZTxhbnk+O1xuICBhbGxvd2VkQXR0cmlidXRlcz86IHN0cmluZ1tdO1xuICAvKipcbiAgICogUmVjZWl2ZXMgcHJvcHMgZnJvbSBodG1sLXRvLXJlYWN0IGluY2x1ZGluZyBga2V5YC4gV2hlbiBzcHJlYWRpbmcgcHJvcHMgaW50byBKU1gsXG4gICAqIGV4dHJhY3Qga2V5IGZpcnN0IChlLmcuIGBjb25zdCB7IGtleSwgLi4ucmVzdCB9ID0gcHJvcHM7IHJldHVybiA8Q29tcG9uZW50IGtleT17a2V5fSB7Li4ucmVzdH0gLz5gKVxuICAgKi9cbiAgcHJvY2Vzc05vZGU/OiAobm9kZTogSFRNTFRvUmVhY3ROb2RlLCBwcm9wczogb2JqZWN0KSA9PiBSZWFjdC5SZWFjdE5vZGU7XG4gIHNob3VsZFByb2Nlc3NOb2RlPzogKG5vZGU6IEhUTUxUb1JlYWN0Tm9kZSkgPT4gYm9vbGVhbjtcbn07XG5cbmludGVyZmFjZSBPdmVycmlkZVNldHRpbmdzQ29tcG9uZW50IGV4dGVuZHMgT3ZlcnJpZGVTZXR0aW5nc0Jhc2Uge1xuICBjb21wb25lbnQ6IFJlYWN0LkNvbXBvbmVudFR5cGU8YW55Pjtcbn1cblxuaW50ZXJmYWNlIE92ZXJyaWRlU2V0dGluZ3NQcm9jZXNzTm9kZSBleHRlbmRzIE92ZXJyaWRlU2V0dGluZ3NCYXNlIHtcbiAgcHJvY2Vzc05vZGU6IChub2RlOiBIVE1MVG9SZWFjdE5vZGUsIHByb3BzOiBvYmplY3QpID0+IFJlYWN0LlJlYWN0Tm9kZTtcbn1cblxuZXhwb3J0IHR5cGUgTWFya2Rvd25PdmVycmlkZVNldHRpbmcgPVxuICB8IE92ZXJyaWRlU2V0dGluZ3NDb21wb25lbnRcbiAgfCBPdmVycmlkZVNldHRpbmdzUHJvY2Vzc05vZGU7XG5cbmV4cG9ydCB0eXBlIE1hcmtkb3duT3ZlcnJpZGVTZXR0aW5ncyA9IHtcbiAgW2k6IHN0cmluZ106IE1hcmtkb3duT3ZlcnJpZGVTZXR0aW5nO1xufTtcblxuY29uc3QgcHJvY2Vzc0F0dHJpYnV0ZVZhbHVlID0gKHZhbHVlOiBzdHJpbmcgfCBib29sZWFuKSA9PiB7XG4gIGlmICh2YWx1ZSA9PT0gJ3RydWUnKSB7XG4gICAgcmV0dXJuIHRydWU7XG4gIH1cblxuICBpZiAodmFsdWUgPT09ICdmYWxzZScpIHtcbiAgICByZXR1cm4gZmFsc2U7XG4gIH1cblxuICByZXR1cm4gdmFsdWUgfHwgdHJ1ZTtcbn07XG5cbi8vIENvbnZlcnQgaHRtbCBhdHRyaWJ1dGVzIHRvIHZhbGlkIHJlYWN0IHByb3BzXG5leHBvcnQgY29uc3QgcHJvY2Vzc0F0dHJpYnV0ZXMgPSAoYXR0cmlidXRlczogQXR0cmlidXRlc01hcCA9IHt9KSA9PlxuICBPYmplY3Qua2V5cyhhdHRyaWJ1dGVzKS5yZWR1Y2UoKGFjYywgYXR0cikgPT4ge1xuICAgIGNvbnN0IHJlYWN0QXR0ciA9IGF0dHJpYnV0ZU1hcFthdHRyLnJlcGxhY2UoL1stOl0vLCAnJyldIHx8IGF0dHI7XG5cbiAgICByZXR1cm4ge1xuICAgICAgLi4uYWNjLFxuICAgICAgW3JlYWN0QXR0cl06IHByb2Nlc3NBdHRyaWJ1dGVWYWx1ZShhdHRyaWJ1dGVzW2F0dHJdKSxcbiAgICB9O1xuICB9LCB7fSk7XG5cbi8qKlxuICogRXh0cmFjdHMgYGtleWAgZnJvbSBwcm9wcyBiZWZvcmUgc3ByZWFkaW5nIGludG8gSlNYLlxuICogaHRtbC10by1yZWFjdCBpbmNsdWRlcyBrZXkgaW4gdGhlIHByb3BzIG9iamVjdDsgUmVhY3QgcmVxdWlyZXMga2V5cyB0byBiZSBwYXNzZWRcbiAqIGRpcmVjdGx5LCBub3QgdmlhIHNwcmVhZC4gVXNlIHRoaXMgd2hlbiByZW5kZXJpbmcgY29tcG9uZW50cyBmcm9tIG92ZXJyaWRlIGZhY3Rvcmllcy5cbiAqL1xuY29uc3QgcHJvcHNXaXRoS2V5ID0gPFAgZXh0ZW5kcyBvYmplY3Q+KFxuICBwcm9wczogUCAmIHsga2V5PzogUmVhY3QuS2V5IH0sXG4gIHJlbmRlcjogKHJlc3Q6IE9taXQ8UCwgJ2tleSc+LCBrZXk6IFJlYWN0LktleSB8IHVuZGVmaW5lZCkgPT4gUmVhY3QuUmVhY3ROb2RlXG4pID0+IHtcbiAgY29uc3QgeyBrZXk6IGVsZW1lbnRLZXksIC4uLnJlc3QgfSA9IHByb3BzO1xuICByZXR1cm4gcmVuZGVyKHJlc3QgYXMgT21pdDxQLCAna2V5Jz4sIGVsZW1lbnRLZXkpO1xufTtcblxuLy8gZ2VuZXJpYyBodG1sIHRhZyBvdmVycmlkZVxuZXhwb3J0IGNvbnN0IGNyZWF0ZVRhZ092ZXJyaWRlID0gKFxuICB0YWdOYW1lOiBzdHJpbmcsXG4gIE92ZXJyaWRlOiBNYXJrZG93bk92ZXJyaWRlU2V0dGluZ1xuKSA9PiAoe1xuICBzaG91bGRQcm9jZXNzTm9kZShub2RlOiBIVE1MVG9SZWFjdE5vZGUpIHtcbiAgICBpZiAoIU92ZXJyaWRlKSByZXR1cm4gZmFsc2U7XG5cbiAgICBpZiAoT3ZlcnJpZGUuc2hvdWxkUHJvY2Vzc05vZGUpIHtcbiAgICAgIHJldHVybiBPdmVycmlkZS5zaG91bGRQcm9jZXNzTm9kZShub2RlKTtcbiAgICB9XG4gICAgcmV0dXJuIG5vZGUubmFtZSA9PT0gdGFnTmFtZS50b0xvd2VyQ2FzZSgpO1xuICB9LFxuICBwcm9jZXNzTm9kZShcbiAgICBub2RlOiBIVE1MVG9SZWFjdE5vZGUsXG4gICAgY2hpbGRyZW46IEhUTUxUb1JlYWN0Tm9kZVtdLFxuICAgIGtleTogUmVhY3QuS2V5XG4gICkge1xuICAgIGlmICghT3ZlcnJpZGUpIHJldHVybiBudWxsO1xuXG4gICAgY29uc3QgcHJvcHMgPSB7XG4gICAgICAuLi5wcm9jZXNzQXR0cmlidXRlcyhub2RlLmF0dHJpYnMpLFxuICAgICAgY2hpbGRyZW4sXG4gICAgICBrZXksXG4gICAgfTtcblxuICAgIGlmIChPdmVycmlkZS5wcm9jZXNzTm9kZSkge1xuICAgICAgcmV0dXJuIE92ZXJyaWRlLnByb2Nlc3NOb2RlKG5vZGUsIHByb3BzKTtcbiAgICB9XG5cbiAgICBjb25zdCBDb21wb25lbnQgPSBPdmVycmlkZS5jb21wb25lbnQ7XG4gICAgaWYgKCFDb21wb25lbnQpIHJldHVybiBudWxsO1xuXG4gICAgcmV0dXJuIHByb3BzV2l0aEtleShwcm9wcywgKHJlc3QsIGtleSkgPT4gKFxuICAgICAgPENvbXBvbmVudCBrZXk9e2tleX0gey4uLnJlc3R9IC8+XG4gICAgKSk7XG4gIH0sXG59KTtcblxuLy8gZ2VuZXJpYyB2aWRlbyB0YWcgb3ZlcnJpZGVcbmV4cG9ydCBjb25zdCBjcmVhdGVWaWRlb092ZXJyaWRlID0gKFxuICB0YWdOYW1lOiBzdHJpbmcsXG4gIE92ZXJyaWRlOiBNYXJrZG93bk92ZXJyaWRlU2V0dGluZ1xuKSA9PiAoe1xuICBzaG91bGRQcm9jZXNzTm9kZShub2RlOiBIVE1MVG9SZWFjdE5vZGUpIHtcbiAgICBpZiAoIU92ZXJyaWRlKSByZXR1cm4gZmFsc2U7XG5cbiAgICBpZiAoT3ZlcnJpZGUuc2hvdWxkUHJvY2Vzc05vZGUpIHtcbiAgICAgIHJldHVybiBPdmVycmlkZS5zaG91bGRQcm9jZXNzTm9kZShub2RlKTtcbiAgICB9XG4gICAgcmV0dXJuIG5vZGUubmFtZSA9PT0gdGFnTmFtZS50b0xvd2VyQ2FzZSgpO1xuICB9LFxuICBwcm9jZXNzTm9kZShcbiAgICBub2RlOiBIVE1MVG9SZWFjdE5vZGUsXG4gICAgY2hpbGRyZW46IEhUTUxUb1JlYWN0Tm9kZVtdLFxuICAgIGtleTogUmVhY3QuS2V5XG4gICkge1xuICAgIGlmICghT3ZlcnJpZGUpIHJldHVybiBudWxsO1xuXG4gICAgY29uc3QgeyBzcmMsIC4uLnByb2Nlc3NlZEF0dHJpYnV0ZXMgfSA9IHByb2Nlc3NBdHRyaWJ1dGVzKFxuICAgICAgbm9kZS5hdHRyaWJzXG4gICAgKSBhcyBhbnk7XG5cbiAgICBjb25zdCBhbHRWaWRlb1NyYyA9IFtdIGFzIGFueTtcbiAgICBjb25zdCB0ZXh0VHJhY2tzID0gW10gYXMgYW55O1xuXG4gICAgaWYgKGNoaWxkcmVuKSB7XG4gICAgICBjaGlsZHJlbi5mb3JFYWNoKChlbGVtZW50OiBhbnkpID0+IHtcbiAgICAgICAgaWYgKGVsZW1lbnQudHlwZSA9PT0gJ3NvdXJjZScgJiYgZWxlbWVudD8ucHJvcHM/LnNyYykge1xuICAgICAgICAgIGlmIChlbGVtZW50LnByb3BzPy50eXBlLmluY2x1ZGVzKCd2aWRlbycpKSB7XG4gICAgICAgICAgICBhbHRWaWRlb1NyYy5wdXNoKHtcbiAgICAgICAgICAgICAgc3JjOiBlbGVtZW50Py5wcm9wcy5zcmMsXG4gICAgICAgICAgICAgIHR5cGU6IGVsZW1lbnQ/LnByb3BzLnR5cGUsXG4gICAgICAgICAgICB9KTtcbiAgICAgICAgICB9XG4gICAgICAgIH0gLy8gT25jZSB3ZSBlbmFibGUgY2FwdGlvbnMgaW4gdGhlIFZpZGVvIGNvbXBvbmVudCwgd2UgY2FuIGFkZCBhbiBhZGRpdGlvbmFsIGNoZWNrIGhlcmUgLSBHTS05MDlcbiAgICAgICAgZWxzZSBpZiAoZWxlbWVudC50eXBlID09PSAndHJhY2snKSB7XG4gICAgICAgICAgdGV4dFRyYWNrcy5wdXNoKHtcbiAgICAgICAgICAgIHNyYzogZWxlbWVudD8ucHJvcHMuc3JjLFxuICAgICAgICAgICAgbGFuZ3VhZ2U6IGVsZW1lbnQ/LnByb3BzLnNyY0xhbmcsXG4gICAgICAgICAgICBkZWZhdWx0OiBlbGVtZW50Py5wcm9wcy5kZWZhdWx0LFxuICAgICAgICAgICAga2luZDogZWxlbWVudD8ucHJvcHMua2luZCxcbiAgICAgICAgICAgIGxhYmVsOiBlbGVtZW50Py5wcm9wcy5sYWJlbCxcbiAgICAgICAgICAgIHR5cGU6IGVsZW1lbnQ/LnByb3BzLnR5cGUsXG4gICAgICAgICAgfSk7XG4gICAgICAgIH1cbiAgICAgIH0pO1xuICAgIH1cblxuICAgIGNvbnN0IHByb3BzID0ge1xuICAgICAgc3JjOiBhbHRWaWRlb1NyYy5sZW5ndGggPiAwID8gYWx0VmlkZW9TcmMgOiBzcmMsXG4gICAgICB0ZXh0VHJhY2tzLFxuICAgICAgLi4ucHJvY2Vzc2VkQXR0cmlidXRlcyxcbiAgICAgIGNoaWxkcmVuLFxuICAgICAga2V5LFxuICAgIH07XG5cbiAgICBpZiAoT3ZlcnJpZGUucHJvY2Vzc05vZGUpIHtcbiAgICAgIHJldHVybiBPdmVycmlkZS5wcm9jZXNzTm9kZShub2RlLCBwcm9wcyk7XG4gICAgfVxuXG4gICAgY29uc3QgQ29tcG9uZW50ID0gT3ZlcnJpZGUuY29tcG9uZW50O1xuICAgIGlmICghQ29tcG9uZW50KSByZXR1cm4gbnVsbDtcblxuICAgIHJldHVybiBwcm9wc1dpdGhLZXkocHJvcHMsIChyZXN0LCBrZXkpID0+IChcbiAgICAgIDxDb21wb25lbnQga2V5PXtrZXl9IHsuLi5yZXN0fSAvPlxuICAgICkpO1xuICB9LFxufSk7XG5cbi8vIEFsbG93cyA8Q29kZUJsb2NrPjwvQ29kZUJsb2NrPiBvdmVycmlkZSBhbmQgb3ZlcnJpZGVzIG9mIHN0YW5kYXJkIGZlbmNlZCBjb2RlYmxvY2tzXG5leHBvcnQgY29uc3QgY3JlYXRlQ29kZUJsb2NrT3ZlcnJpZGUgPSAoXG4gIHRhZ05hbWU6IHN0cmluZyxcbiAgT3ZlcnJpZGU6IE1hcmtkb3duT3ZlcnJpZGVTZXR0aW5nXG4pID0+XG4gIGNyZWF0ZVRhZ092ZXJyaWRlKHRhZ05hbWUsIHtcbiAgICBzaG91bGRQcm9jZXNzTm9kZShub2RlOiBIVE1MVG9SZWFjdE5vZGUpIHtcbiAgICAgIHJldHVybiAoXG4gICAgICAgIChub2RlLm5hbWUgPT09ICdjb2RlJyAmJiBnZXQobm9kZSwgJ3BhcmVudC5uYW1lJykgPT09ICdwcmUnKSB8fFxuICAgICAgICBub2RlLm5hbWUgPT09IHRhZ05hbWUudG9Mb3dlckNhc2UoKVxuICAgICAgKTtcbiAgICB9LFxuXG4gICAgcHJvY2Vzc05vZGUobm9kZTogSFRNTFRvUmVhY3ROb2RlLCBwcm9wczogYW55KSB7XG4gICAgICBjb25zdCBbLCBsYW5ndWFnZSA9IHVuZGVmaW5lZF0gPVxuICAgICAgICBwcm9wcy5jbGFzc05hbWU/Lm1hdGNoKC9sYW5ndWFnZS0oW15cXHNdKykvKSB8fCBbXTtcblxuICAgICAgY29uc3QgQ29tcG9uZW50ID0gT3ZlcnJpZGUuY29tcG9uZW50O1xuICAgICAgaWYgKCFDb21wb25lbnQpIHJldHVybiBudWxsO1xuXG4gICAgICByZXR1cm4gcHJvcHNXaXRoS2V5KHByb3BzLCAocmVzdCwga2V5KSA9PiAoXG4gICAgICAgIDxDb21wb25lbnQga2V5PXtrZXl9IHsuLi5yZXN0fSBsYW5ndWFnZT17bGFuZ3VhZ2V9PlxuICAgICAgICAgIHtyZXN0LmNoaWxkcmVuPy5bMF19XG4gICAgICAgIDwvQ29tcG9uZW50PlxuICAgICAgKSk7XG4gICAgfSxcbiAgICAuLi5PdmVycmlkZSxcbiAgfSk7XG5cbmV4cG9ydCBjb25zdCBjcmVhdGVJbnB1dE92ZXJyaWRlID0gKFxuICB0eXBlOiBzdHJpbmcsXG4gIE92ZXJyaWRlOiBNYXJrZG93bk92ZXJyaWRlU2V0dGluZ1xuKSA9PlxuICBjcmVhdGVUYWdPdmVycmlkZSgnaW5wdXQnLCB7XG4gICAgc2hvdWxkUHJvY2Vzc05vZGUobm9kZTogSFRNTFRvUmVhY3ROb2RlKSB7XG4gICAgICByZXR1cm4gKFxuICAgICAgICBpc0NoZWNrYm94UGFyZW50KG5vZGUsIHR5cGUpIHx8XG4gICAgICAgIGlzSW5wdXQobm9kZSwgdHlwZSkgfHxcbiAgICAgICAgaXNMYWJlbFRleHQobm9kZSwgdHlwZSlcbiAgICAgICk7XG4gICAgfSxcblxuICAgIHByb2Nlc3NOb2RlKG5vZGU6IEhUTUxUb1JlYWN0Tm9kZSwgcHJvcHM6IGFueSkge1xuICAgICAgY29uc3QgbGFiZWwgPSBnZXRMYWJlbChub2RlKTtcblxuICAgICAgY29uc3QgQ29tcG9uZW50ID0gT3ZlcnJpZGUuY29tcG9uZW50O1xuICAgICAgaWYgKCFDb21wb25lbnQpIHJldHVybiBudWxsO1xuXG4gICAgICByZXR1cm4gcHJvcHNXaXRoS2V5KHByb3BzLCAocmVzdCwga2V5KSA9PiB7XG4gICAgICAgIGlmIChpc0NoZWNrYm94UGFyZW50KG5vZGUsIHR5cGUpKSB7XG4gICAgICAgICAgcmV0dXJuIDxDaGVja2JveFBhcmVudExpIGtleT17a2V5fSB7Li4ucmVzdH0gLz47XG4gICAgICAgIH1cblxuICAgICAgICBpZiAoaXNMYWJlbFRleHQobm9kZSwgdHlwZSkpIHJldHVybiBudWxsO1xuXG4gICAgICAgIHJldHVybiA8Q29tcG9uZW50IGtleT17a2V5fSBsYWJlbD17bGFiZWx9IHsuLi5yZXN0fSAvPjtcbiAgICAgIH0pO1xuICAgIH0sXG4gICAgLi4uT3ZlcnJpZGUsXG4gIH0pO1xuXG5jb25zdCBwcm9jZXNzVGV4dCA9ICh0ZXh0OiBzdHJpbmcpID0+IHtcbiAgLy8gUmVwbGFjZSAmbWRhc2g7IGR1ZSB0byBsZWdhY3kgbWFya2Rvd24gdGhhdCBkaWRuJ3QgdXNlIHNtYXJ0IGRhc2hlc1xuICByZXR1cm4gdGV4dC5yZXBsYWNlKC8mbWRhc2g7L2csICdcXHUyMDE0Jyk7XG59O1xuXG5leHBvcnQgY29uc3Qgc3RhbmRhcmRPdmVycmlkZXMgPSBbXG4gIHtcbiAgICBzaG91bGRQcm9jZXNzTm9kZShub2RlOiBIVE1MVG9SZWFjdE5vZGUpIHtcbiAgICAgIC8vIFBhcnNlIHRleHQgb3V0c2lkZSBvZiBjb2RlIGJsb2Nrc1xuICAgICAgaWYgKG5vZGUucGFyZW50ICYmIFsnY29kZScsICdwcmUnXS5pbmRleE9mKG5vZGUucGFyZW50Lm5hbWUhKSA+PSAwKSB7XG4gICAgICAgIHJldHVybiBmYWxzZTtcbiAgICAgIH1cbiAgICAgIGlmIChub2RlLnR5cGUgPT09ICd0ZXh0JykgcmV0dXJuIHRydWU7XG4gICAgICByZXR1cm4gZmFsc2U7XG4gICAgfSxcbiAgICBwcm9jZXNzTm9kZShub2RlOiBIVE1MVG9SZWFjdE5vZGUpIHtcbiAgICAgIHJldHVybiBwcm9jZXNzVGV4dChub2RlLmRhdGEpO1xuICAgIH0sXG4gIH0sXG5cbiAge1xuICAgIHNob3VsZFByb2Nlc3NOb2RlKCkge1xuICAgICAgcmV0dXJuIHRydWU7XG4gICAgfSxcbiAgICBwcm9jZXNzTm9kZTogcHJvY2Vzc05vZGVEZWZpbml0aW9ucy5wcm9jZXNzRGVmYXVsdE5vZGUsXG4gIH0sXG5dO1xuIl19 */",
20
19
  toString: _EMOTION_STRINGIFIED_CSS_ERROR__
21
20
  });
22
21
  // Mapping of html attributes to their camelCase variants
@@ -2,4 +2,4 @@
2
2
  export declare const Menu: import("react").ForwardRefExoticComponent<Omit<Omit<Omit<{
3
3
  theme?: import("@emotion/react").Theme | undefined;
4
4
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
5
- } & import("./elements").ListProps & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | keyof import("react").ClassAttributes<HTMLUListElement>>, "ref"> & import("react").RefAttributes<HTMLUListElement>, "root">, "ref"> & import("react").RefAttributes<HTMLOListElement | HTMLUListElement>>;
5
+ } & import("./elements").ListProps & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import("react").ClassAttributes<HTMLUListElement>>, "ref"> & import("react").RefAttributes<HTMLUListElement>, "root">, "ref"> & import("react").RefAttributes<HTMLOListElement | HTMLUListElement>>;
@@ -15,13 +15,6 @@ const currentItemText = {
15
15
  button: 'current action',
16
16
  item: 'current item'
17
17
  };
18
- /**
19
- * Narrows the forwarded ref union to a specific element type for the current render branch.
20
- * MenuItem renders exactly one of li, a, or button per call, so the ref is forwarded to that element.
21
- */
22
- function narrowMenuItemRef(ref) {
23
- return ref;
24
- }
25
18
  export const MenuItem = /*#__PURE__*/forwardRef(({
26
19
  active,
27
20
  children,
@@ -77,6 +70,7 @@ export const MenuItem = /*#__PURE__*/forwardRef(({
77
70
  }), children]
78
71
  });
79
72
  if (listItemType === 'link' && !disabled) {
73
+ const linkRef = ref;
80
74
  return /*#__PURE__*/_jsx(ListItem, {
81
75
  ...listItemProps,
82
76
  children: /*#__PURE__*/_jsx(MenuToolTipWrapper, {
@@ -85,7 +79,7 @@ export const MenuItem = /*#__PURE__*/forwardRef(({
85
79
  children: /*#__PURE__*/_jsx(ListLink, {
86
80
  ...computed,
87
81
  href: href,
88
- ref: narrowMenuItemRef(ref),
82
+ ref: linkRef,
89
83
  target: target,
90
84
  children: content
91
85
  })
@@ -93,6 +87,7 @@ export const MenuItem = /*#__PURE__*/forwardRef(({
93
87
  });
94
88
  }
95
89
  if (listItemType === 'button' || listItemType === 'link' && disabled) {
90
+ const buttonRef = ref;
96
91
  const handleClick = disabled ? () => null : props.onClick;
97
92
  return /*#__PURE__*/_jsx(ListItem, {
98
93
  ...listItemProps,
@@ -101,19 +96,20 @@ export const MenuItem = /*#__PURE__*/forwardRef(({
101
96
  tipId: tipId,
102
97
  children: /*#__PURE__*/_jsx(ListButton, {
103
98
  ...computed,
104
- ref: narrowMenuItemRef(ref),
99
+ ref: buttonRef,
105
100
  onClick: handleClick,
106
101
  children: content
107
102
  })
108
103
  })
109
104
  });
110
105
  }
106
+ const liRef = ref;
111
107
  return (
112
108
  /*#__PURE__*/
113
109
  // These are non-interactive and will never have tooltips (nor should they).
114
110
  _jsx(ListItem, {
115
111
  ...computed,
116
- ref: narrowMenuItemRef(ref),
112
+ ref: liRef,
117
113
  children: content
118
114
  })
119
115
  );
@@ -616,7 +616,7 @@ export interface ListProps extends ListStyleProps, StyleStateProps {
616
616
  export declare const List: import("react").ForwardRefExoticComponent<Omit<{
617
617
  theme?: import("@emotion/react").Theme | undefined;
618
618
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
619
- } & ListProps & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | keyof import("react").ClassAttributes<HTMLUListElement>>, "ref"> & import("react").RefAttributes<HTMLUListElement>>;
619
+ } & ListProps & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import("react").ClassAttributes<HTMLUListElement>>, "ref"> & import("react").RefAttributes<HTMLUListElement>>;
620
620
  declare const interactiveVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"variant", false | "link" | "select"> & {
621
621
  theme?: import("@emotion/react").Theme | undefined;
622
622
  }) => import("@codecademy/variance").CSSObject;
@@ -631,7 +631,7 @@ export interface ListItemProps extends ListStyleProps, StyleStateProps, StylePro
631
631
  export declare const ListItem: import("@emotion/styled").StyledComponent<{
632
632
  theme?: import("@emotion/react").Theme | undefined;
633
633
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
634
- } & ListItemProps, Pick<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "value" | keyof import("react").ClassAttributes<HTMLLIElement>>, {}>;
634
+ } & ListItemProps, Pick<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "value" | keyof import("react").ClassAttributes<HTMLLIElement>>, {}>;
635
635
  export interface ListLinkProps extends ListItemProps {
636
636
  active?: boolean;
637
637
  navlink?: boolean;
@@ -639,11 +639,11 @@ export interface ListLinkProps extends ListItemProps {
639
639
  export declare const ListLink: import("react").ForwardRefExoticComponent<Omit<{
640
640
  theme?: import("@emotion/react").Theme | undefined;
641
641
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
642
- } & ListLinkProps & Pick<import("react").DetailedHTMLProps<import("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" | "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" | "href" | "type" | keyof import("react").ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "media" | "ping" | "target" | "referrerPolicy">, "ref"> & import("react").RefAttributes<HTMLAnchorElement>>;
642
+ } & ListLinkProps & Pick<import("react").DetailedHTMLProps<import("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" | "media" | "target" | "type" | "href" | keyof import("react").ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "ping" | "referrerPolicy">, "ref"> & import("react").RefAttributes<HTMLAnchorElement>>;
643
643
  export declare const ListButton: import("@emotion/styled").StyledComponent<{
644
644
  theme?: import("@emotion/react").Theme | undefined;
645
645
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
646
- } & ListLinkProps, Pick<import("react").DetailedHTMLProps<import("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" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | keyof import("react").ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "value">, {}>;
646
+ } & ListLinkProps, Pick<import("react").DetailedHTMLProps<import("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" | "type" | keyof import("react").ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value">, {}>;
647
647
  export declare const MenuToolTipWrapper: React.FC<Pick<ComponentProps<typeof MenuItem>, 'children' | 'label'> & {
648
648
  tipId: string;
649
649
  }>;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { StyleProps } from '@codecademy/variance';
3
- declare const sizeVariant: (props: import("@codecademy/variance/dist/types/config").VariantProps<"size", false | "small" | "medium" | "large" | "fluid"> & {
3
+ declare const sizeVariant: (props: import("@codecademy/variance/dist/types/config").VariantProps<"size", false | "small" | "large" | "medium" | "fluid"> & {
4
4
  theme?: import("@emotion/react").Theme | undefined;
5
5
  }) => import("@codecademy/variance").CSSObject;
6
6
  declare const layoutVariant: (props: import("@codecademy/variance/dist/types/config").VariantProps<"layout", false | "dialog" | "standard"> & {