|
1 | | -export type { FilterOptionOption } from "react-select/dist/declarations/src/filters"; |
| 1 | +export type { FilterOptionOption } from "react-select"; |
2 | 2 | export { default as Btn } from "./Btn"; |
3 | 3 | export { default as Button } from "./Button"; |
4 | | -export { default as ButtonWithPopup } from "./ButtonWithPopup"; |
5 | 4 | export { default as ButtonsWithError } from "./ButtonsWithError"; |
| 5 | +export { default as ButtonWithPopup } from "./ButtonWithPopup"; |
6 | 6 | export { default as CellDropdown } from "./CellDropdown"; |
7 | 7 | export { default as CharCount } from "./CharCount"; |
8 | 8 | export { default as Checkbox } from "./Checkbox"; |
9 | 9 | export { default as CodeBlock } from "./CodeBlock"; |
10 | 10 | export { default as CommentForm } from "./CommentForm"; |
11 | | -export { default as CopyButton } from "./CopyButton"; |
12 | 11 | export { default as CopyableField } from "./CopyableField"; |
| 12 | +export { default as CopyButton } from "./CopyButton"; |
13 | 13 | export { default as ErrorMsg } from "./ErrorMsg"; |
14 | 14 | export { |
15 | 15 | default as ErrorMsgProvider, |
@@ -44,13 +44,13 @@ export { default as SmallLoader } from "./SmallLoader"; |
44 | 44 | export { default as SuccessMsg } from "./SuccessMsg"; |
45 | 45 | export * from "./Tabs"; |
46 | 46 | export { useTabsContext } from "./Tabs/context"; |
47 | | -export { default as Textarea } from "./Textarea"; |
48 | | -export { default as TextareaWithMarkdown } from "./TextareaWithMarkdown"; |
49 | | -export { default as Tooltip } from "./Tooltip"; |
50 | | -export { default as DiscordButton } from "./TransparentButtonWithIcon/ForDiscord"; |
51 | | -export { default as GithubButton } from "./TransparentButtonWithIcon/ForGithub"; |
52 | 47 | export { default as ThemeProvider, useThemeContext } from "./tailwind/context"; |
53 | 48 | export { mergeConfig } from "./tailwind/mergeConfig"; |
54 | 49 | export { tailwindColorTheme as hostedTailwindColorTheme } from "./tailwind/theme/hosted/colors"; |
55 | 50 | export { tailwindColorTheme as workbenchTailwindColorTheme } from "./tailwind/theme/workbench/colors"; |
56 | 51 | export { IThemeColors, IThemeRGB } from "./tailwind/types"; |
| 52 | +export { default as Textarea } from "./Textarea"; |
| 53 | +export { default as TextareaWithMarkdown } from "./TextareaWithMarkdown"; |
| 54 | +export { default as Tooltip } from "./Tooltip"; |
| 55 | +export { default as DiscordButton } from "./TransparentButtonWithIcon/ForDiscord"; |
| 56 | +export { default as GithubButton } from "./TransparentButtonWithIcon/ForGithub"; |
0 commit comments