gd-design-library 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/icons/account_circle.d.ts +1 -1
- package/assets/icons/arrow-down.d.ts +1 -1
- package/assets/icons/arrow-forward.d.ts +1 -1
- package/assets/icons/attachment.d.ts +7 -0
- package/assets/icons/check.d.ts +1 -1
- package/assets/icons/chevron-left.d.ts +1 -1
- package/assets/icons/chevron-right.d.ts +1 -1
- package/assets/icons/cross.d.ts +1 -1
- package/assets/icons/delete_outlined.d.ts +1 -1
- package/assets/icons/dot.d.ts +1 -1
- package/assets/icons/edit.d.ts +7 -0
- package/assets/icons/error_outline.d.ts +1 -1
- package/assets/icons/eye.d.ts +7 -0
- package/assets/icons/favorite.d.ts +1 -1
- package/assets/icons/favorite_outlined.d.ts +1 -1
- package/assets/icons/filter.d.ts +1 -1
- package/assets/icons/folder.d.ts +7 -0
- package/assets/icons/folderOpen.d.ts +7 -0
- package/assets/icons/home.d.ts +1 -1
- package/assets/icons/keyboard-arrow-down.d.ts +1 -1
- package/assets/icons/local_shipping.d.ts +1 -1
- package/assets/icons/minus.d.ts +1 -1
- package/assets/icons/mobile_menu_button.d.ts +1 -1
- package/assets/icons/paymentCard.d.ts +1 -1
- package/assets/icons/plus.d.ts +1 -1
- package/assets/icons/portrait.d.ts +7 -0
- package/assets/icons/processing.d.ts +1 -1
- package/assets/icons/ruler.d.ts +1 -1
- package/assets/icons/search.d.ts +7 -0
- package/assets/icons/shopping_bag.d.ts +1 -1
- package/assets/icons/slash.d.ts +1 -1
- package/assets/icons/star.d.ts +1 -1
- package/assets/icons/starOutlined.d.ts +1 -1
- package/assets/icons/toast_error.d.ts +1 -1
- package/assets/icons/toast_info.d.ts +1 -1
- package/assets/icons/toast_success.d.ts +1 -1
- package/assets/icons/toast_warning.d.ts +1 -1
- package/assets/icons/upload.d.ts +7 -0
- package/assets/icons/wifiTethering.d.ts +7 -0
- package/assets/index.d.ts +9 -0
- package/components/core/Dropdown/index.d.ts +1 -0
- package/components/core/Icon/constants.d.ts +92 -29
- package/components/core/Image/Image.d.ts +1 -1
- package/components/core/InlineNotification/InlineNotification.d.ts +4 -0
- package/components/core/InlineNotification/InlineNotification.types.d.ts +9 -0
- package/components/core/InlineNotification/InlineNotificationStyled.d.ts +3 -0
- package/components/core/InlineNotification/constants.d.ts +16 -0
- package/components/core/InlineNotification/index.d.ts +2 -0
- package/components/core/Input/Input.d.ts +1 -2
- package/components/core/Input/Input.types.d.ts +33 -10
- package/components/core/Input/InputAdornment/InputAdornment.d.ts +4 -0
- package/components/core/Input/InputAdornment/StyledInputAdornment.d.ts +2 -0
- package/components/core/Input/InputAdornment/constants.d.ts +1 -0
- package/components/core/Input/InputAdornment/index.d.ts +1 -0
- package/components/core/Input/InputHelper/InputHelper.d.ts +4 -0
- package/components/core/Input/InputHelper/StyledInputHelper.d.ts +2 -0
- package/components/core/Input/InputHelper/constants.d.ts +1 -0
- package/components/core/Input/InputHelper/index.d.ts +1 -0
- package/components/core/Input/InputWrapper/InputWrapper.d.ts +4 -0
- package/components/core/Input/InputWrapper/StyledInputWrapper.d.ts +2 -0
- package/components/core/Input/InputWrapper/constants.d.ts +2 -0
- package/components/core/Input/InputWrapper/index.d.ts +1 -0
- package/components/core/Input/StyledInput.d.ts +1 -2
- package/components/core/Input/constants.d.ts +15 -0
- package/components/core/Input/index.d.ts +1 -1
- package/components/core/Input/useInputHandlers.d.ts +17 -0
- package/components/core/InputFile/InputFile.d.ts +50 -0
- package/components/core/InputFile/InputFile.types.d.ts +8 -0
- package/components/core/InputFile/StyledInputFile.d.ts +4 -0
- package/components/core/InputFile/constants.d.ts +3 -0
- package/components/core/InputFile/index.d.ts +2 -0
- package/components/core/Label/Label.d.ts +1 -4
- package/components/core/Label/Label.types.d.ts +6 -19
- package/components/core/Label/LabelStyled.d.ts +2 -0
- package/components/core/Label/index.d.ts +1 -1
- package/components/core/List/List.types.d.ts +7 -3
- package/components/core/List/ListStyled.d.ts +3 -0
- package/components/core/Menu/Menu.d.ts +13 -0
- package/components/core/Menu/StyledMenu.d.ts +13 -0
- package/components/core/Menu/constants.d.ts +11 -0
- package/components/core/Menu/index.d.ts +1 -0
- package/components/core/Modal/Modal.d.ts +3 -1
- package/components/core/Modal/Modal.types.d.ts +9 -7
- package/components/core/Modal/StyledModal.d.ts +9 -7
- package/components/core/Scroll/Scroll.d.ts +24 -0
- package/components/core/Scroll/ScrollBar.d.ts +6 -0
- package/components/core/Scroll/StyledScrollBar.d.ts +11 -0
- package/components/core/Scroll/constants.d.ts +2 -0
- package/components/core/Scroll/index.d.ts +1 -0
- package/components/core/Scroll/types.d.ts +7 -0
- package/components/core/Scroll/utils.d.ts +5 -0
- package/components/core/Slider/Slider.d.ts +21 -0
- package/components/core/Slider/Slider.types.d.ts +13 -0
- package/components/core/Slider/StyledSlider.d.ts +2 -0
- package/components/core/Slider/constants.d.ts +3 -0
- package/components/core/Slider/index.d.ts +3 -0
- package/components/core/Snackbar/Snackbar.types.d.ts +6 -6
- package/components/core/Snackbar/SnackbarManager.d.ts +1 -1
- package/components/core/Snackbar/StyledSnackbar.d.ts +44 -2
- package/components/core/index.d.ts +6 -1
- package/components/domainSpecific/Accordion/Accordion.d.ts +1 -1
- package/components/domainSpecific/Accordion/AccordionContent/AccordionContent.d.ts +1 -1
- package/components/domainSpecific/Accordion/AccordionHeader/AccordionHeader.d.ts +1 -1
- package/components/domainSpecific/Accordion/AccordionItem/AccordionItem.d.ts +1 -1
- package/components/domainSpecific/Carousel/Carousel.d.ts +4 -4
- package/components/domainSpecific/DragAndDropFiles/DragAndDropFiles.d.ts +54 -0
- package/components/domainSpecific/DragAndDropFiles/DragAndDropFiles.types.d.ts +20 -0
- package/components/domainSpecific/DragAndDropFiles/StyledDragAndDropFiles.d.ts +1 -0
- package/components/domainSpecific/DragAndDropFiles/constants.d.ts +1 -0
- package/components/domainSpecific/DragAndDropFiles/hooks/useDragAndDrop/index.d.ts +1 -0
- package/components/domainSpecific/DragAndDropFiles/hooks/useDragAndDrop/useDragAndDrop.d.ts +19 -0
- package/components/domainSpecific/DragAndDropFiles/index.d.ts +2 -0
- package/components/domainSpecific/Header/Header.d.ts +1 -3
- package/components/domainSpecific/Header/Header.types.d.ts +3 -5
- package/components/domainSpecific/Header/{StyledHeader.d.ts → HeaderStyled.d.ts} +4 -24
- package/components/domainSpecific/RadioGroup/RadioGroup.d.ts +4 -0
- package/components/domainSpecific/RadioGroup/RadioGroup.types.d.ts +69 -0
- package/components/domainSpecific/RadioGroup/RadioGroupItem/RadioGroupItem.d.ts +5 -0
- package/components/domainSpecific/RadioGroup/RadioGroupItem/index.d.ts +1 -0
- package/components/domainSpecific/RadioGroup/StyledRadioGroup.d.ts +8 -0
- package/components/domainSpecific/RadioGroup/constants.d.ts +2 -0
- package/components/domainSpecific/RadioGroup/index.d.ts +2 -0
- package/components/domainSpecific/Search/StyledSearch.d.ts +21 -3
- package/components/domainSpecific/Search/constants.d.ts +0 -2
- package/components/domainSpecific/Search/renderers.d.ts +2 -2
- package/components/domainSpecific/SearchModal/SearchInput/SearchInput.d.ts +5 -0
- package/components/domainSpecific/SearchModal/SearchInput/StyledSearchInput.d.ts +27 -0
- package/components/domainSpecific/SearchModal/SearchInput/constants.d.ts +3 -0
- package/components/domainSpecific/SearchModal/SearchInput/index.d.ts +1 -0
- package/components/domainSpecific/SearchModal/SearchItems/SearchItems.d.ts +5 -0
- package/components/domainSpecific/SearchModal/SearchItems/StyledSearchItems.d.ts +42 -0
- package/components/domainSpecific/SearchModal/SearchItems/constants.d.ts +7 -0
- package/components/domainSpecific/SearchModal/SearchItems/index.d.ts +1 -0
- package/components/domainSpecific/SearchModal/SearchItems/utils.d.ts +2 -0
- package/components/domainSpecific/SearchModal/SearchLoader/SearchLoader.d.ts +5 -0
- package/components/domainSpecific/SearchModal/SearchLoader/StyledSearchLoader.d.ts +2 -0
- package/components/domainSpecific/SearchModal/SearchLoader/constants.d.ts +1 -0
- package/components/domainSpecific/SearchModal/SearchLoader/index.d.ts +1 -0
- package/components/domainSpecific/SearchModal/SearchModal.d.ts +4 -0
- package/components/domainSpecific/SearchModal/SearchModal.types.d.ts +45 -0
- package/components/domainSpecific/SearchModal/SearchNoHistory/SearchInput.d.ts +2 -0
- package/components/domainSpecific/SearchModal/SearchNoHistory/StyledSearchInput.d.ts +27 -0
- package/components/domainSpecific/SearchModal/SearchNoHistory/constants.d.ts +2 -0
- package/components/domainSpecific/SearchModal/SearchNoHistory/index.d.ts +1 -0
- package/components/domainSpecific/SearchModal/SearchNoResults/SearchInput.d.ts +2 -0
- package/components/domainSpecific/SearchModal/SearchNoResults/StyledSearchInput.d.ts +27 -0
- package/components/domainSpecific/SearchModal/SearchNoResults/constants.d.ts +2 -0
- package/components/domainSpecific/SearchModal/SearchNoResults/index.d.ts +1 -0
- package/components/domainSpecific/SearchModal/StyledSearchModal.d.ts +14 -0
- package/components/domainSpecific/SearchModal/constants.d.ts +5 -0
- package/components/domainSpecific/SearchModal/index.d.ts +2 -0
- package/components/domainSpecific/Stepper/utils.d.ts +1 -1
- package/components/domainSpecific/Templates/Cards/Skeleton/SkeletonSearch/{StyledSkeletonSearch.d.ts → SkeletonSearchStyled.d.ts} +2 -9
- package/components/domainSpecific/index.d.ts +5 -2
- package/components/index.d.ts +1 -1
- package/components/index.types.d.ts +57 -3
- package/components/layout/ChatContainer/ChatContainer.d.ts +25 -0
- package/components/layout/ChatContainer/StyledChatContainer.d.ts +34 -0
- package/components/layout/ChatContainer/constants.d.ts +1 -0
- package/components/layout/ChatContainer/index.d.ts +2 -0
- package/components/layout/ChatContainer/types.d.ts +18 -0
- package/components/layout/FlexContainer/FlexContainer.d.ts +1 -3
- package/components/layout/FlexContainer/FlexContainer.types.d.ts +7 -4
- package/components/layout/FlexContainer/FlexContainerStyled.d.ts +2 -0
- package/components/layout/index.d.ts +1 -0
- package/components/layout/utils.d.ts +4 -2
- package/constants/index.d.ts +1 -1
- package/constants/positioning.d.ts +2 -0
- package/hooks/useTheme/useTheme.d.ts +1 -1
- package/index.cjs.js +238 -0
- package/index.es.js +12076 -0
- package/package.json +4 -11
- package/test-utils.d.ts +9 -0
- package/tokens/button.d.ts +1 -0
- package/tokens/carousel.d.ts +1 -0
- package/tokens/chat.d.ts +108 -0
- package/tokens/colors.d.ts +1 -0
- package/tokens/cursors.d.ts +1 -0
- package/tokens/defaultTheme.d.ts +770 -187
- package/tokens/draganddropfiles.d.ts +3 -0
- package/tokens/flexContainer.d.ts +2 -1
- package/tokens/index.d.ts +716 -187
- package/tokens/inlineNotification.d.ts +55 -0
- package/tokens/input.d.ts +190 -83
- package/tokens/inputfile.d.ts +8 -0
- package/tokens/label.d.ts +2 -19
- package/tokens/menu.d.ts +15 -0
- package/tokens/modal.d.ts +3 -0
- package/tokens/radiogroup.d.ts +81 -0
- package/tokens/scroll.d.ts +91 -0
- package/tokens/searchModal.d.ts +139 -0
- package/tokens/select.d.ts +0 -1
- package/tokens/shadow.d.ts +3 -0
- package/tokens/slider.d.ts +38 -0
- package/tokens/snackbar.d.ts +33 -83
- package/tokens/utils.d.ts +7 -3
- package/tokens/values.d.ts +4 -0
- package/types/index.d.ts +1 -0
- package/types/styles.d.ts +3 -0
- package/utils/animationFrame.d.ts +15 -0
- package/utils/common.d.ts +2 -0
- package/utils/date.d.ts +9 -0
- package/utils/index.d.ts +4 -0
- package/utils/setInRange.d.ts +5 -0
- package/components/core/Label/StyledLabel.d.ts +0 -2
- package/components/core/List/StyledList.d.ts +0 -3
- package/components/layout/FlexContainer/StyledFlexContainer.d.ts +0 -2
- package/constants/events.d.ts +0 -5
- package/index.mjs +0 -9272
- /package/{style.css → gd-design-library.css} +0 -0
|
@@ -4,4 +4,4 @@ export declare const AccountCircleIcon: ({ width, height, fillSvg, fill, ...rest
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -4,4 +4,4 @@ export declare const ArrowForwardIcon: ({ width, height, fillSvg, fill, ...rest
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const AttachmentIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
width?: number | undefined;
|
|
4
|
+
height?: number | undefined;
|
|
5
|
+
fillSvg?: string | undefined;
|
|
6
|
+
fill?: string | undefined;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
package/assets/icons/check.d.ts
CHANGED
|
@@ -4,4 +4,4 @@ export declare const CheckIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -4,4 +4,4 @@ export declare const ChevronLeftIcon: ({ width, height, fillSvg, fill, ...rest }
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -4,4 +4,4 @@ export declare const ChevronRightIcon: ({ width, height, fillSvg, fill, ...rest
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
package/assets/icons/cross.d.ts
CHANGED
|
@@ -4,4 +4,4 @@ export declare const CrossIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -4,4 +4,4 @@ export declare const DeleteOutlinedIcon: ({ width, height, fillSvg, fill, ...res
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
package/assets/icons/dot.d.ts
CHANGED
|
@@ -4,4 +4,4 @@ export declare const DotIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const EditIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
width?: number | undefined;
|
|
4
|
+
height?: number | undefined;
|
|
5
|
+
fillSvg?: string | undefined;
|
|
6
|
+
fill?: string | undefined;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -5,4 +5,4 @@ export declare const ErrorOutlineIcon: ({ width, height, color, fillSvg, fill, .
|
|
|
5
5
|
color?: string | undefined;
|
|
6
6
|
fillSvg?: string | undefined;
|
|
7
7
|
fill?: string | undefined;
|
|
8
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const EyeIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
width?: number | undefined;
|
|
4
|
+
height?: number | undefined;
|
|
5
|
+
fillSvg?: string | undefined;
|
|
6
|
+
fill?: string | undefined;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -4,4 +4,4 @@ export declare const FavoriteIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -4,4 +4,4 @@ export declare const FavoriteOutlinedIcon: ({ width, height, fillSvg, fill, ...r
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
package/assets/icons/filter.d.ts
CHANGED
|
@@ -4,4 +4,4 @@ export declare const FilterIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const FolderIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
width?: number | undefined;
|
|
4
|
+
height?: number | undefined;
|
|
5
|
+
fillSvg?: string | undefined;
|
|
6
|
+
fill?: string | undefined;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const FolderOpenIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
width?: number | undefined;
|
|
4
|
+
height?: number | undefined;
|
|
5
|
+
fillSvg?: string | undefined;
|
|
6
|
+
fill?: string | undefined;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
package/assets/icons/home.d.ts
CHANGED
|
@@ -4,4 +4,4 @@ export declare const HomeIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -4,4 +4,4 @@ export declare const KeyboardArrowDownIcon: ({ width, height, fillSvg, fill, ...
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -4,4 +4,4 @@ export declare const LocalShippingIcon: ({ width, height, fillSvg, fill, ...rest
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
package/assets/icons/minus.d.ts
CHANGED
|
@@ -4,4 +4,4 @@ export declare const MinusIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -4,4 +4,4 @@ export declare const MobileMenuIcon: ({ width, height, fillSvg, fill, ...rest }:
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -4,4 +4,4 @@ export declare const PaymentCardIcon: ({ width, height, fillSvg, fill, ...rest }
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
package/assets/icons/plus.d.ts
CHANGED
|
@@ -4,4 +4,4 @@ export declare const PlusIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const PortraitIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
width?: number | undefined;
|
|
4
|
+
height?: number | undefined;
|
|
5
|
+
fillSvg?: string | undefined;
|
|
6
|
+
fill?: string | undefined;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -4,4 +4,4 @@ export declare const ProcessingIcon: ({ width, height, fillSvg, fill, ...rest }:
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
package/assets/icons/ruler.d.ts
CHANGED
|
@@ -4,4 +4,4 @@ export declare const RulerIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const SearchIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
width?: number | undefined;
|
|
4
|
+
height?: number | undefined;
|
|
5
|
+
fillSvg?: string | undefined;
|
|
6
|
+
fill?: string | undefined;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -4,4 +4,4 @@ export declare const ShoppingBagIcon: ({ width, height, fillSvg, fill, ...rest }
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
package/assets/icons/slash.d.ts
CHANGED
|
@@ -4,4 +4,4 @@ export declare const SlashIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
package/assets/icons/star.d.ts
CHANGED
|
@@ -4,4 +4,4 @@ export declare const StarIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -4,4 +4,4 @@ export declare const StarOutlinedIcon: ({ width, height, fillSvg, fill, ...rest
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
fillSvg?: string | undefined;
|
|
6
6
|
fill?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -4,4 +4,4 @@ export declare const ToastErrorIcon: ({ width, height, color, fillSvg, ...rest }
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
color?: string | undefined;
|
|
6
6
|
fillSvg?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -4,4 +4,4 @@ export declare const ToastSuccessIcon: ({ width, height, color, fillSvg, ...rest
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
color?: string | undefined;
|
|
6
6
|
fillSvg?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -4,4 +4,4 @@ export declare const ToastWarningIcon: ({ width, height, color, fillSvg, ...rest
|
|
|
4
4
|
height?: number | undefined;
|
|
5
5
|
color?: string | undefined;
|
|
6
6
|
fillSvg?: string | undefined;
|
|
7
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const UploadIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
width?: number | undefined;
|
|
4
|
+
height?: number | undefined;
|
|
5
|
+
fillSvg?: string | undefined;
|
|
6
|
+
fill?: string | undefined;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const WifiTetheringIcon: ({ width, height, fillSvg, fill, ...rest }: {
|
|
2
|
+
[x: string]: any;
|
|
3
|
+
width?: number | undefined;
|
|
4
|
+
height?: number | undefined;
|
|
5
|
+
fillSvg?: string | undefined;
|
|
6
|
+
fill?: string | undefined;
|
|
7
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
package/assets/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export { ToastErrorIcon } from './icons/toast_error';
|
|
|
6
6
|
export { ToastInfoIcon } from './icons/toast_info';
|
|
7
7
|
export { DotIcon } from './icons/dot';
|
|
8
8
|
export { CheckIcon } from './icons/check';
|
|
9
|
+
export { AttachmentIcon } from './icons/attachment';
|
|
9
10
|
export { ArrowDownIcon } from './icons/arrow-down';
|
|
10
11
|
export { ChevronRightIcon } from './icons/chevron-right';
|
|
11
12
|
export { ChevronLeftIcon } from './icons/chevron-left';
|
|
@@ -28,3 +29,11 @@ export { RulerIcon } from './icons/ruler';
|
|
|
28
29
|
export { ProcessingIcon } from './icons/processing';
|
|
29
30
|
export { PaymentCardIcon } from './icons/paymentCard';
|
|
30
31
|
export { KeyboardArrowDownIcon } from './icons/keyboard-arrow-down';
|
|
32
|
+
export { EyeIcon } from './icons/eye';
|
|
33
|
+
export { UploadIcon } from './icons/upload';
|
|
34
|
+
export { SearchIcon } from './icons/search';
|
|
35
|
+
export { WifiTetheringIcon } from './icons/wifiTethering';
|
|
36
|
+
export { PortraitIcon } from './icons/portrait';
|
|
37
|
+
export { FolderIcon } from './icons/folder';
|
|
38
|
+
export { FolderOpenIcon } from './icons/folderOpen';
|
|
39
|
+
export { EditIcon } from './icons/edit';
|
|
@@ -5,138 +5,138 @@ export declare const IconsList: {
|
|
|
5
5
|
height?: number | undefined;
|
|
6
6
|
fillSvg?: string | undefined;
|
|
7
7
|
fill?: string | undefined;
|
|
8
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
9
9
|
success: ({ width, height, color, fillSvg, ...rest }: {
|
|
10
10
|
[x: string]: any;
|
|
11
11
|
width?: number | undefined;
|
|
12
12
|
height?: number | undefined;
|
|
13
13
|
color?: string | undefined;
|
|
14
14
|
fillSvg?: string | undefined;
|
|
15
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
16
16
|
error: ({ width, height, color, fillSvg, ...rest }: {
|
|
17
17
|
[x: string]: any;
|
|
18
18
|
width?: number | undefined;
|
|
19
19
|
height?: number | undefined;
|
|
20
20
|
color?: string | undefined;
|
|
21
21
|
fillSvg?: string | undefined;
|
|
22
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
23
23
|
warning: ({ width, height, color, fillSvg, ...rest }: {
|
|
24
24
|
[x: string]: any;
|
|
25
25
|
width?: number | undefined;
|
|
26
26
|
height?: number | undefined;
|
|
27
27
|
color?: string | undefined;
|
|
28
28
|
fillSvg?: string | undefined;
|
|
29
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
30
30
|
info: ({ width, height, color, ...rest }: {
|
|
31
31
|
[x: string]: any;
|
|
32
32
|
width?: number | undefined;
|
|
33
33
|
height?: number | undefined;
|
|
34
34
|
color?: string | undefined;
|
|
35
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
36
36
|
dot: ({ width, height, fillSvg, fill, ...rest }: {
|
|
37
37
|
[x: string]: any;
|
|
38
38
|
width?: number | undefined;
|
|
39
39
|
height?: number | undefined;
|
|
40
40
|
fillSvg?: string | undefined;
|
|
41
41
|
fill?: string | undefined;
|
|
42
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
42
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
43
43
|
check: ({ width, height, fillSvg, fill, ...rest }: {
|
|
44
44
|
[x: string]: any;
|
|
45
45
|
width?: number | undefined;
|
|
46
46
|
height?: number | undefined;
|
|
47
47
|
fillSvg?: string | undefined;
|
|
48
48
|
fill?: string | undefined;
|
|
49
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
49
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
50
50
|
arrowDown: ({ width, height, fillSvg, fill, }: {
|
|
51
51
|
width?: number | undefined;
|
|
52
52
|
height?: number | undefined;
|
|
53
53
|
fillSvg?: string | undefined;
|
|
54
54
|
fill?: string | undefined;
|
|
55
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
55
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
56
56
|
arrowRight: ({ width, height, fillSvg, fill, ...rest }: {
|
|
57
57
|
[x: string]: any;
|
|
58
58
|
width?: number | undefined;
|
|
59
59
|
height?: number | undefined;
|
|
60
60
|
fillSvg?: string | undefined;
|
|
61
61
|
fill?: string | undefined;
|
|
62
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
62
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
63
63
|
arrowLeft: ({ width, height, fillSvg, fill, ...rest }: {
|
|
64
64
|
[x: string]: any;
|
|
65
65
|
width?: number | undefined;
|
|
66
66
|
height?: number | undefined;
|
|
67
67
|
fillSvg?: string | undefined;
|
|
68
68
|
fill?: string | undefined;
|
|
69
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
69
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
70
70
|
mobileMenu: ({ width, height, fillSvg, fill, ...rest }: {
|
|
71
71
|
[x: string]: any;
|
|
72
72
|
width?: number | undefined;
|
|
73
73
|
height?: number | undefined;
|
|
74
74
|
fillSvg?: string | undefined;
|
|
75
75
|
fill?: string | undefined;
|
|
76
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
76
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
77
77
|
home: ({ width, height, fillSvg, fill, ...rest }: {
|
|
78
78
|
[x: string]: any;
|
|
79
79
|
width?: number | undefined;
|
|
80
80
|
height?: number | undefined;
|
|
81
81
|
fillSvg?: string | undefined;
|
|
82
82
|
fill?: string | undefined;
|
|
83
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
83
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
84
84
|
slash: ({ width, height, fillSvg, fill, ...rest }: {
|
|
85
85
|
[x: string]: any;
|
|
86
86
|
width?: number | undefined;
|
|
87
87
|
height?: number | undefined;
|
|
88
88
|
fillSvg?: string | undefined;
|
|
89
89
|
fill?: string | undefined;
|
|
90
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
90
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
91
91
|
arrowForward: ({ width, height, fillSvg, fill, ...rest }: {
|
|
92
92
|
[x: string]: any;
|
|
93
93
|
width?: number | undefined;
|
|
94
94
|
height?: number | undefined;
|
|
95
95
|
fillSvg?: string | undefined;
|
|
96
96
|
fill?: string | undefined;
|
|
97
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
97
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
98
98
|
localShipping: ({ width, height, fillSvg, fill, ...rest }: {
|
|
99
99
|
[x: string]: any;
|
|
100
100
|
width?: number | undefined;
|
|
101
101
|
height?: number | undefined;
|
|
102
102
|
fillSvg?: string | undefined;
|
|
103
103
|
fill?: string | undefined;
|
|
104
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
104
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
105
105
|
favorite: ({ width, height, fillSvg, fill, ...rest }: {
|
|
106
106
|
[x: string]: any;
|
|
107
107
|
width?: number | undefined;
|
|
108
108
|
height?: number | undefined;
|
|
109
109
|
fillSvg?: string | undefined;
|
|
110
110
|
fill?: string | undefined;
|
|
111
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
111
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
112
112
|
favoriteOutlined: ({ width, height, fillSvg, fill, ...rest }: {
|
|
113
113
|
[x: string]: any;
|
|
114
114
|
width?: number | undefined;
|
|
115
115
|
height?: number | undefined;
|
|
116
116
|
fillSvg?: string | undefined;
|
|
117
117
|
fill?: string | undefined;
|
|
118
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
118
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
119
119
|
deleteOutlined: ({ width, height, fillSvg, fill, ...rest }: {
|
|
120
120
|
[x: string]: any;
|
|
121
121
|
width?: number | undefined;
|
|
122
122
|
height?: number | undefined;
|
|
123
123
|
fillSvg?: string | undefined;
|
|
124
124
|
fill?: string | undefined;
|
|
125
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
125
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
126
126
|
accountCircle: ({ width, height, fillSvg, fill, ...rest }: {
|
|
127
127
|
[x: string]: any;
|
|
128
128
|
width?: number | undefined;
|
|
129
129
|
height?: number | undefined;
|
|
130
130
|
fillSvg?: string | undefined;
|
|
131
131
|
fill?: string | undefined;
|
|
132
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
132
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
133
133
|
shoppingBag: ({ width, height, fillSvg, fill, ...rest }: {
|
|
134
134
|
[x: string]: any;
|
|
135
135
|
width?: number | undefined;
|
|
136
136
|
height?: number | undefined;
|
|
137
137
|
fillSvg?: string | undefined;
|
|
138
138
|
fill?: string | undefined;
|
|
139
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
139
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
140
140
|
errorOutline: ({ width, height, color, fillSvg, fill, ...rest }: {
|
|
141
141
|
[x: string]: any;
|
|
142
142
|
width?: number | undefined;
|
|
@@ -144,62 +144,125 @@ export declare const IconsList: {
|
|
|
144
144
|
color?: string | undefined;
|
|
145
145
|
fillSvg?: string | undefined;
|
|
146
146
|
fill?: string | undefined;
|
|
147
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
147
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
148
148
|
star: ({ width, height, fillSvg, fill, ...rest }: {
|
|
149
149
|
[x: string]: any;
|
|
150
150
|
width?: number | undefined;
|
|
151
151
|
height?: number | undefined;
|
|
152
152
|
fillSvg?: string | undefined;
|
|
153
153
|
fill?: string | undefined;
|
|
154
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
154
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
155
155
|
starOutlined: ({ width, height, fillSvg, fill, ...rest }: {
|
|
156
156
|
[x: string]: any;
|
|
157
157
|
width?: number | undefined;
|
|
158
158
|
height?: number | undefined;
|
|
159
159
|
fillSvg?: string | undefined;
|
|
160
160
|
fill?: string | undefined;
|
|
161
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
161
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
162
162
|
minus: ({ width, height, fillSvg, fill, ...rest }: {
|
|
163
163
|
[x: string]: any;
|
|
164
164
|
width?: number | undefined;
|
|
165
165
|
height?: number | undefined;
|
|
166
166
|
fillSvg?: string | undefined;
|
|
167
167
|
fill?: string | undefined;
|
|
168
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
168
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
169
169
|
plus: ({ width, height, fillSvg, fill, ...rest }: {
|
|
170
170
|
[x: string]: any;
|
|
171
171
|
width?: number | undefined;
|
|
172
172
|
height?: number | undefined;
|
|
173
173
|
fillSvg?: string | undefined;
|
|
174
174
|
fill?: string | undefined;
|
|
175
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
175
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
176
176
|
filter: ({ width, height, fillSvg, fill, ...rest }: {
|
|
177
177
|
[x: string]: any;
|
|
178
178
|
width?: number | undefined;
|
|
179
179
|
height?: number | undefined;
|
|
180
180
|
fillSvg?: string | undefined;
|
|
181
181
|
fill?: string | undefined;
|
|
182
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
182
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
183
183
|
ruler: ({ width, height, fillSvg, fill, ...rest }: {
|
|
184
184
|
[x: string]: any;
|
|
185
185
|
width?: number | undefined;
|
|
186
186
|
height?: number | undefined;
|
|
187
187
|
fillSvg?: string | undefined;
|
|
188
188
|
fill?: string | undefined;
|
|
189
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
189
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
190
190
|
processing: ({ width, height, fillSvg, fill, ...rest }: {
|
|
191
191
|
[x: string]: any;
|
|
192
192
|
width?: number | undefined;
|
|
193
193
|
height?: number | undefined;
|
|
194
194
|
fillSvg?: string | undefined;
|
|
195
195
|
fill?: string | undefined;
|
|
196
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
196
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
197
197
|
paymentCard: ({ width, height, fillSvg, fill, ...rest }: {
|
|
198
198
|
[x: string]: any;
|
|
199
199
|
width?: number | undefined;
|
|
200
200
|
height?: number | undefined;
|
|
201
201
|
fillSvg?: string | undefined;
|
|
202
202
|
fill?: string | undefined;
|
|
203
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
203
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
204
|
+
eye: ({ width, height, fillSvg, fill, ...rest }: {
|
|
205
|
+
[x: string]: any;
|
|
206
|
+
width?: number | undefined;
|
|
207
|
+
height?: number | undefined;
|
|
208
|
+
fillSvg?: string | undefined;
|
|
209
|
+
fill?: string | undefined;
|
|
210
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
211
|
+
attachment: ({ width, height, fillSvg, fill, ...rest }: {
|
|
212
|
+
[x: string]: any;
|
|
213
|
+
width?: number | undefined;
|
|
214
|
+
height?: number | undefined;
|
|
215
|
+
fillSvg?: string | undefined;
|
|
216
|
+
fill?: string | undefined;
|
|
217
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
218
|
+
upload: ({ width, height, fillSvg, fill, ...rest }: {
|
|
219
|
+
[x: string]: any;
|
|
220
|
+
width?: number | undefined;
|
|
221
|
+
height?: number | undefined;
|
|
222
|
+
fillSvg?: string | undefined;
|
|
223
|
+
fill?: string | undefined;
|
|
224
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
225
|
+
folder: ({ width, height, fillSvg, fill, ...rest }: {
|
|
226
|
+
[x: string]: any;
|
|
227
|
+
width?: number | undefined;
|
|
228
|
+
height?: number | undefined;
|
|
229
|
+
fillSvg?: string | undefined;
|
|
230
|
+
fill?: string | undefined;
|
|
231
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
232
|
+
folderOpen: ({ width, height, fillSvg, fill, ...rest }: {
|
|
233
|
+
[x: string]: any;
|
|
234
|
+
width?: number | undefined;
|
|
235
|
+
height?: number | undefined;
|
|
236
|
+
fillSvg?: string | undefined;
|
|
237
|
+
fill?: string | undefined;
|
|
238
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
239
|
+
wifiTethering: ({ width, height, fillSvg, fill, ...rest }: {
|
|
240
|
+
[x: string]: any;
|
|
241
|
+
width?: number | undefined;
|
|
242
|
+
height?: number | undefined;
|
|
243
|
+
fillSvg?: string | undefined;
|
|
244
|
+
fill?: string | undefined;
|
|
245
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
246
|
+
portrait: ({ width, height, fillSvg, fill, ...rest }: {
|
|
247
|
+
[x: string]: any;
|
|
248
|
+
width?: number | undefined;
|
|
249
|
+
height?: number | undefined;
|
|
250
|
+
fillSvg?: string | undefined;
|
|
251
|
+
fill?: string | undefined;
|
|
252
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
253
|
+
search: ({ width, height, fillSvg, fill, ...rest }: {
|
|
254
|
+
[x: string]: any;
|
|
255
|
+
width?: number | undefined;
|
|
256
|
+
height?: number | undefined;
|
|
257
|
+
fillSvg?: string | undefined;
|
|
258
|
+
fill?: string | undefined;
|
|
259
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
260
|
+
edit: ({ width, height, fillSvg, fill, ...rest }: {
|
|
261
|
+
[x: string]: any;
|
|
262
|
+
width?: number | undefined;
|
|
263
|
+
height?: number | undefined;
|
|
264
|
+
fillSvg?: string | undefined;
|
|
265
|
+
fill?: string | undefined;
|
|
266
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
204
267
|
};
|
|
205
268
|
export declare const COMPONENT_NAME = "Icon";
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ImageProps } from './Image.types';
|
|
2
|
-
declare const Image: ({ id, src, alt, width, height, className, placeholder, caption, onClick, objectFit, styles, }: ImageProps) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
declare const Image: ({ id, src, alt, width, height, className, placeholder, caption, onClick, objectFit, styles, }: ImageProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
3
|
export default Image;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { InlineNotificationProps } from './InlineNotification.types';
|
|
2
|
+
export declare const InlineNotification: import('react').ForwardRefExoticComponent<InlineNotificationProps & {
|
|
3
|
+
children?: import('react').ReactNode | undefined;
|
|
4
|
+
} & import('react').RefAttributes<HTMLDivElement>>;
|