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,121 @@
|
|
1
|
+
@use '../../assets/styles/fonts';
|
2
|
+
|
3
|
+
.ff-toaster-overlay {
|
4
|
+
position: fixed;
|
5
|
+
bottom: 0;
|
6
|
+
right: 0;
|
7
|
+
width: 100%;
|
8
|
+
height: 100%;
|
9
|
+
display: flex;
|
10
|
+
pointer-events: none;
|
11
|
+
justify-content: flex-end;
|
12
|
+
align-items: flex-end;
|
13
|
+
|
14
|
+
.ff-toaster {
|
15
|
+
background-color: var(--drawer-footer-bg);
|
16
|
+
display: flex;
|
17
|
+
border-radius: 10px;
|
18
|
+
margin: 16px;
|
19
|
+
pointer-events: auto;
|
20
|
+
min-width: 320px;
|
21
|
+
max-width: 600px;
|
22
|
+
gap: 8px;
|
23
|
+
box-shadow: 0px 1px 4px 0px var(--toaster-boxshadow);
|
24
|
+
animation: slideInToasterBottomRight 0.5s forwards;
|
25
|
+
|
26
|
+
.ff-toaster-container {
|
27
|
+
padding: 8px;
|
28
|
+
display: flex;
|
29
|
+
border-radius: 10px;
|
30
|
+
gap: 8px;
|
31
|
+
width: 100%;
|
32
|
+
&::before {
|
33
|
+
content: '';
|
34
|
+
position: absolute;
|
35
|
+
inset: 0;
|
36
|
+
border-radius: 8px;
|
37
|
+
padding: 1px;
|
38
|
+
-webkit-mask: linear-gradient(var(--drawer-footer-bg) 0 0) content-box,
|
39
|
+
linear-gradient(var(--drawer-footer-bg) 0 0);
|
40
|
+
-webkit-mask-composite: xor;
|
41
|
+
mask-composite: exclude;
|
42
|
+
z-index: -1;
|
43
|
+
}
|
44
|
+
|
45
|
+
.ff-toaster-content {
|
46
|
+
display: flex;
|
47
|
+
flex-direction: column;
|
48
|
+
align-items: flex-start;
|
49
|
+
justify-content: center;
|
50
|
+
gap: 4px;
|
51
|
+
&__title {
|
52
|
+
max-width: 500px;
|
53
|
+
word-wrap: break-word;
|
54
|
+
}
|
55
|
+
&__message {
|
56
|
+
max-width: 500px;
|
57
|
+
word-wrap: break-word;
|
58
|
+
}
|
59
|
+
&__prompt {
|
60
|
+
margin-top: 4px;
|
61
|
+
display: flex;
|
62
|
+
gap: 10px;
|
63
|
+
}
|
64
|
+
}
|
65
|
+
}
|
66
|
+
&--success::before {
|
67
|
+
background: var(--toaster-success-border);
|
68
|
+
}
|
69
|
+
&--warning::before {
|
70
|
+
background: var(--toaster-warning-border);
|
71
|
+
}
|
72
|
+
|
73
|
+
&--info::before {
|
74
|
+
background: var(--toaster-info-border);
|
75
|
+
}
|
76
|
+
|
77
|
+
&--danger::before,
|
78
|
+
&--confirm::before {
|
79
|
+
background: var(--toaster-danger_confirm-border);
|
80
|
+
}
|
81
|
+
|
82
|
+
.ff-close-icon-wrapper {
|
83
|
+
box-sizing: border-box;
|
84
|
+
cursor: pointer;
|
85
|
+
height: fit-content;
|
86
|
+
width: fit-content;
|
87
|
+
border-radius: 8px;
|
88
|
+
padding: 8px;
|
89
|
+
background: var(--toast-close-icon-wrapper-bg);
|
90
|
+
margin-left: auto;
|
91
|
+
}
|
92
|
+
}
|
93
|
+
|
94
|
+
&.exiting {
|
95
|
+
animation: slideOutToasterBottomRight 0.5s forwards;
|
96
|
+
}
|
97
|
+
}
|
98
|
+
@keyframes slideOutToasterBottomRight {
|
99
|
+
from {
|
100
|
+
transform: translateX(0%);
|
101
|
+
}
|
102
|
+
to {
|
103
|
+
transform: translateX(100%);
|
104
|
+
}
|
105
|
+
}
|
106
|
+
@keyframes slideInToasterBottomRight {
|
107
|
+
from {
|
108
|
+
transform: translateX(100%);
|
109
|
+
}
|
110
|
+
to {
|
111
|
+
transform: translateX(0%);
|
112
|
+
}
|
113
|
+
}
|
114
|
+
// style related to buttons in storybook UI only
|
115
|
+
.fireflink-stories-toaster-container {
|
116
|
+
.fireflink-stories-toaster-container-row {
|
117
|
+
display: flex;
|
118
|
+
gap: 5px;
|
119
|
+
margin: 15px;
|
120
|
+
}
|
121
|
+
}
|
@@ -0,0 +1,180 @@
|
|
1
|
+
import { useState } from 'react';
|
2
|
+
import { Meta, StoryObj } from '@storybook/react';
|
3
|
+
import Toaster from './Toast';
|
4
|
+
import Button from '../Button';
|
5
|
+
|
6
|
+
const meta: Meta<typeof Toaster> = {
|
7
|
+
title: 'Components/Toast',
|
8
|
+
component: Toaster,
|
9
|
+
parameters: {
|
10
|
+
layout: 'centered',
|
11
|
+
},
|
12
|
+
|
13
|
+
tags: ['autodocs'],
|
14
|
+
};
|
15
|
+
|
16
|
+
type Story = StoryObj<typeof Toaster>;
|
17
|
+
const defaultArgs = {
|
18
|
+
isOpen: false,
|
19
|
+
toastTitle: 'Success',
|
20
|
+
toastMessage: 'Variable name Requested for Review successfully',
|
21
|
+
closeButtonLabel: 'x',
|
22
|
+
displayDuration: 3000, // Set toast displayDuration in milliseconds
|
23
|
+
};
|
24
|
+
|
25
|
+
export const Controlled: Story = {
|
26
|
+
args: {
|
27
|
+
...defaultArgs,
|
28
|
+
},
|
29
|
+
render: () => {
|
30
|
+
const [open1, setOpen1] = useState(false);
|
31
|
+
const handleButtonClick1 = () => {
|
32
|
+
setOpen1(true);
|
33
|
+
};
|
34
|
+
const handleCancelClick1 = () => {
|
35
|
+
setOpen1(false);
|
36
|
+
};
|
37
|
+
|
38
|
+
const [open2, setOpen2] = useState(false);
|
39
|
+
const handleButtonClick2 = () => {
|
40
|
+
setOpen2(true);
|
41
|
+
};
|
42
|
+
const handleCancelClick2 = () => {
|
43
|
+
setOpen2(false);
|
44
|
+
};
|
45
|
+
const [open3, setOpen3] = useState(false);
|
46
|
+
const handleButtonClick3 = () => {
|
47
|
+
setOpen3(true);
|
48
|
+
};
|
49
|
+
const handleCancelClick3 = () => {
|
50
|
+
setOpen3(false);
|
51
|
+
};
|
52
|
+
const [open4, setOpen4] = useState(false);
|
53
|
+
const handleButtonClick4 = () => {
|
54
|
+
setOpen4(true);
|
55
|
+
};
|
56
|
+
const handleCancelClick4 = () => {
|
57
|
+
setOpen4(false);
|
58
|
+
};
|
59
|
+
const [open5, setOpen5] = useState(false);
|
60
|
+
const handleButtonClick5 = () => {
|
61
|
+
setOpen5(true);
|
62
|
+
};
|
63
|
+
const handleCancelClick5 = () => {
|
64
|
+
setOpen5(false);
|
65
|
+
};
|
66
|
+
const [open6, setOpen6] = useState(false);
|
67
|
+
const handleButtonClick6 = () => {
|
68
|
+
setOpen6(true);
|
69
|
+
};
|
70
|
+
const handleCancelClick6 = () => {
|
71
|
+
setOpen6(false);
|
72
|
+
};
|
73
|
+
return (
|
74
|
+
<div className="fireflink-stories-toaster-container">
|
75
|
+
<div className="fireflink-stories-toaster-container-row">
|
76
|
+
<div>
|
77
|
+
<Button
|
78
|
+
variant="primary"
|
79
|
+
label="SUCCESS"
|
80
|
+
onClick={handleButtonClick1}
|
81
|
+
disabled={false}
|
82
|
+
/>
|
83
|
+
<Toaster
|
84
|
+
{...defaultArgs}
|
85
|
+
isOpen={open1}
|
86
|
+
variant="success"
|
87
|
+
toastTitle="Success!"
|
88
|
+
onCancelClick={handleCancelClick1}
|
89
|
+
toastMessage="Variable name Requested for Review successfully"
|
90
|
+
/>
|
91
|
+
</div>
|
92
|
+
<div>
|
93
|
+
<Button
|
94
|
+
variant="secondary"
|
95
|
+
label="Information"
|
96
|
+
onClick={handleButtonClick2}
|
97
|
+
disabled={false}
|
98
|
+
/>
|
99
|
+
<Toaster
|
100
|
+
{...defaultArgs}
|
101
|
+
isOpen={open2}
|
102
|
+
variant="info"
|
103
|
+
toastTitle="Info!!!"
|
104
|
+
onCancelClick={handleCancelClick2}
|
105
|
+
toastMessage="Data updated succesfully"
|
106
|
+
/>
|
107
|
+
</div>
|
108
|
+
<div>
|
109
|
+
<Button
|
110
|
+
variant="delete"
|
111
|
+
label="Confirmation"
|
112
|
+
onClick={handleButtonClick3}
|
113
|
+
disabled={false}
|
114
|
+
/>
|
115
|
+
<Toaster
|
116
|
+
{...defaultArgs}
|
117
|
+
isOpen={open3}
|
118
|
+
variant="confirm"
|
119
|
+
toastTitle="Delete !!"
|
120
|
+
onCancelClick={handleCancelClick3}
|
121
|
+
toastMessage="Are you sure to delete data?"
|
122
|
+
/>
|
123
|
+
</div>
|
124
|
+
</div>
|
125
|
+
<div className="fireflink-stories-toaster-container-row">
|
126
|
+
<div>
|
127
|
+
<Button
|
128
|
+
variant="primary"
|
129
|
+
label="WARNING "
|
130
|
+
onClick={handleButtonClick4}
|
131
|
+
disabled={false}
|
132
|
+
/>
|
133
|
+
<Toaster
|
134
|
+
{...defaultArgs}
|
135
|
+
isOpen={open4}
|
136
|
+
variant="warning"
|
137
|
+
toastTitle="Warning!"
|
138
|
+
onCancelClick={handleCancelClick4}
|
139
|
+
toastMessage="Variable name Requested for Review successfully"
|
140
|
+
/>
|
141
|
+
</div>
|
142
|
+
<div>
|
143
|
+
<Button
|
144
|
+
variant="primary"
|
145
|
+
label="click "
|
146
|
+
onClick={handleButtonClick5}
|
147
|
+
disabled={false}
|
148
|
+
/>
|
149
|
+
<Toaster
|
150
|
+
{...defaultArgs}
|
151
|
+
isOpen={open5}
|
152
|
+
variant="success"
|
153
|
+
toastTitle="Success!"
|
154
|
+
onCancelClick={handleCancelClick5}
|
155
|
+
toastMessage="Variable name Requested for Review successfully"
|
156
|
+
/>
|
157
|
+
</div>
|
158
|
+
<div>
|
159
|
+
<Button
|
160
|
+
variant="delete"
|
161
|
+
label="ERROR "
|
162
|
+
onClick={handleButtonClick6}
|
163
|
+
disabled={false}
|
164
|
+
/>
|
165
|
+
<Toaster
|
166
|
+
{...defaultArgs}
|
167
|
+
isOpen={open6}
|
168
|
+
variant="danger"
|
169
|
+
toastTitle="Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!Error!"
|
170
|
+
onCancelClick={handleCancelClick6}
|
171
|
+
toastMessage="SomethingVariableVariableVariableVariableVariableVariableVariableVariableVariableVariableVariableVariableVariableVariableVariableVariableVariable"
|
172
|
+
/>
|
173
|
+
</div>
|
174
|
+
</div>
|
175
|
+
</div>
|
176
|
+
);
|
177
|
+
},
|
178
|
+
};
|
179
|
+
|
180
|
+
export default meta;
|
@@ -0,0 +1,116 @@
|
|
1
|
+
import React, { useEffect, useState, useContext } from 'react';
|
2
|
+
import { createPortal } from 'react-dom';
|
3
|
+
import Icon from '../Icon';
|
4
|
+
import './Toast.scss';
|
5
|
+
import Button from '../Button';
|
6
|
+
import classNames from 'classnames';
|
7
|
+
import { ToasterProps } from './types';
|
8
|
+
import Typography from '../Typography';
|
9
|
+
import { ThemeContext } from '../ThemeProvider/ThemeProvider';
|
10
|
+
const Toaster: React.FC<ToasterProps> = ({
|
11
|
+
isOpen = false,
|
12
|
+
variant = 'success',
|
13
|
+
toastTitle = 'Success',
|
14
|
+
onCancelClick = () => {},
|
15
|
+
onConfirmation = () => {},
|
16
|
+
toastMessage = 'Hello this is child element',
|
17
|
+
displayDuration = 5000,
|
18
|
+
confirmationText = 'Confirm',
|
19
|
+
zIndex = 99,
|
20
|
+
}) => {
|
21
|
+
const [isExiting, setIsExiting] = useState(false);
|
22
|
+
|
23
|
+
const iconMap = {
|
24
|
+
success: 'success',
|
25
|
+
info: 'info',
|
26
|
+
warning: 'warning',
|
27
|
+
danger: 'error',
|
28
|
+
confirm: 'delete',
|
29
|
+
};
|
30
|
+
|
31
|
+
const getToasterIcon = (
|
32
|
+
variant: 'success' | 'warning' | 'danger' | 'info' | 'confirm'
|
33
|
+
) => {
|
34
|
+
const name = iconMap[variant];
|
35
|
+
return <Icon name={name} height={40} width={40} />;
|
36
|
+
};
|
37
|
+
const themeContext = useContext(ThemeContext);
|
38
|
+
const currentTheme = themeContext?.currentTheme;
|
39
|
+
useEffect(() => {
|
40
|
+
if (isOpen && variant !== 'confirm') {
|
41
|
+
const timer = setTimeout(() => {
|
42
|
+
setIsExiting(true);
|
43
|
+
setTimeout(onCancelClick, 500); // Duration of exit animation
|
44
|
+
}, displayDuration);
|
45
|
+
|
46
|
+
return () => {
|
47
|
+
clearTimeout(timer);
|
48
|
+
setIsExiting(false);
|
49
|
+
};
|
50
|
+
}
|
51
|
+
return () => {};
|
52
|
+
}, [isOpen]);
|
53
|
+
|
54
|
+
const handleClose = () => {
|
55
|
+
setIsExiting(true);
|
56
|
+
setTimeout(() => {
|
57
|
+
onCancelClick();
|
58
|
+
setIsExiting(false);
|
59
|
+
}, 500);
|
60
|
+
};
|
61
|
+
|
62
|
+
if (!isOpen && !isExiting) return null;
|
63
|
+
|
64
|
+
return createPortal(
|
65
|
+
<div
|
66
|
+
role="alert"
|
67
|
+
aria-live="assertive"
|
68
|
+
className={classNames('ff-toaster-overlay', {
|
69
|
+
exiting: isExiting,
|
70
|
+
[currentTheme || '']: true,
|
71
|
+
})}
|
72
|
+
style={{ zIndex }}
|
73
|
+
>
|
74
|
+
<div className={classNames('ff-toaster', { exiting: isExiting })}>
|
75
|
+
<div className={`ff-toaster-container ff-toaster--${variant}`}>
|
76
|
+
{getToasterIcon(variant)}
|
77
|
+
<div className="ff-toaster-content">
|
78
|
+
<Typography
|
79
|
+
color={'var(--tooltip-bg-color)'}
|
80
|
+
fontWeight="semi-bold"
|
81
|
+
lineHeight="18px"
|
82
|
+
className="ff-toaster-content__title"
|
83
|
+
>
|
84
|
+
{toastTitle}
|
85
|
+
</Typography>
|
86
|
+
<Typography
|
87
|
+
color={'var(--input-default-label-color)'}
|
88
|
+
fontWeight="semi-bold"
|
89
|
+
fontSize={'10px'}
|
90
|
+
className="ff-toaster-content__message"
|
91
|
+
>
|
92
|
+
{toastMessage}
|
93
|
+
</Typography>
|
94
|
+
{variant === 'confirm' && (
|
95
|
+
<div className="ff-toaster-content__prompt">
|
96
|
+
<Button onClick={handleClose} variant="secondary">
|
97
|
+
Cancel
|
98
|
+
</Button>
|
99
|
+
<Button onClick={onConfirmation} variant="delete">
|
100
|
+
{confirmationText}
|
101
|
+
</Button>
|
102
|
+
</div>
|
103
|
+
)}
|
104
|
+
</div>
|
105
|
+
|
106
|
+
<div className="ff-close-icon-wrapper" onClick={handleClose}>
|
107
|
+
<Icon name="close" height={8} width={8} />
|
108
|
+
</div>
|
109
|
+
</div>
|
110
|
+
</div>
|
111
|
+
</div>,
|
112
|
+
document.body
|
113
|
+
);
|
114
|
+
};
|
115
|
+
|
116
|
+
export default Toaster;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default } from './Toast';
|
@@ -0,0 +1,27 @@
|
|
1
|
+
export interface ToasterProps {
|
2
|
+
/**Boolean value to handle state of toaster. */
|
3
|
+
isOpen: boolean;
|
4
|
+
|
5
|
+
/**Variant for different type of toast message. */
|
6
|
+
variant: 'success' | 'warning' | 'danger' | 'info' | 'confirm';
|
7
|
+
|
8
|
+
/**Title of the toaster */
|
9
|
+
toastTitle: string;
|
10
|
+
|
11
|
+
/**Message for the toaster. */
|
12
|
+
toastMessage?: string;
|
13
|
+
|
14
|
+
/**Function to call upon clicking the close icon or cancel button. */
|
15
|
+
onCancelClick?: () => void;
|
16
|
+
|
17
|
+
/**Function to call when confirmation the prompt. */
|
18
|
+
onConfirmation?: () => void;
|
19
|
+
|
20
|
+
/**Duration in ms for which toaster will stay on the screen */
|
21
|
+
displayDuration?: number;
|
22
|
+
|
23
|
+
/**Confirmation text for variant confirm. */
|
24
|
+
confirmationText?: string;
|
25
|
+
/**z-index value */
|
26
|
+
zIndex?: number;
|
27
|
+
}
|
@@ -0,0 +1,132 @@
|
|
1
|
+
$switch-sizes: (
|
2
|
+
small: (
|
3
|
+
button-size: 16px,
|
4
|
+
container-width: 24px,
|
5
|
+
container-height: 10px,
|
6
|
+
translate-x: 10px,
|
7
|
+
),
|
8
|
+
medium: (
|
9
|
+
button-size: 20px,
|
10
|
+
container-width: 32px,
|
11
|
+
container-height: 14px,
|
12
|
+
translate-x: 14px,
|
13
|
+
),
|
14
|
+
large: (
|
15
|
+
button-size: 24px,
|
16
|
+
container-width: 40px,
|
17
|
+
container-height: 16px,
|
18
|
+
translate-x: 16px,
|
19
|
+
),
|
20
|
+
);
|
21
|
+
|
22
|
+
@mixin switch-size($size) {
|
23
|
+
$button-size: map-get(map-get($switch-sizes, $size), button-size);
|
24
|
+
$container-width: map-get(map-get($switch-sizes, $size), container-width);
|
25
|
+
$container-height: map-get(map-get($switch-sizes, $size), container-height);
|
26
|
+
$translate-x: map-get(map-get($switch-sizes, $size), translate-x);
|
27
|
+
|
28
|
+
width: $container-width;
|
29
|
+
height: $container-height;
|
30
|
+
|
31
|
+
.ff--switch-button {
|
32
|
+
width: $button-size;
|
33
|
+
height: $button-size;
|
34
|
+
transform: translateX(0);
|
35
|
+
&.checked {
|
36
|
+
transform: translateX($translate-x);
|
37
|
+
}
|
38
|
+
}
|
39
|
+
}
|
40
|
+
|
41
|
+
.ff--switch-container {
|
42
|
+
position: relative;
|
43
|
+
display: flex;
|
44
|
+
align-items: center;
|
45
|
+
|
46
|
+
.ff--switch-checkbox {
|
47
|
+
height: 0;
|
48
|
+
width: 0;
|
49
|
+
display: none;
|
50
|
+
|
51
|
+
&:checked {
|
52
|
+
+ .ff--switch-label {
|
53
|
+
.ff--switch-button {
|
54
|
+
right: -1px;
|
55
|
+
border: 1px solid var(--brand-color);
|
56
|
+
background: var(--toggle-button-bg-color);
|
57
|
+
transition: all 0.3s;
|
58
|
+
box-shadow: 0px 0px 2px 0px var(--toggle-strip-shadow);
|
59
|
+
.ff-checked-icon--primary {
|
60
|
+
svg {
|
61
|
+
path {
|
62
|
+
fill: var(--brand-color);
|
63
|
+
}
|
64
|
+
}
|
65
|
+
}
|
66
|
+
}
|
67
|
+
|
68
|
+
&--primary {
|
69
|
+
background: var(--brand-color);
|
70
|
+
transition: all 0.3s;
|
71
|
+
}
|
72
|
+
|
73
|
+
&:disabled {
|
74
|
+
cursor: default;
|
75
|
+
color: var(--disable-color);
|
76
|
+
background: var(--disable-color);
|
77
|
+
}
|
78
|
+
}
|
79
|
+
}
|
80
|
+
&:disabled {
|
81
|
+
cursor: no-drop;
|
82
|
+
}
|
83
|
+
}
|
84
|
+
|
85
|
+
.ff--switch-label {
|
86
|
+
display: flex;
|
87
|
+
align-items: center;
|
88
|
+
justify-content: space-between;
|
89
|
+
cursor: pointer;
|
90
|
+
border-radius: 8px;
|
91
|
+
position: relative;
|
92
|
+
background: var(--toggle-strip-color);
|
93
|
+
transition: all 0.3s;
|
94
|
+
|
95
|
+
&--disabled {
|
96
|
+
opacity: 0.5;
|
97
|
+
cursor: no-drop;
|
98
|
+
}
|
99
|
+
|
100
|
+
.ff--switch-button {
|
101
|
+
position: absolute;
|
102
|
+
left: 0;
|
103
|
+
border: 1px solid var(--toggle-strip-color);
|
104
|
+
display: flex;
|
105
|
+
background: var(--toggle-button-bg-color);
|
106
|
+
border-radius: 50%;
|
107
|
+
box-shadow: 0px 0px 2px 0px var(--toggle-strip-shadow);
|
108
|
+
transition: all 0.3s;
|
109
|
+
align-items: center;
|
110
|
+
justify-content: center;
|
111
|
+
box-sizing: border-box;
|
112
|
+
|
113
|
+
.ff-unchecked-icon--primary {
|
114
|
+
svg {
|
115
|
+
path {
|
116
|
+
fill: var(--toggle-disable-icon-color);
|
117
|
+
}
|
118
|
+
}
|
119
|
+
}
|
120
|
+
}
|
121
|
+
}
|
122
|
+
|
123
|
+
.default--small {
|
124
|
+
@include switch-size(small);
|
125
|
+
}
|
126
|
+
.default--medium {
|
127
|
+
@include switch-size(medium);
|
128
|
+
}
|
129
|
+
.default--large {
|
130
|
+
@include switch-size(large);
|
131
|
+
}
|
132
|
+
}
|
@@ -0,0 +1,132 @@
|
|
1
|
+
import React, { useState } from 'react';
|
2
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
3
|
+
import Toggle from './Toggle';
|
4
|
+
|
5
|
+
const meta: Meta<typeof Toggle> = {
|
6
|
+
title: 'Components/Toggle',
|
7
|
+
component: Toggle,
|
8
|
+
parameters: {
|
9
|
+
layout: 'centered',
|
10
|
+
},
|
11
|
+
argTypes: {
|
12
|
+
onChange: { action: 'changed' },
|
13
|
+
disabled: { control: 'boolean' },
|
14
|
+
checked: { control: 'boolean' },
|
15
|
+
id: { control: 'text' },
|
16
|
+
size: {
|
17
|
+
control: {
|
18
|
+
type: 'select',
|
19
|
+
options: ['small', 'medium', 'large'],
|
20
|
+
},
|
21
|
+
},
|
22
|
+
},
|
23
|
+
};
|
24
|
+
|
25
|
+
export default meta;
|
26
|
+
|
27
|
+
type Story = StoryObj<typeof Toggle>;
|
28
|
+
|
29
|
+
export const Default: Story = {
|
30
|
+
args: {
|
31
|
+
disabled: false,
|
32
|
+
checked: false,
|
33
|
+
id: 'toggle1',
|
34
|
+
size: 'large',
|
35
|
+
},
|
36
|
+
};
|
37
|
+
|
38
|
+
export const Disabled: Story = {
|
39
|
+
args: {
|
40
|
+
...Default.args,
|
41
|
+
disabled: true,
|
42
|
+
id: 'toggle2',
|
43
|
+
},
|
44
|
+
};
|
45
|
+
|
46
|
+
export const Checked: Story = {
|
47
|
+
args: {
|
48
|
+
...Default.args,
|
49
|
+
checked: true,
|
50
|
+
id: 'toggle3',
|
51
|
+
},
|
52
|
+
};
|
53
|
+
|
54
|
+
export const SmallSize: Story = {
|
55
|
+
render: () => {
|
56
|
+
const [checked, setChecked] = useState(false);
|
57
|
+
const handleChange = (
|
58
|
+
e: React.MouseEvent<HTMLInputElement, MouseEvent>
|
59
|
+
) => {
|
60
|
+
setChecked((e.target as HTMLInputElement).checked);
|
61
|
+
};
|
62
|
+
return (
|
63
|
+
<Toggle
|
64
|
+
id="toggle4"
|
65
|
+
size="small"
|
66
|
+
checked={checked}
|
67
|
+
onChange={handleChange}
|
68
|
+
/>
|
69
|
+
);
|
70
|
+
},
|
71
|
+
};
|
72
|
+
|
73
|
+
export const MediumSize: Story = {
|
74
|
+
render: () => {
|
75
|
+
const [checked, setChecked] = useState(false);
|
76
|
+
const handleChange = (
|
77
|
+
e: React.MouseEvent<HTMLInputElement, MouseEvent>
|
78
|
+
) => {
|
79
|
+
setChecked((e.target as HTMLInputElement).checked);
|
80
|
+
};
|
81
|
+
return (
|
82
|
+
<Toggle
|
83
|
+
id="toggle5"
|
84
|
+
size="medium"
|
85
|
+
checked={checked}
|
86
|
+
onChange={handleChange}
|
87
|
+
/>
|
88
|
+
);
|
89
|
+
},
|
90
|
+
};
|
91
|
+
|
92
|
+
export const DynamicIconAndSize: Story = {
|
93
|
+
render: () => {
|
94
|
+
const [checked, setChecked] = useState(false);
|
95
|
+
const handleChange = (
|
96
|
+
e: React.MouseEvent<HTMLInputElement, MouseEvent>
|
97
|
+
) => {
|
98
|
+
setChecked((e.target as HTMLInputElement).checked);
|
99
|
+
};
|
100
|
+
return (
|
101
|
+
<Toggle
|
102
|
+
id="toggle7"
|
103
|
+
size="large"
|
104
|
+
checked={checked}
|
105
|
+
onChange={handleChange}
|
106
|
+
icon={{
|
107
|
+
checked: { name: 'moon_stars_icon', width: 14, height: 14 },
|
108
|
+
unchecked: { name: 'sun_icon', width: 14, height: 14 },
|
109
|
+
}}
|
110
|
+
/>
|
111
|
+
);
|
112
|
+
},
|
113
|
+
};
|
114
|
+
|
115
|
+
export const Controlled: Story = {
|
116
|
+
render: () => {
|
117
|
+
const [checked, setChecked] = useState(false);
|
118
|
+
const handleChange = (
|
119
|
+
e: React.MouseEvent<HTMLInputElement, MouseEvent>
|
120
|
+
) => {
|
121
|
+
setChecked((e.target as HTMLInputElement).checked);
|
122
|
+
};
|
123
|
+
return (
|
124
|
+
<Toggle
|
125
|
+
id="toggle8"
|
126
|
+
size="large"
|
127
|
+
checked={checked}
|
128
|
+
onChange={handleChange}
|
129
|
+
/>
|
130
|
+
);
|
131
|
+
},
|
132
|
+
};
|