@codecademy/gamut 68.7.2-alpha.506379.0 → 68.7.2-alpha.a16819.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 (91) hide show
  1. package/agent-tools/DESIGN.Codecademy.md +1 -1
  2. package/agent-tools/rules/accessibility.mdc +1 -1
  3. package/bin/lib/claude.mjs +5 -14
  4. package/bin/lib/cursor.mjs +1 -4
  5. package/dist/AccordionButtonDeprecated/ButtonDeprecated/index.d.ts +2 -2
  6. package/dist/AccordionButtonDeprecated/ButtonDeprecated/index.js +1 -1
  7. package/dist/AccordionButtonDeprecated/ButtonDeprecated/styles/index.module.scss +5 -5
  8. package/dist/AccordionButtonDeprecated/ButtonDeprecated/styles/mixins.scss +5 -5
  9. package/dist/AccordionButtonDeprecated/ButtonDeprecated/styles/variables.scss +23 -22
  10. package/dist/AccordionButtonDeprecated/styles.module.scss +6 -8
  11. package/dist/Alert/elements.d.ts +2 -2
  12. package/dist/Anchor/index.d.ts +9 -19
  13. package/dist/Anchor/index.js +6 -9
  14. package/dist/BarChart/BarRow/elements.d.ts +45 -47
  15. package/dist/BarChart/utils/hooks.d.ts +2 -2
  16. package/dist/BarChart/utils/hooks.js +1 -3
  17. package/dist/Box/GridBox.d.ts +0 -1
  18. package/dist/Box/GridBox.js +1 -1
  19. package/dist/Box/props.d.ts +1 -1
  20. package/dist/Breadcrumbs/index.d.ts +5 -5
  21. package/dist/Breadcrumbs/index.js +2 -2
  22. package/dist/Button/CTAButton.d.ts +2 -2
  23. package/dist/Button/FillButton.d.ts +4 -4
  24. package/dist/Button/IconButton.d.ts +4 -4
  25. package/dist/Button/StrokeButton.d.ts +4 -4
  26. package/dist/Button/TextButton.d.ts +4 -4
  27. package/dist/Button/shared/InlineIconButton.d.ts +2 -2
  28. package/dist/Button/shared/styles.d.ts +3 -3
  29. package/dist/Button/shared/types.d.ts +1 -1
  30. package/dist/ButtonBase/ButtonBase.d.ts +4 -9
  31. package/dist/ButtonBase/ButtonBase.js +4 -11
  32. package/dist/Card/elements.d.ts +103 -109
  33. package/dist/Card/styles.d.ts +8 -8
  34. package/dist/Coachmark/index.d.ts +1 -1
  35. package/dist/ConnectedForm/ConnectedForm.d.ts +1 -1
  36. package/dist/ConnectedForm/ConnectedFormGroup.js +5 -7
  37. package/dist/ConnectedForm/SubmitButton.js +2 -3
  38. package/dist/ConnectedForm/utils.d.ts +1 -1
  39. package/dist/ConnectedForm/utils.js +1 -1
  40. package/dist/DatePicker/DatePickerInput/index.d.ts +1 -1
  41. package/dist/Disclosure/elements.d.ts +12 -18
  42. package/dist/FeatureShimmer/index.js +1 -1
  43. package/dist/Form/SelectDropdown/SelectDropdown.js +1 -1
  44. package/dist/Form/SelectDropdown/elements/containers.js +1 -1
  45. package/dist/Form/SelectDropdown/elements/controls.js +2 -2
  46. package/dist/Form/SelectDropdown/elements/multi-value.js +2 -2
  47. package/dist/Form/SelectDropdown/types/internal.d.ts +2 -2
  48. package/dist/Form/SelectDropdown/utils.js +1 -2
  49. package/dist/Form/elements/Form.d.ts +15 -15
  50. package/dist/Form/elements/FormGroup.d.ts +1 -1
  51. package/dist/Form/styles/Checkbox-styles.d.ts +1 -1
  52. package/dist/GridForm/GridFormButtons/index.d.ts +4 -4
  53. package/dist/GridForm/GridFormInputGroup/index.js +3 -4
  54. package/dist/HiddenText/index.d.ts +7 -0
  55. package/dist/HiddenText/index.js +16 -0
  56. package/dist/List/ListProvider.d.ts +1 -1
  57. package/dist/List/elements.d.ts +42 -44
  58. package/dist/Menu/MenuItem.js +6 -10
  59. package/dist/Menu/elements.d.ts +2 -2
  60. package/dist/Modals/Dialog.js +2 -6
  61. package/dist/Modals/Modal.js +2 -5
  62. package/dist/Modals/elements.d.ts +1 -1
  63. package/dist/Pagination/AnimatedPaginationButtons.d.ts +29 -31
  64. package/dist/Pagination/EllipsisButton.d.ts +2 -2
  65. package/dist/Pagination/PaginationButton.d.ts +6 -6
  66. package/dist/Pagination/utils.d.ts +29 -31
  67. package/dist/Pagination/utils.js +11 -14
  68. package/dist/Popover/Popover.js +6 -6
  69. package/dist/Popover/types.d.ts +3 -4
  70. package/dist/PopoverContainer/PopoverContainer.js +9 -9
  71. package/dist/PopoverContainer/hooks.d.ts +4 -16
  72. package/dist/PopoverContainer/hooks.js +27 -50
  73. package/dist/PopoverContainer/types.d.ts +1 -2
  74. package/dist/Tabs/TabButton.d.ts +2 -2
  75. package/dist/Tabs/TabNavLink.d.ts +2 -2
  76. package/dist/Tag/elements.d.ts +8 -14
  77. package/dist/Tag/index.js +1 -1
  78. package/dist/Tip/InfoTip/InfoTipButton.d.ts +4 -4
  79. package/dist/Tip/PreviewTip/elements.d.ts +6 -12
  80. package/dist/Tip/__tests__/helpers.d.ts +1 -1
  81. package/dist/Tip/shared/FloatingTip.js +2 -2
  82. package/dist/Tip/shared/types.d.ts +2 -2
  83. package/dist/Tip/shared/utils.js +1 -1
  84. package/dist/Video/styles/vds_base_theme.scss +1 -3
  85. package/dist/index.d.ts +1 -0
  86. package/dist/index.js +1 -0
  87. package/dist/utils/react.js +2 -4
  88. package/package.json +10 -10
  89. package/dist/Typography/styles/_variables.scss +0 -54
  90. package/dist/utils/nullish.d.ts +0 -10
  91. package/dist/utils/nullish.js +0 -11
@@ -481,7 +481,7 @@ Components are organized into three tiers:
481
481
 
482
482
  ### Atoms — foundational, single-purpose
483
483
 
484
- Badge, Button (FillButton, StrokeButton, CTAButton, TextButton, IconButton), ButtonBase, Card, Checkbox, CodeBlock, ColorMode, Drawer, FlexBox, FormGroup, GridBox, Icon, Input, Label, Loader, Radio, Select, Spinner, Tag, TextArea, Toggle, Tooltip
484
+ Badge, Button (FillButton, StrokeButton, CTAButton, TextButton, IconButton), ButtonBase, Card, Checkbox, CodeBlock, ColorMode, Drawer, FlexBox, FormGroup, GridBox, HiddenText, Icon, Input, Label, Loader, Radio, Select, Spinner, Tag, TextArea, Toggle, Tooltip
485
485
 
486
486
  ### Molecules — composed of atoms, handle a discrete task
487
487
 
@@ -56,7 +56,7 @@ Match `htmlFor` on `<FormGroupLabel>` with the `id` on the control. Base `<FormG
56
56
 
57
57
  ## Screen-reader-only text
58
58
 
59
- Use `<Text screenreader>` for visually hidden but announced content.
59
+ Use `<Text screenreader>` for visually hidden but announced content. `<HiddenText>` is deprecated.
60
60
 
61
61
  ## Color and contrast
62
62
 
@@ -15,7 +15,7 @@ export async function claudePluginSpec(sourceRoot) {
15
15
  } catch {
16
16
  throw new Error(
17
17
  `Missing ${mp}.\n` +
18
- `A .claude-plugin/marketplace.json is required for Claude Code installation.`
18
+ `A .claude-plugin/marketplace.json is required for Claude Code installation.`,
19
19
  );
20
20
  }
21
21
 
@@ -26,20 +26,14 @@ export async function claudePluginSpec(sourceRoot) {
26
26
  const { name: marketplaceName, plugins } = json;
27
27
 
28
28
  if (!marketplaceName || !Array.isArray(plugins) || plugins.length === 0) {
29
- throw new Error(
30
- `Invalid marketplace.json — needs "name" and "plugins[]": ${mp}`
31
- );
29
+ throw new Error(`Invalid marketplace.json — needs "name" and "plugins[]": ${mp}`);
32
30
  }
33
31
 
34
32
  const entry =
35
- plugins.find(
36
- (p) => p.source === './' || p.source === '.' || p.source == null
37
- ) ?? plugins[0];
33
+ plugins.find((p) => p.source === './' || p.source === '.' || p.source == null) ?? plugins[0];
38
34
 
39
35
  if (!entry?.name) {
40
- throw new Error(
41
- `No plugin name found in marketplace.json plugins[]: ${mp}`
42
- );
36
+ throw new Error(`No plugin name found in marketplace.json plugins[]: ${mp}`);
43
37
  }
44
38
 
45
39
  return `${entry.name}@${marketplaceName}`;
@@ -53,9 +47,6 @@ export async function claudePluginSpec(sourceRoot) {
53
47
  */
54
48
  export function marketplaceName(spec) {
55
49
  const name = spec.split('@')[1];
56
- if (!name)
57
- throw new Error(
58
- `Could not parse marketplace name from plugin spec: ${spec}`
59
- );
50
+ if (!name) throw new Error(`Could not parse marketplace name from plugin spec: ${spec}`);
60
51
  return name;
61
52
  }
@@ -4,10 +4,7 @@ import { join } from 'node:path';
4
4
 
5
5
  /** @returns {string} */
6
6
  export function cursorPluginsRoot() {
7
- return (
8
- process.env.CURSOR_PLUGINS_LOCAL ??
9
- join(homedir(), '.cursor', 'plugins', 'local')
10
- );
7
+ return process.env.CURSOR_PLUGINS_LOCAL ?? join(homedir(), '.cursor', 'plugins', 'local');
11
8
  }
12
9
 
13
10
  /**
@@ -7,8 +7,8 @@ export declare const buttonPresetThemes: {
7
7
  readonly lantern: "darkmint";
8
8
  readonly royalblue: "brand-purple";
9
9
  };
10
- declare const _themes: readonly ["hyper", "navy", "red", "white", "brand-red", "brand-yellow", "brand-purple", "brand-dark-blue", "brand-blue", "mint", "darkmint", "grey", "greyblue"];
11
- export type ButtonDeprecatedThemes = keyof typeof buttonPresetThemes | (typeof _themes)[number];
10
+ declare const themes: readonly ["hyper", "navy", "red", "white", "brand-red", "brand-yellow", "brand-purple", "brand-dark-blue", "brand-blue", "mint", "darkmint", "grey", "greyblue"];
11
+ export type ButtonDeprecatedThemes = keyof typeof buttonPresetThemes | (typeof themes)[number];
12
12
  export type ButtonDeprecatedProps = ButtonDeprecatedBaseProps & {
13
13
  /**
14
14
  * Whether button should behave like a block element or inline.
@@ -16,7 +16,7 @@ export const buttonPresetThemes = {
16
16
  lantern: 'darkmint',
17
17
  royalblue: 'brand-purple'
18
18
  };
19
- const _themes = ['hyper', 'navy', 'red', 'white', 'brand-red', 'brand-yellow', 'brand-purple', 'brand-dark-blue', 'brand-blue', 'mint', 'darkmint', 'grey', 'greyblue'];
19
+ const themes = ['hyper', 'navy', 'red', 'white', 'brand-red', 'brand-yellow', 'brand-purple', 'brand-dark-blue', 'brand-blue', 'mint', 'darkmint', 'grey', 'greyblue'];
20
20
  const propKeys = ['theme', 'size', 'outline', 'underline', 'link', 'caps', 'go', 'children', 'block', 'className', 'round', 'square', 'flat', 'fitText', 'onClick'];
21
21
  const isPreset = theme => {
22
22
  return hasIn(buttonPresetThemes, theme);
@@ -1,7 +1,6 @@
1
1
  @use "sass:color";
2
2
  @use "variables";
3
3
  @use "mixins";
4
- @use "~@codecademy/gamut-styles/utils" as *;
5
4
  //
6
5
  // Base styles
7
6
  //
@@ -11,7 +10,8 @@
11
10
  display: inline-flex;
12
11
  justify-content: center;
13
12
  font-weight: variables.$btn-font-weight;
14
- @include font-smoothing;
13
+ -webkit-font-smoothing: antialiased;
14
+ -moz-osx-font-smoothing: grayscale;
15
15
  border: 1px solid transparent;
16
16
  border-radius: variables.$btn-border-radius;
17
17
  user-select: none;
@@ -33,11 +33,11 @@ fieldset[disabled] a.btn {
33
33
 
34
34
  @each $name, $color in variables.$btn-swatches {
35
35
  @if $name == "brand-yellow" {
36
- @include mixins.button-variants($name, $color-black, $color);
36
+ @include mixins.button-variants($name, variables.$color-black, $color);
37
37
  } @else if color.channel(color.to-space($color, hsl), "lightness") > 68 {
38
- @include mixins.button-variants($name, $color-black, $color);
38
+ @include mixins.button-variants($name, variables.$color-black, $color);
39
39
  } @else {
40
- @include mixins.button-variants($name, $color-white, $color);
40
+ @include mixins.button-variants($name, variables.$color-white, $color);
41
41
  }
42
42
  }
43
43
 
@@ -1,5 +1,4 @@
1
1
  @use "sass:color";
2
- @use "~@codecademy/gamut-styles/utils" as *;
3
2
  @use "variables";
4
3
 
5
4
  // Button variants
@@ -8,7 +7,7 @@
8
7
  // and disabled options for all buttons
9
8
 
10
9
  @mixin button-variant($color, $background, $border: transparent) {
11
- $active-background: color.mix($color-black, $background);
10
+ $active-background: color.mix(variables.$color-black, $background);
12
11
 
13
12
  @if $border == transparent {
14
13
  $active-border: transparent;
@@ -24,7 +23,7 @@
24
23
  }
25
24
 
26
25
  &:focus-visible {
27
- box-shadow: 0 0 0 2px $color-white, 0 0 0 4px $background;
26
+ box-shadow: 0 0 0 2px variables.$color-white, 0 0 0 4px $background;
28
27
  }
29
28
 
30
29
  &:focus-visible,
@@ -60,7 +59,7 @@
60
59
  }
61
60
 
62
61
  &:focus-visible {
63
- box-shadow: 0 0 0 2px $color-white, 0 0 0 4px $color;
62
+ box-shadow: 0 0 0 2px variables.$color-white, 0 0 0 4px $color;
64
63
  }
65
64
 
66
65
  &:disabled {
@@ -98,7 +97,8 @@
98
97
  }
99
98
  .link-#{$name} {
100
99
  font-weight: bold;
101
- @include font-smoothing;
100
+ -webkit-font-smoothing: antialiased;
101
+ -moz-osx-font-smoothing: grayscale;
102
102
  color: $background;
103
103
  text-decoration: underline;
104
104
 
@@ -1,6 +1,4 @@
1
- @use "~@codecademy/gamut-styles/utils" as *;
2
-
3
- $btn-padding-x: px-rem(16) !default;
1
+ $btn-padding-x: 1rem !default;
4
2
  $btn-padding-y: 0.375rem !default;
5
3
  $btn-font-weight: bold !default;
6
4
 
@@ -8,18 +6,18 @@ $btn-line-height: 1.5 !default;
8
6
  $btn-line-height-lg: calc(4 / 3) !default;
9
7
  $btn-line-height-sm: 1.5 !default;
10
8
 
11
- $btn-font-size-base: px-rem(16) !default;
12
- $btn-font-size-lg: px-rem(20) !default;
13
- $btn-font-size-sm: px-rem(16) !default;
9
+ $btn-font-size-base: 1rem !default;
10
+ $btn-font-size-lg: 1.25rem !default;
11
+ $btn-font-size-sm: 1rem !default;
14
12
  $btn-font-size-xs: 0.75rem !default;
15
13
 
16
14
  $btn-padding-x-sm: 0.75rem !default;
17
15
  $btn-padding-y-sm: 0.25rem !default;
18
- $btn-min-width-sm: px-rem(128) !default;
16
+ $btn-min-width-sm: 8rem !default;
19
17
 
20
18
  $btn-padding-x-lg: 1.25rem !default;
21
19
  $btn-padding-y-lg: 0.75rem !default;
22
- $btn-min-width-lg: px-rem(160) !default;
20
+ $btn-min-width-lg: 10rem !default;
23
21
 
24
22
  $btn-border-radius: 2px !default;
25
23
  $btn-round-border-radius: 50px !default;
@@ -30,24 +28,27 @@ $btn-outline-hover-state-modifier: 0.9 !default;
30
28
  $btn-outline-active-state-modifier: 0.6 !default;
31
29
  $btn-box-shadow-focus-modifier: 0.5 !default;
32
30
 
33
- $btn-disabled-color: $color-gray-600;
31
+ $btn-disabled-color: #646466;
34
32
  $btn-box-shadow-color: rgba(0, 0, 0, 0.3);
35
33
 
36
34
  $btn-swatches: (
37
35
  // Gamut Next
38
- "hyper": $color-hyper,
39
- "red": $color-red,
40
- "navy": $color-navy,
41
- "white": $color-white,
42
- "grey": $color-gray-300,
36
+ "hyper": #3a10e5,
37
+ "red": #e91c11,
38
+ "navy": #10162f,
39
+ "white": #ffffff,
40
+ "grey": #c4c3c7,
43
41
  // Gamut Classic
44
- "brand-blue": $color-blue-500,
45
- "brand-red": $brand-red,
46
- "brand-yellow": $brand-yellow,
47
- "brand-purple": $brand-purple,
48
- "brand-dark-blue": $brand-dark-blue,
42
+ "brand-blue": #3069f0,
43
+ "brand-red": #fd4d3f,
44
+ "brand-yellow": #ffd500,
45
+ "brand-purple": #6400e4,
46
+ "brand-dark-blue": #141c3a,
49
47
  // Editor
50
- "mint": $deprecated-swatches-mint-700,
51
- "darkmint": $deprecated-swatches-mint-800,
52
- "greyblue": $deprecated-swatches-grey-blue-600
48
+ "mint": #34b3a0,
49
+ "darkmint": #1a7b72,
50
+ "greyblue": #354551
53
51
  );
52
+
53
+ $color-black: #000000;
54
+ $color-white: #ffffff;
@@ -1,5 +1,3 @@
1
- @use "~@codecademy/gamut-styles/utils" as *;
2
-
3
1
  .accordionButton {
4
2
  align-items: center;
5
3
  display: flex;
@@ -8,23 +6,23 @@
8
6
  width: 100%;
9
7
 
10
8
  &.blue {
11
- color: $color-blue-200;
9
+ color: #a5befa;
12
10
  }
13
11
 
14
12
  &.yellow {
15
- background-color: $color-yellow-200;
16
- border: solid $color-yellow-400;
13
+ background-color: #fff2b3;
14
+ border: solid #ffe359;
17
15
  border-width: 1px 0;
18
16
  font-weight: normal;
19
17
  transition: background-color 0.15s ease-in-out;
20
18
 
21
19
  &:focus-visible {
22
- border-color: $color-yellow-800;
20
+ border-color: #b37620;
23
21
  }
24
22
 
25
23
  &:focus,
26
24
  &:hover {
27
- background-color: $color-yellow-300;
25
+ background-color: #ffec8c;
28
26
  }
29
27
  }
30
28
 
@@ -40,7 +38,7 @@
40
38
  margin-left: 1rem;
41
39
  }
42
40
 
43
- @include md-viewport {
41
+ @media only screen and (min-width: 64rem) {
44
42
  font-size: 1.75rem;
45
43
  }
46
44
  }
@@ -21,7 +21,7 @@ export declare const CleanFillButton: import("@emotion/styled").StyledComponent<
21
21
  as?: React.ElementType;
22
22
  } & {
23
23
  theme?: import("@emotion/react").Theme;
24
- } & 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> & {
24
+ } & 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> & {
25
25
  theme?: import("@emotion/react").Theme;
26
26
  } & import("../Button/shared").ButtonBaseProps & Partial<import("..").IconComponentType> & {
27
27
  iconPosition?: "right" | "left";
@@ -30,7 +30,7 @@ export declare const CleanFillButton: import("@emotion/styled").StyledComponent<
30
30
  as?: React.ElementType;
31
31
  } & {
32
32
  theme?: import("@emotion/react").Theme;
33
- } & 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"> & 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">, "ref"> & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement> & {
33
+ } & 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> & {
34
34
  theme?: import("@emotion/react").Theme;
35
35
  } & import("../Button/shared").ButtonBaseProps & Partial<import("..").IconComponentType> & {
36
36
  iconPosition?: "right" | "left";