@indico-data/design-system 1.0.47 → 1.0.49

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 (182) hide show
  1. package/README.md +5 -0
  2. package/jest.config.js +15 -0
  3. package/lib/components/Accordion/Accordion.d.ts +1 -1
  4. package/lib/components/Accordion/Accordion.stories.d.ts +2 -2
  5. package/lib/components/Accordion/Accordion.styles.d.ts +1 -275
  6. package/lib/components/Icon/Icon.stories.d.ts +3 -4
  7. package/lib/components/Icon/indicons.d.ts +143 -125
  8. package/lib/components/Icon/storyHelpers.d.ts +3 -813
  9. package/lib/components/ListTable/Header/Header.d.ts +1 -1
  10. package/lib/components/ListTable/Header/Header.styles.d.ts +1 -272
  11. package/lib/components/ListTable/ListTable.d.ts +1 -1
  12. package/lib/components/ListTable/ListTable.stories.d.ts +1 -1
  13. package/lib/components/ListTable/ListTable.styles.d.ts +1 -272
  14. package/lib/components/LoadingAwareContainer/LoadingAwareContainer.d.ts +15 -0
  15. package/lib/components/LoadingAwareContainer/LoadingAwareContainer.stories.d.ts +22 -0
  16. package/lib/components/LoadingAwareContainer/LoadingAwareContainer.styles.d.ts +3 -0
  17. package/lib/components/LoadingAwareContainer/index.d.ts +1 -0
  18. package/lib/components/Navigation/Drawer/Drawer.d.ts +15 -0
  19. package/lib/components/Navigation/Drawer/Drawer.stories.d.ts +6 -0
  20. package/lib/components/Navigation/Drawer/Drawer.styles.d.ts +7 -0
  21. package/lib/components/Navigation/Drawer/DrawerLinkList.d.ts +9 -0
  22. package/lib/components/Navigation/Drawer/DrawerLinkList.styles.d.ts +2 -0
  23. package/lib/components/Navigation/Drawer/__mocks__/mocks.d.ts +3 -0
  24. package/lib/components/Navigation/Drawer/__tests__/Drawer.test.d.ts +1 -0
  25. package/lib/components/Navigation/Drawer/__tests__/DrawerLinkList.test.d.ts +1 -0
  26. package/lib/components/Navigation/Drawer/index.d.ts +1 -0
  27. package/lib/components/Navigation/Drawer/types.d.ts +7 -0
  28. package/lib/components/Navigation/index.d.ts +1 -0
  29. package/lib/components/Pagination/Pagination.d.ts +1 -2
  30. package/lib/components/Pagination/Pagination.styles.d.ts +1 -272
  31. package/lib/components/Wizard/Wizard.d.ts +48 -0
  32. package/lib/components/Wizard/Wizard.stories.d.ts +29 -0
  33. package/lib/components/Wizard/Wizard.styles.d.ts +4 -0
  34. package/lib/components/Wizard/index.d.ts +2 -0
  35. package/lib/components/WizardWithSidebar/WizardWithSidebar.d.ts +58 -0
  36. package/lib/components/WizardWithSidebar/WizardWithSidebar.stories.d.ts +46 -0
  37. package/lib/components/WizardWithSidebar/WizardWithSidebar.styles.d.ts +9 -0
  38. package/lib/components/WizardWithSidebar/index.d.ts +2 -0
  39. package/lib/components/basic-section/Section/Section.d.ts +1 -1
  40. package/lib/components/basic-section/Section/Section.stories.d.ts +1 -1
  41. package/lib/components/basic-section/Section/Section.styles.d.ts +1 -272
  42. package/lib/components/basic-section/SectionBlock/SectionBlock.d.ts +1 -1
  43. package/lib/components/basic-section/SectionBlock/SectionBlock.styles.d.ts +1 -272
  44. package/lib/components/basic-section/SectionBody/SectionBody.d.ts +1 -1
  45. package/lib/components/basic-section/SectionBody/SectionBody.stories.d.ts +1 -2
  46. package/lib/components/basic-section/SectionBody/SectionBody.styles.d.ts +1 -272
  47. package/lib/components/basic-section/SectionHeader/SectionHeader.d.ts +1 -1
  48. package/lib/components/basic-section/SectionHeader/SectionHeader.stories.d.ts +1 -1
  49. package/lib/components/basic-section/SectionHeader/SectionHeader.styles.d.ts +1 -272
  50. package/lib/components/basic-section/SectionTable/SectionTable.d.ts +1 -2
  51. package/lib/components/basic-section/SectionTable/SectionTable.styles.d.ts +1 -272
  52. package/lib/components/buttons/Button/Button.styles.d.ts +1 -282
  53. package/lib/components/buttons/IconButton/IconButton.d.ts +4 -5
  54. package/lib/components/buttons/IconButton/IconButton.stories.d.ts +3 -3
  55. package/lib/components/buttons/IconButton/IconButton.styles.d.ts +2 -567
  56. package/lib/components/buttons/types.d.ts +2 -1
  57. package/lib/components/dropdowns/BorderSelect/BorderSelect.d.ts +1 -1
  58. package/lib/components/dropdowns/BorderSelect/BorderSelect.stories.d.ts +1 -1
  59. package/lib/components/dropdowns/BorderSelect/BorderSelect.styles.d.ts +2 -543
  60. package/lib/components/dropdowns/MultiCombobox/MultiCombobox.styles.d.ts +1 -84
  61. package/lib/components/dropdowns/Select/Select.d.ts +1 -1
  62. package/lib/components/dropdowns/Select/Select.stories.d.ts +1 -1
  63. package/lib/components/dropdowns/Select/Select.styles.d.ts +1 -272
  64. package/lib/components/dropdowns/SingleCombobox/SingleCombobox.styles.d.ts +1 -84
  65. package/lib/components/dropdowns/utils.d.ts +1 -2
  66. package/lib/components/index.d.ts +7 -2
  67. package/lib/components/inputs/EditableInput/EditableInput.d.ts +1 -1
  68. package/lib/components/inputs/EditableInput/EditableInput.stories.d.ts +1 -2
  69. package/lib/components/inputs/EditableInput/EditableInput.styles.d.ts +1 -272
  70. package/lib/components/inputs/NumberInput/NumberInput.styles.d.ts +1 -272
  71. package/lib/components/inputs/RadioButtons/RadioButtons.d.ts +24 -0
  72. package/lib/components/inputs/RadioButtons/RadioButtons.stories.d.ts +15 -0
  73. package/lib/components/inputs/RadioButtons/RadioButtons.styles.d.ts +14 -0
  74. package/lib/components/inputs/RadioButtons/index.d.ts +1 -0
  75. package/lib/components/inputs/RadioGroup/RadioGroup.d.ts +27 -0
  76. package/lib/components/inputs/RadioGroup/RadioGroup.stories.d.ts +16 -0
  77. package/lib/components/inputs/RadioGroup/RadioGroup.styles.d.ts +2 -0
  78. package/lib/components/inputs/RadioGroup/index.d.ts +1 -0
  79. package/lib/components/inputs/SearchInput/SearchInput.d.ts +1 -1
  80. package/lib/components/inputs/SearchInput/SearchInput.stories.d.ts +1 -1
  81. package/lib/components/inputs/SearchInput/SearchInput.styles.d.ts +1 -5
  82. package/lib/components/inputs/TextInput/TextInput.styles.d.ts +2 -543
  83. package/lib/components/inputs/index.d.ts +2 -0
  84. package/lib/components/loading-indicators/BarSpinner/BarSpinner.styles.d.ts +1 -272
  85. package/lib/components/loading-indicators/CirclePulse/CirclePulse.styles.d.ts +3 -3
  86. package/lib/components/loading-indicators/LoadingIndicator/LoadingIndicator.d.ts +10 -0
  87. package/lib/components/loading-indicators/LoadingIndicator/LoadingIndicator.stories.d.ts +11 -0
  88. package/lib/components/loading-indicators/LoadingIndicator/LoadingIndicator.styles.d.ts +8 -0
  89. package/lib/components/loading-indicators/LoadingIndicator/index.d.ts +1 -0
  90. package/lib/components/loading-indicators/LoadingList/LoadingList.d.ts +1 -2
  91. package/lib/components/loading-indicators/LoadingList/LoadingList.stories.d.ts +1 -2
  92. package/lib/components/loading-indicators/LoadingList/LoadingList.styles.d.ts +1 -272
  93. package/lib/components/loading-indicators/PercentageRing/PercentageRing.d.ts +1 -2
  94. package/lib/components/loading-indicators/PercentageRing/PercentageRing.styles.d.ts +1 -272
  95. package/lib/components/loading-indicators/RandomLoadingMessage/RandomLoadingMessage.d.ts +1 -2
  96. package/lib/components/loading-indicators/RandomLoadingMessage/RandomLoadingMessage.stories.d.ts +1 -2
  97. package/lib/components/loading-indicators/index.d.ts +1 -0
  98. package/lib/components/modals/ConfirmModal/ConfirmModal.d.ts +17 -0
  99. package/lib/components/modals/ConfirmModal/ConfirmModal.stories.d.ts +44 -0
  100. package/lib/components/modals/ConfirmModal/ConfirmModal.styles.d.ts +2 -0
  101. package/lib/components/modals/ConfirmModal/index.d.ts +1 -0
  102. package/lib/components/modals/ModalBase/ModalBase.d.ts +27 -0
  103. package/lib/components/modals/ModalBase/ModalBase.stories.d.ts +9 -0
  104. package/lib/components/modals/ModalBase/ModalBase.styles.d.ts +4 -0
  105. package/lib/components/modals/ModalBase/index.d.ts +2 -0
  106. package/lib/components/modals/index.d.ts +2 -0
  107. package/lib/components/user-feedback/Shrug/Shrug.stories.d.ts +1 -1
  108. package/lib/components/user-feedback/Shrug/Shrug.styles.d.ts +1 -272
  109. package/lib/index.d.ts +531 -270
  110. package/lib/index.esm.js +5722 -824
  111. package/lib/index.esm.js.map +1 -1
  112. package/lib/index.js +5779 -867
  113. package/lib/index.js.map +1 -1
  114. package/lib/setupTests.d.ts +1 -0
  115. package/lib/styles/globals/index.d.ts +1 -2
  116. package/lib/tokens/colors.d.ts +9 -0
  117. package/lib/tokens/typography.d.ts +12 -0
  118. package/lib/types.d.ts +147 -125
  119. package/package.json +60 -42
  120. package/src/components/Icon/Icon.tsx +1 -0
  121. package/src/components/Icon/indicons.tsx +138 -15
  122. package/src/components/ListTable/ListTable.stories.tsx +1 -1
  123. package/src/components/LoadingAwareContainer/LoadingAwareContainer.stories.tsx +45 -0
  124. package/src/components/LoadingAwareContainer/LoadingAwareContainer.styles.ts +16 -0
  125. package/src/components/LoadingAwareContainer/LoadingAwareContainer.tsx +36 -0
  126. package/src/components/LoadingAwareContainer/index.ts +1 -0
  127. package/src/components/Navigation/Drawer/Drawer.stories.tsx +44 -0
  128. package/src/components/Navigation/Drawer/Drawer.styles.ts +75 -0
  129. package/src/components/Navigation/Drawer/Drawer.tsx +108 -0
  130. package/src/components/Navigation/Drawer/DrawerLinkList.styles.ts +66 -0
  131. package/src/components/Navigation/Drawer/DrawerLinkList.tsx +64 -0
  132. package/src/components/Navigation/Drawer/__mocks__/mocks.ts +49 -0
  133. package/src/components/Navigation/Drawer/__tests__/Drawer.test.tsx +175 -0
  134. package/src/components/Navigation/Drawer/__tests__/DrawerLinkList.test.tsx +66 -0
  135. package/src/components/Navigation/Drawer/index.ts +1 -0
  136. package/src/components/Navigation/Drawer/types.ts +8 -0
  137. package/src/components/Navigation/index.ts +1 -0
  138. package/src/components/Wizard/Wizard.stories.tsx +180 -0
  139. package/src/components/Wizard/Wizard.styles.ts +72 -0
  140. package/src/components/Wizard/Wizard.tsx +211 -0
  141. package/src/components/Wizard/index.ts +2 -0
  142. package/src/components/WizardWithSidebar/WizardWithSidebar.stories.tsx +143 -0
  143. package/src/components/WizardWithSidebar/WizardWithSidebar.styles.ts +123 -0
  144. package/src/components/WizardWithSidebar/WizardWithSidebar.tsx +262 -0
  145. package/src/components/WizardWithSidebar/index.ts +2 -0
  146. package/src/components/buttons/IconButton/IconButton.styles.ts +31 -0
  147. package/src/components/buttons/IconButton/IconButton.tsx +8 -6
  148. package/src/components/buttons/types.ts +2 -1
  149. package/src/components/index.ts +16 -1
  150. package/src/components/inputs/RadioButtons/RadioButtons.stories.tsx +84 -0
  151. package/src/components/inputs/RadioButtons/RadioButtons.styles.ts +82 -0
  152. package/src/components/inputs/RadioButtons/RadioButtons.tsx +61 -0
  153. package/src/components/inputs/RadioButtons/index.tsx +1 -0
  154. package/src/components/inputs/RadioGroup/RadioGroup.stories.tsx +66 -0
  155. package/src/components/inputs/RadioGroup/RadioGroup.styles.ts +11 -0
  156. package/src/components/inputs/RadioGroup/RadioGroup.tsx +120 -0
  157. package/src/components/inputs/RadioGroup/index.ts +1 -0
  158. package/src/components/inputs/SearchInput/SearchInput.styles.ts +28 -42
  159. package/src/components/inputs/SearchInput/SearchInput.tsx +6 -4
  160. package/src/components/inputs/index.ts +2 -0
  161. package/src/components/loading-indicators/CirclePulse/CirclePulse.styles.ts +7 -7
  162. package/src/components/loading-indicators/CirclePulse/CirclePulse.tsx +3 -3
  163. package/src/components/loading-indicators/LoadingIndicator/LoadingIndicator.stories.tsx +22 -0
  164. package/src/components/loading-indicators/LoadingIndicator/LoadingIndicator.styles.ts +81 -0
  165. package/src/components/loading-indicators/LoadingIndicator/LoadingIndicator.tsx +61 -0
  166. package/src/components/loading-indicators/LoadingIndicator/index.ts +1 -0
  167. package/src/components/loading-indicators/index.ts +1 -0
  168. package/src/components/modals/ConfirmModal/ConfirmModal.stories.tsx +76 -0
  169. package/src/components/modals/ConfirmModal/ConfirmModal.styles.ts +30 -0
  170. package/src/components/modals/ConfirmModal/ConfirmModal.tsx +84 -0
  171. package/src/components/modals/ConfirmModal/index.ts +1 -0
  172. package/src/components/modals/ModalBase/ModalBase.stories.tsx +47 -0
  173. package/src/components/modals/ModalBase/ModalBase.styles.tsx +73 -0
  174. package/src/components/modals/ModalBase/ModalBase.tsx +72 -0
  175. package/src/components/modals/ModalBase/index.ts +2 -0
  176. package/src/components/modals/index.ts +2 -0
  177. package/src/index.ts +13 -0
  178. package/src/setupTests.ts +4 -0
  179. package/src/tokens/colors.ts +9 -0
  180. package/src/tokens/typography.ts +7 -1
  181. package/src/types.ts +8 -0
  182. package/tsconfig.json +1 -1
package/README.md CHANGED
@@ -12,6 +12,11 @@ Install dependencies with a simple `yarn` command.
12
12
 
13
13
  `yarn dev` runs the command `storybook dev -p 6006` which should boot the dev server and open the local host in a browser window.
14
14
 
15
+ ### Import Issues
16
+
17
+ When you first set this up, you might run into import issues due to Yarn 4. In order to resolve these, you need to run `yarn dlx @yarnpkg/sdks vscode` (assuming you are on vs code.)
18
+ more information available here(https://stackoverflow.com/questions/54954337/is-it-possible-to-use-yarn-pnp-with-typescript-vscode)
19
+
15
20
  ## Additional scripts
16
21
 
17
22
  Run the below like `yarn <my command>`
package/jest.config.js ADDED
@@ -0,0 +1,15 @@
1
+ /** @type {import('ts-jest').JestConfigWithTsJest} */
2
+ module.exports = {
3
+ preset: 'ts-jest',
4
+ testEnvironment: 'jest-environment-jsdom',
5
+ testPathIgnorePatterns: ['/node_modules/', '/lib/', '__mocks__'],
6
+ setupFilesAfterEnv: ["<rootDir>/src/setupTests.ts"],
7
+ moduleNameMapper: {
8
+ '^@/(.*)$': '<rootDir>/src/$1',
9
+ },
10
+ transform: {
11
+ '^.+\\.(ts|tsx)?$': 'ts-jest',
12
+ '^.+\\.(js|jsx)$': 'babel-jest',
13
+ },
14
+
15
+ };
@@ -5,5 +5,5 @@ type Props = PermafrostComponent & {
5
5
  header?: React.ReactNode | string;
6
6
  open?: boolean;
7
7
  };
8
- export declare const Accordion: (props: Props) => React.JSX.Element;
8
+ export declare const Accordion: (props: Props) => import("react/jsx-runtime").JSX.Element;
9
9
  export {};
@@ -6,7 +6,7 @@ declare const meta: {
6
6
  content: React.ReactNode;
7
7
  header?: React.ReactNode;
8
8
  open?: boolean | undefined;
9
- }) => React.JSX.Element;
9
+ }) => import("react/jsx-runtime").JSX.Element;
10
10
  title: string;
11
11
  argTypes: {};
12
12
  decorators: ((Story: import("@storybook/types").PartialStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
@@ -17,7 +17,7 @@ declare const meta: {
17
17
  content: React.ReactNode;
18
18
  header?: React.ReactNode;
19
19
  open?: boolean | undefined;
20
- }>) => React.JSX.Element)[];
20
+ }>) => import("react/jsx-runtime").JSX.Element)[];
21
21
  };
22
22
  export default meta;
23
23
  type Story = StoryObj<typeof Accordion>;
@@ -1,276 +1,2 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
- export declare const StyledAccordion: import("styled-components").IStyledComponent<"web", {
4
- ref?: import("react").LegacyRef<HTMLDetailsElement> | undefined;
5
- key?: import("react").Key | null | undefined;
6
- open?: boolean | undefined;
7
- onToggle?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
8
- name?: string | undefined;
9
- defaultChecked?: boolean | undefined;
10
- defaultValue?: string | number | readonly string[] | undefined;
11
- suppressContentEditableWarning?: boolean | undefined;
12
- suppressHydrationWarning?: boolean | undefined;
13
- accessKey?: string | undefined;
14
- autoFocus?: boolean | undefined;
15
- className?: string | undefined;
16
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
17
- contextMenu?: string | undefined;
18
- dir?: string | undefined;
19
- draggable?: (boolean | "false" | "true") | undefined;
20
- hidden?: boolean | undefined;
21
- id?: string | undefined;
22
- lang?: string | undefined;
23
- nonce?: string | undefined;
24
- slot?: string | undefined;
25
- spellCheck?: (boolean | "false" | "true") | undefined;
26
- style?: import("react").CSSProperties | undefined;
27
- tabIndex?: number | undefined;
28
- title?: string | undefined;
29
- translate?: "yes" | "no" | undefined;
30
- radioGroup?: string | undefined;
31
- role?: import("react").AriaRole | undefined;
32
- about?: string | undefined;
33
- content?: string | undefined;
34
- datatype?: string | undefined;
35
- inlist?: any;
36
- prefix?: string | undefined;
37
- property?: string | undefined;
38
- rel?: string | undefined;
39
- resource?: string | undefined;
40
- rev?: string | undefined;
41
- typeof?: string | undefined;
42
- vocab?: string | undefined;
43
- autoCapitalize?: string | undefined;
44
- autoCorrect?: string | undefined;
45
- autoSave?: string | undefined;
46
- color?: string | undefined;
47
- itemProp?: string | undefined;
48
- itemScope?: boolean | undefined;
49
- itemType?: string | undefined;
50
- itemID?: string | undefined;
51
- itemRef?: string | undefined;
52
- results?: number | undefined;
53
- security?: string | undefined;
54
- unselectable?: "off" | "on" | undefined;
55
- inputMode?: "none" | "text" | "search" | "email" | "url" | "tel" | "numeric" | "decimal" | undefined;
56
- is?: string | undefined;
57
- "aria-activedescendant"?: string | undefined;
58
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
59
- "aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
60
- "aria-braillelabel"?: string | undefined;
61
- "aria-brailleroledescription"?: string | undefined;
62
- "aria-busy"?: (boolean | "false" | "true") | undefined;
63
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
64
- "aria-colcount"?: number | undefined;
65
- "aria-colindex"?: number | undefined;
66
- "aria-colindextext"?: string | undefined;
67
- "aria-colspan"?: number | undefined;
68
- "aria-controls"?: string | undefined;
69
- "aria-current"?: boolean | "page" | "false" | "true" | "time" | "date" | "location" | "step" | undefined;
70
- "aria-describedby"?: string | undefined;
71
- "aria-description"?: string | undefined;
72
- "aria-details"?: string | undefined;
73
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
74
- "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "popup" | "execute" | undefined;
75
- "aria-errormessage"?: string | undefined;
76
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
77
- "aria-flowto"?: string | undefined;
78
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
79
- "aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
80
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
81
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
82
- "aria-keyshortcuts"?: string | undefined;
83
- "aria-label"?: string | undefined;
84
- "aria-labelledby"?: string | undefined;
85
- "aria-level"?: number | undefined;
86
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
87
- "aria-modal"?: (boolean | "false" | "true") | undefined;
88
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
89
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
90
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
91
- "aria-owns"?: string | undefined;
92
- "aria-placeholder"?: string | undefined;
93
- "aria-posinset"?: number | undefined;
94
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
95
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
96
- "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
97
- "aria-required"?: (boolean | "false" | "true") | undefined;
98
- "aria-roledescription"?: string | undefined;
99
- "aria-rowcount"?: number | undefined;
100
- "aria-rowindex"?: number | undefined;
101
- "aria-rowindextext"?: string | undefined;
102
- "aria-rowspan"?: number | undefined;
103
- "aria-selected"?: (boolean | "false" | "true") | undefined;
104
- "aria-setsize"?: number | undefined;
105
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
106
- "aria-valuemax"?: number | undefined;
107
- "aria-valuemin"?: number | undefined;
108
- "aria-valuenow"?: number | undefined;
109
- "aria-valuetext"?: string | undefined;
110
- children?: import("react").ReactNode;
111
- dangerouslySetInnerHTML?: {
112
- __html: string | TrustedHTML;
113
- } | undefined;
114
- onCopy?: import("react").ClipboardEventHandler<HTMLDetailsElement> | undefined;
115
- onCopyCapture?: import("react").ClipboardEventHandler<HTMLDetailsElement> | undefined;
116
- onCut?: import("react").ClipboardEventHandler<HTMLDetailsElement> | undefined;
117
- onCutCapture?: import("react").ClipboardEventHandler<HTMLDetailsElement> | undefined;
118
- onPaste?: import("react").ClipboardEventHandler<HTMLDetailsElement> | undefined;
119
- onPasteCapture?: import("react").ClipboardEventHandler<HTMLDetailsElement> | undefined;
120
- onCompositionEnd?: import("react").CompositionEventHandler<HTMLDetailsElement> | undefined;
121
- onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDetailsElement> | undefined;
122
- onCompositionStart?: import("react").CompositionEventHandler<HTMLDetailsElement> | undefined;
123
- onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDetailsElement> | undefined;
124
- onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDetailsElement> | undefined;
125
- onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDetailsElement> | undefined;
126
- onFocus?: import("react").FocusEventHandler<HTMLDetailsElement> | undefined;
127
- onFocusCapture?: import("react").FocusEventHandler<HTMLDetailsElement> | undefined;
128
- onBlur?: import("react").FocusEventHandler<HTMLDetailsElement> | undefined;
129
- onBlurCapture?: import("react").FocusEventHandler<HTMLDetailsElement> | undefined;
130
- onChange?: import("react").FormEventHandler<HTMLDetailsElement> | undefined;
131
- onChangeCapture?: import("react").FormEventHandler<HTMLDetailsElement> | undefined;
132
- onBeforeInput?: import("react").FormEventHandler<HTMLDetailsElement> | undefined;
133
- onBeforeInputCapture?: import("react").FormEventHandler<HTMLDetailsElement> | undefined;
134
- onInput?: import("react").FormEventHandler<HTMLDetailsElement> | undefined;
135
- onInputCapture?: import("react").FormEventHandler<HTMLDetailsElement> | undefined;
136
- onReset?: import("react").FormEventHandler<HTMLDetailsElement> | undefined;
137
- onResetCapture?: import("react").FormEventHandler<HTMLDetailsElement> | undefined;
138
- onSubmit?: import("react").FormEventHandler<HTMLDetailsElement> | undefined;
139
- onSubmitCapture?: import("react").FormEventHandler<HTMLDetailsElement> | undefined;
140
- onInvalid?: import("react").FormEventHandler<HTMLDetailsElement> | undefined;
141
- onInvalidCapture?: import("react").FormEventHandler<HTMLDetailsElement> | undefined;
142
- onLoad?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
143
- onLoadCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
144
- onError?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
145
- onErrorCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
146
- onKeyDown?: import("react").KeyboardEventHandler<HTMLDetailsElement> | undefined;
147
- onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDetailsElement> | undefined;
148
- onKeyPress?: import("react").KeyboardEventHandler<HTMLDetailsElement> | undefined;
149
- onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDetailsElement> | undefined;
150
- onKeyUp?: import("react").KeyboardEventHandler<HTMLDetailsElement> | undefined;
151
- onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDetailsElement> | undefined;
152
- onAbort?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
153
- onAbortCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
154
- onCanPlay?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
155
- onCanPlayCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
156
- onCanPlayThrough?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
157
- onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
158
- onDurationChange?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
159
- onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
160
- onEmptied?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
161
- onEmptiedCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
162
- onEncrypted?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
163
- onEncryptedCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
164
- onEnded?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
165
- onEndedCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
166
- onLoadedData?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
167
- onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
168
- onLoadedMetadata?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
169
- onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
170
- onLoadStart?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
171
- onLoadStartCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
172
- onPause?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
173
- onPauseCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
174
- onPlay?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
175
- onPlayCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
176
- onPlaying?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
177
- onPlayingCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
178
- onProgress?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
179
- onProgressCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
180
- onRateChange?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
181
- onRateChangeCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
182
- onResize?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
183
- onResizeCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
184
- onSeeked?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
185
- onSeekedCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
186
- onSeeking?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
187
- onSeekingCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
188
- onStalled?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
189
- onStalledCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
190
- onSuspend?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
191
- onSuspendCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
192
- onTimeUpdate?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
193
- onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
194
- onVolumeChange?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
195
- onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
196
- onWaiting?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
197
- onWaitingCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
198
- onAuxClick?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
199
- onAuxClickCapture?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
200
- onClick?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
201
- onClickCapture?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
202
- onContextMenu?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
203
- onContextMenuCapture?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
204
- onDoubleClick?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
205
- onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
206
- onDrag?: import("react").DragEventHandler<HTMLDetailsElement> | undefined;
207
- onDragCapture?: import("react").DragEventHandler<HTMLDetailsElement> | undefined;
208
- onDragEnd?: import("react").DragEventHandler<HTMLDetailsElement> | undefined;
209
- onDragEndCapture?: import("react").DragEventHandler<HTMLDetailsElement> | undefined;
210
- onDragEnter?: import("react").DragEventHandler<HTMLDetailsElement> | undefined;
211
- onDragEnterCapture?: import("react").DragEventHandler<HTMLDetailsElement> | undefined;
212
- onDragExit?: import("react").DragEventHandler<HTMLDetailsElement> | undefined;
213
- onDragExitCapture?: import("react").DragEventHandler<HTMLDetailsElement> | undefined;
214
- onDragLeave?: import("react").DragEventHandler<HTMLDetailsElement> | undefined;
215
- onDragLeaveCapture?: import("react").DragEventHandler<HTMLDetailsElement> | undefined;
216
- onDragOver?: import("react").DragEventHandler<HTMLDetailsElement> | undefined;
217
- onDragOverCapture?: import("react").DragEventHandler<HTMLDetailsElement> | undefined;
218
- onDragStart?: import("react").DragEventHandler<HTMLDetailsElement> | undefined;
219
- onDragStartCapture?: import("react").DragEventHandler<HTMLDetailsElement> | undefined;
220
- onDrop?: import("react").DragEventHandler<HTMLDetailsElement> | undefined;
221
- onDropCapture?: import("react").DragEventHandler<HTMLDetailsElement> | undefined;
222
- onMouseDown?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
223
- onMouseDownCapture?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
224
- onMouseEnter?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
225
- onMouseLeave?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
226
- onMouseMove?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
227
- onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
228
- onMouseOut?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
229
- onMouseOutCapture?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
230
- onMouseOver?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
231
- onMouseOverCapture?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
232
- onMouseUp?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
233
- onMouseUpCapture?: import("react").MouseEventHandler<HTMLDetailsElement> | undefined;
234
- onSelect?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
235
- onSelectCapture?: import("react").ReactEventHandler<HTMLDetailsElement> | undefined;
236
- onTouchCancel?: import("react").TouchEventHandler<HTMLDetailsElement> | undefined;
237
- onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDetailsElement> | undefined;
238
- onTouchEnd?: import("react").TouchEventHandler<HTMLDetailsElement> | undefined;
239
- onTouchEndCapture?: import("react").TouchEventHandler<HTMLDetailsElement> | undefined;
240
- onTouchMove?: import("react").TouchEventHandler<HTMLDetailsElement> | undefined;
241
- onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDetailsElement> | undefined;
242
- onTouchStart?: import("react").TouchEventHandler<HTMLDetailsElement> | undefined;
243
- onTouchStartCapture?: import("react").TouchEventHandler<HTMLDetailsElement> | undefined;
244
- onPointerDown?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
245
- onPointerDownCapture?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
246
- onPointerMove?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
247
- onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
248
- onPointerUp?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
249
- onPointerUpCapture?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
250
- onPointerCancel?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
251
- onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
252
- onPointerEnter?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
253
- onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
254
- onPointerLeave?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
255
- onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
256
- onPointerOver?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
257
- onPointerOverCapture?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
258
- onPointerOut?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
259
- onPointerOutCapture?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
260
- onGotPointerCapture?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
261
- onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
262
- onLostPointerCapture?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
263
- onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDetailsElement> | undefined;
264
- onScroll?: import("react").UIEventHandler<HTMLDetailsElement> | undefined;
265
- onScrollCapture?: import("react").UIEventHandler<HTMLDetailsElement> | undefined;
266
- onWheel?: import("react").WheelEventHandler<HTMLDetailsElement> | undefined;
267
- onWheelCapture?: import("react").WheelEventHandler<HTMLDetailsElement> | undefined;
268
- onAnimationStart?: import("react").AnimationEventHandler<HTMLDetailsElement> | undefined;
269
- onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDetailsElement> | undefined;
270
- onAnimationEnd?: import("react").AnimationEventHandler<HTMLDetailsElement> | undefined;
271
- onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDetailsElement> | undefined;
272
- onAnimationIteration?: import("react").AnimationEventHandler<HTMLDetailsElement> | undefined;
273
- onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDetailsElement> | undefined;
274
- onTransitionEnd?: import("react").TransitionEventHandler<HTMLDetailsElement> | undefined;
275
- onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDetailsElement> | undefined;
276
- }>;
2
+ export declare const StyledAccordion: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").DetailsHTMLAttributes<HTMLDetailsElement>, HTMLDetailsElement>, never>>;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { StoryObj } from '@storybook/react';
3
2
  import { Icon } from './Icon';
4
3
  declare const meta: {
@@ -16,7 +15,7 @@ declare const meta: {
16
15
  name: {
17
16
  control: {
18
17
  type: string;
19
- options: ("checkbox" | "ellipsis" | "help" | "pointer" | "text" | "zoom-in" | "zoom-out" | "menu" | "filter" | "search" | "split" | "address" | "form" | "label" | "output" | "time" | "indico-o-white" | "account" | "api-doc" | "arrow-dots" | "arrow-down" | "arrow-up-circle" | "arrows-cursor" | "branch" | "check-circle" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "classification-document" | "classification-image" | "classification-page" | "classify-and-unbundle" | "clipboard" | "coffee-1" | "coffee-2" | "coffee-fail" | "coffeecup" | "coffeesteam" | "company-name" | "confidence-bar-1" | "confidence-bar-2" | "confidence-bar-3" | "confidence-bar-4" | "confidence-bars" | "configure" | "crowdlabel" | "currency" | "dashboard" | "data-and-access" | "database" | "date" | "draggable" | "droplet" | "edit" | "education" | "elmos-fire" | "email" | "enterprise" | "exclamation-circle-stroke" | "extraction" | "eye" | "file" | "fileHappy" | "filter-outline" | "folder" | "gallery" | "graphiql" | "happy" | "help-solid" | "highlight" | "highlight-outline" | "indico-logo-white" | "indico-o" | "info" | "kabob" | "key" | "layout-complex" | "layout-simple" | "location" | "lock" | "model-import" | "model-starter" | "moon" | "moonbow" | "no-format" | "object-detection" | "organizations" | "page-thumbnail" | "pay-as-you-go" | "person" | "phone" | "pin" | "plus" | "popup" | "price" | "radio-button" | "recruiter" | "regex" | "reject" | "repair" | "research" | "retrain" | "sad" | "shrug" | "signature" | "sort-down" | "step-forward" | "sun" | "surround" | "surround-outline" | "thumbs-down" | "thumbs-up" | "trash" | "unlock" | "upload" | "url" | "user" | "wand" | "warning" | "warning-stroke" | "workflows" | "x-close" | "fa-dot-circle" | "fa-file" | "fa-file-alt" | "fa-file-pdf" | "fa-file-word" | "fa-check-square" | "fa-square" | "fa-angle-double-left" | "fa-arrow-circle-right" | "fa-arrow-down" | "fa-arrow-left" | "fa-arrow-right" | "fa-arrow-up" | "fa-ban" | "fa-caret-down" | "fa-caret-up" | "fa-chart-bar" | "fa-check" | "fa-check-circle" | "fa-circle-notch" | "fa-clipboard" | "fa-clock" | "fa-clone" | "fa-cloud" | "fa-cog" | "fa-cogs" | "fa-coins" | "fa-cube" | "fa-cut" | "fa-download" | "fa-exclamation-circle" | "fa-exclamation-triangle" | "fa-external-link-alt" | "fa-eye-dropper" | "fa-file-download" | "fa-file-export" | "fa-file-upload" | "fa-filter" | "fa-ghost" | "fa-hat-wizard" | "fa-info-circle" | "fa-key" | "fa-keyboard" | "fa-layer-group" | "fa-pencil-alt" | "fa-plus" | "fa-plus-square" | "fa-question-circle" | "fa-robot" | "fa-search" | "fa-sign-out-alt" | "fa-sliders-h" | "fa-sync-alt" | "fa-tag" | "fa-times" | "fa-times-circle" | "fa-tint" | "fa-toggle-off" | "fa-toggle-on" | "fa-trash" | "fa-trash-alt" | "fa-undo" | "fa-user" | "fa-users" | "fa-mouse-pointer" | "fa-step-forward" | "fa-search-minus" | "fa-search-plus" | "fa-table" | "fa-image" | "fa-link" | "fa-list")[];
18
+ options: ("checkbox" | "ellipsis" | "help" | "pointer" | "text" | "zoom-in" | "zoom-out" | "reset" | "menu" | "search" | "split" | "indico-o-white" | "account" | "address" | "api-doc" | "arrow-dots" | "arrow-down" | "arrow-up-circle" | "arrows-cursor" | "bookmark" | "bookmarks" | "bookmark-saved" | "branch" | "check-circle" | "circle-help" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "classification-document" | "classification-image" | "classification-page" | "classify-and-unbundle" | "clipboard" | "coffee-1" | "coffee-2" | "coffee-fail" | "coffeecup" | "coffeesteam" | "cog" | "collection" | "compare" | "company-name" | "confidence-bar-1" | "confidence-bar-2" | "confidence-bar-3" | "confidence-bar-4" | "confidence-bars" | "configure" | "choose-library" | "crowdlabel" | "currency" | "dashboard" | "data-and-access" | "database" | "date" | "draggable" | "droplet" | "edit" | "education" | "elmos-fire" | "email" | "enterprise" | "exclamation-circle-stroke" | "extraction" | "eye" | "file" | "fileHappy" | "filter" | "filter-outline" | "folder" | "form" | "gallery" | "find-documents" | "graphiql" | "grid-view" | "happy" | "help-solid" | "highlight" | "highlight-outline" | "indico-logo-white" | "indico-o" | "info" | "kabob" | "key" | "label" | "layout-complex" | "layout-simple" | "list-view" | "libraries" | "location" | "logout" | "lock" | "model-import" | "model-starter" | "moon" | "moonbow" | "no-collections" | "no-libraries" | "no_results" | "no-format" | "object-detection" | "organizations" | "output" | "page-thumbnail" | "pay-as-you-go" | "person" | "phone" | "pin" | "plus" | "popup" | "price" | "preview-view" | "radio-button" | "recruiter" | "regex" | "reject" | "repair" | "research" | "retrain" | "sad" | "search-thin" | "shrug" | "signature" | "sort-down" | "step-forward" | "sun" | "surround" | "surround-outline" | "thumbs-down" | "thumbs-up" | "time" | "trash" | "unlock" | "upload" | "url" | "user" | "wand" | "warning" | "warning-stroke" | "workflows" | "x-close" | "fa-dot-circle" | "fa-file" | "fa-file-alt" | "fa-file-pdf" | "fa-file-word" | "fa-check-square" | "fa-square" | "fa-angle-double-left" | "fa-arrow-circle-right" | "fa-arrow-down" | "fa-arrow-left" | "fa-arrow-right" | "fa-arrow-up" | "fa-ban" | "fa-caret-down" | "fa-caret-up" | "fa-chart-bar" | "fa-check" | "fa-check-circle" | "fa-circle-notch" | "fa-clipboard" | "fa-clock" | "fa-clone" | "fa-cloud" | "fa-cog" | "fa-cogs" | "fa-coins" | "fa-cube" | "fa-cut" | "fa-download" | "fa-exclamation-circle" | "fa-exclamation-triangle" | "fa-external-link-alt" | "fa-eye-dropper" | "fa-file-download" | "fa-file-export" | "fa-file-upload" | "fa-filter" | "fa-ghost" | "fa-hat-wizard" | "fa-info-circle" | "fa-key" | "fa-keyboard" | "fa-layer-group" | "fa-pencil-alt" | "fa-plus" | "fa-plus-square" | "fa-question-circle" | "fa-robot" | "fa-search" | "fa-sign-out-alt" | "fa-sliders-h" | "fa-sync-alt" | "fa-tag" | "fa-times" | "fa-times-circle" | "fa-tint" | "fa-toggle-off" | "fa-toggle-on" | "fa-trash" | "fa-trash-alt" | "fa-undo" | "fa-user" | "fa-users" | "fa-mouse-pointer" | "fa-step-forward" | "fa-search-minus" | "fa-search-plus" | "fa-table" | "fa-image" | "fa-link" | "fa-list")[];
20
19
  };
21
20
  };
22
21
  };
@@ -27,11 +26,11 @@ declare const meta: {
27
26
  'data-testid'?: string | undefined;
28
27
  ariaLabel?: string | undefined;
29
28
  fill?: string | undefined;
30
- name: "checkbox" | "ellipsis" | "help" | "pointer" | "text" | "zoom-in" | "zoom-out" | "menu" | "filter" | "search" | "split" | "address" | "form" | "label" | "output" | "time" | "indico-o-white" | "account" | "api-doc" | "arrow-dots" | "arrow-down" | "arrow-up-circle" | "arrows-cursor" | "branch" | "check-circle" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "classification-document" | "classification-image" | "classification-page" | "classify-and-unbundle" | "clipboard" | "coffee-1" | "coffee-2" | "coffee-fail" | "coffeecup" | "coffeesteam" | "company-name" | "confidence-bar-1" | "confidence-bar-2" | "confidence-bar-3" | "confidence-bar-4" | "confidence-bars" | "configure" | "crowdlabel" | "currency" | "dashboard" | "data-and-access" | "database" | "date" | "draggable" | "droplet" | "edit" | "education" | "elmos-fire" | "email" | "enterprise" | "exclamation-circle-stroke" | "extraction" | "eye" | "file" | "fileHappy" | "filter-outline" | "folder" | "gallery" | "graphiql" | "happy" | "help-solid" | "highlight" | "highlight-outline" | "indico-logo-white" | "indico-o" | "info" | "kabob" | "key" | "layout-complex" | "layout-simple" | "location" | "lock" | "model-import" | "model-starter" | "moon" | "moonbow" | "no-format" | "object-detection" | "organizations" | "page-thumbnail" | "pay-as-you-go" | "person" | "phone" | "pin" | "plus" | "popup" | "price" | "radio-button" | "recruiter" | "regex" | "reject" | "repair" | "research" | "retrain" | "sad" | "shrug" | "signature" | "sort-down" | "step-forward" | "sun" | "surround" | "surround-outline" | "thumbs-down" | "thumbs-up" | "trash" | "unlock" | "upload" | "url" | "user" | "wand" | "warning" | "warning-stroke" | "workflows" | "x-close" | "fa-dot-circle" | "fa-file" | "fa-file-alt" | "fa-file-pdf" | "fa-file-word" | "fa-check-square" | "fa-square" | "fa-angle-double-left" | "fa-arrow-circle-right" | "fa-arrow-down" | "fa-arrow-left" | "fa-arrow-right" | "fa-arrow-up" | "fa-ban" | "fa-caret-down" | "fa-caret-up" | "fa-chart-bar" | "fa-check" | "fa-check-circle" | "fa-circle-notch" | "fa-clipboard" | "fa-clock" | "fa-clone" | "fa-cloud" | "fa-cog" | "fa-cogs" | "fa-coins" | "fa-cube" | "fa-cut" | "fa-download" | "fa-exclamation-circle" | "fa-exclamation-triangle" | "fa-external-link-alt" | "fa-eye-dropper" | "fa-file-download" | "fa-file-export" | "fa-file-upload" | "fa-filter" | "fa-ghost" | "fa-hat-wizard" | "fa-info-circle" | "fa-key" | "fa-keyboard" | "fa-layer-group" | "fa-pencil-alt" | "fa-plus" | "fa-plus-square" | "fa-question-circle" | "fa-robot" | "fa-search" | "fa-sign-out-alt" | "fa-sliders-h" | "fa-sync-alt" | "fa-tag" | "fa-times" | "fa-times-circle" | "fa-tint" | "fa-toggle-off" | "fa-toggle-on" | "fa-trash" | "fa-trash-alt" | "fa-undo" | "fa-user" | "fa-users" | "fa-mouse-pointer" | "fa-step-forward" | "fa-search-minus" | "fa-search-plus" | "fa-table" | "fa-image" | "fa-link" | "fa-list";
29
+ name: "checkbox" | "ellipsis" | "help" | "pointer" | "text" | "zoom-in" | "zoom-out" | "reset" | "menu" | "search" | "split" | "indico-o-white" | "account" | "address" | "api-doc" | "arrow-dots" | "arrow-down" | "arrow-up-circle" | "arrows-cursor" | "bookmark" | "bookmarks" | "bookmark-saved" | "branch" | "check-circle" | "circle-help" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "classification-document" | "classification-image" | "classification-page" | "classify-and-unbundle" | "clipboard" | "coffee-1" | "coffee-2" | "coffee-fail" | "coffeecup" | "coffeesteam" | "cog" | "collection" | "compare" | "company-name" | "confidence-bar-1" | "confidence-bar-2" | "confidence-bar-3" | "confidence-bar-4" | "confidence-bars" | "configure" | "choose-library" | "crowdlabel" | "currency" | "dashboard" | "data-and-access" | "database" | "date" | "draggable" | "droplet" | "edit" | "education" | "elmos-fire" | "email" | "enterprise" | "exclamation-circle-stroke" | "extraction" | "eye" | "file" | "fileHappy" | "filter" | "filter-outline" | "folder" | "form" | "gallery" | "find-documents" | "graphiql" | "grid-view" | "happy" | "help-solid" | "highlight" | "highlight-outline" | "indico-logo-white" | "indico-o" | "info" | "kabob" | "key" | "label" | "layout-complex" | "layout-simple" | "list-view" | "libraries" | "location" | "logout" | "lock" | "model-import" | "model-starter" | "moon" | "moonbow" | "no-collections" | "no-libraries" | "no_results" | "no-format" | "object-detection" | "organizations" | "output" | "page-thumbnail" | "pay-as-you-go" | "person" | "phone" | "pin" | "plus" | "popup" | "price" | "preview-view" | "radio-button" | "recruiter" | "regex" | "reject" | "repair" | "research" | "retrain" | "sad" | "search-thin" | "shrug" | "signature" | "sort-down" | "step-forward" | "sun" | "surround" | "surround-outline" | "thumbs-down" | "thumbs-up" | "time" | "trash" | "unlock" | "upload" | "url" | "user" | "wand" | "warning" | "warning-stroke" | "workflows" | "x-close" | "fa-dot-circle" | "fa-file" | "fa-file-alt" | "fa-file-pdf" | "fa-file-word" | "fa-check-square" | "fa-square" | "fa-angle-double-left" | "fa-arrow-circle-right" | "fa-arrow-down" | "fa-arrow-left" | "fa-arrow-right" | "fa-arrow-up" | "fa-ban" | "fa-caret-down" | "fa-caret-up" | "fa-chart-bar" | "fa-check" | "fa-check-circle" | "fa-circle-notch" | "fa-clipboard" | "fa-clock" | "fa-clone" | "fa-cloud" | "fa-cog" | "fa-cogs" | "fa-coins" | "fa-cube" | "fa-cut" | "fa-download" | "fa-exclamation-circle" | "fa-exclamation-triangle" | "fa-external-link-alt" | "fa-eye-dropper" | "fa-file-download" | "fa-file-export" | "fa-file-upload" | "fa-filter" | "fa-ghost" | "fa-hat-wizard" | "fa-info-circle" | "fa-key" | "fa-keyboard" | "fa-layer-group" | "fa-pencil-alt" | "fa-plus" | "fa-plus-square" | "fa-question-circle" | "fa-robot" | "fa-search" | "fa-sign-out-alt" | "fa-sliders-h" | "fa-sync-alt" | "fa-tag" | "fa-times" | "fa-times-circle" | "fa-tint" | "fa-toggle-off" | "fa-toggle-on" | "fa-trash" | "fa-trash-alt" | "fa-undo" | "fa-user" | "fa-users" | "fa-mouse-pointer" | "fa-step-forward" | "fa-search-minus" | "fa-search-plus" | "fa-table" | "fa-image" | "fa-link" | "fa-list";
31
30
  size?: [string | number] | [string | number, string | number] | undefined;
32
31
  style?: any;
33
32
  onClick?: (() => void) | undefined;
34
- }>) => React.JSX.Element)[];
33
+ }>) => import("react/jsx-runtime").JSX.Element)[];
35
34
  };
36
35
  export default meta;
37
36
  type Story = StoryObj<typeof Icon>;