zebpay-ui 0.0.112 → 0.0.113
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/dist/cjs/components/Accordion/style.d.ts +6 -6
- package/dist/cjs/components/AccordionV2/style.d.ts +6 -6
- package/dist/cjs/components/Avatar/styles.d.ts +3 -3
- package/dist/cjs/components/Avatar/typings.d.ts +1 -2
- package/dist/cjs/components/AvatarGroup/styles.d.ts +1 -1
- package/dist/cjs/components/AvatarGroup/typings.d.ts +1 -1
- package/dist/cjs/components/Button/styles.d.ts +11 -11
- package/dist/cjs/components/Button/typings.d.ts +3 -4
- package/dist/cjs/components/CalendarPicker/styles.d.ts +4 -4
- package/dist/cjs/components/CalendarPicker/typings.d.ts +1 -1
- package/dist/cjs/components/Card/style.d.ts +3 -3
- package/dist/cjs/components/Checkbox/styles.d.ts +8 -8
- package/dist/cjs/components/Checkbox/typings.d.ts +4 -4
- package/dist/cjs/components/CircularLoader/style.d.ts +8 -3
- package/dist/cjs/components/Divider/styles.d.ts +1 -1
- package/dist/cjs/components/IconBox/styles.d.ts +2 -2
- package/dist/cjs/components/Input/styles.d.ts +13 -13
- package/dist/cjs/components/Input/typings.d.ts +4 -4
- package/dist/cjs/components/InputDropDown/index.d.ts +0 -1
- package/dist/cjs/components/InputDropDown/styles.d.ts +16 -16
- package/dist/cjs/components/InputDropDown/typings.d.ts +2 -2
- package/dist/cjs/components/MobileBottomDrawer/index.d.ts +2 -0
- package/dist/cjs/components/MobileBottomDrawer/styles.d.ts +3 -3
- package/dist/cjs/components/MobileCalenderPicker/styles.d.ts +6 -6
- package/dist/cjs/components/Pagination/styles.d.ts +5 -5
- package/dist/cjs/components/PinInput/style.d.ts +8 -8
- package/dist/cjs/components/PinInput/typing.d.ts +2 -2
- package/dist/cjs/components/Popper/styles.d.ts +4 -4
- package/dist/cjs/components/Popper/typings.d.ts +1 -1
- package/dist/cjs/components/Radio/styles.d.ts +4 -4
- package/dist/cjs/components/Radio/typings.d.ts +4 -4
- package/dist/cjs/components/RadioGroup/styles.d.ts +6 -6
- package/dist/cjs/components/RadioGroup/typings.d.ts +4 -4
- package/dist/cjs/components/RewardOMeter/styles.d.ts +3 -3
- package/dist/cjs/components/SearchInput/index.d.ts +1 -1
- package/dist/cjs/components/SearchInput/style.d.ts +7 -7
- package/dist/cjs/components/Select/styles.d.ts +11 -11
- package/dist/cjs/components/Select/typings.d.ts +2 -2
- package/dist/cjs/components/Shimmer/style.d.ts +15 -5
- package/dist/cjs/components/Shimmer/typings.d.ts +1 -1
- package/dist/cjs/components/SidePanel/style.d.ts +8 -8
- package/dist/cjs/components/Switch/styles.d.ts +13 -13
- package/dist/cjs/components/Tabs/TabsDropdown/index.d.ts +1 -1
- package/dist/cjs/components/Tabs/TabsDropdown/styles.d.ts +6 -6
- package/dist/cjs/components/Tabs/styles.d.ts +16 -16
- package/dist/cjs/components/Tabs/typings.d.ts +4 -4
- package/dist/cjs/components/Tags/index.d.ts +3 -3
- package/dist/cjs/components/Tags/style.d.ts +3 -3
- package/dist/cjs/components/Toast/styles.d.ts +12 -12
- package/dist/cjs/components/Tooltip/styles.d.ts +2 -2
- package/dist/cjs/components/Tooltip/typings.d.ts +3 -3
- package/dist/cjs/components/Virtualize/styles.d.ts +5 -5
- package/dist/cjs/globalTypings.d.ts +1 -1
- package/dist/cjs/index.js +189 -14
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/styles/mixins.d.ts +25 -25
- package/dist/cjs/styles/utils.d.ts +18 -18
- package/dist/esm/components/Accordion/style.d.ts +6 -6
- package/dist/esm/components/AccordionV2/style.d.ts +6 -6
- package/dist/esm/components/Avatar/styles.d.ts +3 -3
- package/dist/esm/components/Avatar/typings.d.ts +1 -2
- package/dist/esm/components/AvatarGroup/styles.d.ts +1 -1
- package/dist/esm/components/AvatarGroup/typings.d.ts +1 -1
- package/dist/esm/components/Button/styles.d.ts +11 -11
- package/dist/esm/components/Button/typings.d.ts +3 -4
- package/dist/esm/components/CalendarPicker/styles.d.ts +4 -4
- package/dist/esm/components/CalendarPicker/typings.d.ts +1 -1
- package/dist/esm/components/Card/style.d.ts +3 -3
- package/dist/esm/components/Checkbox/styles.d.ts +8 -8
- package/dist/esm/components/Checkbox/typings.d.ts +4 -4
- package/dist/esm/components/CircularLoader/style.d.ts +8 -3
- package/dist/esm/components/Divider/styles.d.ts +1 -1
- package/dist/esm/components/IconBox/styles.d.ts +2 -2
- package/dist/esm/components/Input/styles.d.ts +13 -13
- package/dist/esm/components/Input/typings.d.ts +4 -4
- package/dist/esm/components/InputDropDown/index.d.ts +0 -1
- package/dist/esm/components/InputDropDown/styles.d.ts +16 -16
- package/dist/esm/components/InputDropDown/typings.d.ts +2 -2
- package/dist/esm/components/MobileBottomDrawer/index.d.ts +2 -0
- package/dist/esm/components/MobileBottomDrawer/styles.d.ts +3 -3
- package/dist/esm/components/MobileCalenderPicker/styles.d.ts +6 -6
- package/dist/esm/components/Pagination/styles.d.ts +5 -5
- package/dist/esm/components/PinInput/style.d.ts +8 -8
- package/dist/esm/components/PinInput/typing.d.ts +2 -2
- package/dist/esm/components/Popper/styles.d.ts +4 -4
- package/dist/esm/components/Popper/typings.d.ts +1 -1
- package/dist/esm/components/Radio/styles.d.ts +4 -4
- package/dist/esm/components/Radio/typings.d.ts +4 -4
- package/dist/esm/components/RadioGroup/styles.d.ts +6 -6
- package/dist/esm/components/RadioGroup/typings.d.ts +4 -4
- package/dist/esm/components/RewardOMeter/styles.d.ts +3 -3
- package/dist/esm/components/SearchInput/index.d.ts +1 -1
- package/dist/esm/components/SearchInput/style.d.ts +7 -7
- package/dist/esm/components/Select/styles.d.ts +11 -11
- package/dist/esm/components/Select/typings.d.ts +2 -2
- package/dist/esm/components/Shimmer/style.d.ts +15 -5
- package/dist/esm/components/Shimmer/typings.d.ts +1 -1
- package/dist/esm/components/SidePanel/style.d.ts +8 -8
- package/dist/esm/components/Switch/styles.d.ts +13 -13
- package/dist/esm/components/Tabs/TabsDropdown/index.d.ts +1 -1
- package/dist/esm/components/Tabs/TabsDropdown/styles.d.ts +6 -6
- package/dist/esm/components/Tabs/styles.d.ts +16 -16
- package/dist/esm/components/Tabs/typings.d.ts +4 -4
- package/dist/esm/components/Tags/index.d.ts +3 -3
- package/dist/esm/components/Tags/style.d.ts +3 -3
- package/dist/esm/components/Toast/styles.d.ts +12 -12
- package/dist/esm/components/Tooltip/styles.d.ts +2 -2
- package/dist/esm/components/Tooltip/typings.d.ts +3 -3
- package/dist/esm/components/Virtualize/styles.d.ts +5 -5
- package/dist/esm/globalTypings.d.ts +1 -1
- package/dist/esm/index.js +189 -14
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/styles/mixins.d.ts +25 -25
- package/dist/esm/styles/utils.d.ts +18 -18
- package/dist/icons/icons.css +262 -262
- package/dist/icons/icons.eot +0 -0
- package/dist/icons/icons.html +518 -518
- package/dist/icons/icons.json +259 -259
- package/dist/icons/icons.ts +1037 -1037
- package/dist/icons/icons.woff +0 -0
- package/dist/icons/icons.woff2 +0 -0
- package/package.json +47 -46
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Theme } from "../../globalTypings";
|
|
2
|
-
export declare const inputGroup: (theme: Theme, inFocus?: boolean
|
|
3
|
-
export declare const inputPrepend: (theme: Theme, isFocused: boolean, customDarkBgcolor?: string) => import("@emotion/
|
|
4
|
-
export declare const focused: (theme: Theme) => import("@emotion/
|
|
5
|
-
export declare const searchInput: (isMobile: boolean, theme: Theme, isFocused: boolean, onClear?: boolean
|
|
6
|
-
export declare const searchButton: (theme: Theme) => import("@emotion/
|
|
7
|
-
export declare const disableShadow: import("@emotion/
|
|
8
|
-
export declare const icon: (theme: Theme) => import("@emotion/
|
|
2
|
+
export declare const inputGroup: (theme: Theme, inFocus?: boolean) => import("@emotion/react").SerializedStyles;
|
|
3
|
+
export declare const inputPrepend: (theme: Theme, isFocused: boolean, customDarkBgcolor?: string) => import("@emotion/react").SerializedStyles;
|
|
4
|
+
export declare const focused: (theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
5
|
+
export declare const searchInput: (isMobile: boolean, theme: Theme, isFocused: boolean, onClear?: boolean, customDarkBgcolor?: string) => import("@emotion/react").SerializedStyles;
|
|
6
|
+
export declare const searchButton: (theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
7
|
+
export declare const disableShadow: import("@emotion/react").SerializedStyles;
|
|
8
|
+
export declare const icon: (theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export declare const wrapper: import("@emotion/
|
|
2
|
-
export declare const button: import("@emotion/
|
|
3
|
-
export declare const active: import("@emotion/
|
|
4
|
-
export declare const selectOverlay: import("@emotion/
|
|
5
|
-
export declare const optionsWrapper: (shiftLeft?: boolean
|
|
6
|
-
export declare const options: import("@emotion/
|
|
7
|
-
export declare const optionItem: import("@emotion/
|
|
8
|
-
export declare const optionItems: import("@emotion/
|
|
9
|
-
export declare const empty: import("@emotion/
|
|
10
|
-
export declare const optionSecondName: import("@emotion/
|
|
11
|
-
export declare const selected: import("@emotion/
|
|
1
|
+
export declare const wrapper: import("@emotion/react").SerializedStyles;
|
|
2
|
+
export declare const button: import("@emotion/react").SerializedStyles;
|
|
3
|
+
export declare const active: import("@emotion/react").SerializedStyles;
|
|
4
|
+
export declare const selectOverlay: import("@emotion/react").SerializedStyles;
|
|
5
|
+
export declare const optionsWrapper: (shiftLeft?: boolean) => import("@emotion/react").SerializedStyles;
|
|
6
|
+
export declare const options: import("@emotion/react").SerializedStyles;
|
|
7
|
+
export declare const optionItem: import("@emotion/react").SerializedStyles;
|
|
8
|
+
export declare const optionItems: import("@emotion/react").SerializedStyles;
|
|
9
|
+
export declare const empty: import("@emotion/react").SerializedStyles;
|
|
10
|
+
export declare const optionSecondName: import("@emotion/react").SerializedStyles;
|
|
11
|
+
export declare const selected: import("@emotion/react").SerializedStyles;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { SerializedStyles } from "@emotion/react";
|
|
2
2
|
import React from "react";
|
|
3
3
|
export interface OptionsProps<T> {
|
|
4
|
-
label: JSX.Element | string;
|
|
5
|
-
displayLabel?: JSX.Element | string;
|
|
4
|
+
label: React.JSX.Element | string;
|
|
5
|
+
displayLabel?: React.JSX.Element | string;
|
|
6
6
|
value: T;
|
|
7
7
|
}
|
|
8
8
|
export interface SelectProps<T> {
|
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
import { Theme } from "../../globalTypings";
|
|
2
2
|
import { SizeType } from "./typings";
|
|
3
|
-
export declare const shimmerAnimation: (width: number, widthSizeType: SizeType) =>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
export declare const shimmerAnimation: (width: number, widthSizeType: SizeType) => {
|
|
4
|
+
name: string;
|
|
5
|
+
styles: string;
|
|
6
|
+
anim: 1;
|
|
7
|
+
toString: () => string;
|
|
8
|
+
} & string;
|
|
9
|
+
export declare const shimmerContainer: (theme: Theme, width: number, widthSizeType: SizeType) => import("@emotion/react").SerializedStyles;
|
|
10
|
+
export declare const lightDarkShimmer: import("@emotion/react").SerializedStyles;
|
|
11
|
+
export declare const translate: (width: number, widthSizeType: SizeType) => {
|
|
12
|
+
name: string;
|
|
13
|
+
styles: string;
|
|
14
|
+
anim: 1;
|
|
15
|
+
toString: () => string;
|
|
16
|
+
} & string;
|
|
17
|
+
export declare const shimmerLine: (width: number, widthSizeType: SizeType) => import("@emotion/react").SerializedStyles;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare const wrapper: import("@emotion/
|
|
2
|
-
export declare const overlay: import("@emotion/
|
|
3
|
-
export declare const sidePanel: import("@emotion/
|
|
4
|
-
export declare const sidePanelOpen: import("@emotion/
|
|
5
|
-
export declare const header: import("@emotion/
|
|
6
|
-
export declare const titleStyle: import("@emotion/
|
|
7
|
-
export declare const headerCTA: import("@emotion/
|
|
8
|
-
export declare const headerCloseCTA: import("@emotion/
|
|
1
|
+
export declare const wrapper: import("@emotion/react").SerializedStyles;
|
|
2
|
+
export declare const overlay: import("@emotion/react").SerializedStyles;
|
|
3
|
+
export declare const sidePanel: import("@emotion/react").SerializedStyles;
|
|
4
|
+
export declare const sidePanelOpen: import("@emotion/react").SerializedStyles;
|
|
5
|
+
export declare const header: import("@emotion/react").SerializedStyles;
|
|
6
|
+
export declare const titleStyle: import("@emotion/react").SerializedStyles;
|
|
7
|
+
export declare const headerCTA: import("@emotion/react").SerializedStyles;
|
|
8
|
+
export declare const headerCloseCTA: import("@emotion/react").SerializedStyles;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export declare const switchContainer: import("@emotion/
|
|
2
|
-
export declare const regularSlider: import("@emotion/
|
|
3
|
-
export declare const regularCheckedSlider: (size?: "
|
|
4
|
-
export declare const switchBar: (size?: "
|
|
5
|
-
export declare const checkedSlider: (size?: "
|
|
6
|
-
export declare const slider: (size?: "
|
|
7
|
-
export declare const round: (size?: "
|
|
8
|
-
export declare const circle: (size?: "
|
|
9
|
-
export declare const switchLabel: import("@emotion/
|
|
10
|
-
export declare const labelHidden: import("@emotion/
|
|
11
|
-
export declare const circleWithIcon: import("@emotion/
|
|
12
|
-
export declare const iconInsideCircle: (size?: "
|
|
13
|
-
export declare const lockedCircle: (size?: "
|
|
1
|
+
export declare const switchContainer: import("@emotion/react").SerializedStyles;
|
|
2
|
+
export declare const regularSlider: import("@emotion/react").SerializedStyles;
|
|
3
|
+
export declare const regularCheckedSlider: (size?: "small" | "medium") => import("@emotion/react").SerializedStyles;
|
|
4
|
+
export declare const switchBar: (size?: "small" | "medium", isLocked?: boolean) => import("@emotion/react").SerializedStyles;
|
|
5
|
+
export declare const checkedSlider: (size?: "small" | "medium", isLocked?: boolean) => import("@emotion/react").SerializedStyles;
|
|
6
|
+
export declare const slider: (size?: "small" | "medium", isLocked?: boolean) => import("@emotion/react").SerializedStyles;
|
|
7
|
+
export declare const round: (size?: "small" | "medium") => import("@emotion/react").SerializedStyles;
|
|
8
|
+
export declare const circle: (size?: "small" | "medium", checked?: boolean) => import("@emotion/react").SerializedStyles;
|
|
9
|
+
export declare const switchLabel: import("@emotion/react").SerializedStyles;
|
|
10
|
+
export declare const labelHidden: import("@emotion/react").SerializedStyles;
|
|
11
|
+
export declare const circleWithIcon: import("@emotion/react").SerializedStyles;
|
|
12
|
+
export declare const iconInsideCircle: (size?: "small" | "medium") => import("@emotion/react").SerializedStyles;
|
|
13
|
+
export declare const lockedCircle: (size?: "small" | "medium", checked?: boolean) => import("@emotion/react").SerializedStyles;
|
|
@@ -3,7 +3,7 @@ import React from "react";
|
|
|
3
3
|
import { TabItem, TabType } from "../typings";
|
|
4
4
|
interface TabsDropdownProps {
|
|
5
5
|
isSelected: boolean;
|
|
6
|
-
showTitle: JSX.Element | string;
|
|
6
|
+
showTitle: React.JSX.Element | string;
|
|
7
7
|
selectedTab: string;
|
|
8
8
|
list: TabItem[];
|
|
9
9
|
onChange: (value: TabItem) => void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export declare const tabDropdown: import("@emotion/
|
|
2
|
-
export declare const menu: import("@emotion/
|
|
3
|
-
export declare const menuItem: (isSelected: boolean) => import("@emotion/
|
|
4
|
-
export declare const activeItem: import("@emotion/
|
|
5
|
-
export declare const tertiaryNotActive: import("@emotion/
|
|
6
|
-
export declare const selectOverlay: import("@emotion/
|
|
1
|
+
export declare const tabDropdown: import("@emotion/react").SerializedStyles;
|
|
2
|
+
export declare const menu: import("@emotion/react").SerializedStyles;
|
|
3
|
+
export declare const menuItem: (isSelected: boolean) => import("@emotion/react").SerializedStyles;
|
|
4
|
+
export declare const activeItem: import("@emotion/react").SerializedStyles;
|
|
5
|
+
export declare const tertiaryNotActive: import("@emotion/react").SerializedStyles;
|
|
6
|
+
export declare const selectOverlay: import("@emotion/react").SerializedStyles;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { Theme } from "../../globalTypings";
|
|
2
|
-
export declare const customNav: import("@emotion/
|
|
3
|
-
export declare const disabledNav: import("@emotion/
|
|
4
|
-
export declare const tertiaryNav: import("@emotion/
|
|
5
|
-
export declare const primaryNav: import("@emotion/
|
|
6
|
-
export declare const primary: import("@emotion/
|
|
7
|
-
export declare const primaryActive: import("@emotion/
|
|
8
|
-
export declare const primaryActiveAfter: import("@emotion/
|
|
9
|
-
export declare const primaryLight: import("@emotion/
|
|
10
|
-
export declare const primaryLightActive: import("@emotion/
|
|
11
|
-
export declare const secondary: (theme: Theme) => import("@emotion/
|
|
12
|
-
export declare const secondaryActive: (theme: Theme) => import("@emotion/
|
|
13
|
-
export declare const tertiary: import("@emotion/
|
|
14
|
-
export declare const tertiaryActive: import("@emotion/
|
|
15
|
-
export declare const backgroundButton: (color: string) => import("@emotion/
|
|
16
|
-
export declare const borderRadius: import("@emotion/
|
|
17
|
-
export declare const secondaryDisabled: import("@emotion/
|
|
2
|
+
export declare const customNav: import("@emotion/react").SerializedStyles;
|
|
3
|
+
export declare const disabledNav: import("@emotion/react").SerializedStyles;
|
|
4
|
+
export declare const tertiaryNav: import("@emotion/react").SerializedStyles;
|
|
5
|
+
export declare const primaryNav: import("@emotion/react").SerializedStyles;
|
|
6
|
+
export declare const primary: import("@emotion/react").SerializedStyles;
|
|
7
|
+
export declare const primaryActive: import("@emotion/react").SerializedStyles;
|
|
8
|
+
export declare const primaryActiveAfter: import("@emotion/react").SerializedStyles;
|
|
9
|
+
export declare const primaryLight: import("@emotion/react").SerializedStyles;
|
|
10
|
+
export declare const primaryLightActive: import("@emotion/react").SerializedStyles;
|
|
11
|
+
export declare const secondary: (theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
12
|
+
export declare const secondaryActive: (theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
13
|
+
export declare const tertiary: import("@emotion/react").SerializedStyles;
|
|
14
|
+
export declare const tertiaryActive: import("@emotion/react").SerializedStyles;
|
|
15
|
+
export declare const backgroundButton: (color: string) => import("@emotion/react").SerializedStyles;
|
|
16
|
+
export declare const borderRadius: import("@emotion/react").SerializedStyles;
|
|
17
|
+
export declare const secondaryDisabled: import("@emotion/react").SerializedStyles;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { SerializedStyles } from "@emotion/react";
|
|
2
|
+
import React from "react";
|
|
3
3
|
import { Theme } from "../../globalTypings";
|
|
4
|
-
export
|
|
4
|
+
export type TabType = "primary" | "secondary" | "tertiary";
|
|
5
5
|
export interface TabItem {
|
|
6
|
-
title: JSX.Element | string;
|
|
6
|
+
title: React.JSX.Element | string;
|
|
7
7
|
tab: string;
|
|
8
8
|
style?: SerializedStyles;
|
|
9
9
|
isCustomActiveState?: boolean;
|
|
@@ -16,7 +16,7 @@ export interface TabProps {
|
|
|
16
16
|
selectedTab: string;
|
|
17
17
|
tabsList: TabItem[];
|
|
18
18
|
tabsCount?: number;
|
|
19
|
-
dropdownPlaceHolder?: JSX.Element | string;
|
|
19
|
+
dropdownPlaceHolder?: React.JSX.Element | string;
|
|
20
20
|
onChange: (value: string) => void;
|
|
21
21
|
type: TabType;
|
|
22
22
|
style?: SerializedStyles;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/** @jsxImportSource @emotion/react */
|
|
2
2
|
import { SerializedStyles } from "@emotion/react";
|
|
3
3
|
import React from "react";
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
4
|
+
export type TagType = "success" | "warning" | "info" | "error" | "default";
|
|
5
|
+
export type TagSize = "small" | "medium" | "large";
|
|
6
|
+
export type Mode = "light" | "dark";
|
|
7
7
|
export interface TagProps {
|
|
8
8
|
type: TagType;
|
|
9
9
|
style?: SerializedStyles;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { TagSize } from ".";
|
|
2
|
-
export declare const tagWrapper: (animate: boolean) => import("@emotion/
|
|
3
|
-
export declare const tagsSize: (size: TagSize) => import("@emotion/
|
|
4
|
-
export declare const iconStyle: (size: TagSize) => import("@emotion/
|
|
2
|
+
export declare const tagWrapper: (animate: boolean) => import("@emotion/react").SerializedStyles;
|
|
3
|
+
export declare const tagsSize: (size: TagSize) => import("@emotion/react").SerializedStyles;
|
|
4
|
+
export declare const iconStyle: (size: TagSize) => import("@emotion/react").SerializedStyles;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Theme } from "../../globalTypings";
|
|
2
|
-
export declare const toastContainer: import("@emotion/
|
|
3
|
-
export declare const toastHeading: import("@emotion/
|
|
4
|
-
export declare const toastDetails: import("@emotion/
|
|
5
|
-
export declare const toastTitle: import("@emotion/
|
|
6
|
-
export declare const closeCta: import("@emotion/
|
|
7
|
-
export declare const toastDescription: (mode: Theme) => import("@emotion/
|
|
8
|
-
export declare const info: import("@emotion/
|
|
9
|
-
export declare const infoToastHeading: import("@emotion/
|
|
10
|
-
export declare const error: import("@emotion/
|
|
11
|
-
export declare const errorToastHeading: import("@emotion/
|
|
12
|
-
export declare const success: import("@emotion/
|
|
13
|
-
export declare const successToastHeading: import("@emotion/
|
|
2
|
+
export declare const toastContainer: import("@emotion/react").SerializedStyles;
|
|
3
|
+
export declare const toastHeading: import("@emotion/react").SerializedStyles;
|
|
4
|
+
export declare const toastDetails: import("@emotion/react").SerializedStyles;
|
|
5
|
+
export declare const toastTitle: import("@emotion/react").SerializedStyles;
|
|
6
|
+
export declare const closeCta: import("@emotion/react").SerializedStyles;
|
|
7
|
+
export declare const toastDescription: (mode: Theme) => import("@emotion/react").SerializedStyles;
|
|
8
|
+
export declare const info: import("@emotion/react").SerializedStyles;
|
|
9
|
+
export declare const infoToastHeading: import("@emotion/react").SerializedStyles;
|
|
10
|
+
export declare const error: import("@emotion/react").SerializedStyles;
|
|
11
|
+
export declare const errorToastHeading: import("@emotion/react").SerializedStyles;
|
|
12
|
+
export declare const success: import("@emotion/react").SerializedStyles;
|
|
13
|
+
export declare const successToastHeading: import("@emotion/react").SerializedStyles;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const container: import("@emotion/
|
|
2
|
-
export declare const content: (isStroke?: boolean
|
|
1
|
+
export declare const container: import("@emotion/react").SerializedStyles;
|
|
2
|
+
export declare const content: (isStroke?: boolean) => import("@emotion/react").SerializedStyles;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { SerializedStyles } from "@emotion/react";
|
|
3
|
-
|
|
2
|
+
import React from "react";
|
|
3
|
+
export type Position = "top-start" | "top" | "top-end" | "right-start" | "right" | "right-end" | "bottom-start" | "bottom" | "bottom-end" | "left-start" | "left" | "left-end";
|
|
4
4
|
export interface TooltipProps {
|
|
5
|
-
content: JSX.Element | string;
|
|
5
|
+
content: React.JSX.Element | string;
|
|
6
6
|
disabled?: boolean;
|
|
7
7
|
style?: SerializedStyles;
|
|
8
8
|
position?: Position;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const item: (rowHeight: number, index: number, isLight: boolean) => import("@emotion/
|
|
2
|
-
export declare const body: (height: number, rowCount: number) => import("@emotion/
|
|
3
|
-
export declare const table: (tableHeight: number, isLight: boolean, isEmpty?: boolean
|
|
4
|
-
export declare const emptyContainer: import("@emotion/
|
|
5
|
-
export declare const option: import("@emotion/
|
|
1
|
+
export declare const item: (rowHeight: number, index: number, isLight: boolean) => import("@emotion/react").SerializedStyles;
|
|
2
|
+
export declare const body: (height: number, rowCount: number) => import("@emotion/react").SerializedStyles;
|
|
3
|
+
export declare const table: (tableHeight: number, isLight: boolean, isEmpty?: boolean, atTop?: boolean) => import("@emotion/react").SerializedStyles;
|
|
4
|
+
export declare const emptyContainer: import("@emotion/react").SerializedStyles;
|
|
5
|
+
export declare const option: import("@emotion/react").SerializedStyles;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type Theme = "light" | "dark";
|