pixel-react 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.prettierrc.js +13 -0
- package/.storybook/main.ts +26 -0
- package/.storybook/preview.ts +26 -0
- package/.yarn/install-state.gz +0 -0
- package/.yarnrc.yml +1 -0
- package/README.md +25 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/index.scss +0 -0
- package/lib/StyleGuide/ColorPalette/ColorPalette.d.ts +3 -0
- package/lib/StyleGuide/ColorPalette/ColorPalette.stories.d.ts +6 -0
- package/lib/StyleGuide/ColorPalette/colorPaletteList.d.ts +3 -0
- package/lib/StyleGuide/ColorPalette/index.d.ts +1 -0
- package/lib/StyleGuide/ColorPalette/types.d.ts +15 -0
- package/lib/StyleGuide/Typography/Typography.d.ts +3 -0
- package/lib/StyleGuide/Typography/Typography.stories.d.ts +6 -0
- package/lib/StyleGuide/Typography/TypographyList.d.ts +5 -0
- package/lib/StyleGuide/Typography/types.d.ts +8 -0
- package/lib/assets/utils/functionUtils.d.ts +1 -0
- package/lib/components/Accordion/Accordion.d.ts +8 -0
- package/lib/components/Accordion/Accordion.stories.d.ts +6 -0
- package/lib/components/Accordion/index.d.ts +1 -0
- package/lib/components/Accordion/types.d.ts +27 -0
- package/lib/components/AddResourceButton/AddButton.d.ts +4 -0
- package/lib/components/AddResourceButton/AddButton.stories.d.ts +8 -0
- package/lib/components/AddResourceButton/ArrowsButton/ArrowsButton.d.ts +6 -0
- package/lib/components/AddResourceButton/index.d.ts +1 -0
- package/lib/components/AddResourceButton/type.d.ts +65 -0
- package/lib/components/Button/Button.d.ts +5 -0
- package/lib/components/Button/Button.stories.d.ts +12 -0
- package/lib/components/Button/index.d.ts +1 -0
- package/lib/components/Button/types.d.ts +61 -0
- package/lib/components/Charts/DonutChart/DonutChart.d.ts +5 -0
- package/lib/components/Charts/DonutChart/DonutChart.stories.d.ts +6 -0
- package/lib/components/Charts/DonutChart/index.d.ts +1 -0
- package/lib/components/Charts/DonutChart/type.d.ts +13 -0
- package/lib/components/Charts/RadialChart/RadialChart.d.ts +5 -0
- package/lib/components/Charts/RadialChart/RadialChart.stories.d.ts +6 -0
- package/lib/components/Charts/RadialChart/index.d.ts +1 -0
- package/lib/components/Charts/RadialChart/types.d.ts +25 -0
- package/lib/components/Checkbox/Checkbox.d.ts +6 -0
- package/lib/components/Checkbox/Checkbox.stories.d.ts +8 -0
- package/lib/components/Checkbox/index.d.ts +1 -0
- package/lib/components/Checkbox/types.d.ts +30 -0
- package/lib/components/Chip/Chip.d.ts +4 -0
- package/lib/components/Chip/Chip.stories.d.ts +14 -0
- package/lib/components/Chip/index.d.ts +1 -0
- package/lib/components/Chip/types.d.ts +18 -0
- package/lib/components/Drawer/Drawer.d.ts +4 -0
- package/lib/components/Drawer/Drawer.stories.d.ts +7 -0
- package/lib/components/Drawer/Types.d.ts +85 -0
- package/lib/components/Drawer/index.d.ts +1 -0
- package/lib/components/ExpandableMenu/ExpandableMenu.d.ts +5 -0
- package/lib/components/ExpandableMenu/ExpandableMenu.stories.d.ts +7 -0
- package/lib/components/ExpandableMenu/index.d.ts +1 -0
- package/lib/components/ExpandableMenu/types.d.ts +34 -0
- package/lib/components/FileDropzone/Dropzone.d.ts +5 -0
- package/lib/components/FileDropzone/FileDropzone.d.ts +4 -0
- package/lib/components/FileDropzone/FileDropzone.stories.d.ts +8 -0
- package/lib/components/FileDropzone/FilePreview.d.ts +4 -0
- package/lib/components/FileDropzone/index.d.ts +1 -0
- package/lib/components/FileDropzone/types.d.ts +103 -0
- package/lib/components/Form/Form.d.ts +16 -0
- package/lib/components/Form/Form.stories.d.ts +6 -0
- package/lib/components/Form/index.d.ts +1 -0
- package/lib/components/Form/types.d.ts +1 -0
- package/lib/components/GridLayout/GridLayout.d.ts +6 -0
- package/lib/components/GridLayout/GridLayout.stories.d.ts +8 -0
- package/lib/components/GridLayout/index.d.ts +2 -0
- package/lib/components/GridLayout/types.d.ts +57 -0
- package/lib/components/HighlightText/HighlightText.d.ts +4 -0
- package/lib/components/HighlightText/HighlightText.stories.d.ts +6 -0
- package/lib/components/HighlightText/index.d.ts +1 -0
- package/lib/components/HighlightText/types.d.ts +4 -0
- package/lib/components/Icon/Icon.d.ts +4 -0
- package/lib/components/Icon/Icon.stories.d.ts +7 -0
- package/lib/components/Icon/iconList.d.ts +2 -0
- package/lib/components/Icon/index.d.ts +1 -0
- package/lib/components/Icon/types.d.ts +10 -0
- package/lib/components/Input/Input.d.ts +4 -0
- package/lib/components/Input/Input.stories.d.ts +9 -0
- package/lib/components/Input/index.d.ts +1 -0
- package/lib/components/Input/types.d.ts +74 -0
- package/lib/components/InputWithDropdown/InputWithDropdown.d.ts +4 -0
- package/lib/components/InputWithDropdown/InputWithDropdown.stories.d.ts +8 -0
- package/lib/components/InputWithDropdown/index.d.ts +1 -0
- package/lib/components/InputWithDropdown/types.d.ts +88 -0
- package/lib/components/LazyLoad/LazyLoad.d.ts +2 -0
- package/lib/components/LazyLoad/LazyLoad.stories.d.ts +6 -0
- package/lib/components/LazyLoad/LazyLoading.d.ts +2 -0
- package/lib/components/LazyLoad/index.d.ts +1 -0
- package/lib/components/MenuOption/MenuOption.d.ts +4 -0
- package/lib/components/MenuOption/MenuOption.stories.d.ts +15 -0
- package/lib/components/MenuOption/index.d.ts +1 -0
- package/lib/components/MenuOption/types.d.ts +134 -0
- package/lib/components/MiniModal/MiniModal.d.ts +4 -0
- package/lib/components/MiniModal/MiniModal.stories.d.ts +9 -0
- package/lib/components/MiniModal/index.d.ts +1 -0
- package/lib/components/MiniModal/types.d.ts +89 -0
- package/lib/components/MultiSelect/Dropdown.d.ts +4 -0
- package/lib/components/MultiSelect/MultiSelect.d.ts +4 -0
- package/lib/components/MultiSelect/MultiSelect.stories.d.ts +9 -0
- package/lib/components/MultiSelect/MultiSelectTypes.d.ts +18 -0
- package/lib/components/MultiSelect/dropdownTypes.d.ts +15 -0
- package/lib/components/MultiSelect/index.d.ts +1 -0
- package/lib/components/RadioButton/RadioButton.d.ts +4 -0
- package/lib/components/RadioButton/RadioButton.stories.d.ts +10 -0
- package/lib/components/RadioButton/index.d.ts +1 -0
- package/lib/components/RadioButton/radioButtonTypes.d.ts +35 -0
- package/lib/components/RadioGroup/RadioGroup.d.ts +4 -0
- package/lib/components/RadioGroup/RadioGroup.stories.d.ts +8 -0
- package/lib/components/RadioGroup/index.d.ts +1 -0
- package/lib/components/RadioGroup/radioGroupTypes.d.ts +47 -0
- package/lib/components/Search/Search.d.ts +4 -0
- package/lib/components/Search/Search.stories.d.ts +6 -0
- package/lib/components/Search/index.d.ts +1 -0
- package/lib/components/Search/types.d.ts +15 -0
- package/lib/components/Select/Select.d.ts +4 -0
- package/lib/components/Select/Select.stories.d.ts +13 -0
- package/lib/components/Select/components/Dropdown/Dropdown.d.ts +4 -0
- package/lib/components/Select/components/Dropdown/dropdownTypes.d.ts +15 -0
- package/lib/components/Select/index.d.ts +1 -0
- package/lib/components/Select/types.d.ts +68 -0
- package/lib/components/Table/Table.d.ts +4 -0
- package/lib/components/Table/Table.stories.d.ts +11 -0
- package/lib/components/Table/Types.d.ts +98 -0
- package/lib/components/Table/index.d.ts +1 -0
- package/lib/components/TableTree/TableTree.d.ts +21 -0
- package/lib/components/TableTree/TableTree.stories.d.ts +7 -0
- package/lib/components/TableTree/data.d.ts +313 -0
- package/lib/components/TableTree/index.d.ts +1 -0
- package/lib/components/Tabs/Tabs.d.ts +5 -0
- package/lib/components/Tabs/Tabs.stories.d.ts +8 -0
- package/lib/components/Tabs/index.d.ts +1 -0
- package/lib/components/Tabs/types.d.ts +40 -0
- package/lib/components/TextArea/Textarea.d.ts +4 -0
- package/lib/components/TextArea/Textarea.stories.d.ts +9 -0
- package/lib/components/TextArea/Types.d.ts +78 -0
- package/lib/components/TextArea/index.d.ts +1 -0
- package/lib/components/ThemeProvider/ThemeProvider.d.ts +7 -0
- package/lib/components/ThemeProvider/index.d.ts +1 -0
- package/lib/components/ThemeProvider/types.d.ts +11 -0
- package/lib/components/Toast/Toast.d.ts +5 -0
- package/lib/components/Toast/Toast.stories.d.ts +6 -0
- package/lib/components/Toast/index.d.ts +1 -0
- package/lib/components/Toast/types.d.ts +20 -0
- package/lib/components/Toggle/Toggle.d.ts +5 -0
- package/lib/components/Toggle/Toggle.stories.d.ts +12 -0
- package/lib/components/Toggle/index.d.ts +1 -0
- package/lib/components/Toggle/types.d.ts +50 -0
- package/lib/components/Tooltip/Tooltip.d.ts +5 -0
- package/lib/components/Tooltip/Tooltip.stories.d.ts +15 -0
- package/lib/components/Tooltip/index.d.ts +1 -0
- package/lib/components/Tooltip/types.d.ts +37 -0
- package/lib/components/Typography/Typography.d.ts +5 -0
- package/lib/components/Typography/Typography.stories.d.ts +10 -0
- package/lib/components/Typography/index.d.ts +1 -0
- package/lib/components/Typography/types.d.ts +47 -0
- package/lib/hooks/keyboardevents/useEscKeyEvent.d.ts +2 -0
- package/lib/hooks/useClickOutside.d.ts +2 -0
- package/lib/hooks/useFileDropzone.d.ts +3 -0
- package/lib/hooks/usePortalPosition.d.ts +9 -0
- package/lib/hooks/useTheme.d.ts +3 -0
- package/lib/index.css +404 -0
- package/lib/index.d.ts +1286 -0
- package/lib/index.esm.css +404 -0
- package/lib/index.esm.js +9317 -0
- package/lib/index.esm.js.map +1 -0
- package/lib/index.js +9376 -0
- package/lib/index.js.map +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -0
- package/lib/utils/TableCell/TableCell.d.ts +1 -0
- package/lib/utils/checkEmpty/checkEmpty.d.ts +3 -0
- package/lib/utils/checkEmpty/checkEmpty.stories.d.ts +6 -0
- package/lib/utils/ffID/ffID.stories.d.ts +6 -0
- package/lib/utils/ffID/ffid.d.ts +2 -0
- package/lib/utils/getExtension/getExtension.d.ts +4 -0
- package/lib/utils/getExtension/getExtension.stories.d.ts +6 -0
- package/lib/utils/truncateText/truncateText.d.ts +1 -0
- package/lib/utils/truncateText/truncateText.stories.d.ts +6 -0
- package/package.json +62 -0
- package/rollup.config.mjs +57 -0
- package/src/StyleGuide/ColorPalette/ColorPalette.scss +58 -0
- package/src/StyleGuide/ColorPalette/ColorPalette.stories.tsx +16 -0
- package/src/StyleGuide/ColorPalette/ColorPalette.tsx +61 -0
- package/src/StyleGuide/ColorPalette/colorPaletteList.ts +97 -0
- package/src/StyleGuide/ColorPalette/index.ts +1 -0
- package/src/StyleGuide/ColorPalette/types.ts +17 -0
- package/src/StyleGuide/Typography/Typography.scss +100 -0
- package/src/StyleGuide/Typography/Typography.stories.tsx +16 -0
- package/src/StyleGuide/Typography/Typography.tsx +60 -0
- package/src/StyleGuide/Typography/TypographyList.ts +3 -0
- package/src/StyleGuide/Typography/types.ts +9 -0
- package/src/assets/Themes/BaseTheme.scss +130 -0
- package/src/assets/Themes/DarkTheme.scss +131 -0
- package/src/assets/Themes/Theme.scss +200 -0
- package/src/assets/icons/Arrow.svg +5 -0
- package/src/assets/icons/accordion_header_icon.svg +10 -0
- package/src/assets/icons/arrow_down.svg +3 -0
- package/src/assets/icons/arrow_right.svg +5 -0
- package/src/assets/icons/arrow_up.svg +3 -0
- package/src/assets/icons/arrows_down_icon.svg +3 -0
- package/src/assets/icons/arrows_right_icon.svg +10 -0
- package/src/assets/icons/arrows_top_icon.svg +3 -0
- package/src/assets/icons/check_mark.svg +3 -0
- package/src/assets/icons/close_pill.svg +3 -0
- package/src/assets/icons/delete.svg +17 -0
- package/src/assets/icons/dropzone_icon.svg +18 -0
- package/src/assets/icons/error.svg +17 -0
- package/src/assets/icons/file.svg +12 -0
- package/src/assets/icons/info.svg +17 -0
- package/src/assets/icons/logo.svg +18 -0
- package/src/assets/icons/manage_apps.svg +3 -0
- package/src/assets/icons/moon_stars.svg +10 -0
- package/src/assets/icons/more.svg +11 -0
- package/src/assets/icons/plus_icon.svg +11 -0
- package/src/assets/icons/remove.svg +12 -0
- package/src/assets/icons/replace.svg +12 -0
- package/src/assets/icons/search.svg +3 -0
- package/src/assets/icons/success.svg +13 -0
- package/src/assets/icons/sun_icon.svg +10 -0
- package/src/assets/icons/tick_icon.svg +5 -0
- package/src/assets/icons/toast_close.svg +3 -0
- package/src/assets/icons/warning.svg +17 -0
- package/src/assets/icons/wrong_mark.svg +3 -0
- package/src/assets/styles/_colors.scss +145 -0
- package/src/assets/styles/_fonts.scss +68 -0
- package/src/assets/styles/_mixins.scss +20 -0
- package/src/assets/utils/functionUtils.ts +5 -0
- package/src/components/Accordion/Accordion.scss +45 -0
- package/src/components/Accordion/Accordion.stories.tsx +31 -0
- package/src/components/Accordion/Accordion.tsx +62 -0
- package/src/components/Accordion/index.ts +1 -0
- package/src/components/Accordion/types.ts +28 -0
- package/src/components/AddResourceButton/AddButton.scss +36 -0
- package/src/components/AddResourceButton/AddButton.stories.tsx +126 -0
- package/src/components/AddResourceButton/AddButton.tsx +121 -0
- package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.scss +160 -0
- package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.tsx +38 -0
- package/src/components/AddResourceButton/index.ts +1 -0
- package/src/components/AddResourceButton/type.ts +60 -0
- package/src/components/Button/Button.scss +148 -0
- package/src/components/Button/Button.stories.tsx +74 -0
- package/src/components/Button/Button.tsx +66 -0
- package/src/components/Button/index.ts +1 -0
- package/src/components/Button/types.ts +65 -0
- package/src/components/Charts/DonutChart/DonutChart.scss +76 -0
- package/src/components/Charts/DonutChart/DonutChart.stories.tsx +30 -0
- package/src/components/Charts/DonutChart/DonutChart.tsx +241 -0
- package/src/components/Charts/DonutChart/index.ts +1 -0
- package/src/components/Charts/DonutChart/type.ts +23 -0
- package/src/components/Charts/RadialChart/RadialChart.scss +12 -0
- package/src/components/Charts/RadialChart/RadialChart.stories.tsx +36 -0
- package/src/components/Charts/RadialChart/RadialChart.tsx +174 -0
- package/src/components/Charts/RadialChart/index.ts +1 -0
- package/src/components/Charts/RadialChart/types.ts +32 -0
- package/src/components/Checkbox/Checkbox.scss +89 -0
- package/src/components/Checkbox/Checkbox.stories.tsx +47 -0
- package/src/components/Checkbox/Checkbox.tsx +61 -0
- package/src/components/Checkbox/index.ts +1 -0
- package/src/components/Checkbox/types.ts +30 -0
- package/src/components/Chip/Chip.scss +70 -0
- package/src/components/Chip/Chip.stories.tsx +88 -0
- package/src/components/Chip/Chip.tsx +35 -0
- package/src/components/Chip/index.ts +1 -0
- package/src/components/Chip/types.ts +19 -0
- package/src/components/Drawer/Drawer.scss +121 -0
- package/src/components/Drawer/Drawer.stories.tsx +88 -0
- package/src/components/Drawer/Drawer.tsx +179 -0
- package/src/components/Drawer/Types.ts +88 -0
- package/src/components/Drawer/index.ts +1 -0
- package/src/components/ExpandableMenu/ExpandableMenu.scss +110 -0
- package/src/components/ExpandableMenu/ExpandableMenu.stories.tsx +67 -0
- package/src/components/ExpandableMenu/ExpandableMenu.tsx +101 -0
- package/src/components/ExpandableMenu/index.ts +1 -0
- package/src/components/ExpandableMenu/types.ts +34 -0
- package/src/components/FileDropzone/Dropzone.tsx +55 -0
- package/src/components/FileDropzone/FileDropzone.scss +134 -0
- package/src/components/FileDropzone/FileDropzone.stories.tsx +83 -0
- package/src/components/FileDropzone/FileDropzone.tsx +98 -0
- package/src/components/FileDropzone/FilePreview.tsx +75 -0
- package/src/components/FileDropzone/index.ts +1 -0
- package/src/components/FileDropzone/types.ts +113 -0
- package/src/components/Form/Form.scss +98 -0
- package/src/components/Form/Form.stories.tsx +177 -0
- package/src/components/Form/Form.tsx +57 -0
- package/src/components/Form/index.ts +1 -0
- package/src/components/Form/types.ts +1 -0
- package/src/components/Form/validation.json +29 -0
- package/src/components/GridLayout/GridLayout.scss +71 -0
- package/src/components/GridLayout/GridLayout.stories.tsx +128 -0
- package/src/components/GridLayout/GridLayout.tsx +30 -0
- package/src/components/GridLayout/GridLayoutStory.scss +25 -0
- package/src/components/GridLayout/index.ts +1 -0
- package/src/components/GridLayout/types.ts +64 -0
- package/src/components/HighlightText/HighlightText.scss +3 -0
- package/src/components/HighlightText/HighlightText.stories.tsx +22 -0
- package/src/components/HighlightText/HighlightText.tsx +33 -0
- package/src/components/HighlightText/index.ts +1 -0
- package/src/components/HighlightText/types.ts +4 -0
- package/src/components/Icon/Icon.stories.tsx +37 -0
- package/src/components/Icon/Icon.tsx +43 -0
- package/src/components/Icon/Icons.scss +34 -0
- package/src/components/Icon/iconList.ts +62 -0
- package/src/components/Icon/index.ts +1 -0
- package/src/components/Icon/types.ts +10 -0
- package/src/components/Input/Input.scss +150 -0
- package/src/components/Input/Input.stories.tsx +96 -0
- package/src/components/Input/Input.tsx +93 -0
- package/src/components/Input/index.ts +1 -0
- package/src/components/Input/types.ts +77 -0
- package/src/components/InputWithDropdown/InputWithDropdown.scss +185 -0
- package/src/components/InputWithDropdown/InputWithDropdown.stories.tsx +114 -0
- package/src/components/InputWithDropdown/InputWithDropdown.tsx +85 -0
- package/src/components/InputWithDropdown/index.ts +1 -0
- package/src/components/InputWithDropdown/types.ts +110 -0
- package/src/components/LazyLoad/LazyLoad.d.ts +3 -0
- package/src/components/LazyLoad/LazyLoad.stories.tsx +33 -0
- package/src/components/LazyLoad/LazyLoad.ts +2 -0
- package/src/components/LazyLoad/LazyLoading.tsx +19 -0
- package/src/components/LazyLoad/index.ts +1 -0
- package/src/components/MenuOption/MenuOption.scss +69 -0
- package/src/components/MenuOption/MenuOption.stories.tsx +259 -0
- package/src/components/MenuOption/MenuOption.tsx +126 -0
- package/src/components/MenuOption/index.ts +1 -0
- package/src/components/MenuOption/types.ts +161 -0
- package/src/components/MiniModal/MiniModal.scss +139 -0
- package/src/components/MiniModal/MiniModal.stories.tsx +475 -0
- package/src/components/MiniModal/MiniModal.tsx +218 -0
- package/src/components/MiniModal/index.ts +1 -0
- package/src/components/MiniModal/types.ts +88 -0
- package/src/components/MultiSelect/Dropdown.scss +66 -0
- package/src/components/MultiSelect/Dropdown.tsx +77 -0
- package/src/components/MultiSelect/MultiSelect.scss +190 -0
- package/src/components/MultiSelect/MultiSelect.stories.tsx +85 -0
- package/src/components/MultiSelect/MultiSelect.tsx +260 -0
- package/src/components/MultiSelect/MultiSelectTypes.ts +19 -0
- package/src/components/MultiSelect/dropdownTypes.ts +15 -0
- package/src/components/MultiSelect/index.ts +1 -0
- package/src/components/RadioButton/RadioButton.scss +99 -0
- package/src/components/RadioButton/RadioButton.stories.tsx +43 -0
- package/src/components/RadioButton/RadioButton.tsx +32 -0
- package/src/components/RadioButton/index.ts +1 -0
- package/src/components/RadioButton/radioButtonTypes.tsx +40 -0
- package/src/components/RadioGroup/RadioGroup.scss +5 -0
- package/src/components/RadioGroup/RadioGroup.stories.tsx +81 -0
- package/src/components/RadioGroup/RadioGroup.tsx +30 -0
- package/src/components/RadioGroup/index.ts +1 -0
- package/src/components/RadioGroup/radioGroupTypes.tsx +54 -0
- package/src/components/Search/Search.scss +87 -0
- package/src/components/Search/Search.stories.tsx +26 -0
- package/src/components/Search/Search.tsx +103 -0
- package/src/components/Search/index.ts +1 -0
- package/src/components/Search/types.ts +15 -0
- package/src/components/Select/Select.scss +247 -0
- package/src/components/Select/Select.stories.tsx +156 -0
- package/src/components/Select/Select.tsx +368 -0
- package/src/components/Select/components/Dropdown/Dropdown.scss +70 -0
- package/src/components/Select/components/Dropdown/Dropdown.tsx +89 -0
- package/src/components/Select/components/Dropdown/dropdownTypes.ts +19 -0
- package/src/components/Select/index.ts +1 -0
- package/src/components/Select/types.ts +122 -0
- package/src/components/Table/Table.scss +101 -0
- package/src/components/Table/Table.stories.tsx +345 -0
- package/src/components/Table/Table.tsx +128 -0
- package/src/components/Table/Types.ts +100 -0
- package/src/components/Table/index.ts +1 -0
- package/src/components/TableTree/TableTree.scss +142 -0
- package/src/components/TableTree/TableTree.stories.tsx +121 -0
- package/src/components/TableTree/TableTree.tsx +216 -0
- package/src/components/TableTree/TableTreeStories.scss +22 -0
- package/src/components/TableTree/data.ts +573 -0
- package/src/components/TableTree/index.ts +1 -0
- package/src/components/Tabs/Tabs.scss +76 -0
- package/src/components/Tabs/Tabs.stories.tsx +104 -0
- package/src/components/Tabs/Tabs.tsx +64 -0
- package/src/components/Tabs/index.ts +1 -0
- package/src/components/Tabs/types.ts +38 -0
- package/src/components/TextArea/Textarea.scss +145 -0
- package/src/components/TextArea/Textarea.stories.tsx +92 -0
- package/src/components/TextArea/Textarea.tsx +84 -0
- package/src/components/TextArea/Types.ts +82 -0
- package/src/components/TextArea/index.tsx +1 -0
- package/src/components/ThemeProvider/ThemeProvider.tsx +24 -0
- package/src/components/ThemeProvider/index.ts +1 -0
- package/src/components/ThemeProvider/types.ts +14 -0
- package/src/components/Toast/Toast.scss +121 -0
- package/src/components/Toast/Toast.stories.tsx +180 -0
- package/src/components/Toast/Toast.tsx +116 -0
- package/src/components/Toast/index.ts +1 -0
- package/src/components/Toast/types.ts +27 -0
- package/src/components/Toggle/Toggle.scss +132 -0
- package/src/components/Toggle/Toggle.stories.tsx +132 -0
- package/src/components/Toggle/Toggle.tsx +96 -0
- package/src/components/Toggle/index.ts +1 -0
- package/src/components/Toggle/types.ts +43 -0
- package/src/components/Tooltip/Tooltip.scss +27 -0
- package/src/components/Tooltip/Tooltip.stories.tsx +97 -0
- package/src/components/Tooltip/Tooltip.tsx +194 -0
- package/src/components/Tooltip/index.ts +1 -0
- package/src/components/Tooltip/types.ts +60 -0
- package/src/components/Typography/Typography.scss +49 -0
- package/src/components/Typography/Typography.stories.tsx +57 -0
- package/src/components/Typography/Typography.tsx +39 -0
- package/src/components/Typography/index.ts +1 -0
- package/src/components/Typography/types.ts +56 -0
- package/src/fonts/Montserrat/Montserrat-Medium.ttf +0 -0
- package/src/fonts/Montserrat/Montserrat-Regular.ttf +0 -0
- package/src/fonts/Montserrat/Montserrat-SemiBold.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Black.ttf +0 -0
- package/src/fonts/Poppins/Poppins-BlackItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Bold.ttf +0 -0
- package/src/fonts/Poppins/Poppins-BoldItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-ExtraBold.ttf +0 -0
- package/src/fonts/Poppins/Poppins-ExtraBoldItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-ExtraLight.ttf +0 -0
- package/src/fonts/Poppins/Poppins-ExtraLightItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Italic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Light.ttf +0 -0
- package/src/fonts/Poppins/Poppins-LightItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Medium.ttf +0 -0
- package/src/fonts/Poppins/Poppins-MediumItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Regular.ttf +0 -0
- package/src/fonts/Poppins/Poppins-SemiBold.ttf +0 -0
- package/src/fonts/Poppins/Poppins-SemiBoldItalic.ttf +0 -0
- package/src/fonts/Poppins/Poppins-Thin.ttf +0 -0
- package/src/fonts/Poppins/Poppins-ThinItalic.ttf +0 -0
- package/src/hooks/keyboardevents/useEscKeyEvent.tsx +31 -0
- package/src/hooks/useClickOutside.tsx +30 -0
- package/src/hooks/useFileDropzone.tsx +273 -0
- package/src/hooks/usePortalPosition.tsx +53 -0
- package/src/hooks/useTheme.tsx +13 -0
- package/src/index.ts +91 -0
- package/src/utils/TableCell/TableCell.ts +16 -0
- package/src/utils/checkEmpty/checkEmpty.stories.tsx +34 -0
- package/src/utils/checkEmpty/checkEmpty.ts +10 -0
- package/src/utils/ffID/ffID.stories.tsx +35 -0
- package/src/utils/ffID/ffid.ts +9 -0
- package/src/utils/getExtension/getExtension.stories.tsx +23 -0
- package/src/utils/getExtension/getExtension.ts +28 -0
- package/src/utils/truncateText/truncateText.stories.tsx +37 -0
- package/src/utils/truncateText/truncateText.ts +4 -0
- package/tsconfig.json +55 -0
- package/ui-library.zip +0 -0
- package/vite.config.js +30 -0
@@ -0,0 +1,88 @@
|
|
1
|
+
import { ReactNode, RefObject } from 'react';
|
2
|
+
interface ButtonProps {
|
3
|
+
text: string;
|
4
|
+
onClick: () => void;
|
5
|
+
}
|
6
|
+
interface ModalDimensions {
|
7
|
+
width?: number;
|
8
|
+
height?: number;
|
9
|
+
}
|
10
|
+
export interface MiniEditModalProps {
|
11
|
+
/**
|
12
|
+
* A reference to the button element that triggers the modal.
|
13
|
+
*/
|
14
|
+
anchorRef: RefObject<HTMLButtonElement>;
|
15
|
+
/**
|
16
|
+
* Optional properties for configuring the modal header.
|
17
|
+
*/
|
18
|
+
headerProps?: ReactNode;
|
19
|
+
/**
|
20
|
+
* The main content to be displayed inside the modal
|
21
|
+
*/
|
22
|
+
childContent: ReactNode;
|
23
|
+
/**
|
24
|
+
* Props for the cancel button inside the modal
|
25
|
+
*/
|
26
|
+
cancelButtonProps: ButtonProps;
|
27
|
+
/**
|
28
|
+
* Props for the proceed button inside the modal.
|
29
|
+
*/
|
30
|
+
proceedButtonProps: ButtonProps;
|
31
|
+
/**
|
32
|
+
* Optional content for the footer of the modal.
|
33
|
+
*/
|
34
|
+
footerContent?: ReactNode;
|
35
|
+
/**
|
36
|
+
* Determines if the modal should be wrapped inside a container element.
|
37
|
+
*/
|
38
|
+
isWrapped?: boolean;
|
39
|
+
/**
|
40
|
+
* Determines if the modal should have an animation when displayed.
|
41
|
+
*/
|
42
|
+
isAnimated?: boolean;
|
43
|
+
/**
|
44
|
+
* Specifies if the modal should behave as a popover with an arrow.
|
45
|
+
*/
|
46
|
+
isPopOver?: boolean;
|
47
|
+
/**
|
48
|
+
* Sets the position of the modal relative to its anchor.
|
49
|
+
* bottom: The modal appears below the anchor.
|
50
|
+
* right: The modal appears to the right of the anchor.
|
51
|
+
*/
|
52
|
+
modalPosition?: 'bottom' | 'right' | 'top' | 'left';
|
53
|
+
/**
|
54
|
+
* Adds a top-left aligned arrow to the modal when its position is set to `'right'`.
|
55
|
+
*/
|
56
|
+
leftTopArrow?: boolean;
|
57
|
+
/**
|
58
|
+
* A reference to an additional anchor element for positioning the modal.
|
59
|
+
*/
|
60
|
+
firstAnchorRef?: RefObject<HTMLButtonElement>;
|
61
|
+
/**
|
62
|
+
* A numeric value representing the left position of the anchor element, used to calculate the modal's left position.
|
63
|
+
*/
|
64
|
+
anchorRefLeftNum?: number;
|
65
|
+
/**
|
66
|
+
* Optional properties for configuring the modal's dimensions.
|
67
|
+
* width: The width of the modal.
|
68
|
+
* height: The height of the modal.
|
69
|
+
*/
|
70
|
+
modalProperties?: ModalDimensions;
|
71
|
+
/**distance for the wrapper model from align alignments */
|
72
|
+
anchorLeftDistanceForWrapper?: number;
|
73
|
+
/**extra top space added from anchor */
|
74
|
+
extraTopSpace?: {
|
75
|
+
wrappedModal?: number;
|
76
|
+
normalModal?: number;
|
77
|
+
};
|
78
|
+
/**extra right space added from anchor */
|
79
|
+
extraRightSpace?: {
|
80
|
+
leftTopArrow?: number;
|
81
|
+
middleLeftArrow?: number;
|
82
|
+
};
|
83
|
+
/**extra left space added from anchor */
|
84
|
+
extraLeftSpace?: {
|
85
|
+
normal?: number;
|
86
|
+
rightAlignModal?: number;
|
87
|
+
};
|
88
|
+
}
|
@@ -0,0 +1,66 @@
|
|
1
|
+
@use '../../assets/styles/fonts';
|
2
|
+
|
3
|
+
.ff-multiselect-dropdown-container {
|
4
|
+
position: absolute;
|
5
|
+
background: var(--drawer-footer-bg);
|
6
|
+
z-index: 1000;
|
7
|
+
box-shadow: 0px 1px 4px 0px var(--ff-select-option-wrapper-box-shadow);
|
8
|
+
border: 0.5px solid var(--ff-select-option-border-color);
|
9
|
+
border-radius: 4px;
|
10
|
+
box-sizing: border-box;
|
11
|
+
margin-block: 4px;
|
12
|
+
max-height: 160px;
|
13
|
+
overflow-y: auto; // Change from scroll to auto to avoid arrow buttons
|
14
|
+
|
15
|
+
// WebKit scrollbar styles
|
16
|
+
&::-webkit-scrollbar {
|
17
|
+
width: 4px;
|
18
|
+
height: 40px;
|
19
|
+
border-radius: 12px 0px 0px 0px;
|
20
|
+
background: var(--description-text);
|
21
|
+
|
22
|
+
&-track {
|
23
|
+
background: var(--ff-select-scroll-track-bg);
|
24
|
+
}
|
25
|
+
|
26
|
+
&-thumb {
|
27
|
+
background: var(--description-text);
|
28
|
+
border-radius: 10px;
|
29
|
+
|
30
|
+
&:hover {
|
31
|
+
background: var(--ff-select-scroll-thumb-hove);
|
32
|
+
}
|
33
|
+
}
|
34
|
+
}
|
35
|
+
|
36
|
+
.no-options {
|
37
|
+
@extend .fontMd;
|
38
|
+
color: var(--pop-up-background-blur);
|
39
|
+
text-align: center;
|
40
|
+
margin: 0;
|
41
|
+
padding: 10px;
|
42
|
+
line-height: 12px;
|
43
|
+
}
|
44
|
+
.dropdown-option-container {
|
45
|
+
box-sizing: border-box;
|
46
|
+
display: flex;
|
47
|
+
align-items: center;
|
48
|
+
height: 32px;
|
49
|
+
padding: 4px 8px;
|
50
|
+
gap: 4px;
|
51
|
+
border-radius: 4px 0px 0px 0px;
|
52
|
+
background-color: white;
|
53
|
+
|
54
|
+
.dropdown-option-label {
|
55
|
+
@extend .fontMd;
|
56
|
+
color: var(--pop-up-background-blur);
|
57
|
+
}
|
58
|
+
&:hover {
|
59
|
+
background-color: var(--hover-color);
|
60
|
+
}
|
61
|
+
}
|
62
|
+
|
63
|
+
&:focus {
|
64
|
+
outline: none;
|
65
|
+
}
|
66
|
+
}
|
@@ -0,0 +1,77 @@
|
|
1
|
+
import { forwardRef, useContext } from 'react';
|
2
|
+
import { dropdownDefaultCSSData, DropdownProps } from './dropdownTypes';
|
3
|
+
|
4
|
+
import './Dropdown.scss';
|
5
|
+
import { ThemeContext } from '../ThemeProvider/ThemeProvider';
|
6
|
+
import classNames from 'classnames';
|
7
|
+
|
8
|
+
const Dropdown = forwardRef<HTMLDivElement, DropdownProps>(
|
9
|
+
(
|
10
|
+
{
|
11
|
+
options,
|
12
|
+
handleOptionChange,
|
13
|
+
searchedKeyword = '',
|
14
|
+
dropdownPosition = {},
|
15
|
+
zIndex,
|
16
|
+
},
|
17
|
+
ref
|
18
|
+
) => {
|
19
|
+
const filteredOptions = options
|
20
|
+
? options.filter((option) =>
|
21
|
+
option.label?.toLowerCase().includes(searchedKeyword.toLowerCase())
|
22
|
+
)
|
23
|
+
: [];
|
24
|
+
const { verticalMargin, optionHeight, maxDropdownHeight } =
|
25
|
+
dropdownDefaultCSSData;
|
26
|
+
const dropdownHeight = Math.min(
|
27
|
+
filteredOptions.length * optionHeight,
|
28
|
+
maxDropdownHeight
|
29
|
+
);
|
30
|
+
const isEnoughBottomSpaceAvailable =
|
31
|
+
dropdownPosition.fromBottom >= dropdownHeight + verticalMargin;
|
32
|
+
|
33
|
+
const topPosition = isEnoughBottomSpaceAvailable
|
34
|
+
? dropdownPosition.top
|
35
|
+
: dropdownPosition.top -
|
36
|
+
dropdownHeight -
|
37
|
+
dropdownPosition.selectHeight -
|
38
|
+
2 * verticalMargin;
|
39
|
+
const themeContext = useContext(ThemeContext);
|
40
|
+
const currentTheme = themeContext?.currentTheme;
|
41
|
+
return (
|
42
|
+
<div
|
43
|
+
role="listbox"
|
44
|
+
ref={ref}
|
45
|
+
className={classNames('ff-multiselect-dropdown-container', {
|
46
|
+
[currentTheme || '']: true,
|
47
|
+
})}
|
48
|
+
style={{
|
49
|
+
left: dropdownPosition.left,
|
50
|
+
top: topPosition,
|
51
|
+
width: dropdownPosition.width,
|
52
|
+
zIndex,
|
53
|
+
}}
|
54
|
+
>
|
55
|
+
{filteredOptions.length === 0 ? (
|
56
|
+
<div className="dropdown-option-container">
|
57
|
+
<p className="no-options">No Option</p>
|
58
|
+
</div>
|
59
|
+
) : (
|
60
|
+
filteredOptions.map((info) => (
|
61
|
+
<div
|
62
|
+
role="option"
|
63
|
+
className={`dropdown-option-container`}
|
64
|
+
key={info.label}
|
65
|
+
onClick={() => handleOptionChange(info, !info.isChecked)}
|
66
|
+
>
|
67
|
+
<input type="checkbox" checked={info.isChecked} readOnly />
|
68
|
+
<span className="dropdown-option-label">{info.label}</span>
|
69
|
+
</div>
|
70
|
+
))
|
71
|
+
)}
|
72
|
+
</div>
|
73
|
+
);
|
74
|
+
}
|
75
|
+
);
|
76
|
+
|
77
|
+
export default Dropdown;
|
@@ -0,0 +1,190 @@
|
|
1
|
+
@import '../../assets/styles/fonts';
|
2
|
+
|
3
|
+
@mixin flex-center($justify: space-between) {
|
4
|
+
display: flex;
|
5
|
+
align-items: center;
|
6
|
+
justify-content: $justify;
|
7
|
+
}
|
8
|
+
@mixin label-styles {
|
9
|
+
font-family: Poppins;
|
10
|
+
font-weight: 400;
|
11
|
+
letter-spacing: 0.5px;
|
12
|
+
transition: all 0.3s ease;
|
13
|
+
}
|
14
|
+
@mixin hovered-styles($color) {
|
15
|
+
&:hover {
|
16
|
+
border: 1px solid $color;
|
17
|
+
.ff-multiselect .ff-multiselect__main {
|
18
|
+
.default-label,
|
19
|
+
.active-default-label {
|
20
|
+
color: $color;
|
21
|
+
}
|
22
|
+
}
|
23
|
+
}
|
24
|
+
}
|
25
|
+
@mixin arrow_fill($color) {
|
26
|
+
.ff-select-arrow {
|
27
|
+
svg {
|
28
|
+
path {
|
29
|
+
fill: $color;
|
30
|
+
transition: all 0.3s ease;
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
34
|
+
}
|
35
|
+
.ff-multiselect-wrapper {
|
36
|
+
box-sizing: border-box;
|
37
|
+
transition: all 0.3s ease;
|
38
|
+
cursor: pointer;
|
39
|
+
position: relative;
|
40
|
+
border: 1px solid var(--default-icon-color);
|
41
|
+
border-radius: 8px;
|
42
|
+
background: var(--drawer-footer-bg);
|
43
|
+
min-width: 150px;
|
44
|
+
width: 100%;
|
45
|
+
height: 32px;
|
46
|
+
.ff-multiselect {
|
47
|
+
position: relative;
|
48
|
+
padding: 6px;
|
49
|
+
border: none;
|
50
|
+
border-radius: 8px;
|
51
|
+
@include flex-center;
|
52
|
+
&__main {
|
53
|
+
display: flex;
|
54
|
+
flex: 1;
|
55
|
+
.default-label {
|
56
|
+
@extend .fontSm;
|
57
|
+
@include label-styles;
|
58
|
+
color: var(--default-icon-color);
|
59
|
+
line-height: 18px;
|
60
|
+
}
|
61
|
+
|
62
|
+
.active-default-label {
|
63
|
+
@extend .font-size-8;
|
64
|
+
@include label-styles;
|
65
|
+
background-color: var(--multi-select-label-bg);
|
66
|
+
line-height: 12px;
|
67
|
+
color: var(--default-icon-color);
|
68
|
+
padding: 0 4px;
|
69
|
+
position: absolute;
|
70
|
+
left: 8px;
|
71
|
+
top: -6px;
|
72
|
+
pointer-events: none;
|
73
|
+
}
|
74
|
+
.ff-multiselect-chip-container {
|
75
|
+
display: flex;
|
76
|
+
flex-wrap: wrap;
|
77
|
+
align-items: center;
|
78
|
+
gap: 5px;
|
79
|
+
.ff-multiselect-chip {
|
80
|
+
@include flex-center;
|
81
|
+
box-sizing: border-box;
|
82
|
+
border: 0.5px solid #f1ebf2;
|
83
|
+
padding: 0 1px 0 4px;
|
84
|
+
gap: 4px;
|
85
|
+
border-radius: 15px;
|
86
|
+
.ff-multiselect-chip-label {
|
87
|
+
@extend .fontXs;
|
88
|
+
line-height: 14px;
|
89
|
+
color: var(--tooltip-bg-color);
|
90
|
+
}
|
91
|
+
.ff-multiselect-chip-close-icon {
|
92
|
+
cursor: pointer;
|
93
|
+
}
|
94
|
+
}
|
95
|
+
.ff-multiselect-input-container {
|
96
|
+
flex: 1;
|
97
|
+
min-width: 20px;
|
98
|
+
input {
|
99
|
+
width: 100%;
|
100
|
+
min-width: 30px;
|
101
|
+
max-width: calc(100% - 0px);
|
102
|
+
padding: 2px;
|
103
|
+
box-sizing: border-box;
|
104
|
+
border: none;
|
105
|
+
font-size: 12px;
|
106
|
+
&:focus {
|
107
|
+
outline: none;
|
108
|
+
}
|
109
|
+
}
|
110
|
+
}
|
111
|
+
}
|
112
|
+
}
|
113
|
+
&__toggle {
|
114
|
+
display: flex;
|
115
|
+
align-items: center;
|
116
|
+
cursor: pointer;
|
117
|
+
.ff-select-arrow {
|
118
|
+
transition: transform 0.3s ease;
|
119
|
+
transform: rotate(360deg);
|
120
|
+
|
121
|
+
svg {
|
122
|
+
path {
|
123
|
+
transition: all 0.3s ease;
|
124
|
+
}
|
125
|
+
}
|
126
|
+
|
127
|
+
&--opened-dropdown {
|
128
|
+
transform: rotate(180deg);
|
129
|
+
transition: transform 0.3s ease;
|
130
|
+
}
|
131
|
+
}
|
132
|
+
}
|
133
|
+
}
|
134
|
+
|
135
|
+
@include hovered-styles(var(--tooltip-bg-color));
|
136
|
+
&:hover {
|
137
|
+
@include arrow_fill(var(--tooltip-bg-color));
|
138
|
+
}
|
139
|
+
&--with-options {
|
140
|
+
height: fit-content;
|
141
|
+
}
|
142
|
+
&--opened-dropdown {
|
143
|
+
border: 1px solid var(--brand-color);
|
144
|
+
height: fit-content;
|
145
|
+
cursor: default;
|
146
|
+
.ff-multiselect .ff-multiselect__main .active-default-label {
|
147
|
+
color: var(--brand-color);
|
148
|
+
}
|
149
|
+
@include hovered-styles(var(--brand-color));
|
150
|
+
}
|
151
|
+
&--error {
|
152
|
+
border: 1px solid var(--error-light);
|
153
|
+
.ff-multiselect .ff-multiselect__main .active-default-label {
|
154
|
+
color: var(--error-light);
|
155
|
+
}
|
156
|
+
@include hovered-styles(var(--error-light));
|
157
|
+
}
|
158
|
+
&--disabled {
|
159
|
+
pointer-events: none;
|
160
|
+
|
161
|
+
border: 1px solid var(--multi-select-border);
|
162
|
+
.ff-multiselect .ff-multiselect__main .active-default-label {
|
163
|
+
color: var(--multi-select-border);
|
164
|
+
}
|
165
|
+
@include hovered-styles(var(--multi-select-border));
|
166
|
+
@include arrow_fill(var(--multi-select-border));
|
167
|
+
&:hover {
|
168
|
+
@include arrow_fill(var(--multi-select-border));
|
169
|
+
}
|
170
|
+
.ff-multiselect {
|
171
|
+
&__main {
|
172
|
+
.ff-multiselect-chip-container {
|
173
|
+
.ff-multiselect-chip {
|
174
|
+
.ff-multiselect-chip-label {
|
175
|
+
color: var(--text-color-light);
|
176
|
+
}
|
177
|
+
}
|
178
|
+
}
|
179
|
+
}
|
180
|
+
}
|
181
|
+
}
|
182
|
+
.error-text {
|
183
|
+
@extend .font-size-8;
|
184
|
+
position: absolute;
|
185
|
+
top: 36px;
|
186
|
+
left: 12px;
|
187
|
+
color: var(--error-light);
|
188
|
+
letter-spacing: 0.5px;
|
189
|
+
}
|
190
|
+
}
|
@@ -0,0 +1,85 @@
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
2
|
+
import MultiSelect from './MultiSelect';
|
3
|
+
import { useState } from 'react';
|
4
|
+
|
5
|
+
const meta: Meta<typeof MultiSelect> = {
|
6
|
+
title: 'Components/MultiSelect',
|
7
|
+
component: MultiSelect,
|
8
|
+
parameters: {
|
9
|
+
layout: 'centered',
|
10
|
+
},
|
11
|
+
tags: ['autodocs'],
|
12
|
+
};
|
13
|
+
|
14
|
+
type Story = StoryObj<typeof MultiSelect>;
|
15
|
+
|
16
|
+
const defaultArgs = {
|
17
|
+
label: 'Fruits',
|
18
|
+
disabled: false,
|
19
|
+
};
|
20
|
+
|
21
|
+
export const Default: Story = {
|
22
|
+
args: {
|
23
|
+
...defaultArgs,
|
24
|
+
required: true,
|
25
|
+
options: [
|
26
|
+
{ label: 'Apple', value: 'apple' },
|
27
|
+
{ label: 'Banana', value: 'banana' },
|
28
|
+
{ label: 'Cherry', value: 'cherry' },
|
29
|
+
{ label: 'Date', value: 'date' },
|
30
|
+
{ label: 'Grape', value: 'grape' },
|
31
|
+
{ label: 'Kiwi', value: 'kiwi' },
|
32
|
+
{ label: 'Mango', value: 'mango' },
|
33
|
+
{ label: 'Orange', value: 'orange' },
|
34
|
+
{ label: 'Peach', value: 'peach' },
|
35
|
+
{ label: 'Strawberry', value: 'strawberry' },
|
36
|
+
],
|
37
|
+
// selectedOptions: [{ label: 'Apple', value: 'apple' }],
|
38
|
+
},
|
39
|
+
};
|
40
|
+
|
41
|
+
export const Default2: Story = {
|
42
|
+
args: {
|
43
|
+
...defaultArgs,
|
44
|
+
},
|
45
|
+
};
|
46
|
+
export const Default3: Story = {
|
47
|
+
args: {
|
48
|
+
...defaultArgs,
|
49
|
+
},
|
50
|
+
};
|
51
|
+
|
52
|
+
export const Controlled: Story = {
|
53
|
+
render: () => {
|
54
|
+
const [options] = useState([
|
55
|
+
{ label: 'Apple', value: 'apple' },
|
56
|
+
{ label: 'Banana', value: 'banana' },
|
57
|
+
{ label: 'Cherry', value: 'cherry' },
|
58
|
+
{ label: 'Date', value: 'date' },
|
59
|
+
{ label: 'Grape', value: 'grape' },
|
60
|
+
{ label: 'Kiwi', value: 'kiwi' },
|
61
|
+
{ label: 'Mango', value: 'mango' },
|
62
|
+
{ label: 'Orange', value: 'orange' },
|
63
|
+
{ label: 'Peach', value: 'peach' },
|
64
|
+
{ label: 'Strawberry', value: 'strawberry' },
|
65
|
+
]);
|
66
|
+
const [selectedOptions, setSelectedOptions] = useState<
|
67
|
+
{ label?: string; value?: string }[]
|
68
|
+
>([{ label: 'Apple', value: 'apple' }]);
|
69
|
+
const onChange = (options: { label?: string; value?: string }[]) => {
|
70
|
+
setSelectedOptions(options);
|
71
|
+
};
|
72
|
+
return (
|
73
|
+
<MultiSelect
|
74
|
+
// disabled
|
75
|
+
label={'Fruits'}
|
76
|
+
required
|
77
|
+
options={options}
|
78
|
+
selectedOptions={selectedOptions}
|
79
|
+
onChange={onChange}
|
80
|
+
/>
|
81
|
+
);
|
82
|
+
},
|
83
|
+
};
|
84
|
+
|
85
|
+
export default meta;
|