@codecademy/gamut 68.1.1-alpha.aaebbc.0 → 68.1.1-alpha.b9019a.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/README.md +0 -17
  2. package/dist/AccordionAreaDeprecated/index.js +2 -2
  3. package/dist/Alert/elements.d.ts +7 -14
  4. package/dist/Alert/elements.js +5 -5
  5. package/dist/Anchor/index.d.ts +7 -11
  6. package/dist/Anchor/index.js +3 -4
  7. package/dist/Animation/ExpandInCollapseOut.js +1 -1
  8. package/dist/Animation/FadeInSlideOut.js +1 -1
  9. package/dist/Animation/Rotation.js +1 -1
  10. package/dist/BarChart/BarChartProvider.d.ts +19 -0
  11. package/dist/BarChart/BarChartProvider.js +27 -0
  12. package/dist/BarChart/BarRow/ValueLabelsContent.d.ts +7 -0
  13. package/dist/BarChart/BarRow/ValueLabelsContent.js +34 -0
  14. package/dist/BarChart/BarRow/elements.d.ts +943 -0
  15. package/dist/BarChart/BarRow/elements.js +102 -0
  16. package/dist/BarChart/BarRow/index.d.ts +6 -0
  17. package/dist/BarChart/BarRow/index.js +235 -0
  18. package/dist/BarChart/GENERIC_EXAMPLE.d.ts +14 -0
  19. package/dist/BarChart/GENERIC_EXAMPLE.js +327 -0
  20. package/dist/BarChart/SortSelect/index.d.ts +15 -0
  21. package/dist/BarChart/SortSelect/index.js +18 -0
  22. package/dist/BarChart/index.d.ts +4 -0
  23. package/dist/BarChart/index.js +136 -0
  24. package/dist/BarChart/layout/GridLines.d.ts +3 -0
  25. package/dist/BarChart/layout/GridLines.js +69 -0
  26. package/dist/BarChart/layout/LabelSpacer.d.ts +6 -0
  27. package/dist/BarChart/layout/LabelSpacer.js +56 -0
  28. package/dist/BarChart/layout/ScaleChartHeader.d.ts +3 -0
  29. package/dist/BarChart/layout/ScaleChartHeader.js +87 -0
  30. package/dist/BarChart/shared/elements.d.ts +7 -0
  31. package/dist/BarChart/shared/elements.js +12 -0
  32. package/dist/BarChart/shared/styles.d.ts +4 -0
  33. package/dist/BarChart/shared/styles.js +4 -0
  34. package/dist/BarChart/shared/translations.d.ts +69 -0
  35. package/dist/BarChart/shared/translations.js +57 -0
  36. package/dist/BarChart/shared/types.d.ts +100 -0
  37. package/dist/BarChart/shared/types.js +1 -0
  38. package/dist/BarChart/utils/hooks.d.ts +89 -0
  39. package/dist/BarChart/utils/hooks.js +281 -0
  40. package/dist/BarChart/utils/index.d.ts +56 -0
  41. package/dist/BarChart/utils/index.js +122 -0
  42. package/dist/Box/Box.d.ts +4 -6
  43. package/dist/Box/Box.js +3 -5
  44. package/dist/Box/FlexBox.d.ts +4 -6
  45. package/dist/Box/FlexBox.js +3 -5
  46. package/dist/Box/GridBox.d.ts +4 -7
  47. package/dist/Box/GridBox.js +3 -5
  48. package/dist/Box/props.d.ts +3 -3
  49. package/dist/Button/CTAButton.d.ts +3 -8
  50. package/dist/Button/FillButton.d.ts +7 -17
  51. package/dist/Button/IconButton.d.ts +7 -17
  52. package/dist/Button/StrokeButton.d.ts +7 -17
  53. package/dist/Button/TextButton.d.ts +7 -17
  54. package/dist/Button/shared/InlineIconButton.d.ts +4 -9
  55. package/dist/Button/shared/styles.d.ts +4 -9
  56. package/dist/Button/shared/types.d.ts +1 -2
  57. package/dist/ButtonBase/ButtonBase.d.ts +3 -9
  58. package/dist/ButtonBase/ButtonBase.js +2 -2
  59. package/dist/Card/elements.d.ts +109 -119
  60. package/dist/Card/styles.d.ts +8 -8
  61. package/dist/Card/types.d.ts +1 -1
  62. package/dist/Coachmark/index.d.ts +1 -1
  63. package/dist/ConnectedForm/ConnectedForm.d.ts +1 -9
  64. package/dist/ConnectedForm/ConnectedForm.js +1 -9
  65. package/dist/ConnectedForm/utils.d.ts +8 -2
  66. package/dist/ContentContainer/index.d.ts +2 -4
  67. package/dist/Disclosure/elements.d.ts +22 -43
  68. package/dist/Disclosure/index.js +1 -1
  69. package/dist/Drawer/index.js +2 -2
  70. package/dist/FeatureShimmer/index.js +2 -2
  71. package/dist/Form/SelectDropdown/SelectDropdown.js +1 -1
  72. package/dist/Form/SelectDropdown/styles.d.ts +1 -1
  73. package/dist/Form/SelectDropdown/types/internal.d.ts +1 -1
  74. package/dist/Form/elements/Form.d.ts +17 -17
  75. package/dist/Form/elements/Form.js +1 -1
  76. package/dist/Form/elements/FormError.d.ts +2 -2
  77. package/dist/Form/elements/FormError.js +1 -1
  78. package/dist/Form/elements/FormGroup.d.ts +3 -5
  79. package/dist/Form/elements/FormGroupLabel.js +2 -2
  80. package/dist/Form/inputs/Checkbox.d.ts +1 -1
  81. package/dist/Form/inputs/Checkbox.js +7 -7
  82. package/dist/Form/inputs/Input.d.ts +1 -2
  83. package/dist/Form/inputs/Input.js +2 -4
  84. package/dist/Form/inputs/Radio.d.ts +1 -1
  85. package/dist/Form/inputs/Radio.js +2 -2
  86. package/dist/Form/inputs/Select.d.ts +1 -1
  87. package/dist/Form/inputs/Select.js +6 -5
  88. package/dist/Form/inputs/TextArea.d.ts +5 -5
  89. package/dist/Form/inputs/TextArea.js +2 -2
  90. package/dist/GridForm/GridFormButtons/index.d.ts +7 -17
  91. package/dist/List/Header/ListHeaderCol.d.ts +2 -3
  92. package/dist/List/List.d.ts +2 -2
  93. package/dist/List/ListCol.d.ts +2 -3
  94. package/dist/List/ListProvider.d.ts +1 -1
  95. package/dist/List/ListRow.d.ts +2 -2
  96. package/dist/List/ListRow.js +3 -3
  97. package/dist/List/TableHeader.d.ts +2 -3
  98. package/dist/List/elements.d.ts +933 -30
  99. package/dist/List/elements.js +8 -10
  100. package/dist/Menu/elements.d.ts +2 -2
  101. package/dist/Modals/elements.d.ts +1 -1
  102. package/dist/Modals/types.d.ts +4 -5
  103. package/dist/Pagination/AnimatedPaginationButtons.d.ts +36 -45
  104. package/dist/Pagination/EllipsisButton.d.ts +8 -18
  105. package/dist/Pagination/PaginationButton.d.ts +10 -25
  106. package/dist/Pagination/utils.d.ts +32 -36
  107. package/dist/Pagination/utils.js +10 -6
  108. package/dist/Popover/elements.d.ts +4 -8
  109. package/dist/Popover/elements.js +6 -6
  110. package/dist/Popover/types.d.ts +2 -2
  111. package/dist/PopoverContainer/hooks.d.ts +2 -2
  112. package/dist/PopoverContainer/types.d.ts +1 -1
  113. package/dist/Tabs/TabButton.d.ts +3 -8
  114. package/dist/Tabs/TabNavLink.d.ts +4 -9
  115. package/dist/Tag/elements.d.ts +22 -27
  116. package/dist/Tip/InfoTip/InfoTipButton.d.ts +7 -17
  117. package/dist/Tip/InfoTip/styles.d.ts +2 -4
  118. package/dist/Tip/PreviewTip/elements.d.ts +8 -12
  119. package/dist/Tip/ToolTip/elements.d.ts +2 -4
  120. package/dist/Tip/__tests__/helpers.d.ts +1 -1
  121. package/dist/Tip/shared/FloatingTip.js +2 -2
  122. package/dist/Tip/shared/elements.d.ts +6 -12
  123. package/dist/Tip/shared/types.d.ts +2 -2
  124. package/dist/Toaster/index.js +1 -1
  125. package/dist/Toggle/elements.d.ts +2 -4
  126. package/dist/Typography/Text.d.ts +9 -11
  127. package/dist/Typography/Text.js +2 -4
  128. package/dist/index.d.ts +1 -0
  129. package/dist/index.js +1 -0
  130. package/dist/utils/index.d.ts +1 -1
  131. package/dist/utils/index.js +1 -1
  132. package/dist/utils/react.d.ts +0 -1
  133. package/dist/utils/react.js +1 -4
  134. package/dist/utils/types.d.ts +1 -51
  135. package/dist/utils/types.js +1 -48
  136. package/package.json +11 -12
package/README.md CHANGED
@@ -18,20 +18,3 @@ When considering whether to add a component to Gamut, answer these questions:
18
18
 
19
19
  Components are written using the [`:focus-visible`](https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo) selector, which is not supported in all major browsers.
20
20
  The neighboring `@codecademy/webpack-config` package uses [`postcss-focus-visible`](https://www.npmjs.com/package/postcss-focus-visible) to support the selector, which assumes your app uses the [`postcss-visible`](https://www.npmjs.com/package/focus-visible) polyfill.
21
-
22
- ## Testing
23
-
24
- From the repo root, run the Gamut test suite:
25
-
26
- - **`yarn test:gamut`** – runs Jest directly with the repo’s current install (React 19 by default). Use this for normal development (recommended if `nx run gamut:test` fails with "Failed to start plugin worker").
27
- - **`nx run gamut:test`** – runs via Nx (requires Nx plugin worker).
28
-
29
- ## React version compatibility
30
-
31
- Gamut supports **React 18.3+** and **React 19** (see `peerDependencies` in `package.json`). CI runs the full test suite (all packages) on React 19 in the main Test Suite job and on React 18 in the "Test suite (React 18)" job.
32
-
33
- To run the same locally from the repo root:
34
-
35
- - **`yarn test:gamut:react18`** – installs React 18, runs the Gamut suite, then restores package.json.
36
- - **`yarn test:gamut:react19`** – same with React 19.
37
- - **`yarn test:gamut:all`** – runs both (React 18 then React 19).
@@ -1,6 +1,6 @@
1
1
  import _styled from "@emotion/styled/base";
2
2
  function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
3
- import { motion } from 'motion/react';
3
+ import { motion } from 'framer-motion';
4
4
  import { useState } from 'react';
5
5
  import * as React from 'react';
6
6
  import { useIsomorphicLayoutEffect } from 'react-use';
@@ -56,6 +56,6 @@ const StyledAccordionBody = /*#__PURE__*/_styled(motion.div, {
56
56
  } : {
57
57
  name: "d3v9zr",
58
58
  styles: "overflow:hidden",
59
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9BY2NvcmRpb25BcmVhRGVwcmVjYXRlZC9pbmRleC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBaUU4QyIsImZpbGUiOiIuLi8uLi9zcmMvQWNjb3JkaW9uQXJlYURlcHJlY2F0ZWQvaW5kZXgudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgbW90aW9uIH0gZnJvbSAnbW90aW9uL3JlYWN0JztcbmltcG9ydCB7IHVzZVN0YXRlIH0gZnJvbSAncmVhY3QnO1xuaW1wb3J0ICogYXMgUmVhY3QgZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsgdXNlSXNvbW9ycGhpY0xheW91dEVmZmVjdCB9IGZyb20gJ3JlYWN0LXVzZSc7XG5cbmV4cG9ydCB0eXBlIEFjY29yZGlvbkFyZWFEZXByZWNhdGVkUHJvcHMgPSB7XG4gIGNoaWxkcmVuOiBSZWFjdC5SZWFjdE5vZGU7XG5cbiAgY2xhc3NOYW1lPzogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBXaGV0aGVyIHRoZSBhY2NvcmRpb24gaXMgdmlzdWFsbHkgZXhwYW5kZWQgdG8gc2hvdyBpdHMgY29udGVudHMuXG4gICAqL1xuICBleHBhbmRlZD86IGJvb2xlYW47XG5cbiAgLyoqXG4gICAqIENvbnRlbnRzIG9mIHRoZSBjbGlja2FibGUgaGVhZGVyIGJ1dHRvbi5cbiAgICovXG4gIHRvcDogUmVhY3QuUmVhY3ROb2RlO1xufTtcblxuY29uc3QgdHJhbnNpdGlvbkR1cmF0aW9uID0gMC4yO1xuXG5jb25zdCB2YXJpYW50cyA9IHtcbiAgZXhwYW5kZWQ6IHsgaGVpZ2h0OiAnYXV0bycgfSxcbiAgZm9sZGVkOiB7IGhlaWdodDogJzAnIH0sXG59O1xuXG4vKipcbiAqIEBkZXByZWNhdGVkXG4gKiBUaGlzIGNvbXBvbmVudCBpcyBpbiB0aGUgb2xkIHZpc3VhbCBpZGVudGl0eSBhbmQgd2lsbCBiZSB1cGRhdGVkIHNvb24uXG4gKlxuICogQ2hlY2sgdGhlIFtHYW11dCBCb2FyZF0oaHR0cHM6Ly93d3cubm90aW9uLnNvL2NvZGVjYWRlbXkvR2FtdXQtU3RhdHVzLVRpbWVsaW5lLWRkM2MxMzVkMzg0ODQ2NGVhNmViMWI0OGU2OGZiYjFkKSBmb3IgY29tcG9uZW50IHN0YXR1c1xuICovXG5cbmV4cG9ydCBjb25zdCBBY2NvcmRpb25BcmVhRGVwcmVjYXRlZDogUmVhY3QuRkM8XG4gIEFjY29yZGlvbkFyZWFEZXByZWNhdGVkUHJvcHNcbj4gPSAoeyBjaGlsZHJlbiwgY2xhc3NOYW1lLCBleHBhbmRlZCwgdG9wIH0pID0+IHtcbiAgY29uc3QgW2RlbGF5RXhwYW5kZWQsIHNldERlbGF5RXhwYW5kZWRdID0gdXNlU3RhdGUoZXhwYW5kZWQpO1xuXG4gIHVzZUlzb21vcnBoaWNMYXlvdXRFZmZlY3QoKCkgPT4ge1xuICAgIGNvbnN0IGhhbmRsZSA9IHNldFRpbWVvdXQoXG4gICAgICAoKSA9PiBzZXREZWxheUV4cGFuZGVkKGV4cGFuZGVkKSxcbiAgICAgIHRyYW5zaXRpb25EdXJhdGlvbiAqIDEwMDBcbiAgICApO1xuXG4gICAgcmV0dXJuICgpID0+IGNsZWFyVGltZW91dChoYW5kbGUpO1xuICB9LCBbZXhwYW5kZWRdKTtcblxuICByZXR1cm4gKFxuICAgIDxkaXYgY2xhc3NOYW1lPXtjbGFzc05hbWV9PlxuICAgICAge3RvcH1cbiAgICAgIDxTdHlsZWRBY2NvcmRpb25Cb2R5XG4gICAgICAgIGFuaW1hdGU9e2V4cGFuZGVkID8gJ2V4cGFuZGVkJyA6ICdmb2xkZWQnfVxuICAgICAgICBpbml0aWFsPXtleHBhbmRlZCA/ICdleHBhbmRlZCcgOiAnZm9sZGVkJ31cbiAgICAgICAgdHJhbnNpdGlvbj17eyBkdXJhdGlvbjogMC4yLCBlYXNlOiAnZWFzZUluT3V0JyB9fVxuICAgICAgICB2YXJpYW50cz17dmFyaWFudHN9XG4gICAgICA+XG4gICAgICAgIHsoZXhwYW5kZWQgfHwgZGVsYXlFeHBhbmRlZCkgJiYgY2hpbGRyZW59XG4gICAgICA8L1N0eWxlZEFjY29yZGlvbkJvZHk+XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5jb25zdCBTdHlsZWRBY2NvcmRpb25Cb2R5ID0gc3R5bGVkKG1vdGlvbi5kaXYpYFxuICBvdmVyZmxvdzogaGlkZGVuO1xuYDtcbiJdfQ== */",
59
+ map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9BY2NvcmRpb25BcmVhRGVwcmVjYXRlZC9pbmRleC50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBaUU4QyIsImZpbGUiOiIuLi8uLi9zcmMvQWNjb3JkaW9uQXJlYURlcHJlY2F0ZWQvaW5kZXgudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgbW90aW9uIH0gZnJvbSAnZnJhbWVyLW1vdGlvbic7XG5pbXBvcnQgeyB1c2VTdGF0ZSB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCAqIGFzIFJlYWN0IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7IHVzZUlzb21vcnBoaWNMYXlvdXRFZmZlY3QgfSBmcm9tICdyZWFjdC11c2UnO1xuXG5leHBvcnQgdHlwZSBBY2NvcmRpb25BcmVhRGVwcmVjYXRlZFByb3BzID0ge1xuICBjaGlsZHJlbjogUmVhY3QuUmVhY3ROb2RlO1xuXG4gIGNsYXNzTmFtZT86IHN0cmluZztcblxuICAvKipcbiAgICogV2hldGhlciB0aGUgYWNjb3JkaW9uIGlzIHZpc3VhbGx5IGV4cGFuZGVkIHRvIHNob3cgaXRzIGNvbnRlbnRzLlxuICAgKi9cbiAgZXhwYW5kZWQ/OiBib29sZWFuO1xuXG4gIC8qKlxuICAgKiBDb250ZW50cyBvZiB0aGUgY2xpY2thYmxlIGhlYWRlciBidXR0b24uXG4gICAqL1xuICB0b3A6IFJlYWN0LlJlYWN0Tm9kZTtcbn07XG5cbmNvbnN0IHRyYW5zaXRpb25EdXJhdGlvbiA9IDAuMjtcblxuY29uc3QgdmFyaWFudHMgPSB7XG4gIGV4cGFuZGVkOiB7IGhlaWdodDogJ2F1dG8nIH0sXG4gIGZvbGRlZDogeyBoZWlnaHQ6ICcwJyB9LFxufTtcblxuLyoqXG4gKiBAZGVwcmVjYXRlZFxuICogVGhpcyBjb21wb25lbnQgaXMgaW4gdGhlIG9sZCB2aXN1YWwgaWRlbnRpdHkgYW5kIHdpbGwgYmUgdXBkYXRlZCBzb29uLlxuICpcbiAqIENoZWNrIHRoZSBbR2FtdXQgQm9hcmRdKGh0dHBzOi8vd3d3Lm5vdGlvbi5zby9jb2RlY2FkZW15L0dhbXV0LVN0YXR1cy1UaW1lbGluZS1kZDNjMTM1ZDM4NDg0NjRlYTZlYjFiNDhlNjhmYmIxZCkgZm9yIGNvbXBvbmVudCBzdGF0dXNcbiAqL1xuXG5leHBvcnQgY29uc3QgQWNjb3JkaW9uQXJlYURlcHJlY2F0ZWQ6IFJlYWN0LkZDPFxuICBBY2NvcmRpb25BcmVhRGVwcmVjYXRlZFByb3BzXG4+ID0gKHsgY2hpbGRyZW4sIGNsYXNzTmFtZSwgZXhwYW5kZWQsIHRvcCB9KSA9PiB7XG4gIGNvbnN0IFtkZWxheUV4cGFuZGVkLCBzZXREZWxheUV4cGFuZGVkXSA9IHVzZVN0YXRlKGV4cGFuZGVkKTtcblxuICB1c2VJc29tb3JwaGljTGF5b3V0RWZmZWN0KCgpID0+IHtcbiAgICBjb25zdCBoYW5kbGUgPSBzZXRUaW1lb3V0KFxuICAgICAgKCkgPT4gc2V0RGVsYXlFeHBhbmRlZChleHBhbmRlZCksXG4gICAgICB0cmFuc2l0aW9uRHVyYXRpb24gKiAxMDAwXG4gICAgKTtcblxuICAgIHJldHVybiAoKSA9PiBjbGVhclRpbWVvdXQoaGFuZGxlKTtcbiAgfSwgW2V4cGFuZGVkXSk7XG5cbiAgcmV0dXJuIChcbiAgICA8ZGl2IGNsYXNzTmFtZT17Y2xhc3NOYW1lfT5cbiAgICAgIHt0b3B9XG4gICAgICA8U3R5bGVkQWNjb3JkaW9uQm9keVxuICAgICAgICBhbmltYXRlPXtleHBhbmRlZCA/ICdleHBhbmRlZCcgOiAnZm9sZGVkJ31cbiAgICAgICAgaW5pdGlhbD17ZXhwYW5kZWQgPyAnZXhwYW5kZWQnIDogJ2ZvbGRlZCd9XG4gICAgICAgIHRyYW5zaXRpb249e3sgZHVyYXRpb246IDAuMiwgZWFzZTogJ2Vhc2VJbk91dCcgfX1cbiAgICAgICAgdmFyaWFudHM9e3ZhcmlhbnRzfVxuICAgICAgPlxuICAgICAgICB7KGV4cGFuZGVkIHx8IGRlbGF5RXhwYW5kZWQpICYmIGNoaWxkcmVufVxuICAgICAgPC9TdHlsZWRBY2NvcmRpb25Cb2R5PlxuICAgIDwvZGl2PlxuICApO1xufTtcblxuY29uc3QgU3R5bGVkQWNjb3JkaW9uQm9keSA9IHN0eWxlZChtb3Rpb24uZGl2KWBcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbmA7XG4iXX0= */",
60
60
  toString: _EMOTION_STRINGIFIED_CSS_ERROR__
61
61
  });
@@ -3,12 +3,10 @@ import { AlertProps } from './Alert';
3
3
  export declare const AlertBanner: import("react").ForwardRefExoticComponent<Omit<Omit<import("@codecademy/gamut-styles").BackgroundProps, "ref"> & import("react").RefAttributes<HTMLDivElement> & {
4
4
  theme?: import("@emotion/react").Theme | undefined;
5
5
  } & Pick<AlertProps, "type" | "placement">, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
6
- export declare const AlertBox: import("react").ForwardRefExoticComponent<Omit<Omit<{
6
+ export declare const AlertBox: import("react").ForwardRefExoticComponent<Omit<{
7
7
  theme?: import("@emotion/react").Theme | undefined;
8
8
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
9
- } & import("../Box").BoxProps & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | keyof import("react").ClassAttributes<HTMLDivElement> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture">, "onScrollEnd" | "onScrollEndCapture"> & import("..").OptionalScrollProps & Omit<import("react").RefAttributes<HTMLDivElement>, "ref"> & {
10
- ref?: import("react").LegacyRef<HTMLDivElement | null> | undefined;
11
- } & {
9
+ } & import("../Box").BoxProps & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | keyof import("react").ClassAttributes<HTMLDivElement> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
12
10
  theme?: import("@emotion/react").Theme | undefined;
13
11
  } & Pick<AlertProps, "type" | "placement">, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
14
12
  export declare const alertContentProps: {
@@ -16,29 +14,24 @@ export declare const alertContentProps: {
16
14
  readonly display: "inline-block";
17
15
  readonly width: "100%";
18
16
  };
19
- export declare const CollapsibleContent: import("@emotion/styled").StyledComponent<Omit<import("framer-motion/dist/types.d-CQ4vRM6h").b<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement> & {
17
+ export declare const CollapsibleContent: import("@emotion/styled").StyledComponent<Omit<import("framer-motion").HTMLMotionProps<"div">, "ref"> & import("react").RefAttributes<HTMLDivElement> & {
20
18
  theme?: import("@emotion/react").Theme | undefined;
21
19
  }, {}, {}>;
22
- export declare const CleanFillButton: import("@emotion/styled").StyledComponent<(((Omit<Omit<import("..").CompatibleComponentProps<import("@emotion/styled").StyledComponent<{
20
+ export declare const CleanFillButton: import("@emotion/styled").StyledComponent<(((Omit<Omit<{
23
21
  theme?: import("@emotion/react").Theme | undefined;
24
22
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
25
23
  } & {
26
24
  theme?: import("@emotion/react").Theme | undefined;
27
- }, Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import("react").ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "value">, {}>>, "ref"> & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
25
+ } & Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "type" | keyof import("react").ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value">, "ref"> & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
28
26
  theme?: import("@emotion/react").Theme | undefined;
29
27
  } & import("../Button/shared").ButtonBaseProps & Partial<import("..").IconComponentType> & {
30
28
  iconPosition?: "left" | "right" | undefined;
31
- }, "ref"> | Omit<Omit<Omit<{
32
- theme?: import("@emotion/react").Theme | undefined;
33
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
34
- } & {
35
- theme?: import("@emotion/react").Theme | undefined;
36
- } & Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | keyof import("react").ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "value">, "onScrollEnd" | "onScrollEndCapture"> & import("..").OptionalScrollProps & Omit<{
29
+ }, "ref"> | Omit<Omit<{
37
30
  theme?: import("@emotion/react").Theme | undefined;
38
31
  as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
39
32
  } & {
40
33
  theme?: import("@emotion/react").Theme | undefined;
41
- } & Pick<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "href" | "type" | keyof import("react").ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "media" | "ping" | "target" | "referrerPolicy">, "onScrollEnd" | "onScrollEndCapture">, "ref"> & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
34
+ } & Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "type" | keyof import("react").ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value"> & Pick<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "media" | "target" | "type" | "href" | keyof import("react").ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "ping" | "referrerPolicy">, "ref"> & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
42
35
  theme?: import("@emotion/react").Theme | undefined;
43
36
  } & import("../Button/shared").ButtonBaseProps & Partial<import("..").IconComponentType> & {
44
37
  iconPosition?: "left" | "right" | undefined;
@@ -1,6 +1,6 @@
1
1
  import _styled from "@emotion/styled/base";
2
2
  import { Background, css } from '@codecademy/gamut-styles';
3
- import { motion } from 'motion/react';
3
+ import { motion } from 'framer-motion';
4
4
  import { forwardRef } from 'react';
5
5
  import { Box } from '../Box';
6
6
  import { FillButton } from '../Button';
@@ -9,7 +9,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
9
9
  const StyledAlertBanner = /*#__PURE__*/_styled(Background, {
10
10
  target: "e1um9zw23",
11
11
  label: "StyledAlertBanner"
12
- })(placementVariants, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9BbGVydC9lbGVtZW50cy50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBV0UiLCJmaWxlIjoiLi4vLi4vc3JjL0FsZXJ0L2VsZW1lbnRzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhY2tncm91bmQsIGNzcyB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5pbXBvcnQgeyBtb3Rpb24gfSBmcm9tICdtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgQ29tcG9uZW50UHJvcHMsIGZvcndhcmRSZWYgfSBmcm9tICdyZWFjdCc7XG5cbmltcG9ydCB7IEJveCB9IGZyb20gJy4uL0JveCc7XG5pbXBvcnQgeyBGaWxsQnV0dG9uIH0gZnJvbSAnLi4vQnV0dG9uJztcbmltcG9ydCB7IEFsZXJ0UHJvcHMgfSBmcm9tICcuL0FsZXJ0JztcbmltcG9ydCB7IHBsYWNlbWVudFZhcmlhbnRzIH0gZnJvbSAnLi92YXJpYW50cyc7XG5cbmNvbnN0IFN0eWxlZEFsZXJ0QmFubmVyID1cbiAgc3R5bGVkKEJhY2tncm91bmQpPFBpY2s8QWxlcnRQcm9wcywgJ3R5cGUnIHwgJ3BsYWNlbWVudCc+PihwbGFjZW1lbnRWYXJpYW50cyk7XG5cbmV4cG9ydCBjb25zdCBBbGVydEJhbm5lciA9IGZvcndhcmRSZWY8XG4gIEhUTUxEaXZFbGVtZW50LFxuICBDb21wb25lbnRQcm9wczx0eXBlb2YgU3R5bGVkQWxlcnRCYW5uZXI+XG4+KFxuICAoXG4gICAge1xuICAgICAgJ2FyaWEtbGFiZWwnOiBhcmlhTGFiZWwgPSAnYWxlcnQgYmFubmVyJyxcbiAgICAgICdhcmlhLWxpdmUnOiBhcmlhTGl2ZSA9ICdwb2xpdGUnLFxuICAgICAgcm9sZSA9ICdzdGF0dXMnLFxuICAgICAgLi4ucmVzdFxuICAgIH0sXG4gICAgcmVmXG4gICkgPT4gKFxuICAgIDxTdHlsZWRBbGVydEJhbm5lclxuICAgICAgYXJpYS1sYWJlbD17YXJpYUxhYmVsfVxuICAgICAgYXJpYS1saXZlPXthcmlhTGl2ZX1cbiAgICAgIHJlZj17cmVmfVxuICAgICAgcm9sZT17cm9sZX1cbiAgICAgIHsuLi5yZXN0fVxuICAgIC8+XG4gIClcbik7XG5cbmNvbnN0IFN0eWxlZEFsZXJ0Qm94ID1cbiAgc3R5bGVkKEJveCk8UGljazxBbGVydFByb3BzLCAndHlwZScgfCAncGxhY2VtZW50Jz4+KHBsYWNlbWVudFZhcmlhbnRzKTtcblxuZXhwb3J0IGNvbnN0IEFsZXJ0Qm94ID0gZm9yd2FyZFJlZjxcbiAgSFRNTERpdkVsZW1lbnQsXG4gIENvbXBvbmVudFByb3BzPHR5cGVvZiBTdHlsZWRBbGVydEJveD5cbj4oXG4gIChcbiAgICB7XG4gICAgICAnYXJpYS1sYWJlbCc6IGFyaWFMYWJlbCA9ICdhbGVydCBib3gnLFxuICAgICAgJ2FyaWEtbGl2ZSc6IGFyaWFMaXZlID0gJ3BvbGl0ZScsXG4gICAgICByb2xlID0gJ3N0YXR1cycsXG4gICAgICAuLi5yZXN0XG4gICAgfSxcbiAgICByZWZcbiAgKSA9PiAoXG4gICAgPFN0eWxlZEFsZXJ0Qm94XG4gICAgICBhcmlhLWxhYmVsPXthcmlhTGFiZWx9XG4gICAgICBhcmlhLWxpdmU9e2FyaWFMaXZlfVxuICAgICAgcmVmPXtyZWZ9XG4gICAgICByb2xlPXtyb2xlfVxuICAgICAgey4uLnJlc3R9XG4gICAgLz5cbiAgKVxuKTtcblxuZXhwb3J0IGNvbnN0IGFsZXJ0Q29udGVudFByb3BzID0ge1xuICBhczogJ3NwYW4nLFxuICBkaXNwbGF5OiAnaW5saW5lLWJsb2NrJyxcbiAgd2lkdGg6ICcxMDAlJyxcbn0gYXMgY29uc3Q7XG5cbmV4cG9ydCBjb25zdCBDb2xsYXBzaWJsZUNvbnRlbnQgPSBzdHlsZWQobW90aW9uLmRpdikoXG4gIGNzcyh7XG4gICAgcHk6IDQsXG4gICAgb3ZlcmZsb3dZOiAnaGlkZGVuJyxcbiAgICBXZWJraXRGb250U21vb3RoaW5nOiAnYW50aWFsaWFzZWQnLFxuICAgIE1vek9zeEZvbnRTbW9vdGhpbmc6ICdncmF5c2NhbGUnLFxuICB9KVxuKTtcblxuZXhwb3J0IGNvbnN0IENsZWFuRmlsbEJ1dHRvbiA9IHN0eWxlZChGaWxsQnV0dG9uKShcbiAgY3NzKHtcbiAgICAvLyBPdGhlcndpc2UgVm9pY2VPdmVyIGFubm91Y2VzIHRoZSBidXR0b24ncyB0ZXh0IHR3aWNlXG4gICAgJzo6YmVmb3JlJzoge1xuICAgICAgZGlzcGxheTogJ25vbmUnLFxuICAgIH0sXG4gIH0pXG4pO1xuIl19 */");
12
+ })(placementVariants, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9BbGVydC9lbGVtZW50cy50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBV0UiLCJmaWxlIjoiLi4vLi4vc3JjL0FsZXJ0L2VsZW1lbnRzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEJhY2tncm91bmQsIGNzcyB9IGZyb20gJ0Bjb2RlY2FkZW15L2dhbXV0LXN0eWxlcyc7XG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5pbXBvcnQgeyBtb3Rpb24gfSBmcm9tICdmcmFtZXItbW90aW9uJztcbmltcG9ydCB7IENvbXBvbmVudFByb3BzLCBmb3J3YXJkUmVmIH0gZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBCb3ggfSBmcm9tICcuLi9Cb3gnO1xuaW1wb3J0IHsgRmlsbEJ1dHRvbiB9IGZyb20gJy4uL0J1dHRvbic7XG5pbXBvcnQgeyBBbGVydFByb3BzIH0gZnJvbSAnLi9BbGVydCc7XG5pbXBvcnQgeyBwbGFjZW1lbnRWYXJpYW50cyB9IGZyb20gJy4vdmFyaWFudHMnO1xuXG5jb25zdCBTdHlsZWRBbGVydEJhbm5lciA9XG4gIHN0eWxlZChCYWNrZ3JvdW5kKTxQaWNrPEFsZXJ0UHJvcHMsICd0eXBlJyB8ICdwbGFjZW1lbnQnPj4ocGxhY2VtZW50VmFyaWFudHMpO1xuXG5leHBvcnQgY29uc3QgQWxlcnRCYW5uZXIgPSBmb3J3YXJkUmVmPFxuICBIVE1MRGl2RWxlbWVudCxcbiAgQ29tcG9uZW50UHJvcHM8dHlwZW9mIFN0eWxlZEFsZXJ0QmFubmVyPlxuPihcbiAgKFxuICAgIHtcbiAgICAgICdhcmlhLWxhYmVsJzogYXJpYUxhYmVsID0gJ2FsZXJ0IGJhbm5lcicsXG4gICAgICAnYXJpYS1saXZlJzogYXJpYUxpdmUgPSAncG9saXRlJyxcbiAgICAgIHJvbGUgPSAnc3RhdHVzJyxcbiAgICAgIC4uLnJlc3RcbiAgICB9LFxuICAgIHJlZlxuICApID0+IChcbiAgICA8U3R5bGVkQWxlcnRCYW5uZXJcbiAgICAgIGFyaWEtbGFiZWw9e2FyaWFMYWJlbH1cbiAgICAgIGFyaWEtbGl2ZT17YXJpYUxpdmV9XG4gICAgICByZWY9e3JlZn1cbiAgICAgIHJvbGU9e3JvbGV9XG4gICAgICB7Li4ucmVzdH1cbiAgICAvPlxuICApXG4pO1xuXG5jb25zdCBTdHlsZWRBbGVydEJveCA9XG4gIHN0eWxlZChCb3gpPFBpY2s8QWxlcnRQcm9wcywgJ3R5cGUnIHwgJ3BsYWNlbWVudCc+PihwbGFjZW1lbnRWYXJpYW50cyk7XG5cbmV4cG9ydCBjb25zdCBBbGVydEJveCA9IGZvcndhcmRSZWY8XG4gIEhUTUxEaXZFbGVtZW50LFxuICBDb21wb25lbnRQcm9wczx0eXBlb2YgU3R5bGVkQWxlcnRCb3g+XG4+KFxuICAoXG4gICAge1xuICAgICAgJ2FyaWEtbGFiZWwnOiBhcmlhTGFiZWwgPSAnYWxlcnQgYm94JyxcbiAgICAgICdhcmlhLWxpdmUnOiBhcmlhTGl2ZSA9ICdwb2xpdGUnLFxuICAgICAgcm9sZSA9ICdzdGF0dXMnLFxuICAgICAgLi4ucmVzdFxuICAgIH0sXG4gICAgcmVmXG4gICkgPT4gKFxuICAgIDxTdHlsZWRBbGVydEJveFxuICAgICAgYXJpYS1sYWJlbD17YXJpYUxhYmVsfVxuICAgICAgYXJpYS1saXZlPXthcmlhTGl2ZX1cbiAgICAgIHJlZj17cmVmfVxuICAgICAgcm9sZT17cm9sZX1cbiAgICAgIHsuLi5yZXN0fVxuICAgIC8+XG4gIClcbik7XG5cbmV4cG9ydCBjb25zdCBhbGVydENvbnRlbnRQcm9wcyA9IHtcbiAgYXM6ICdzcGFuJyxcbiAgZGlzcGxheTogJ2lubGluZS1ibG9jaycsXG4gIHdpZHRoOiAnMTAwJScsXG59IGFzIGNvbnN0O1xuXG5leHBvcnQgY29uc3QgQ29sbGFwc2libGVDb250ZW50ID0gc3R5bGVkKG1vdGlvbi5kaXYpKFxuICBjc3Moe1xuICAgIHB5OiA0LFxuICAgIG92ZXJmbG93WTogJ2hpZGRlbicsXG4gICAgV2Via2l0Rm9udFNtb290aGluZzogJ2FudGlhbGlhc2VkJyxcbiAgICBNb3pPc3hGb250U21vb3RoaW5nOiAnZ3JheXNjYWxlJyxcbiAgfSlcbik7XG5cbmV4cG9ydCBjb25zdCBDbGVhbkZpbGxCdXR0b24gPSBzdHlsZWQoRmlsbEJ1dHRvbikoXG4gIGNzcyh7XG4gICAgLy8gT3RoZXJ3aXNlIFZvaWNlT3ZlciBhbm5vdWNlcyB0aGUgYnV0dG9uJ3MgdGV4dCB0d2ljZVxuICAgICc6OmJlZm9yZSc6IHtcbiAgICAgIGRpc3BsYXk6ICdub25lJyxcbiAgICB9LFxuICB9KVxuKTtcbiJdfQ== */");
13
13
  export const AlertBanner = /*#__PURE__*/forwardRef(({
14
14
  'aria-label': ariaLabel = 'alert banner',
15
15
  'aria-live': ariaLive = 'polite',
@@ -25,7 +25,7 @@ export const AlertBanner = /*#__PURE__*/forwardRef(({
25
25
  const StyledAlertBox = /*#__PURE__*/_styled(Box, {
26
26
  target: "e1um9zw22",
27
27
  label: "StyledAlertBox"
28
- })(placementVariants, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9BbGVydC9lbGVtZW50cy50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBcUNFIiwiZmlsZSI6Ii4uLy4uL3NyYy9BbGVydC9lbGVtZW50cy50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCYWNrZ3JvdW5kLCBjc3MgfSBmcm9tICdAY29kZWNhZGVteS9nYW11dC1zdHlsZXMnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgbW90aW9uIH0gZnJvbSAnbW90aW9uL3JlYWN0JztcbmltcG9ydCB7IENvbXBvbmVudFByb3BzLCBmb3J3YXJkUmVmIH0gZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBCb3ggfSBmcm9tICcuLi9Cb3gnO1xuaW1wb3J0IHsgRmlsbEJ1dHRvbiB9IGZyb20gJy4uL0J1dHRvbic7XG5pbXBvcnQgeyBBbGVydFByb3BzIH0gZnJvbSAnLi9BbGVydCc7XG5pbXBvcnQgeyBwbGFjZW1lbnRWYXJpYW50cyB9IGZyb20gJy4vdmFyaWFudHMnO1xuXG5jb25zdCBTdHlsZWRBbGVydEJhbm5lciA9XG4gIHN0eWxlZChCYWNrZ3JvdW5kKTxQaWNrPEFsZXJ0UHJvcHMsICd0eXBlJyB8ICdwbGFjZW1lbnQnPj4ocGxhY2VtZW50VmFyaWFudHMpO1xuXG5leHBvcnQgY29uc3QgQWxlcnRCYW5uZXIgPSBmb3J3YXJkUmVmPFxuICBIVE1MRGl2RWxlbWVudCxcbiAgQ29tcG9uZW50UHJvcHM8dHlwZW9mIFN0eWxlZEFsZXJ0QmFubmVyPlxuPihcbiAgKFxuICAgIHtcbiAgICAgICdhcmlhLWxhYmVsJzogYXJpYUxhYmVsID0gJ2FsZXJ0IGJhbm5lcicsXG4gICAgICAnYXJpYS1saXZlJzogYXJpYUxpdmUgPSAncG9saXRlJyxcbiAgICAgIHJvbGUgPSAnc3RhdHVzJyxcbiAgICAgIC4uLnJlc3RcbiAgICB9LFxuICAgIHJlZlxuICApID0+IChcbiAgICA8U3R5bGVkQWxlcnRCYW5uZXJcbiAgICAgIGFyaWEtbGFiZWw9e2FyaWFMYWJlbH1cbiAgICAgIGFyaWEtbGl2ZT17YXJpYUxpdmV9XG4gICAgICByZWY9e3JlZn1cbiAgICAgIHJvbGU9e3JvbGV9XG4gICAgICB7Li4ucmVzdH1cbiAgICAvPlxuICApXG4pO1xuXG5jb25zdCBTdHlsZWRBbGVydEJveCA9XG4gIHN0eWxlZChCb3gpPFBpY2s8QWxlcnRQcm9wcywgJ3R5cGUnIHwgJ3BsYWNlbWVudCc+PihwbGFjZW1lbnRWYXJpYW50cyk7XG5cbmV4cG9ydCBjb25zdCBBbGVydEJveCA9IGZvcndhcmRSZWY8XG4gIEhUTUxEaXZFbGVtZW50LFxuICBDb21wb25lbnRQcm9wczx0eXBlb2YgU3R5bGVkQWxlcnRCb3g+XG4+KFxuICAoXG4gICAge1xuICAgICAgJ2FyaWEtbGFiZWwnOiBhcmlhTGFiZWwgPSAnYWxlcnQgYm94JyxcbiAgICAgICdhcmlhLWxpdmUnOiBhcmlhTGl2ZSA9ICdwb2xpdGUnLFxuICAgICAgcm9sZSA9ICdzdGF0dXMnLFxuICAgICAgLi4ucmVzdFxuICAgIH0sXG4gICAgcmVmXG4gICkgPT4gKFxuICAgIDxTdHlsZWRBbGVydEJveFxuICAgICAgYXJpYS1sYWJlbD17YXJpYUxhYmVsfVxuICAgICAgYXJpYS1saXZlPXthcmlhTGl2ZX1cbiAgICAgIHJlZj17cmVmfVxuICAgICAgcm9sZT17cm9sZX1cbiAgICAgIHsuLi5yZXN0fVxuICAgIC8+XG4gIClcbik7XG5cbmV4cG9ydCBjb25zdCBhbGVydENvbnRlbnRQcm9wcyA9IHtcbiAgYXM6ICdzcGFuJyxcbiAgZGlzcGxheTogJ2lubGluZS1ibG9jaycsXG4gIHdpZHRoOiAnMTAwJScsXG59IGFzIGNvbnN0O1xuXG5leHBvcnQgY29uc3QgQ29sbGFwc2libGVDb250ZW50ID0gc3R5bGVkKG1vdGlvbi5kaXYpKFxuICBjc3Moe1xuICAgIHB5OiA0LFxuICAgIG92ZXJmbG93WTogJ2hpZGRlbicsXG4gICAgV2Via2l0Rm9udFNtb290aGluZzogJ2FudGlhbGlhc2VkJyxcbiAgICBNb3pPc3hGb250U21vb3RoaW5nOiAnZ3JheXNjYWxlJyxcbiAgfSlcbik7XG5cbmV4cG9ydCBjb25zdCBDbGVhbkZpbGxCdXR0b24gPSBzdHlsZWQoRmlsbEJ1dHRvbikoXG4gIGNzcyh7XG4gICAgLy8gT3RoZXJ3aXNlIFZvaWNlT3ZlciBhbm5vdWNlcyB0aGUgYnV0dG9uJ3MgdGV4dCB0d2ljZVxuICAgICc6OmJlZm9yZSc6IHtcbiAgICAgIGRpc3BsYXk6ICdub25lJyxcbiAgICB9LFxuICB9KVxuKTtcbiJdfQ== */");
28
+ })(placementVariants, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9BbGVydC9lbGVtZW50cy50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBcUNFIiwiZmlsZSI6Ii4uLy4uL3NyYy9BbGVydC9lbGVtZW50cy50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCYWNrZ3JvdW5kLCBjc3MgfSBmcm9tICdAY29kZWNhZGVteS9nYW11dC1zdHlsZXMnO1xuaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgbW90aW9uIH0gZnJvbSAnZnJhbWVyLW1vdGlvbic7XG5pbXBvcnQgeyBDb21wb25lbnRQcm9wcywgZm9yd2FyZFJlZiB9IGZyb20gJ3JlYWN0JztcblxuaW1wb3J0IHsgQm94IH0gZnJvbSAnLi4vQm94JztcbmltcG9ydCB7IEZpbGxCdXR0b24gfSBmcm9tICcuLi9CdXR0b24nO1xuaW1wb3J0IHsgQWxlcnRQcm9wcyB9IGZyb20gJy4vQWxlcnQnO1xuaW1wb3J0IHsgcGxhY2VtZW50VmFyaWFudHMgfSBmcm9tICcuL3ZhcmlhbnRzJztcblxuY29uc3QgU3R5bGVkQWxlcnRCYW5uZXIgPVxuICBzdHlsZWQoQmFja2dyb3VuZCk8UGljazxBbGVydFByb3BzLCAndHlwZScgfCAncGxhY2VtZW50Jz4+KHBsYWNlbWVudFZhcmlhbnRzKTtcblxuZXhwb3J0IGNvbnN0IEFsZXJ0QmFubmVyID0gZm9yd2FyZFJlZjxcbiAgSFRNTERpdkVsZW1lbnQsXG4gIENvbXBvbmVudFByb3BzPHR5cGVvZiBTdHlsZWRBbGVydEJhbm5lcj5cbj4oXG4gIChcbiAgICB7XG4gICAgICAnYXJpYS1sYWJlbCc6IGFyaWFMYWJlbCA9ICdhbGVydCBiYW5uZXInLFxuICAgICAgJ2FyaWEtbGl2ZSc6IGFyaWFMaXZlID0gJ3BvbGl0ZScsXG4gICAgICByb2xlID0gJ3N0YXR1cycsXG4gICAgICAuLi5yZXN0XG4gICAgfSxcbiAgICByZWZcbiAgKSA9PiAoXG4gICAgPFN0eWxlZEFsZXJ0QmFubmVyXG4gICAgICBhcmlhLWxhYmVsPXthcmlhTGFiZWx9XG4gICAgICBhcmlhLWxpdmU9e2FyaWFMaXZlfVxuICAgICAgcmVmPXtyZWZ9XG4gICAgICByb2xlPXtyb2xlfVxuICAgICAgey4uLnJlc3R9XG4gICAgLz5cbiAgKVxuKTtcblxuY29uc3QgU3R5bGVkQWxlcnRCb3ggPVxuICBzdHlsZWQoQm94KTxQaWNrPEFsZXJ0UHJvcHMsICd0eXBlJyB8ICdwbGFjZW1lbnQnPj4ocGxhY2VtZW50VmFyaWFudHMpO1xuXG5leHBvcnQgY29uc3QgQWxlcnRCb3ggPSBmb3J3YXJkUmVmPFxuICBIVE1MRGl2RWxlbWVudCxcbiAgQ29tcG9uZW50UHJvcHM8dHlwZW9mIFN0eWxlZEFsZXJ0Qm94PlxuPihcbiAgKFxuICAgIHtcbiAgICAgICdhcmlhLWxhYmVsJzogYXJpYUxhYmVsID0gJ2FsZXJ0IGJveCcsXG4gICAgICAnYXJpYS1saXZlJzogYXJpYUxpdmUgPSAncG9saXRlJyxcbiAgICAgIHJvbGUgPSAnc3RhdHVzJyxcbiAgICAgIC4uLnJlc3RcbiAgICB9LFxuICAgIHJlZlxuICApID0+IChcbiAgICA8U3R5bGVkQWxlcnRCb3hcbiAgICAgIGFyaWEtbGFiZWw9e2FyaWFMYWJlbH1cbiAgICAgIGFyaWEtbGl2ZT17YXJpYUxpdmV9XG4gICAgICByZWY9e3JlZn1cbiAgICAgIHJvbGU9e3JvbGV9XG4gICAgICB7Li4ucmVzdH1cbiAgICAvPlxuICApXG4pO1xuXG5leHBvcnQgY29uc3QgYWxlcnRDb250ZW50UHJvcHMgPSB7XG4gIGFzOiAnc3BhbicsXG4gIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICB3aWR0aDogJzEwMCUnLFxufSBhcyBjb25zdDtcblxuZXhwb3J0IGNvbnN0IENvbGxhcHNpYmxlQ29udGVudCA9IHN0eWxlZChtb3Rpb24uZGl2KShcbiAgY3NzKHtcbiAgICBweTogNCxcbiAgICBvdmVyZmxvd1k6ICdoaWRkZW4nLFxuICAgIFdlYmtpdEZvbnRTbW9vdGhpbmc6ICdhbnRpYWxpYXNlZCcsXG4gICAgTW96T3N4Rm9udFNtb290aGluZzogJ2dyYXlzY2FsZScsXG4gIH0pXG4pO1xuXG5leHBvcnQgY29uc3QgQ2xlYW5GaWxsQnV0dG9uID0gc3R5bGVkKEZpbGxCdXR0b24pKFxuICBjc3Moe1xuICAgIC8vIE90aGVyd2lzZSBWb2ljZU92ZXIgYW5ub3VjZXMgdGhlIGJ1dHRvbidzIHRleHQgdHdpY2VcbiAgICAnOjpiZWZvcmUnOiB7XG4gICAgICBkaXNwbGF5OiAnbm9uZScsXG4gICAgfSxcbiAgfSlcbik7XG4iXX0= */");
29
29
  export const AlertBox = /*#__PURE__*/forwardRef(({
30
30
  'aria-label': ariaLabel = 'alert box',
31
31
  'aria-live': ariaLive = 'polite',
@@ -51,7 +51,7 @@ export const CollapsibleContent = /*#__PURE__*/_styled(motion.div, {
51
51
  overflowY: 'hidden',
52
52
  WebkitFontSmoothing: 'antialiased',
53
53
  MozOsxFontSmoothing: 'grayscale'
54
- }), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9BbGVydC9lbGVtZW50cy50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBb0VrQyIsImZpbGUiOiIuLi8uLi9zcmMvQWxlcnQvZWxlbWVudHMudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQmFja2dyb3VuZCwgY3NzIH0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQtc3R5bGVzJztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB7IG1vdGlvbiB9IGZyb20gJ21vdGlvbi9yZWFjdCc7XG5pbXBvcnQgeyBDb21wb25lbnRQcm9wcywgZm9yd2FyZFJlZiB9IGZyb20gJ3JlYWN0JztcblxuaW1wb3J0IHsgQm94IH0gZnJvbSAnLi4vQm94JztcbmltcG9ydCB7IEZpbGxCdXR0b24gfSBmcm9tICcuLi9CdXR0b24nO1xuaW1wb3J0IHsgQWxlcnRQcm9wcyB9IGZyb20gJy4vQWxlcnQnO1xuaW1wb3J0IHsgcGxhY2VtZW50VmFyaWFudHMgfSBmcm9tICcuL3ZhcmlhbnRzJztcblxuY29uc3QgU3R5bGVkQWxlcnRCYW5uZXIgPVxuICBzdHlsZWQoQmFja2dyb3VuZCk8UGljazxBbGVydFByb3BzLCAndHlwZScgfCAncGxhY2VtZW50Jz4+KHBsYWNlbWVudFZhcmlhbnRzKTtcblxuZXhwb3J0IGNvbnN0IEFsZXJ0QmFubmVyID0gZm9yd2FyZFJlZjxcbiAgSFRNTERpdkVsZW1lbnQsXG4gIENvbXBvbmVudFByb3BzPHR5cGVvZiBTdHlsZWRBbGVydEJhbm5lcj5cbj4oXG4gIChcbiAgICB7XG4gICAgICAnYXJpYS1sYWJlbCc6IGFyaWFMYWJlbCA9ICdhbGVydCBiYW5uZXInLFxuICAgICAgJ2FyaWEtbGl2ZSc6IGFyaWFMaXZlID0gJ3BvbGl0ZScsXG4gICAgICByb2xlID0gJ3N0YXR1cycsXG4gICAgICAuLi5yZXN0XG4gICAgfSxcbiAgICByZWZcbiAgKSA9PiAoXG4gICAgPFN0eWxlZEFsZXJ0QmFubmVyXG4gICAgICBhcmlhLWxhYmVsPXthcmlhTGFiZWx9XG4gICAgICBhcmlhLWxpdmU9e2FyaWFMaXZlfVxuICAgICAgcmVmPXtyZWZ9XG4gICAgICByb2xlPXtyb2xlfVxuICAgICAgey4uLnJlc3R9XG4gICAgLz5cbiAgKVxuKTtcblxuY29uc3QgU3R5bGVkQWxlcnRCb3ggPVxuICBzdHlsZWQoQm94KTxQaWNrPEFsZXJ0UHJvcHMsICd0eXBlJyB8ICdwbGFjZW1lbnQnPj4ocGxhY2VtZW50VmFyaWFudHMpO1xuXG5leHBvcnQgY29uc3QgQWxlcnRCb3ggPSBmb3J3YXJkUmVmPFxuICBIVE1MRGl2RWxlbWVudCxcbiAgQ29tcG9uZW50UHJvcHM8dHlwZW9mIFN0eWxlZEFsZXJ0Qm94PlxuPihcbiAgKFxuICAgIHtcbiAgICAgICdhcmlhLWxhYmVsJzogYXJpYUxhYmVsID0gJ2FsZXJ0IGJveCcsXG4gICAgICAnYXJpYS1saXZlJzogYXJpYUxpdmUgPSAncG9saXRlJyxcbiAgICAgIHJvbGUgPSAnc3RhdHVzJyxcbiAgICAgIC4uLnJlc3RcbiAgICB9LFxuICAgIHJlZlxuICApID0+IChcbiAgICA8U3R5bGVkQWxlcnRCb3hcbiAgICAgIGFyaWEtbGFiZWw9e2FyaWFMYWJlbH1cbiAgICAgIGFyaWEtbGl2ZT17YXJpYUxpdmV9XG4gICAgICByZWY9e3JlZn1cbiAgICAgIHJvbGU9e3JvbGV9XG4gICAgICB7Li4ucmVzdH1cbiAgICAvPlxuICApXG4pO1xuXG5leHBvcnQgY29uc3QgYWxlcnRDb250ZW50UHJvcHMgPSB7XG4gIGFzOiAnc3BhbicsXG4gIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICB3aWR0aDogJzEwMCUnLFxufSBhcyBjb25zdDtcblxuZXhwb3J0IGNvbnN0IENvbGxhcHNpYmxlQ29udGVudCA9IHN0eWxlZChtb3Rpb24uZGl2KShcbiAgY3NzKHtcbiAgICBweTogNCxcbiAgICBvdmVyZmxvd1k6ICdoaWRkZW4nLFxuICAgIFdlYmtpdEZvbnRTbW9vdGhpbmc6ICdhbnRpYWxpYXNlZCcsXG4gICAgTW96T3N4Rm9udFNtb290aGluZzogJ2dyYXlzY2FsZScsXG4gIH0pXG4pO1xuXG5leHBvcnQgY29uc3QgQ2xlYW5GaWxsQnV0dG9uID0gc3R5bGVkKEZpbGxCdXR0b24pKFxuICBjc3Moe1xuICAgIC8vIE90aGVyd2lzZSBWb2ljZU92ZXIgYW5ub3VjZXMgdGhlIGJ1dHRvbidzIHRleHQgdHdpY2VcbiAgICAnOjpiZWZvcmUnOiB7XG4gICAgICBkaXNwbGF5OiAnbm9uZScsXG4gICAgfSxcbiAgfSlcbik7XG4iXX0= */");
54
+ }), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9BbGVydC9lbGVtZW50cy50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBb0VrQyIsImZpbGUiOiIuLi8uLi9zcmMvQWxlcnQvZWxlbWVudHMudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQmFja2dyb3VuZCwgY3NzIH0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQtc3R5bGVzJztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB7IG1vdGlvbiB9IGZyb20gJ2ZyYW1lci1tb3Rpb24nO1xuaW1wb3J0IHsgQ29tcG9uZW50UHJvcHMsIGZvcndhcmRSZWYgfSBmcm9tICdyZWFjdCc7XG5cbmltcG9ydCB7IEJveCB9IGZyb20gJy4uL0JveCc7XG5pbXBvcnQgeyBGaWxsQnV0dG9uIH0gZnJvbSAnLi4vQnV0dG9uJztcbmltcG9ydCB7IEFsZXJ0UHJvcHMgfSBmcm9tICcuL0FsZXJ0JztcbmltcG9ydCB7IHBsYWNlbWVudFZhcmlhbnRzIH0gZnJvbSAnLi92YXJpYW50cyc7XG5cbmNvbnN0IFN0eWxlZEFsZXJ0QmFubmVyID1cbiAgc3R5bGVkKEJhY2tncm91bmQpPFBpY2s8QWxlcnRQcm9wcywgJ3R5cGUnIHwgJ3BsYWNlbWVudCc+PihwbGFjZW1lbnRWYXJpYW50cyk7XG5cbmV4cG9ydCBjb25zdCBBbGVydEJhbm5lciA9IGZvcndhcmRSZWY8XG4gIEhUTUxEaXZFbGVtZW50LFxuICBDb21wb25lbnRQcm9wczx0eXBlb2YgU3R5bGVkQWxlcnRCYW5uZXI+XG4+KFxuICAoXG4gICAge1xuICAgICAgJ2FyaWEtbGFiZWwnOiBhcmlhTGFiZWwgPSAnYWxlcnQgYmFubmVyJyxcbiAgICAgICdhcmlhLWxpdmUnOiBhcmlhTGl2ZSA9ICdwb2xpdGUnLFxuICAgICAgcm9sZSA9ICdzdGF0dXMnLFxuICAgICAgLi4ucmVzdFxuICAgIH0sXG4gICAgcmVmXG4gICkgPT4gKFxuICAgIDxTdHlsZWRBbGVydEJhbm5lclxuICAgICAgYXJpYS1sYWJlbD17YXJpYUxhYmVsfVxuICAgICAgYXJpYS1saXZlPXthcmlhTGl2ZX1cbiAgICAgIHJlZj17cmVmfVxuICAgICAgcm9sZT17cm9sZX1cbiAgICAgIHsuLi5yZXN0fVxuICAgIC8+XG4gIClcbik7XG5cbmNvbnN0IFN0eWxlZEFsZXJ0Qm94ID1cbiAgc3R5bGVkKEJveCk8UGljazxBbGVydFByb3BzLCAndHlwZScgfCAncGxhY2VtZW50Jz4+KHBsYWNlbWVudFZhcmlhbnRzKTtcblxuZXhwb3J0IGNvbnN0IEFsZXJ0Qm94ID0gZm9yd2FyZFJlZjxcbiAgSFRNTERpdkVsZW1lbnQsXG4gIENvbXBvbmVudFByb3BzPHR5cGVvZiBTdHlsZWRBbGVydEJveD5cbj4oXG4gIChcbiAgICB7XG4gICAgICAnYXJpYS1sYWJlbCc6IGFyaWFMYWJlbCA9ICdhbGVydCBib3gnLFxuICAgICAgJ2FyaWEtbGl2ZSc6IGFyaWFMaXZlID0gJ3BvbGl0ZScsXG4gICAgICByb2xlID0gJ3N0YXR1cycsXG4gICAgICAuLi5yZXN0XG4gICAgfSxcbiAgICByZWZcbiAgKSA9PiAoXG4gICAgPFN0eWxlZEFsZXJ0Qm94XG4gICAgICBhcmlhLWxhYmVsPXthcmlhTGFiZWx9XG4gICAgICBhcmlhLWxpdmU9e2FyaWFMaXZlfVxuICAgICAgcmVmPXtyZWZ9XG4gICAgICByb2xlPXtyb2xlfVxuICAgICAgey4uLnJlc3R9XG4gICAgLz5cbiAgKVxuKTtcblxuZXhwb3J0IGNvbnN0IGFsZXJ0Q29udGVudFByb3BzID0ge1xuICBhczogJ3NwYW4nLFxuICBkaXNwbGF5OiAnaW5saW5lLWJsb2NrJyxcbiAgd2lkdGg6ICcxMDAlJyxcbn0gYXMgY29uc3Q7XG5cbmV4cG9ydCBjb25zdCBDb2xsYXBzaWJsZUNvbnRlbnQgPSBzdHlsZWQobW90aW9uLmRpdikoXG4gIGNzcyh7XG4gICAgcHk6IDQsXG4gICAgb3ZlcmZsb3dZOiAnaGlkZGVuJyxcbiAgICBXZWJraXRGb250U21vb3RoaW5nOiAnYW50aWFsaWFzZWQnLFxuICAgIE1vek9zeEZvbnRTbW9vdGhpbmc6ICdncmF5c2NhbGUnLFxuICB9KVxuKTtcblxuZXhwb3J0IGNvbnN0IENsZWFuRmlsbEJ1dHRvbiA9IHN0eWxlZChGaWxsQnV0dG9uKShcbiAgY3NzKHtcbiAgICAvLyBPdGhlcndpc2UgVm9pY2VPdmVyIGFubm91Y2VzIHRoZSBidXR0b24ncyB0ZXh0IHR3aWNlXG4gICAgJzo6YmVmb3JlJzoge1xuICAgICAgZGlzcGxheTogJ25vbmUnLFxuICAgIH0sXG4gIH0pXG4pO1xuIl19 */");
55
55
  export const CleanFillButton = /*#__PURE__*/_styled(FillButton, {
56
56
  target: "e1um9zw20",
57
57
  label: "CleanFillButton"
@@ -60,4 +60,4 @@ export const CleanFillButton = /*#__PURE__*/_styled(FillButton, {
60
60
  '::before': {
61
61
  display: 'none'
62
62
  }
63
- }), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9BbGVydC9lbGVtZW50cy50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBNkUrQiIsImZpbGUiOiIuLi8uLi9zcmMvQWxlcnQvZWxlbWVudHMudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQmFja2dyb3VuZCwgY3NzIH0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQtc3R5bGVzJztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB7IG1vdGlvbiB9IGZyb20gJ21vdGlvbi9yZWFjdCc7XG5pbXBvcnQgeyBDb21wb25lbnRQcm9wcywgZm9yd2FyZFJlZiB9IGZyb20gJ3JlYWN0JztcblxuaW1wb3J0IHsgQm94IH0gZnJvbSAnLi4vQm94JztcbmltcG9ydCB7IEZpbGxCdXR0b24gfSBmcm9tICcuLi9CdXR0b24nO1xuaW1wb3J0IHsgQWxlcnRQcm9wcyB9IGZyb20gJy4vQWxlcnQnO1xuaW1wb3J0IHsgcGxhY2VtZW50VmFyaWFudHMgfSBmcm9tICcuL3ZhcmlhbnRzJztcblxuY29uc3QgU3R5bGVkQWxlcnRCYW5uZXIgPVxuICBzdHlsZWQoQmFja2dyb3VuZCk8UGljazxBbGVydFByb3BzLCAndHlwZScgfCAncGxhY2VtZW50Jz4+KHBsYWNlbWVudFZhcmlhbnRzKTtcblxuZXhwb3J0IGNvbnN0IEFsZXJ0QmFubmVyID0gZm9yd2FyZFJlZjxcbiAgSFRNTERpdkVsZW1lbnQsXG4gIENvbXBvbmVudFByb3BzPHR5cGVvZiBTdHlsZWRBbGVydEJhbm5lcj5cbj4oXG4gIChcbiAgICB7XG4gICAgICAnYXJpYS1sYWJlbCc6IGFyaWFMYWJlbCA9ICdhbGVydCBiYW5uZXInLFxuICAgICAgJ2FyaWEtbGl2ZSc6IGFyaWFMaXZlID0gJ3BvbGl0ZScsXG4gICAgICByb2xlID0gJ3N0YXR1cycsXG4gICAgICAuLi5yZXN0XG4gICAgfSxcbiAgICByZWZcbiAgKSA9PiAoXG4gICAgPFN0eWxlZEFsZXJ0QmFubmVyXG4gICAgICBhcmlhLWxhYmVsPXthcmlhTGFiZWx9XG4gICAgICBhcmlhLWxpdmU9e2FyaWFMaXZlfVxuICAgICAgcmVmPXtyZWZ9XG4gICAgICByb2xlPXtyb2xlfVxuICAgICAgey4uLnJlc3R9XG4gICAgLz5cbiAgKVxuKTtcblxuY29uc3QgU3R5bGVkQWxlcnRCb3ggPVxuICBzdHlsZWQoQm94KTxQaWNrPEFsZXJ0UHJvcHMsICd0eXBlJyB8ICdwbGFjZW1lbnQnPj4ocGxhY2VtZW50VmFyaWFudHMpO1xuXG5leHBvcnQgY29uc3QgQWxlcnRCb3ggPSBmb3J3YXJkUmVmPFxuICBIVE1MRGl2RWxlbWVudCxcbiAgQ29tcG9uZW50UHJvcHM8dHlwZW9mIFN0eWxlZEFsZXJ0Qm94PlxuPihcbiAgKFxuICAgIHtcbiAgICAgICdhcmlhLWxhYmVsJzogYXJpYUxhYmVsID0gJ2FsZXJ0IGJveCcsXG4gICAgICAnYXJpYS1saXZlJzogYXJpYUxpdmUgPSAncG9saXRlJyxcbiAgICAgIHJvbGUgPSAnc3RhdHVzJyxcbiAgICAgIC4uLnJlc3RcbiAgICB9LFxuICAgIHJlZlxuICApID0+IChcbiAgICA8U3R5bGVkQWxlcnRCb3hcbiAgICAgIGFyaWEtbGFiZWw9e2FyaWFMYWJlbH1cbiAgICAgIGFyaWEtbGl2ZT17YXJpYUxpdmV9XG4gICAgICByZWY9e3JlZn1cbiAgICAgIHJvbGU9e3JvbGV9XG4gICAgICB7Li4ucmVzdH1cbiAgICAvPlxuICApXG4pO1xuXG5leHBvcnQgY29uc3QgYWxlcnRDb250ZW50UHJvcHMgPSB7XG4gIGFzOiAnc3BhbicsXG4gIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICB3aWR0aDogJzEwMCUnLFxufSBhcyBjb25zdDtcblxuZXhwb3J0IGNvbnN0IENvbGxhcHNpYmxlQ29udGVudCA9IHN0eWxlZChtb3Rpb24uZGl2KShcbiAgY3NzKHtcbiAgICBweTogNCxcbiAgICBvdmVyZmxvd1k6ICdoaWRkZW4nLFxuICAgIFdlYmtpdEZvbnRTbW9vdGhpbmc6ICdhbnRpYWxpYXNlZCcsXG4gICAgTW96T3N4Rm9udFNtb290aGluZzogJ2dyYXlzY2FsZScsXG4gIH0pXG4pO1xuXG5leHBvcnQgY29uc3QgQ2xlYW5GaWxsQnV0dG9uID0gc3R5bGVkKEZpbGxCdXR0b24pKFxuICBjc3Moe1xuICAgIC8vIE90aGVyd2lzZSBWb2ljZU92ZXIgYW5ub3VjZXMgdGhlIGJ1dHRvbidzIHRleHQgdHdpY2VcbiAgICAnOjpiZWZvcmUnOiB7XG4gICAgICBkaXNwbGF5OiAnbm9uZScsXG4gICAgfSxcbiAgfSlcbik7XG4iXX0= */");
63
+ }), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9BbGVydC9lbGVtZW50cy50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBNkUrQiIsImZpbGUiOiIuLi8uLi9zcmMvQWxlcnQvZWxlbWVudHMudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQmFja2dyb3VuZCwgY3NzIH0gZnJvbSAnQGNvZGVjYWRlbXkvZ2FtdXQtc3R5bGVzJztcbmltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB7IG1vdGlvbiB9IGZyb20gJ2ZyYW1lci1tb3Rpb24nO1xuaW1wb3J0IHsgQ29tcG9uZW50UHJvcHMsIGZvcndhcmRSZWYgfSBmcm9tICdyZWFjdCc7XG5cbmltcG9ydCB7IEJveCB9IGZyb20gJy4uL0JveCc7XG5pbXBvcnQgeyBGaWxsQnV0dG9uIH0gZnJvbSAnLi4vQnV0dG9uJztcbmltcG9ydCB7IEFsZXJ0UHJvcHMgfSBmcm9tICcuL0FsZXJ0JztcbmltcG9ydCB7IHBsYWNlbWVudFZhcmlhbnRzIH0gZnJvbSAnLi92YXJpYW50cyc7XG5cbmNvbnN0IFN0eWxlZEFsZXJ0QmFubmVyID1cbiAgc3R5bGVkKEJhY2tncm91bmQpPFBpY2s8QWxlcnRQcm9wcywgJ3R5cGUnIHwgJ3BsYWNlbWVudCc+PihwbGFjZW1lbnRWYXJpYW50cyk7XG5cbmV4cG9ydCBjb25zdCBBbGVydEJhbm5lciA9IGZvcndhcmRSZWY8XG4gIEhUTUxEaXZFbGVtZW50LFxuICBDb21wb25lbnRQcm9wczx0eXBlb2YgU3R5bGVkQWxlcnRCYW5uZXI+XG4+KFxuICAoXG4gICAge1xuICAgICAgJ2FyaWEtbGFiZWwnOiBhcmlhTGFiZWwgPSAnYWxlcnQgYmFubmVyJyxcbiAgICAgICdhcmlhLWxpdmUnOiBhcmlhTGl2ZSA9ICdwb2xpdGUnLFxuICAgICAgcm9sZSA9ICdzdGF0dXMnLFxuICAgICAgLi4ucmVzdFxuICAgIH0sXG4gICAgcmVmXG4gICkgPT4gKFxuICAgIDxTdHlsZWRBbGVydEJhbm5lclxuICAgICAgYXJpYS1sYWJlbD17YXJpYUxhYmVsfVxuICAgICAgYXJpYS1saXZlPXthcmlhTGl2ZX1cbiAgICAgIHJlZj17cmVmfVxuICAgICAgcm9sZT17cm9sZX1cbiAgICAgIHsuLi5yZXN0fVxuICAgIC8+XG4gIClcbik7XG5cbmNvbnN0IFN0eWxlZEFsZXJ0Qm94ID1cbiAgc3R5bGVkKEJveCk8UGljazxBbGVydFByb3BzLCAndHlwZScgfCAncGxhY2VtZW50Jz4+KHBsYWNlbWVudFZhcmlhbnRzKTtcblxuZXhwb3J0IGNvbnN0IEFsZXJ0Qm94ID0gZm9yd2FyZFJlZjxcbiAgSFRNTERpdkVsZW1lbnQsXG4gIENvbXBvbmVudFByb3BzPHR5cGVvZiBTdHlsZWRBbGVydEJveD5cbj4oXG4gIChcbiAgICB7XG4gICAgICAnYXJpYS1sYWJlbCc6IGFyaWFMYWJlbCA9ICdhbGVydCBib3gnLFxuICAgICAgJ2FyaWEtbGl2ZSc6IGFyaWFMaXZlID0gJ3BvbGl0ZScsXG4gICAgICByb2xlID0gJ3N0YXR1cycsXG4gICAgICAuLi5yZXN0XG4gICAgfSxcbiAgICByZWZcbiAgKSA9PiAoXG4gICAgPFN0eWxlZEFsZXJ0Qm94XG4gICAgICBhcmlhLWxhYmVsPXthcmlhTGFiZWx9XG4gICAgICBhcmlhLWxpdmU9e2FyaWFMaXZlfVxuICAgICAgcmVmPXtyZWZ9XG4gICAgICByb2xlPXtyb2xlfVxuICAgICAgey4uLnJlc3R9XG4gICAgLz5cbiAgKVxuKTtcblxuZXhwb3J0IGNvbnN0IGFsZXJ0Q29udGVudFByb3BzID0ge1xuICBhczogJ3NwYW4nLFxuICBkaXNwbGF5OiAnaW5saW5lLWJsb2NrJyxcbiAgd2lkdGg6ICcxMDAlJyxcbn0gYXMgY29uc3Q7XG5cbmV4cG9ydCBjb25zdCBDb2xsYXBzaWJsZUNvbnRlbnQgPSBzdHlsZWQobW90aW9uLmRpdikoXG4gIGNzcyh7XG4gICAgcHk6IDQsXG4gICAgb3ZlcmZsb3dZOiAnaGlkZGVuJyxcbiAgICBXZWJraXRGb250U21vb3RoaW5nOiAnYW50aWFsaWFzZWQnLFxuICAgIE1vek9zeEZvbnRTbW9vdGhpbmc6ICdncmF5c2NhbGUnLFxuICB9KVxuKTtcblxuZXhwb3J0IGNvbnN0IENsZWFuRmlsbEJ1dHRvbiA9IHN0eWxlZChGaWxsQnV0dG9uKShcbiAgY3NzKHtcbiAgICAvLyBPdGhlcndpc2UgVm9pY2VPdmVyIGFubm91Y2VzIHRoZSBidXR0b24ncyB0ZXh0IHR3aWNlXG4gICAgJzo6YmVmb3JlJzoge1xuICAgICAgZGlzcGxheTogJ25vbmUnLFxuICAgIH0sXG4gIH0pXG4pO1xuIl19 */");