@codecademy/gamut 68.1.1-alpha.f4b2b2.0 → 68.1.1
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.
- package/README.md +0 -17
- package/dist/AccordionAreaDeprecated/index.js +2 -2
- package/dist/Alert/elements.d.ts +7 -14
- package/dist/Alert/elements.js +5 -5
- package/dist/Anchor/index.d.ts +7 -11
- package/dist/Anchor/index.js +3 -4
- package/dist/Animation/ExpandInCollapseOut.js +1 -1
- package/dist/Animation/FadeInSlideOut.js +1 -1
- package/dist/Animation/Rotation.js +1 -1
- package/dist/Box/Box.d.ts +4 -6
- package/dist/Box/Box.js +3 -5
- package/dist/Box/FlexBox.d.ts +4 -6
- package/dist/Box/FlexBox.js +3 -5
- package/dist/Box/GridBox.d.ts +4 -7
- package/dist/Box/GridBox.js +3 -5
- package/dist/Box/props.d.ts +3 -3
- package/dist/Button/CTAButton.d.ts +3 -8
- package/dist/Button/FillButton.d.ts +7 -17
- package/dist/Button/IconButton.d.ts +7 -17
- package/dist/Button/StrokeButton.d.ts +7 -17
- package/dist/Button/TextButton.d.ts +7 -17
- package/dist/Button/shared/InlineIconButton.d.ts +4 -9
- package/dist/Button/shared/styles.d.ts +4 -9
- package/dist/Button/shared/types.d.ts +1 -2
- package/dist/ButtonBase/ButtonBase.d.ts +3 -9
- package/dist/ButtonBase/ButtonBase.js +2 -2
- package/dist/Card/elements.d.ts +109 -119
- package/dist/Card/styles.d.ts +8 -8
- package/dist/Card/types.d.ts +1 -1
- package/dist/Coachmark/index.d.ts +1 -1
- package/dist/ConnectedForm/ConnectedForm.d.ts +1 -9
- package/dist/ConnectedForm/ConnectedForm.js +1 -9
- package/dist/ConnectedForm/utils.d.ts +7 -1
- package/dist/ContentContainer/index.d.ts +2 -4
- package/dist/Disclosure/elements.d.ts +22 -43
- package/dist/Disclosure/index.js +1 -1
- package/dist/Drawer/index.js +2 -2
- package/dist/FeatureShimmer/index.js +2 -2
- package/dist/Form/SelectDropdown/SelectDropdown.js +1 -1
- package/dist/Form/SelectDropdown/types/internal.d.ts +1 -1
- package/dist/Form/elements/Form.d.ts +17 -17
- package/dist/Form/elements/Form.js +1 -1
- package/dist/Form/elements/FormError.d.ts +2 -2
- package/dist/Form/elements/FormError.js +1 -1
- package/dist/Form/elements/FormGroup.d.ts +3 -5
- package/dist/Form/inputs/Checkbox.d.ts +1 -1
- package/dist/Form/inputs/Checkbox.js +7 -7
- package/dist/Form/inputs/Input.d.ts +1 -2
- package/dist/Form/inputs/Input.js +2 -4
- package/dist/Form/inputs/Radio.d.ts +1 -1
- package/dist/Form/inputs/Radio.js +2 -2
- package/dist/Form/inputs/Select.d.ts +1 -1
- package/dist/Form/inputs/Select.js +3 -3
- package/dist/Form/inputs/TextArea.d.ts +5 -5
- package/dist/Form/inputs/TextArea.js +2 -2
- package/dist/GridForm/GridFormButtons/index.d.ts +7 -17
- package/dist/List/Header/ListHeaderCol.d.ts +2 -3
- package/dist/List/List.d.ts +2 -2
- package/dist/List/ListCol.d.ts +2 -3
- package/dist/List/ListProvider.d.ts +1 -1
- package/dist/List/ListRow.d.ts +2 -2
- package/dist/List/ListRow.js +3 -3
- package/dist/List/TableHeader.d.ts +2 -3
- package/dist/List/elements.d.ts +932 -29
- package/dist/List/elements.js +8 -10
- package/dist/Menu/elements.d.ts +2 -2
- package/dist/Modals/elements.d.ts +1 -1
- package/dist/Modals/types.d.ts +4 -5
- package/dist/Pagination/AnimatedPaginationButtons.d.ts +36 -45
- package/dist/Pagination/EllipsisButton.d.ts +8 -18
- package/dist/Pagination/PaginationButton.d.ts +10 -25
- package/dist/Pagination/utils.d.ts +32 -36
- package/dist/Pagination/utils.js +10 -6
- package/dist/Popover/elements.d.ts +4 -8
- package/dist/Popover/elements.js +6 -6
- package/dist/Popover/types.d.ts +2 -2
- package/dist/PopoverContainer/hooks.d.ts +2 -2
- package/dist/PopoverContainer/types.d.ts +1 -1
- package/dist/Tabs/TabButton.d.ts +3 -8
- package/dist/Tabs/TabNavLink.d.ts +4 -9
- package/dist/Tag/elements.d.ts +22 -27
- package/dist/Tip/InfoTip/InfoTipButton.d.ts +7 -17
- package/dist/Tip/InfoTip/styles.d.ts +2 -4
- package/dist/Tip/PreviewTip/elements.d.ts +8 -12
- package/dist/Tip/ToolTip/elements.d.ts +2 -4
- package/dist/Tip/__tests__/helpers.d.ts +1 -1
- package/dist/Tip/shared/FloatingTip.js +2 -2
- package/dist/Tip/shared/elements.d.ts +6 -12
- package/dist/Tip/shared/types.d.ts +2 -2
- package/dist/Toaster/index.js +1 -1
- package/dist/Toggle/elements.d.ts +2 -4
- package/dist/Typography/Text.d.ts +9 -11
- package/dist/Typography/Text.js +2 -4
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.js +1 -1
- package/dist/utils/react.d.ts +0 -1
- package/dist/utils/react.js +1 -4
- package/dist/utils/types.d.ts +1 -51
- package/dist/utils/types.js +1 -48
- package/package.json +11 -12
|
@@ -26,20 +26,20 @@ const selectSizeVariants = variant({
|
|
|
26
26
|
const SelectBase = /*#__PURE__*/_styled("select", {
|
|
27
27
|
target: "e1y2qbta1",
|
|
28
28
|
label: "SelectBase"
|
|
29
|
-
})(formFieldStyles, " ", conditionalStyles, " ", selectSizeVariants, " cursor:pointer;-moz-appearance:none;-webkit-appearance:none;appearance:none;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9Gb3JtL2lucHV0cy9TZWxlY3QudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTRENkMiLCJmaWxlIjoiLi4vLi4vLi4vc3JjL0Zvcm0vaW5wdXRzL1NlbGVjdC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBBcnJvd0NoZXZyb25Eb3duSWNvbixcbiAgTWluaUNoZXZyb25Eb3duSWNvbixcbn0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQtaWNvbnMnO1xuaW1wb3J0IHsgdmFyaWFudCB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgeyBTdHlsZVByb3BzIH0gZnJvbSAnQGNvZGVjYWRlbXkvdmFyaWFuY2UnO1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHtcbiAgQ2hhbmdlRXZlbnQsXG4gIGZvcndhcmRSZWYsXG4gIFNlbGVjdEhUTUxBdHRyaWJ1dGVzLFxuICB1c2VNZW1vLFxuICB1c2VTdGF0ZSxcbn0gZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBCb3gsIEZsZXhCb3ggfSBmcm9tICcuLi8uLi9Cb3gnO1xuaW1wb3J0IHtcbiAgY29uZGl0aW9uYWxTdHlsZXMsXG4gIGNvbmRpdGlvbmFsU3R5bGVTdGF0ZSxcbiAgZm9ybUZpZWxkU3R5bGVzLFxufSBmcm9tICcuLi9zdHlsZXMnO1xuaW1wb3J0IHsgQmFzZUlucHV0UHJvcHMgfSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBwYXJzZVNlbGVjdE9wdGlvbnMgfSBmcm9tICcuLi91dGlscyc7XG5cbmV4cG9ydCB0eXBlIFNlbGVjdE9wdGlvbnMgPSBzdHJpbmdbXSB8IFJlY29yZDxzdHJpbmcsIG51bWJlciB8IHN0cmluZz47XG5cbmV4cG9ydCB0eXBlIFNlbGVjdENvbXBvbmVudFByb3BzID0gUGljazxcbiAgU2VsZWN0SFRNTEF0dHJpYnV0ZXM8SFRNTFNlbGVjdEVsZW1lbnQ+LFxuICAnZGlzYWJsZWQnIHwgJ2lkJ1xuPiAmXG4gIFBpY2s8QmFzZUlucHV0UHJvcHMsICdodG1sRm9yJyB8ICdlcnJvcic+ICYge1xuICAgIG9wdGlvbnM/OiBTZWxlY3RPcHRpb25zO1xuICB9O1xuXG5leHBvcnQgdHlwZSBTZWxlY3RXcmFwcGVyUHJvcHMgPSBTZWxlY3RDb21wb25lbnRQcm9wcyAmXG4gIFNlbGVjdEhUTUxBdHRyaWJ1dGVzPEhUTUxTZWxlY3RFbGVtZW50PiAmIHtcbiAgICBzaXplVmFyaWFudD86ICdzbWFsbCcgfCAnYmFzZSc7XG4gIH07XG5cbmV4cG9ydCBpbnRlcmZhY2UgU2VsZWN0UHJvcHNcbiAgZXh0ZW5kcyBTZWxlY3RXcmFwcGVyUHJvcHMsXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgY29uZGl0aW9uYWxTdHlsZXM+
|
|
29
|
+
})(formFieldStyles, " ", conditionalStyles, " ", selectSizeVariants, " cursor:pointer;-moz-appearance:none;-webkit-appearance:none;appearance:none;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9Gb3JtL2lucHV0cy9TZWxlY3QudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTRENkMiLCJmaWxlIjoiLi4vLi4vLi4vc3JjL0Zvcm0vaW5wdXRzL1NlbGVjdC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBBcnJvd0NoZXZyb25Eb3duSWNvbixcbiAgTWluaUNoZXZyb25Eb3duSWNvbixcbn0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQtaWNvbnMnO1xuaW1wb3J0IHsgdmFyaWFudCB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgeyBTdHlsZVByb3BzIH0gZnJvbSAnQGNvZGVjYWRlbXkvdmFyaWFuY2UnO1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHtcbiAgQ2hhbmdlRXZlbnQsXG4gIGZvcndhcmRSZWYsXG4gIFNlbGVjdEhUTUxBdHRyaWJ1dGVzLFxuICB1c2VNZW1vLFxuICB1c2VTdGF0ZSxcbn0gZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBCb3gsIEZsZXhCb3ggfSBmcm9tICcuLi8uLi9Cb3gnO1xuaW1wb3J0IHtcbiAgY29uZGl0aW9uYWxTdHlsZXMsXG4gIGNvbmRpdGlvbmFsU3R5bGVTdGF0ZSxcbiAgZm9ybUZpZWxkU3R5bGVzLFxufSBmcm9tICcuLi9zdHlsZXMnO1xuaW1wb3J0IHsgQmFzZUlucHV0UHJvcHMgfSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBwYXJzZVNlbGVjdE9wdGlvbnMgfSBmcm9tICcuLi91dGlscyc7XG5cbmV4cG9ydCB0eXBlIFNlbGVjdE9wdGlvbnMgPSBzdHJpbmdbXSB8IFJlY29yZDxzdHJpbmcsIG51bWJlciB8IHN0cmluZz47XG5cbmV4cG9ydCB0eXBlIFNlbGVjdENvbXBvbmVudFByb3BzID0gUGljazxcbiAgU2VsZWN0SFRNTEF0dHJpYnV0ZXM8SFRNTFNlbGVjdEVsZW1lbnQ+LFxuICAnZGlzYWJsZWQnIHwgJ2lkJ1xuPiAmXG4gIFBpY2s8QmFzZUlucHV0UHJvcHMsICdodG1sRm9yJyB8ICdlcnJvcic+ICYge1xuICAgIG9wdGlvbnM/OiBTZWxlY3RPcHRpb25zO1xuICB9O1xuXG5leHBvcnQgdHlwZSBTZWxlY3RXcmFwcGVyUHJvcHMgPSBTZWxlY3RDb21wb25lbnRQcm9wcyAmXG4gIFNlbGVjdEhUTUxBdHRyaWJ1dGVzPEhUTUxTZWxlY3RFbGVtZW50PiAmIHtcbiAgICBzaXplVmFyaWFudD86ICdzbWFsbCcgfCAnYmFzZSc7XG4gIH07XG5cbmV4cG9ydCBpbnRlcmZhY2UgU2VsZWN0UHJvcHNcbiAgZXh0ZW5kcyBTZWxlY3RXcmFwcGVyUHJvcHMsXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgY29uZGl0aW9uYWxTdHlsZXM+IHt9XG5cbmNvbnN0IHNlbGVjdFNpemVWYXJpYW50cyA9IHZhcmlhbnQoe1xuICBkZWZhdWx0VmFyaWFudDogJ2Jhc2UnLFxuICBwcm9wOiAnc2l6ZVZhcmlhbnQnLFxuICB2YXJpYW50czoge1xuICAgIHNtYWxsOiB7XG4gICAgICBoZWlnaHQ6ICcycmVtJyxcbiAgICAgIHB4OiA4LFxuICAgICAgcHk6IDAsXG4gICAgfSxcbiAgICBiYXNlOiB7XG4gICAgICBoZWlnaHQ6ICdhdXRvJyxcbiAgICAgIHByOiA0OCxcbiAgICB9LFxuICB9LFxufSk7XG5cbmNvbnN0IFNlbGVjdEJhc2UgPSBzdHlsZWQuc2VsZWN0PFNlbGVjdFByb3BzPmBcbiAgJHtmb3JtRmllbGRTdHlsZXN9XG4gICR7Y29uZGl0aW9uYWxTdHlsZXN9XG4gICR7c2VsZWN0U2l6ZVZhcmlhbnRzfVxuICBjdXJzb3I6IHBvaW50ZXI7XG4gIC1tb3otYXBwZWFyYW5jZTogbm9uZTtcbiAgLXdlYmtpdC1hcHBlYXJhbmNlOiBub25lO1xuICBhcHBlYXJhbmNlOiBub25lO1xuYDtcblxuY29uc3QgYWxsb3dDbGlja1N0eWxlID0gY3NzYFxuICBwb2ludGVyLWV2ZW50czogbm9uZTtcbmA7XG5cbmNvbnN0IFN0eWxlZEZsZXhib3ggPSBzdHlsZWQoRmxleEJveCkoYWxsb3dDbGlja1N0eWxlKTtcblxuZXhwb3J0IGNvbnN0IFNlbGVjdCA9IGZvcndhcmRSZWY8SFRNTFNlbGVjdEVsZW1lbnQsIFNlbGVjdFdyYXBwZXJQcm9wcz4oXG4gIChcbiAgICB7XG4gICAgICBjbGFzc05hbWUsXG4gICAgICBkZWZhdWx0VmFsdWUsXG4gICAgICBvcHRpb25zLFxuICAgICAgZXJyb3IsXG4gICAgICBpZCxcbiAgICAgIHNpemVWYXJpYW50LFxuICAgICAgZGlzYWJsZWQsXG4gICAgICAuLi5yZXN0XG4gICAgfSxcbiAgICByZWZcbiAgKSA9PiB7XG4gICAgY29uc3QgW2FjdGl2YXRlZFN0eWxlLCBzZXRBY3RpdmF0ZWRTdHlsZV0gPSB1c2VTdGF0ZShmYWxzZSk7XG5cbiAgICBjb25zdCBjaGFuZ2VIYW5kbGVyID0gKGV2ZW50OiBDaGFuZ2VFdmVudDxIVE1MU2VsZWN0RWxlbWVudD4pID0+IHtcbiAgICAgIHJlc3Q/Lm9uQ2hhbmdlPy4oZXZlbnQpO1xuICAgICAgc2V0QWN0aXZhdGVkU3R5bGUodHJ1ZSk7XG4gICAgfTtcblxuICAgIGNvbnN0IHNlbGVjdE9wdGlvbnMgPSB1c2VNZW1vKCgpID0+IHtcbiAgICAgIHJldHVybiBwYXJzZVNlbGVjdE9wdGlvbnMoeyBvcHRpb25zLCBpZCB9KTtcbiAgICB9LCBbb3B0aW9ucywgaWRdKTtcblxuICAgIHJldHVybiAoXG4gICAgICA8Qm94XG4gICAgICAgIGNsYXNzTmFtZT17Y2xhc3NOYW1lfVxuICAgICAgICBtaW5XaWR0aD1cIjdyZW1cIlxuICAgICAgICBwb3NpdGlvbj1cInJlbGF0aXZlXCJcbiAgICAgICAgd2lkdGg9XCIxMDAlXCJcbiAgICAgID5cbiAgICAgICAgPFN0eWxlZEZsZXhib3hcbiAgICAgICAgICBhbGlnbkl0ZW1zPVwiY2VudGVyXCJcbiAgICAgICAgICBhcmlhLWhpZGRlblxuICAgICAgICAgIGJvdHRvbT1cIjBcIlxuICAgICAgICAgIGNvbG9yPXtlcnJvciA/ICdmZWVkYmFjay1lcnJvcicgOiBkaXNhYmxlZCA/ICd0ZXh0LWRpc2FibGVkJyA6ICd0ZXh0J31cbiAgICAgICAgICBwb3NpdGlvbj1cImFic29sdXRlXCJcbiAgICAgICAgICBwcj17MTJ9XG4gICAgICAgICAgcmlnaHQ9XCIwXCJcbiAgICAgICAgICB0b3A9XCIwXCJcbiAgICAgICAgPlxuICAgICAgICAgIHtzaXplVmFyaWFudCA9PT0gJ3NtYWxsJyA/IChcbiAgICAgICAgICAgIDxNaW5pQ2hldnJvbkRvd25JY29uIHNpemU9ezEyfSAvPlxuICAgICAgICAgICkgOiAoXG4gICAgICAgICAgICA8QXJyb3dDaGV2cm9uRG93bkljb24gc2l6ZT17MTZ9IC8+XG4gICAgICAgICAgKX1cbiAgICAgICAgPC9TdHlsZWRGbGV4Ym94PlxuICAgICAgICA8U2VsZWN0QmFzZVxuICAgICAgICAgIHsuLi5yZXN0fVxuICAgICAgICAgIGRlZmF1bHRWYWx1ZT17ZGVmYXVsdFZhbHVlIHx8ICcnfVxuICAgICAgICAgIGRpc2FibGVkPXtkaXNhYmxlZH1cbiAgICAgICAgICBlcnJvcj17ZXJyb3J9XG4gICAgICAgICAgaWQ9e2lkIHx8IHJlc3QuaHRtbEZvcn1cbiAgICAgICAgICByZWY9e3JlZn1cbiAgICAgICAgICBzaXplVmFyaWFudD17c2l6ZVZhcmlhbnR9XG4gICAgICAgICAgdmFyaWFudD17Y29uZGl0aW9uYWxTdHlsZVN0YXRlKEJvb2xlYW4oZXJyb3IpLCBhY3RpdmF0ZWRTdHlsZSl9XG4gICAgICAgICAgb25DaGFuZ2U9eyhldmVudCkgPT4gY2hhbmdlSGFuZGxlcihldmVudCl9XG4gICAgICAgID5cbiAgICAgICAgICB7c2VsZWN0T3B0aW9uc31cbiAgICAgICAgPC9TZWxlY3RCYXNlPlxuICAgICAgPC9Cb3g+XG4gICAgKTtcbiAgfVxuKTtcbiJdfQ== */"));
|
|
30
30
|
const allowClickStyle = process.env.NODE_ENV === "production" ? {
|
|
31
31
|
name: "ryl2s-allowClickStyle",
|
|
32
32
|
styles: "pointer-events:none;label:allowClickStyle;"
|
|
33
33
|
} : {
|
|
34
34
|
name: "ryl2s-allowClickStyle",
|
|
35
35
|
styles: "pointer-events:none;label:allowClickStyle;",
|
|
36
|
-
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9Gb3JtL2lucHV0cy9TZWxlY3QudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXNFMkIiLCJmaWxlIjoiLi4vLi4vLi4vc3JjL0Zvcm0vaW5wdXRzL1NlbGVjdC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBBcnJvd0NoZXZyb25Eb3duSWNvbixcbiAgTWluaUNoZXZyb25Eb3duSWNvbixcbn0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQtaWNvbnMnO1xuaW1wb3J0IHsgdmFyaWFudCB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgeyBTdHlsZVByb3BzIH0gZnJvbSAnQGNvZGVjYWRlbXkvdmFyaWFuY2UnO1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHtcbiAgQ2hhbmdlRXZlbnQsXG4gIGZvcndhcmRSZWYsXG4gIFNlbGVjdEhUTUxBdHRyaWJ1dGVzLFxuICB1c2VNZW1vLFxuICB1c2VTdGF0ZSxcbn0gZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBCb3gsIEZsZXhCb3ggfSBmcm9tICcuLi8uLi9Cb3gnO1xuaW1wb3J0IHtcbiAgY29uZGl0aW9uYWxTdHlsZXMsXG4gIGNvbmRpdGlvbmFsU3R5bGVTdGF0ZSxcbiAgZm9ybUZpZWxkU3R5bGVzLFxufSBmcm9tICcuLi9zdHlsZXMnO1xuaW1wb3J0IHsgQmFzZUlucHV0UHJvcHMgfSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBwYXJzZVNlbGVjdE9wdGlvbnMgfSBmcm9tICcuLi91dGlscyc7XG5cbmV4cG9ydCB0eXBlIFNlbGVjdE9wdGlvbnMgPSBzdHJpbmdbXSB8IFJlY29yZDxzdHJpbmcsIG51bWJlciB8IHN0cmluZz47XG5cbmV4cG9ydCB0eXBlIFNlbGVjdENvbXBvbmVudFByb3BzID0gUGljazxcbiAgU2VsZWN0SFRNTEF0dHJpYnV0ZXM8SFRNTFNlbGVjdEVsZW1lbnQ+LFxuICAnZGlzYWJsZWQnIHwgJ2lkJ1xuPiAmXG4gIFBpY2s8QmFzZUlucHV0UHJvcHMsICdodG1sRm9yJyB8ICdlcnJvcic+ICYge1xuICAgIG9wdGlvbnM/OiBTZWxlY3RPcHRpb25zO1xuICB9O1xuXG5leHBvcnQgdHlwZSBTZWxlY3RXcmFwcGVyUHJvcHMgPSBTZWxlY3RDb21wb25lbnRQcm9wcyAmXG4gIFNlbGVjdEhUTUxBdHRyaWJ1dGVzPEhUTUxTZWxlY3RFbGVtZW50PiAmIHtcbiAgICBzaXplVmFyaWFudD86ICdzbWFsbCcgfCAnYmFzZSc7XG4gIH07XG5cbmV4cG9ydCBpbnRlcmZhY2UgU2VsZWN0UHJvcHNcbiAgZXh0ZW5kcyBTZWxlY3RXcmFwcGVyUHJvcHMsXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgY29uZGl0aW9uYWxTdHlsZXM+
|
|
36
|
+
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9Gb3JtL2lucHV0cy9TZWxlY3QudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXNFMkIiLCJmaWxlIjoiLi4vLi4vLi4vc3JjL0Zvcm0vaW5wdXRzL1NlbGVjdC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBBcnJvd0NoZXZyb25Eb3duSWNvbixcbiAgTWluaUNoZXZyb25Eb3duSWNvbixcbn0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQtaWNvbnMnO1xuaW1wb3J0IHsgdmFyaWFudCB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgeyBTdHlsZVByb3BzIH0gZnJvbSAnQGNvZGVjYWRlbXkvdmFyaWFuY2UnO1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHtcbiAgQ2hhbmdlRXZlbnQsXG4gIGZvcndhcmRSZWYsXG4gIFNlbGVjdEhUTUxBdHRyaWJ1dGVzLFxuICB1c2VNZW1vLFxuICB1c2VTdGF0ZSxcbn0gZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBCb3gsIEZsZXhCb3ggfSBmcm9tICcuLi8uLi9Cb3gnO1xuaW1wb3J0IHtcbiAgY29uZGl0aW9uYWxTdHlsZXMsXG4gIGNvbmRpdGlvbmFsU3R5bGVTdGF0ZSxcbiAgZm9ybUZpZWxkU3R5bGVzLFxufSBmcm9tICcuLi9zdHlsZXMnO1xuaW1wb3J0IHsgQmFzZUlucHV0UHJvcHMgfSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBwYXJzZVNlbGVjdE9wdGlvbnMgfSBmcm9tICcuLi91dGlscyc7XG5cbmV4cG9ydCB0eXBlIFNlbGVjdE9wdGlvbnMgPSBzdHJpbmdbXSB8IFJlY29yZDxzdHJpbmcsIG51bWJlciB8IHN0cmluZz47XG5cbmV4cG9ydCB0eXBlIFNlbGVjdENvbXBvbmVudFByb3BzID0gUGljazxcbiAgU2VsZWN0SFRNTEF0dHJpYnV0ZXM8SFRNTFNlbGVjdEVsZW1lbnQ+LFxuICAnZGlzYWJsZWQnIHwgJ2lkJ1xuPiAmXG4gIFBpY2s8QmFzZUlucHV0UHJvcHMsICdodG1sRm9yJyB8ICdlcnJvcic+ICYge1xuICAgIG9wdGlvbnM/OiBTZWxlY3RPcHRpb25zO1xuICB9O1xuXG5leHBvcnQgdHlwZSBTZWxlY3RXcmFwcGVyUHJvcHMgPSBTZWxlY3RDb21wb25lbnRQcm9wcyAmXG4gIFNlbGVjdEhUTUxBdHRyaWJ1dGVzPEhUTUxTZWxlY3RFbGVtZW50PiAmIHtcbiAgICBzaXplVmFyaWFudD86ICdzbWFsbCcgfCAnYmFzZSc7XG4gIH07XG5cbmV4cG9ydCBpbnRlcmZhY2UgU2VsZWN0UHJvcHNcbiAgZXh0ZW5kcyBTZWxlY3RXcmFwcGVyUHJvcHMsXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgY29uZGl0aW9uYWxTdHlsZXM+IHt9XG5cbmNvbnN0IHNlbGVjdFNpemVWYXJpYW50cyA9IHZhcmlhbnQoe1xuICBkZWZhdWx0VmFyaWFudDogJ2Jhc2UnLFxuICBwcm9wOiAnc2l6ZVZhcmlhbnQnLFxuICB2YXJpYW50czoge1xuICAgIHNtYWxsOiB7XG4gICAgICBoZWlnaHQ6ICcycmVtJyxcbiAgICAgIHB4OiA4LFxuICAgICAgcHk6IDAsXG4gICAgfSxcbiAgICBiYXNlOiB7XG4gICAgICBoZWlnaHQ6ICdhdXRvJyxcbiAgICAgIHByOiA0OCxcbiAgICB9LFxuICB9LFxufSk7XG5cbmNvbnN0IFNlbGVjdEJhc2UgPSBzdHlsZWQuc2VsZWN0PFNlbGVjdFByb3BzPmBcbiAgJHtmb3JtRmllbGRTdHlsZXN9XG4gICR7Y29uZGl0aW9uYWxTdHlsZXN9XG4gICR7c2VsZWN0U2l6ZVZhcmlhbnRzfVxuICBjdXJzb3I6IHBvaW50ZXI7XG4gIC1tb3otYXBwZWFyYW5jZTogbm9uZTtcbiAgLXdlYmtpdC1hcHBlYXJhbmNlOiBub25lO1xuICBhcHBlYXJhbmNlOiBub25lO1xuYDtcblxuY29uc3QgYWxsb3dDbGlja1N0eWxlID0gY3NzYFxuICBwb2ludGVyLWV2ZW50czogbm9uZTtcbmA7XG5cbmNvbnN0IFN0eWxlZEZsZXhib3ggPSBzdHlsZWQoRmxleEJveCkoYWxsb3dDbGlja1N0eWxlKTtcblxuZXhwb3J0IGNvbnN0IFNlbGVjdCA9IGZvcndhcmRSZWY8SFRNTFNlbGVjdEVsZW1lbnQsIFNlbGVjdFdyYXBwZXJQcm9wcz4oXG4gIChcbiAgICB7XG4gICAgICBjbGFzc05hbWUsXG4gICAgICBkZWZhdWx0VmFsdWUsXG4gICAgICBvcHRpb25zLFxuICAgICAgZXJyb3IsXG4gICAgICBpZCxcbiAgICAgIHNpemVWYXJpYW50LFxuICAgICAgZGlzYWJsZWQsXG4gICAgICAuLi5yZXN0XG4gICAgfSxcbiAgICByZWZcbiAgKSA9PiB7XG4gICAgY29uc3QgW2FjdGl2YXRlZFN0eWxlLCBzZXRBY3RpdmF0ZWRTdHlsZV0gPSB1c2VTdGF0ZShmYWxzZSk7XG5cbiAgICBjb25zdCBjaGFuZ2VIYW5kbGVyID0gKGV2ZW50OiBDaGFuZ2VFdmVudDxIVE1MU2VsZWN0RWxlbWVudD4pID0+IHtcbiAgICAgIHJlc3Q/Lm9uQ2hhbmdlPy4oZXZlbnQpO1xuICAgICAgc2V0QWN0aXZhdGVkU3R5bGUodHJ1ZSk7XG4gICAgfTtcblxuICAgIGNvbnN0IHNlbGVjdE9wdGlvbnMgPSB1c2VNZW1vKCgpID0+IHtcbiAgICAgIHJldHVybiBwYXJzZVNlbGVjdE9wdGlvbnMoeyBvcHRpb25zLCBpZCB9KTtcbiAgICB9LCBbb3B0aW9ucywgaWRdKTtcblxuICAgIHJldHVybiAoXG4gICAgICA8Qm94XG4gICAgICAgIGNsYXNzTmFtZT17Y2xhc3NOYW1lfVxuICAgICAgICBtaW5XaWR0aD1cIjdyZW1cIlxuICAgICAgICBwb3NpdGlvbj1cInJlbGF0aXZlXCJcbiAgICAgICAgd2lkdGg9XCIxMDAlXCJcbiAgICAgID5cbiAgICAgICAgPFN0eWxlZEZsZXhib3hcbiAgICAgICAgICBhbGlnbkl0ZW1zPVwiY2VudGVyXCJcbiAgICAgICAgICBhcmlhLWhpZGRlblxuICAgICAgICAgIGJvdHRvbT1cIjBcIlxuICAgICAgICAgIGNvbG9yPXtlcnJvciA/ICdmZWVkYmFjay1lcnJvcicgOiBkaXNhYmxlZCA/ICd0ZXh0LWRpc2FibGVkJyA6ICd0ZXh0J31cbiAgICAgICAgICBwb3NpdGlvbj1cImFic29sdXRlXCJcbiAgICAgICAgICBwcj17MTJ9XG4gICAgICAgICAgcmlnaHQ9XCIwXCJcbiAgICAgICAgICB0b3A9XCIwXCJcbiAgICAgICAgPlxuICAgICAgICAgIHtzaXplVmFyaWFudCA9PT0gJ3NtYWxsJyA/IChcbiAgICAgICAgICAgIDxNaW5pQ2hldnJvbkRvd25JY29uIHNpemU9ezEyfSAvPlxuICAgICAgICAgICkgOiAoXG4gICAgICAgICAgICA8QXJyb3dDaGV2cm9uRG93bkljb24gc2l6ZT17MTZ9IC8+XG4gICAgICAgICAgKX1cbiAgICAgICAgPC9TdHlsZWRGbGV4Ym94PlxuICAgICAgICA8U2VsZWN0QmFzZVxuICAgICAgICAgIHsuLi5yZXN0fVxuICAgICAgICAgIGRlZmF1bHRWYWx1ZT17ZGVmYXVsdFZhbHVlIHx8ICcnfVxuICAgICAgICAgIGRpc2FibGVkPXtkaXNhYmxlZH1cbiAgICAgICAgICBlcnJvcj17ZXJyb3J9XG4gICAgICAgICAgaWQ9e2lkIHx8IHJlc3QuaHRtbEZvcn1cbiAgICAgICAgICByZWY9e3JlZn1cbiAgICAgICAgICBzaXplVmFyaWFudD17c2l6ZVZhcmlhbnR9XG4gICAgICAgICAgdmFyaWFudD17Y29uZGl0aW9uYWxTdHlsZVN0YXRlKEJvb2xlYW4oZXJyb3IpLCBhY3RpdmF0ZWRTdHlsZSl9XG4gICAgICAgICAgb25DaGFuZ2U9eyhldmVudCkgPT4gY2hhbmdlSGFuZGxlcihldmVudCl9XG4gICAgICAgID5cbiAgICAgICAgICB7c2VsZWN0T3B0aW9uc31cbiAgICAgICAgPC9TZWxlY3RCYXNlPlxuICAgICAgPC9Cb3g+XG4gICAgKTtcbiAgfVxuKTtcbiJdfQ== */",
|
|
37
37
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
38
38
|
};
|
|
39
39
|
const StyledFlexbox = /*#__PURE__*/_styled(FlexBox, {
|
|
40
40
|
target: "e1y2qbta0",
|
|
41
41
|
label: "StyledFlexbox"
|
|
42
|
-
})(allowClickStyle, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9Gb3JtL2lucHV0cy9TZWxlY3QudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTBFc0IiLCJmaWxlIjoiLi4vLi4vLi4vc3JjL0Zvcm0vaW5wdXRzL1NlbGVjdC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBBcnJvd0NoZXZyb25Eb3duSWNvbixcbiAgTWluaUNoZXZyb25Eb3duSWNvbixcbn0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQtaWNvbnMnO1xuaW1wb3J0IHsgdmFyaWFudCB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgeyBTdHlsZVByb3BzIH0gZnJvbSAnQGNvZGVjYWRlbXkvdmFyaWFuY2UnO1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHtcbiAgQ2hhbmdlRXZlbnQsXG4gIGZvcndhcmRSZWYsXG4gIFNlbGVjdEhUTUxBdHRyaWJ1dGVzLFxuICB1c2VNZW1vLFxuICB1c2VTdGF0ZSxcbn0gZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBCb3gsIEZsZXhCb3ggfSBmcm9tICcuLi8uLi9Cb3gnO1xuaW1wb3J0IHtcbiAgY29uZGl0aW9uYWxTdHlsZXMsXG4gIGNvbmRpdGlvbmFsU3R5bGVTdGF0ZSxcbiAgZm9ybUZpZWxkU3R5bGVzLFxufSBmcm9tICcuLi9zdHlsZXMnO1xuaW1wb3J0IHsgQmFzZUlucHV0UHJvcHMgfSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBwYXJzZVNlbGVjdE9wdGlvbnMgfSBmcm9tICcuLi91dGlscyc7XG5cbmV4cG9ydCB0eXBlIFNlbGVjdE9wdGlvbnMgPSBzdHJpbmdbXSB8IFJlY29yZDxzdHJpbmcsIG51bWJlciB8IHN0cmluZz47XG5cbmV4cG9ydCB0eXBlIFNlbGVjdENvbXBvbmVudFByb3BzID0gUGljazxcbiAgU2VsZWN0SFRNTEF0dHJpYnV0ZXM8SFRNTFNlbGVjdEVsZW1lbnQ+LFxuICAnZGlzYWJsZWQnIHwgJ2lkJ1xuPiAmXG4gIFBpY2s8QmFzZUlucHV0UHJvcHMsICdodG1sRm9yJyB8ICdlcnJvcic+ICYge1xuICAgIG9wdGlvbnM/OiBTZWxlY3RPcHRpb25zO1xuICB9O1xuXG5leHBvcnQgdHlwZSBTZWxlY3RXcmFwcGVyUHJvcHMgPSBTZWxlY3RDb21wb25lbnRQcm9wcyAmXG4gIFNlbGVjdEhUTUxBdHRyaWJ1dGVzPEhUTUxTZWxlY3RFbGVtZW50PiAmIHtcbiAgICBzaXplVmFyaWFudD86ICdzbWFsbCcgfCAnYmFzZSc7XG4gIH07XG5cbmV4cG9ydCBpbnRlcmZhY2UgU2VsZWN0UHJvcHNcbiAgZXh0ZW5kcyBTZWxlY3RXcmFwcGVyUHJvcHMsXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgY29uZGl0aW9uYWxTdHlsZXM+
|
|
42
|
+
})(allowClickStyle, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9Gb3JtL2lucHV0cy9TZWxlY3QudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTBFc0IiLCJmaWxlIjoiLi4vLi4vLi4vc3JjL0Zvcm0vaW5wdXRzL1NlbGVjdC50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICBBcnJvd0NoZXZyb25Eb3duSWNvbixcbiAgTWluaUNoZXZyb25Eb3duSWNvbixcbn0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQtaWNvbnMnO1xuaW1wb3J0IHsgdmFyaWFudCB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgeyBTdHlsZVByb3BzIH0gZnJvbSAnQGNvZGVjYWRlbXkvdmFyaWFuY2UnO1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHtcbiAgQ2hhbmdlRXZlbnQsXG4gIGZvcndhcmRSZWYsXG4gIFNlbGVjdEhUTUxBdHRyaWJ1dGVzLFxuICB1c2VNZW1vLFxuICB1c2VTdGF0ZSxcbn0gZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBCb3gsIEZsZXhCb3ggfSBmcm9tICcuLi8uLi9Cb3gnO1xuaW1wb3J0IHtcbiAgY29uZGl0aW9uYWxTdHlsZXMsXG4gIGNvbmRpdGlvbmFsU3R5bGVTdGF0ZSxcbiAgZm9ybUZpZWxkU3R5bGVzLFxufSBmcm9tICcuLi9zdHlsZXMnO1xuaW1wb3J0IHsgQmFzZUlucHV0UHJvcHMgfSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBwYXJzZVNlbGVjdE9wdGlvbnMgfSBmcm9tICcuLi91dGlscyc7XG5cbmV4cG9ydCB0eXBlIFNlbGVjdE9wdGlvbnMgPSBzdHJpbmdbXSB8IFJlY29yZDxzdHJpbmcsIG51bWJlciB8IHN0cmluZz47XG5cbmV4cG9ydCB0eXBlIFNlbGVjdENvbXBvbmVudFByb3BzID0gUGljazxcbiAgU2VsZWN0SFRNTEF0dHJpYnV0ZXM8SFRNTFNlbGVjdEVsZW1lbnQ+LFxuICAnZGlzYWJsZWQnIHwgJ2lkJ1xuPiAmXG4gIFBpY2s8QmFzZUlucHV0UHJvcHMsICdodG1sRm9yJyB8ICdlcnJvcic+ICYge1xuICAgIG9wdGlvbnM/OiBTZWxlY3RPcHRpb25zO1xuICB9O1xuXG5leHBvcnQgdHlwZSBTZWxlY3RXcmFwcGVyUHJvcHMgPSBTZWxlY3RDb21wb25lbnRQcm9wcyAmXG4gIFNlbGVjdEhUTUxBdHRyaWJ1dGVzPEhUTUxTZWxlY3RFbGVtZW50PiAmIHtcbiAgICBzaXplVmFyaWFudD86ICdzbWFsbCcgfCAnYmFzZSc7XG4gIH07XG5cbmV4cG9ydCBpbnRlcmZhY2UgU2VsZWN0UHJvcHNcbiAgZXh0ZW5kcyBTZWxlY3RXcmFwcGVyUHJvcHMsXG4gICAgU3R5bGVQcm9wczx0eXBlb2YgY29uZGl0aW9uYWxTdHlsZXM+IHt9XG5cbmNvbnN0IHNlbGVjdFNpemVWYXJpYW50cyA9IHZhcmlhbnQoe1xuICBkZWZhdWx0VmFyaWFudDogJ2Jhc2UnLFxuICBwcm9wOiAnc2l6ZVZhcmlhbnQnLFxuICB2YXJpYW50czoge1xuICAgIHNtYWxsOiB7XG4gICAgICBoZWlnaHQ6ICcycmVtJyxcbiAgICAgIHB4OiA4LFxuICAgICAgcHk6IDAsXG4gICAgfSxcbiAgICBiYXNlOiB7XG4gICAgICBoZWlnaHQ6ICdhdXRvJyxcbiAgICAgIHByOiA0OCxcbiAgICB9LFxuICB9LFxufSk7XG5cbmNvbnN0IFNlbGVjdEJhc2UgPSBzdHlsZWQuc2VsZWN0PFNlbGVjdFByb3BzPmBcbiAgJHtmb3JtRmllbGRTdHlsZXN9XG4gICR7Y29uZGl0aW9uYWxTdHlsZXN9XG4gICR7c2VsZWN0U2l6ZVZhcmlhbnRzfVxuICBjdXJzb3I6IHBvaW50ZXI7XG4gIC1tb3otYXBwZWFyYW5jZTogbm9uZTtcbiAgLXdlYmtpdC1hcHBlYXJhbmNlOiBub25lO1xuICBhcHBlYXJhbmNlOiBub25lO1xuYDtcblxuY29uc3QgYWxsb3dDbGlja1N0eWxlID0gY3NzYFxuICBwb2ludGVyLWV2ZW50czogbm9uZTtcbmA7XG5cbmNvbnN0IFN0eWxlZEZsZXhib3ggPSBzdHlsZWQoRmxleEJveCkoYWxsb3dDbGlja1N0eWxlKTtcblxuZXhwb3J0IGNvbnN0IFNlbGVjdCA9IGZvcndhcmRSZWY8SFRNTFNlbGVjdEVsZW1lbnQsIFNlbGVjdFdyYXBwZXJQcm9wcz4oXG4gIChcbiAgICB7XG4gICAgICBjbGFzc05hbWUsXG4gICAgICBkZWZhdWx0VmFsdWUsXG4gICAgICBvcHRpb25zLFxuICAgICAgZXJyb3IsXG4gICAgICBpZCxcbiAgICAgIHNpemVWYXJpYW50LFxuICAgICAgZGlzYWJsZWQsXG4gICAgICAuLi5yZXN0XG4gICAgfSxcbiAgICByZWZcbiAgKSA9PiB7XG4gICAgY29uc3QgW2FjdGl2YXRlZFN0eWxlLCBzZXRBY3RpdmF0ZWRTdHlsZV0gPSB1c2VTdGF0ZShmYWxzZSk7XG5cbiAgICBjb25zdCBjaGFuZ2VIYW5kbGVyID0gKGV2ZW50OiBDaGFuZ2VFdmVudDxIVE1MU2VsZWN0RWxlbWVudD4pID0+IHtcbiAgICAgIHJlc3Q/Lm9uQ2hhbmdlPy4oZXZlbnQpO1xuICAgICAgc2V0QWN0aXZhdGVkU3R5bGUodHJ1ZSk7XG4gICAgfTtcblxuICAgIGNvbnN0IHNlbGVjdE9wdGlvbnMgPSB1c2VNZW1vKCgpID0+IHtcbiAgICAgIHJldHVybiBwYXJzZVNlbGVjdE9wdGlvbnMoeyBvcHRpb25zLCBpZCB9KTtcbiAgICB9LCBbb3B0aW9ucywgaWRdKTtcblxuICAgIHJldHVybiAoXG4gICAgICA8Qm94XG4gICAgICAgIGNsYXNzTmFtZT17Y2xhc3NOYW1lfVxuICAgICAgICBtaW5XaWR0aD1cIjdyZW1cIlxuICAgICAgICBwb3NpdGlvbj1cInJlbGF0aXZlXCJcbiAgICAgICAgd2lkdGg9XCIxMDAlXCJcbiAgICAgID5cbiAgICAgICAgPFN0eWxlZEZsZXhib3hcbiAgICAgICAgICBhbGlnbkl0ZW1zPVwiY2VudGVyXCJcbiAgICAgICAgICBhcmlhLWhpZGRlblxuICAgICAgICAgIGJvdHRvbT1cIjBcIlxuICAgICAgICAgIGNvbG9yPXtlcnJvciA/ICdmZWVkYmFjay1lcnJvcicgOiBkaXNhYmxlZCA/ICd0ZXh0LWRpc2FibGVkJyA6ICd0ZXh0J31cbiAgICAgICAgICBwb3NpdGlvbj1cImFic29sdXRlXCJcbiAgICAgICAgICBwcj17MTJ9XG4gICAgICAgICAgcmlnaHQ9XCIwXCJcbiAgICAgICAgICB0b3A9XCIwXCJcbiAgICAgICAgPlxuICAgICAgICAgIHtzaXplVmFyaWFudCA9PT0gJ3NtYWxsJyA/IChcbiAgICAgICAgICAgIDxNaW5pQ2hldnJvbkRvd25JY29uIHNpemU9ezEyfSAvPlxuICAgICAgICAgICkgOiAoXG4gICAgICAgICAgICA8QXJyb3dDaGV2cm9uRG93bkljb24gc2l6ZT17MTZ9IC8+XG4gICAgICAgICAgKX1cbiAgICAgICAgPC9TdHlsZWRGbGV4Ym94PlxuICAgICAgICA8U2VsZWN0QmFzZVxuICAgICAgICAgIHsuLi5yZXN0fVxuICAgICAgICAgIGRlZmF1bHRWYWx1ZT17ZGVmYXVsdFZhbHVlIHx8ICcnfVxuICAgICAgICAgIGRpc2FibGVkPXtkaXNhYmxlZH1cbiAgICAgICAgICBlcnJvcj17ZXJyb3J9XG4gICAgICAgICAgaWQ9e2lkIHx8IHJlc3QuaHRtbEZvcn1cbiAgICAgICAgICByZWY9e3JlZn1cbiAgICAgICAgICBzaXplVmFyaWFudD17c2l6ZVZhcmlhbnR9XG4gICAgICAgICAgdmFyaWFudD17Y29uZGl0aW9uYWxTdHlsZVN0YXRlKEJvb2xlYW4oZXJyb3IpLCBhY3RpdmF0ZWRTdHlsZSl9XG4gICAgICAgICAgb25DaGFuZ2U9eyhldmVudCkgPT4gY2hhbmdlSGFuZGxlcihldmVudCl9XG4gICAgICAgID5cbiAgICAgICAgICB7c2VsZWN0T3B0aW9uc31cbiAgICAgICAgPC9TZWxlY3RCYXNlPlxuICAgICAgPC9Cb3g+XG4gICAgKTtcbiAgfVxuKTtcbiJdfQ== */");
|
|
43
43
|
export const Select = /*#__PURE__*/forwardRef(({
|
|
44
44
|
className,
|
|
45
45
|
defaultValue,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { StyleProps } from '@codecademy/variance';
|
|
2
|
-
import
|
|
2
|
+
import { TextareaHTMLAttributes } from 'react';
|
|
3
3
|
import { conditionalStyles } from '../styles';
|
|
4
4
|
import { BaseInputProps } from '../types';
|
|
5
5
|
export type TextWrapperProps = TextareaHTMLAttributes<HTMLTextAreaElement> & Omit<BaseInputProps, 'label'> & {
|
|
@@ -8,7 +8,7 @@ export type TextWrapperProps = TextareaHTMLAttributes<HTMLTextAreaElement> & Omi
|
|
|
8
8
|
};
|
|
9
9
|
export interface TextAreaProps extends TextWrapperProps, StyleProps<typeof conditionalStyles> {
|
|
10
10
|
}
|
|
11
|
-
export
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
export declare const TextArea: import("react").ForwardRefExoticComponent<TextareaHTMLAttributes<HTMLTextAreaElement> & Omit<BaseInputProps, "label"> & {
|
|
12
|
+
className?: string | undefined;
|
|
13
|
+
value?: string | undefined;
|
|
14
|
+
} & import("react").RefAttributes<HTMLTextAreaElement>>;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import _styled from "@emotion/styled/base";
|
|
2
|
-
import
|
|
2
|
+
import { forwardRef, useState } from 'react';
|
|
3
3
|
import { conditionalStyles, conditionalStyleState, formFieldStyles } from '../styles';
|
|
4
4
|
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,
|
|
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
9
|
export const TextArea = /*#__PURE__*/forwardRef(({
|
|
10
10
|
error,
|
|
11
11
|
className,
|
|
@@ -30,46 +30,36 @@ declare const positions: {
|
|
|
30
30
|
stretch: string;
|
|
31
31
|
};
|
|
32
32
|
declare const buttonMap: {
|
|
33
|
-
cta: import("@emotion/styled").StyledComponent<(((Omit<
|
|
33
|
+
cta: import("@emotion/styled").StyledComponent<(((Omit<{
|
|
34
34
|
theme?: import("@emotion/react").Theme | undefined;
|
|
35
35
|
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
36
36
|
} & {
|
|
37
37
|
theme?: import("@emotion/react").Theme | undefined;
|
|
38
|
-
}
|
|
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" | "type" | keyof React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value">, "ref"> | Omit<{
|
|
39
39
|
theme?: import("@emotion/react").Theme | undefined;
|
|
40
40
|
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
41
41
|
} & {
|
|
42
42
|
theme?: import("@emotion/react").Theme | undefined;
|
|
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">, "onScrollEnd" | "onScrollEndCapture"> & import("../..").OptionalScrollProps & Omit<{
|
|
44
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
45
|
-
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
46
|
-
} & {
|
|
47
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
48
|
-
} & 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">, "onScrollEnd" | "onScrollEndCapture">, "ref">) & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>) & {
|
|
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" | "type" | keyof React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "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" | "media" | "target" | "type" | "href" | keyof React.ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "ping" | "referrerPolicy">, "ref">) & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>) & {
|
|
49
44
|
theme?: import("@emotion/react").Theme | undefined;
|
|
50
45
|
}) & import("../../Button/shared").ButtonBaseProps & {
|
|
51
46
|
variant?: "primary" | undefined;
|
|
52
47
|
}, {}, {}>;
|
|
53
|
-
fill: React.ForwardRefExoticComponent<(Omit<Omit<
|
|
48
|
+
fill: React.ForwardRefExoticComponent<(Omit<Omit<{
|
|
54
49
|
theme?: import("@emotion/react").Theme | undefined;
|
|
55
50
|
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
56
51
|
} & {
|
|
57
52
|
theme?: import("@emotion/react").Theme | undefined;
|
|
58
|
-
}
|
|
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" | "type" | keyof React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value">, "ref"> & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
|
|
59
54
|
theme?: import("@emotion/react").Theme | undefined;
|
|
60
55
|
} & import("../../Button/shared").ButtonBaseProps & Partial<import("../..").IconComponentType> & {
|
|
61
56
|
iconPosition?: "left" | "right" | undefined;
|
|
62
|
-
}, "ref"> | Omit<Omit<
|
|
63
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
64
|
-
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
65
|
-
} & {
|
|
66
|
-
theme?: import("@emotion/react").Theme | undefined;
|
|
67
|
-
} & 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">, "onScrollEnd" | "onScrollEndCapture"> & import("../..").OptionalScrollProps & Omit<{
|
|
57
|
+
}, "ref"> | Omit<Omit<{
|
|
68
58
|
theme?: import("@emotion/react").Theme | undefined;
|
|
69
59
|
as?: React.ElementType<any, keyof React.JSX.IntrinsicElements> | undefined;
|
|
70
60
|
} & {
|
|
71
61
|
theme?: import("@emotion/react").Theme | undefined;
|
|
72
|
-
} & 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">, "onScrollEnd" | "onScrollEndCapture">, "ref"> & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
|
|
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" | "type" | keyof React.ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "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" | "media" | "target" | "type" | "href" | keyof React.ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "ping" | "referrerPolicy">, "ref"> & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
|
|
73
63
|
theme?: import("@emotion/react").Theme | undefined;
|
|
74
64
|
} & import("../../Button/shared").ButtonBaseProps & Partial<import("../..").IconComponentType> & {
|
|
75
65
|
iconPosition?: "left" | "right" | undefined;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
import { CompatibleComponentProps } from '../../utils';
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
3
2
|
import { ColEl } from '../elements';
|
|
4
3
|
import { PublicListProps } from '../types';
|
|
5
|
-
export interface ListColProps extends PublicListProps<
|
|
4
|
+
export interface ListColProps extends PublicListProps<ComponentProps<typeof ColEl>> {
|
|
6
5
|
}
|
|
7
6
|
export declare const ListCol: import("react").ForwardRefExoticComponent<Omit<ListColProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
package/dist/List/List.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
1
2
|
import * as React from 'react';
|
|
2
3
|
import { BoxProps } from '../Box';
|
|
3
|
-
import { CompatibleComponentProps } from '../utils';
|
|
4
4
|
import { ListEl } from './elements';
|
|
5
5
|
import { AllListProps } from './types';
|
|
6
|
-
export interface ListProps extends AllListProps<
|
|
6
|
+
export interface ListProps extends AllListProps<ComponentProps<typeof ListEl>> {
|
|
7
7
|
/** Whether List should be an ol, ul element, or table */
|
|
8
8
|
as?: 'ol' | 'ul' | 'table';
|
|
9
9
|
/** Whether a placeholder width should be set when loading */
|
package/dist/List/ListCol.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
import { CompatibleComponentProps } from '../utils';
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
3
2
|
import { ColEl } from './elements';
|
|
4
3
|
import { PublicListProps } from './types';
|
|
5
|
-
export interface ListColProps extends PublicListProps<
|
|
4
|
+
export interface ListColProps extends PublicListProps<ComponentProps<typeof ColEl>> {
|
|
6
5
|
}
|
|
7
6
|
export declare const ListCol: import("react").ForwardRefExoticComponent<Omit<ListColProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
@@ -13,5 +13,5 @@ export declare function useList({ listType, rowBreakpoint, scrollable, spacing,
|
|
|
13
13
|
rowBreakpoint: "xs" | "sm" | "md" | undefined;
|
|
14
14
|
scrollable: boolean | undefined;
|
|
15
15
|
spacing: "normal" | "condensed" | "compact" | undefined;
|
|
16
|
-
variant: "table" | "
|
|
16
|
+
variant: "table" | "default" | "block" | "plain" | "card" | undefined;
|
|
17
17
|
};
|
package/dist/List/ListRow.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
1
2
|
import * as React from 'react';
|
|
2
|
-
import { CompatibleComponentProps } from '../utils';
|
|
3
3
|
import { RowEl } from './elements';
|
|
4
4
|
import { PublicListProps } from './types';
|
|
5
|
-
export interface RowProps extends Partial<PublicListProps<
|
|
5
|
+
export interface RowProps extends Partial<PublicListProps<ComponentProps<typeof RowEl>>> {
|
|
6
6
|
header?: boolean;
|
|
7
7
|
}
|
|
8
8
|
export interface ExpandableRowProps extends RowProps {
|
package/dist/List/ListRow.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _styled from "@emotion/styled/base";
|
|
2
2
|
import { css } from '@codecademy/gamut-styles';
|
|
3
|
-
import { AnimatePresence, motion } from 'motion
|
|
3
|
+
import { AnimatePresence, motion } from 'framer-motion';
|
|
4
4
|
import { forwardRef } from 'react';
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
import { Box } from '../Box';
|
|
@@ -38,11 +38,11 @@ const expandStyles = css({
|
|
|
38
38
|
const DivExpand = /*#__PURE__*/_styled(motion.div, {
|
|
39
39
|
target: "emme6rk1",
|
|
40
40
|
label: "DivExpand"
|
|
41
|
-
})(expandStyles, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
41
|
+
})(expandStyles, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9MaXN0L0xpc3RSb3cudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTBDa0IiLCJmaWxlIjoiLi4vLi4vc3JjL0xpc3QvTGlzdFJvdy50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAY29kZWNhZGVteS9nYW11dC1zdHlsZXMnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgQW5pbWF0ZVByZXNlbmNlLCBtb3Rpb24gfSBmcm9tICdmcmFtZXItbW90aW9uJztcbmltcG9ydCB7IENvbXBvbmVudFByb3BzLCBmb3J3YXJkUmVmLCBNb3VzZUV2ZW50IH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0ICogYXMgUmVhY3QgZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBCb3ggfSBmcm9tICcuLi9Cb3gnO1xuaW1wb3J0IHsgV2l0aENoaWxkcmVuUHJvcCB9IGZyb20gJy4uL3V0aWxzJztcbmltcG9ydCB7IFJvd0VsIH0gZnJvbSAnLi9lbGVtZW50cyc7XG5pbXBvcnQgeyB1c2VMaXN0Q29udGV4dCB9IGZyb20gJy4vTGlzdFByb3ZpZGVyJztcbmltcG9ydCB7IFB1YmxpY0xpc3RQcm9wcyB9IGZyb20gJy4vdHlwZXMnO1xuXG5leHBvcnQgaW50ZXJmYWNlIFJvd1Byb3BzXG4gIGV4dGVuZHMgUGFydGlhbDxQdWJsaWNMaXN0UHJvcHM8Q29tcG9uZW50UHJvcHM8dHlwZW9mIFJvd0VsPj4+IHtcbiAgaGVhZGVyPzogYm9vbGVhbjtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBFeHBhbmRhYmxlUm93UHJvcHMgZXh0ZW5kcyBSb3dQcm9wcyB7XG4gIGV4cGFuZGVkOiBib29sZWFuO1xuICByZW5kZXJFeHBhbmRlZDogKCkgPT4gUmVhY3QuUmVhY3ROb2RlO1xuICBleHBhbmRlZFJvd0FyaWFMYWJlbD86IHN0cmluZztcbiAga2VlcFNwYWNpbmdXaGlsZUV4cGFuZGVkPzogYm9vbGVhbjtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBTaW1wbGVSb3dQcm9wcyBleHRlbmRzIFJvd1Byb3BzIHtcbiAgZXhwYW5kZWQ/OiBuZXZlcjtcbiAgcmVuZGVyRXhwYW5kZWQ/OiBuZXZlcjtcbiAgZXhwYW5kZWRSb3dBcmlhTGFiZWw/OiBuZXZlcjtcbiAga2VlcFNwYWNpbmdXaGlsZUV4cGFuZGVkPzogbmV2ZXI7XG59XG5cbmV4cG9ydCB0eXBlIExpc3RSb3dQcm9wcyA9IEV4cGFuZGFibGVSb3dQcm9wcyB8IFNpbXBsZVJvd1Byb3BzO1xuXG5jb25zdCBleHBhbmRTdHlsZXMgPSBjc3Moe1xuICBmbGV4QmFzaXM6IHsgXzogJzEwMCUnLCBjX2Jhc2U6ICd1bmRlZmluZWQnLCBjX3NtOiAnMTAwJScgfSxcbiAgZmxleFNocmluazogeyBfOiAwLCBjX2Jhc2U6IHVuZGVmaW5lZCwgY19zbTogMCB9LFxuICBncmlkQ29sdW1uOiB7IF86IHVuZGVmaW5lZCwgY19iYXNlOiAnc3BhbiAzJywgY19zbTogdW5kZWZpbmVkIH0sXG4gIG1pbldpZHRoOiB7IF86ICcxMDAlJywgY19iYXNlOiB1bmRlZmluZWQsIGNfc206ICcxMDAlJyB9LFxuICBvcmRlcjogeyBfOiA5OTksIGNfYmFzZTogdW5kZWZpbmVkLCBjX3NtOiA5OTkgfSxcbiAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxufSk7XG5cbmNvbnN0IERpdkV4cGFuZCA9IHN0eWxlZChtb3Rpb24uZGl2KShleHBhbmRTdHlsZXMpO1xuY29uc3QgVERFeHBhbmQgPSBzdHlsZWQobW90aW9uLnRkKShleHBhbmRTdHlsZXMpO1xuXG5jb25zdCBFeHBhbmRJbkNvbGxhcHNlT3V0OiBSZWFjdC5GQzxcbiAgV2l0aENoaWxkcmVuUHJvcCAmIHsgYXM6ICd0ZCcgfCAnZGl2JyB9XG4+ID0gKHsgYXMsIGNoaWxkcmVuIH0pID0+IHtcbiAgY29uc3QgUmVzcG9uc2l2ZUV4cGFuZCA9IGFzID09PSAndGQnID8gVERFeHBhbmQgOiBEaXZFeHBhbmQ7XG5cbiAgcmV0dXJuIChcbiAgICA8UmVzcG9uc2l2ZUV4cGFuZFxuICAgICAgYW5pbWF0ZT1cImV4cGFuZGVkXCJcbiAgICAgIGV4aXQ9XCJjb2xsYXBzZWRcIlxuICAgICAgaW5pdGlhbD1cImNvbGxhcHNlZFwiXG4gICAgICB0cmFuc2l0aW9uPXt7IGR1cmF0aW9uOiAwLjIsIGVhc2U6ICdlYXNlSW5PdXQnIH19XG4gICAgICB2YXJpYW50cz17e1xuICAgICAgICBleHBhbmRlZDogeyBoZWlnaHQ6ICdhdXRvJyB9LFxuICAgICAgICBjb2xsYXBzZWQ6IHsgaGVpZ2h0OiAwIH0sXG4gICAgICB9fVxuICAgID5cbiAgICAgIHtjaGlsZHJlbn1cbiAgICA8L1Jlc3BvbnNpdmVFeHBhbmQ+XG4gICk7XG59O1xuXG5leHBvcnQgY29uc3QgTGlzdFJvdyA9IGZvcndhcmRSZWY8SFRNTExJRWxlbWVudCwgTGlzdFJvd1Byb3BzPihcbiAgKFxuICAgIHtcbiAgICAgIGNoaWxkcmVuLFxuICAgICAgZXhwYW5kZWQsXG4gICAgICBleHBhbmRlZFJvd0FyaWFMYWJlbCxcbiAgICAgIHJlbmRlckV4cGFuZGVkLFxuICAgICAga2VlcFNwYWNpbmdXaGlsZUV4cGFuZGVkLFxuICAgICAgLi4ucmVzdFxuICAgIH0sXG4gICAgcmVmXG4gICkgPT4ge1xuICAgIGNvbnN0IHsgbGlzdFR5cGUsIHNjcm9sbGFibGUsIHZhcmlhbnQsIC4uLnJvd0NvbmZpZyB9ID0gdXNlTGlzdENvbnRleHQoKTtcbiAgICBjb25zdCBpc09sID0gbGlzdFR5cGUgPT09ICdvbCc7XG4gICAgY29uc3QgaXNUYWJsZSA9IGxpc3RUeXBlID09PSAndGFibGUnO1xuICAgIGNvbnN0IHsgb25DbGljaywgcm9sZSwgdGFiSW5kZXgsIC4uLnJvd1Byb3BzIH0gPSByZXN0O1xuICAgIGNvbnN0IHdyYXBwZXJQcm9wcyA9XG4gICAgICAoIXJlbmRlckV4cGFuZGVkICYmICFvbkNsaWNrKSB8fCBpc1RhYmxlXG4gICAgICAgID8geyAuLi5yb3dDb25maWcsIC4uLnJvd1Byb3BzIH1cbiAgICAgICAgOiB7IHNwYWNpbmc6IGtlZXBTcGFjaW5nV2hpbGVFeHBhbmRlZCA/IHJvd0NvbmZpZy5zcGFjaW5nIDogdW5kZWZpbmVkIH07XG4gICAgbGV0IGNvbnRlbnQgPSBjaGlsZHJlbjtcbiAgICBjb25zdCByZW5kZXJOdW1iZXJpbmcgPSBpc09sICYmIHJlbmRlckV4cGFuZGVkID09PSB1bmRlZmluZWQgJiYgIW9uQ2xpY2s7XG5cbiAgICBpZiAoKHJlbmRlckV4cGFuZGVkIHx8IEJvb2xlYW4ob25DbGljaykpICYmICFpc1RhYmxlKSB7XG4gICAgICBjb250ZW50ID0gKFxuICAgICAgICA8Um93RWxcbiAgICAgICAgICBhcz1cImRpdlwiXG4gICAgICAgICAgey4uLnJvd0NvbmZpZ31cbiAgICAgICAgICBhcmlhLWV4cGFuZGVkPXtyZW5kZXJFeHBhbmRlZCAmJiBvbkNsaWNrID8gZXhwYW5kZWQgOiB1bmRlZmluZWR9XG4gICAgICAgICAgaW50ZXJhY3RpdmU9e0Jvb2xlYW4ob25DbGljayl9XG4gICAgICAgICAgaXNPbD17aXNPbH1cbiAgICAgICAgICByb2xlPXtvbkNsaWNrID8gJ2J1dHRvbicgOiByb2xlfVxuICAgICAgICAgIHRhYkluZGV4PXtvbkNsaWNrID8gMCA6IHRhYkluZGV4fVxuICAgICAgICAgIG9uQ2xpY2s9e29uQ2xpY2t9XG4gICAgICAgICAgb25LZXlEb3duPXsoZSkgPT4ge1xuICAgICAgICAgICAgaWYgKGUua2V5ID09PSAnRW50ZXInICYmIG9uQ2xpY2spIHtcbiAgICAgICAgICAgICAgb25DbGljayhlIGFzIHVua25vd24gYXMgTW91c2VFdmVudDxIVE1MTElFbGVtZW50Pik7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfX1cbiAgICAgICAgICB7Li4ucm93UHJvcHN9XG4gICAgICAgICAgcmVmPXtyZWZ9XG4gICAgICAgID5cbiAgICAgICAgICB7Y2hpbGRyZW59XG4gICAgICAgIDwvUm93RWw+XG4gICAgICApO1xuICAgIH1cblxuICAgIHJldHVybiAoXG4gICAgICA8Um93RWxcbiAgICAgICAgYXJpYS1saXZlPXtyZW5kZXJFeHBhbmRlZCA/ICdwb2xpdGUnIDogdW5kZWZpbmVkfVxuICAgICAgICBleHBhbmRlZD17aXNUYWJsZSA/IHVuZGVmaW5lZCA6ICEhcmVuZGVyRXhwYW5kZWR9XG4gICAgICAgIGZsZXhXcmFwPXtcbiAgICAgICAgICBpc1RhYmxlICYmIHJlbmRlckV4cGFuZGVkXG4gICAgICAgICAgICA/IHsgXzogJ3dyYXAnLCBjX2Jhc2U6IHVuZGVmaW5lZCwgY19zbTogJ3dyYXAnIH1cbiAgICAgICAgICAgIDogeyBfOiAnbm93cmFwJywgY19iYXNlOiB1bmRlZmluZWQsIGNfc206ICdub3dyYXAnIH1cbiAgICAgICAgfVxuICAgICAgICBncmlkVGVtcGxhdGVDb2x1bW5zPXt7XG4gICAgICAgICAgXzogdW5kZWZpbmVkLFxuICAgICAgICAgIGNfYmFzZTogJ21pbm1heCgwLCAxZnIpIG1heC1jb250ZW50JyxcbiAgICAgICAgICBjX3NtOiB1bmRlZmluZWQsXG4gICAgICAgIH19XG4gICAgICAgIGlzT2w9e3JlbmRlck51bWJlcmluZ31cbiAgICAgICAgcm9sZT17cm9sZX1cbiAgICAgICAgc2Nyb2xsYWJsZT17c2Nyb2xsYWJsZX1cbiAgICAgICAgdGFiSW5kZXg9e3RhYkluZGV4fVxuICAgICAgICB2YXJpYW50PXt2YXJpYW50fVxuICAgICAgICB7Li4ud3JhcHBlclByb3BzfVxuICAgICAgPlxuICAgICAgICA8PlxuICAgICAgICAgIHtjb250ZW50fVxuICAgICAgICAgIDxBbmltYXRlUHJlc2VuY2U+XG4gICAgICAgICAgICB7ZXhwYW5kZWQgJiYgKFxuICAgICAgICAgICAgICA8RXhwYW5kSW5Db2xsYXBzZU91dCBhcz17aXNUYWJsZSA/ICd0ZCcgOiAnZGl2J30+XG4gICAgICAgICAgICAgICAgPEJveCBhcmlhLWxhYmVsPXtleHBhbmRlZFJvd0FyaWFMYWJlbH0gcm9sZT1cInJlZ2lvblwiPlxuICAgICAgICAgICAgICAgICAge3JlbmRlckV4cGFuZGVkPy4oKX1cbiAgICAgICAgICAgICAgICA8L0JveD5cbiAgICAgICAgICAgICAgPC9FeHBhbmRJbkNvbGxhcHNlT3V0PlxuICAgICAgICAgICAgKX1cbiAgICAgICAgICA8L0FuaW1hdGVQcmVzZW5jZT5cbiAgICAgICAgPC8+XG4gICAgICA8L1Jvd0VsPlxuICAgICk7XG4gIH1cbik7XG4iXX0= */");
|
|
42
42
|
const TDExpand = /*#__PURE__*/_styled(motion.td, {
|
|
43
43
|
target: "emme6rk0",
|
|
44
44
|
label: "TDExpand"
|
|
45
|
-
})(expandStyles, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
45
|
+
})(expandStyles, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9MaXN0L0xpc3RSb3cudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQTJDaUIiLCJmaWxlIjoiLi4vLi4vc3JjL0xpc3QvTGlzdFJvdy50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAY29kZWNhZGVteS9nYW11dC1zdHlsZXMnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgQW5pbWF0ZVByZXNlbmNlLCBtb3Rpb24gfSBmcm9tICdmcmFtZXItbW90aW9uJztcbmltcG9ydCB7IENvbXBvbmVudFByb3BzLCBmb3J3YXJkUmVmLCBNb3VzZUV2ZW50IH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0ICogYXMgUmVhY3QgZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBCb3ggfSBmcm9tICcuLi9Cb3gnO1xuaW1wb3J0IHsgV2l0aENoaWxkcmVuUHJvcCB9IGZyb20gJy4uL3V0aWxzJztcbmltcG9ydCB7IFJvd0VsIH0gZnJvbSAnLi9lbGVtZW50cyc7XG5pbXBvcnQgeyB1c2VMaXN0Q29udGV4dCB9IGZyb20gJy4vTGlzdFByb3ZpZGVyJztcbmltcG9ydCB7IFB1YmxpY0xpc3RQcm9wcyB9IGZyb20gJy4vdHlwZXMnO1xuXG5leHBvcnQgaW50ZXJmYWNlIFJvd1Byb3BzXG4gIGV4dGVuZHMgUGFydGlhbDxQdWJsaWNMaXN0UHJvcHM8Q29tcG9uZW50UHJvcHM8dHlwZW9mIFJvd0VsPj4+IHtcbiAgaGVhZGVyPzogYm9vbGVhbjtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBFeHBhbmRhYmxlUm93UHJvcHMgZXh0ZW5kcyBSb3dQcm9wcyB7XG4gIGV4cGFuZGVkOiBib29sZWFuO1xuICByZW5kZXJFeHBhbmRlZDogKCkgPT4gUmVhY3QuUmVhY3ROb2RlO1xuICBleHBhbmRlZFJvd0FyaWFMYWJlbD86IHN0cmluZztcbiAga2VlcFNwYWNpbmdXaGlsZUV4cGFuZGVkPzogYm9vbGVhbjtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBTaW1wbGVSb3dQcm9wcyBleHRlbmRzIFJvd1Byb3BzIHtcbiAgZXhwYW5kZWQ/OiBuZXZlcjtcbiAgcmVuZGVyRXhwYW5kZWQ/OiBuZXZlcjtcbiAgZXhwYW5kZWRSb3dBcmlhTGFiZWw/OiBuZXZlcjtcbiAga2VlcFNwYWNpbmdXaGlsZUV4cGFuZGVkPzogbmV2ZXI7XG59XG5cbmV4cG9ydCB0eXBlIExpc3RSb3dQcm9wcyA9IEV4cGFuZGFibGVSb3dQcm9wcyB8IFNpbXBsZVJvd1Byb3BzO1xuXG5jb25zdCBleHBhbmRTdHlsZXMgPSBjc3Moe1xuICBmbGV4QmFzaXM6IHsgXzogJzEwMCUnLCBjX2Jhc2U6ICd1bmRlZmluZWQnLCBjX3NtOiAnMTAwJScgfSxcbiAgZmxleFNocmluazogeyBfOiAwLCBjX2Jhc2U6IHVuZGVmaW5lZCwgY19zbTogMCB9LFxuICBncmlkQ29sdW1uOiB7IF86IHVuZGVmaW5lZCwgY19iYXNlOiAnc3BhbiAzJywgY19zbTogdW5kZWZpbmVkIH0sXG4gIG1pbldpZHRoOiB7IF86ICcxMDAlJywgY19iYXNlOiB1bmRlZmluZWQsIGNfc206ICcxMDAlJyB9LFxuICBvcmRlcjogeyBfOiA5OTksIGNfYmFzZTogdW5kZWZpbmVkLCBjX3NtOiA5OTkgfSxcbiAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxufSk7XG5cbmNvbnN0IERpdkV4cGFuZCA9IHN0eWxlZChtb3Rpb24uZGl2KShleHBhbmRTdHlsZXMpO1xuY29uc3QgVERFeHBhbmQgPSBzdHlsZWQobW90aW9uLnRkKShleHBhbmRTdHlsZXMpO1xuXG5jb25zdCBFeHBhbmRJbkNvbGxhcHNlT3V0OiBSZWFjdC5GQzxcbiAgV2l0aENoaWxkcmVuUHJvcCAmIHsgYXM6ICd0ZCcgfCAnZGl2JyB9XG4+ID0gKHsgYXMsIGNoaWxkcmVuIH0pID0+IHtcbiAgY29uc3QgUmVzcG9uc2l2ZUV4cGFuZCA9IGFzID09PSAndGQnID8gVERFeHBhbmQgOiBEaXZFeHBhbmQ7XG5cbiAgcmV0dXJuIChcbiAgICA8UmVzcG9uc2l2ZUV4cGFuZFxuICAgICAgYW5pbWF0ZT1cImV4cGFuZGVkXCJcbiAgICAgIGV4aXQ9XCJjb2xsYXBzZWRcIlxuICAgICAgaW5pdGlhbD1cImNvbGxhcHNlZFwiXG4gICAgICB0cmFuc2l0aW9uPXt7IGR1cmF0aW9uOiAwLjIsIGVhc2U6ICdlYXNlSW5PdXQnIH19XG4gICAgICB2YXJpYW50cz17e1xuICAgICAgICBleHBhbmRlZDogeyBoZWlnaHQ6ICdhdXRvJyB9LFxuICAgICAgICBjb2xsYXBzZWQ6IHsgaGVpZ2h0OiAwIH0sXG4gICAgICB9fVxuICAgID5cbiAgICAgIHtjaGlsZHJlbn1cbiAgICA8L1Jlc3BvbnNpdmVFeHBhbmQ+XG4gICk7XG59O1xuXG5leHBvcnQgY29uc3QgTGlzdFJvdyA9IGZvcndhcmRSZWY8SFRNTExJRWxlbWVudCwgTGlzdFJvd1Byb3BzPihcbiAgKFxuICAgIHtcbiAgICAgIGNoaWxkcmVuLFxuICAgICAgZXhwYW5kZWQsXG4gICAgICBleHBhbmRlZFJvd0FyaWFMYWJlbCxcbiAgICAgIHJlbmRlckV4cGFuZGVkLFxuICAgICAga2VlcFNwYWNpbmdXaGlsZUV4cGFuZGVkLFxuICAgICAgLi4ucmVzdFxuICAgIH0sXG4gICAgcmVmXG4gICkgPT4ge1xuICAgIGNvbnN0IHsgbGlzdFR5cGUsIHNjcm9sbGFibGUsIHZhcmlhbnQsIC4uLnJvd0NvbmZpZyB9ID0gdXNlTGlzdENvbnRleHQoKTtcbiAgICBjb25zdCBpc09sID0gbGlzdFR5cGUgPT09ICdvbCc7XG4gICAgY29uc3QgaXNUYWJsZSA9IGxpc3RUeXBlID09PSAndGFibGUnO1xuICAgIGNvbnN0IHsgb25DbGljaywgcm9sZSwgdGFiSW5kZXgsIC4uLnJvd1Byb3BzIH0gPSByZXN0O1xuICAgIGNvbnN0IHdyYXBwZXJQcm9wcyA9XG4gICAgICAoIXJlbmRlckV4cGFuZGVkICYmICFvbkNsaWNrKSB8fCBpc1RhYmxlXG4gICAgICAgID8geyAuLi5yb3dDb25maWcsIC4uLnJvd1Byb3BzIH1cbiAgICAgICAgOiB7IHNwYWNpbmc6IGtlZXBTcGFjaW5nV2hpbGVFeHBhbmRlZCA/IHJvd0NvbmZpZy5zcGFjaW5nIDogdW5kZWZpbmVkIH07XG4gICAgbGV0IGNvbnRlbnQgPSBjaGlsZHJlbjtcbiAgICBjb25zdCByZW5kZXJOdW1iZXJpbmcgPSBpc09sICYmIHJlbmRlckV4cGFuZGVkID09PSB1bmRlZmluZWQgJiYgIW9uQ2xpY2s7XG5cbiAgICBpZiAoKHJlbmRlckV4cGFuZGVkIHx8IEJvb2xlYW4ob25DbGljaykpICYmICFpc1RhYmxlKSB7XG4gICAgICBjb250ZW50ID0gKFxuICAgICAgICA8Um93RWxcbiAgICAgICAgICBhcz1cImRpdlwiXG4gICAgICAgICAgey4uLnJvd0NvbmZpZ31cbiAgICAgICAgICBhcmlhLWV4cGFuZGVkPXtyZW5kZXJFeHBhbmRlZCAmJiBvbkNsaWNrID8gZXhwYW5kZWQgOiB1bmRlZmluZWR9XG4gICAgICAgICAgaW50ZXJhY3RpdmU9e0Jvb2xlYW4ob25DbGljayl9XG4gICAgICAgICAgaXNPbD17aXNPbH1cbiAgICAgICAgICByb2xlPXtvbkNsaWNrID8gJ2J1dHRvbicgOiByb2xlfVxuICAgICAgICAgIHRhYkluZGV4PXtvbkNsaWNrID8gMCA6IHRhYkluZGV4fVxuICAgICAgICAgIG9uQ2xpY2s9e29uQ2xpY2t9XG4gICAgICAgICAgb25LZXlEb3duPXsoZSkgPT4ge1xuICAgICAgICAgICAgaWYgKGUua2V5ID09PSAnRW50ZXInICYmIG9uQ2xpY2spIHtcbiAgICAgICAgICAgICAgb25DbGljayhlIGFzIHVua25vd24gYXMgTW91c2VFdmVudDxIVE1MTElFbGVtZW50Pik7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfX1cbiAgICAgICAgICB7Li4ucm93UHJvcHN9XG4gICAgICAgICAgcmVmPXtyZWZ9XG4gICAgICAgID5cbiAgICAgICAgICB7Y2hpbGRyZW59XG4gICAgICAgIDwvUm93RWw+XG4gICAgICApO1xuICAgIH1cblxuICAgIHJldHVybiAoXG4gICAgICA8Um93RWxcbiAgICAgICAgYXJpYS1saXZlPXtyZW5kZXJFeHBhbmRlZCA/ICdwb2xpdGUnIDogdW5kZWZpbmVkfVxuICAgICAgICBleHBhbmRlZD17aXNUYWJsZSA/IHVuZGVmaW5lZCA6ICEhcmVuZGVyRXhwYW5kZWR9XG4gICAgICAgIGZsZXhXcmFwPXtcbiAgICAgICAgICBpc1RhYmxlICYmIHJlbmRlckV4cGFuZGVkXG4gICAgICAgICAgICA/IHsgXzogJ3dyYXAnLCBjX2Jhc2U6IHVuZGVmaW5lZCwgY19zbTogJ3dyYXAnIH1cbiAgICAgICAgICAgIDogeyBfOiAnbm93cmFwJywgY19iYXNlOiB1bmRlZmluZWQsIGNfc206ICdub3dyYXAnIH1cbiAgICAgICAgfVxuICAgICAgICBncmlkVGVtcGxhdGVDb2x1bW5zPXt7XG4gICAgICAgICAgXzogdW5kZWZpbmVkLFxuICAgICAgICAgIGNfYmFzZTogJ21pbm1heCgwLCAxZnIpIG1heC1jb250ZW50JyxcbiAgICAgICAgICBjX3NtOiB1bmRlZmluZWQsXG4gICAgICAgIH19XG4gICAgICAgIGlzT2w9e3JlbmRlck51bWJlcmluZ31cbiAgICAgICAgcm9sZT17cm9sZX1cbiAgICAgICAgc2Nyb2xsYWJsZT17c2Nyb2xsYWJsZX1cbiAgICAgICAgdGFiSW5kZXg9e3RhYkluZGV4fVxuICAgICAgICB2YXJpYW50PXt2YXJpYW50fVxuICAgICAgICB7Li4ud3JhcHBlclByb3BzfVxuICAgICAgPlxuICAgICAgICA8PlxuICAgICAgICAgIHtjb250ZW50fVxuICAgICAgICAgIDxBbmltYXRlUHJlc2VuY2U+XG4gICAgICAgICAgICB7ZXhwYW5kZWQgJiYgKFxuICAgICAgICAgICAgICA8RXhwYW5kSW5Db2xsYXBzZU91dCBhcz17aXNUYWJsZSA/ICd0ZCcgOiAnZGl2J30+XG4gICAgICAgICAgICAgICAgPEJveCBhcmlhLWxhYmVsPXtleHBhbmRlZFJvd0FyaWFMYWJlbH0gcm9sZT1cInJlZ2lvblwiPlxuICAgICAgICAgICAgICAgICAge3JlbmRlckV4cGFuZGVkPy4oKX1cbiAgICAgICAgICAgICAgICA8L0JveD5cbiAgICAgICAgICAgICAgPC9FeHBhbmRJbkNvbGxhcHNlT3V0PlxuICAgICAgICAgICAgKX1cbiAgICAgICAgICA8L0FuaW1hdGVQcmVzZW5jZT5cbiAgICAgICAgPC8+XG4gICAgICA8L1Jvd0VsPlxuICAgICk7XG4gIH1cbik7XG4iXX0= */");
|
|
46
46
|
const ExpandInCollapseOut = ({
|
|
47
47
|
as,
|
|
48
48
|
children
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
import { CompatibleComponentProps } from '../utils';
|
|
1
|
+
import { ComponentProps } from 'react';
|
|
3
2
|
import { HeaderRowEl } from './elements';
|
|
4
3
|
import { PublicListProps } from './types';
|
|
5
|
-
export interface TableHeaderProps extends Partial<PublicListProps<
|
|
4
|
+
export interface TableHeaderProps extends Partial<PublicListProps<ComponentProps<typeof HeaderRowEl>>> {
|
|
6
5
|
}
|
|
7
6
|
export declare const TableHeader: import("react").ForwardRefExoticComponent<Omit<TableHeaderProps, "ref"> & import("react").RefAttributes<HTMLTableRowElement>>;
|