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,28 +1,28 @@
|
|
|
1
1
|
declare const mixins: {
|
|
2
|
-
flexJustifiedStart: import("@emotion/
|
|
3
|
-
flexJustifiedBetween: import("@emotion/
|
|
4
|
-
flexJustifiedCenter: import("@emotion/
|
|
5
|
-
flexJustifiedAround: import("@emotion/
|
|
6
|
-
flexJustifiedEnd: import("@emotion/
|
|
7
|
-
flexAlignCenter: import("@emotion/
|
|
8
|
-
flexAlignStart: import("@emotion/
|
|
9
|
-
flexAlignEnd: import("@emotion/
|
|
10
|
-
flexWrap: import("@emotion/
|
|
11
|
-
flexNoWrap: import("@emotion/
|
|
12
|
-
flexColumn: import("@emotion/
|
|
13
|
-
textSuccess: import("@emotion/
|
|
14
|
-
textError: import("@emotion/
|
|
15
|
-
bgSuccess: import("@emotion/
|
|
16
|
-
bgError: import("@emotion/
|
|
17
|
-
textFaded: import("@emotion/
|
|
18
|
-
textCapitalize: import("@emotion/
|
|
19
|
-
textUppercase: import("@emotion/
|
|
20
|
-
textAlignmentCenter: import("@emotion/
|
|
21
|
-
textAlignmentLeft: import("@emotion/
|
|
22
|
-
textAlignmentRight: import("@emotion/
|
|
23
|
-
textAlignmentStart: import("@emotion/
|
|
24
|
-
textAlignmentEnd: import("@emotion/
|
|
25
|
-
cursorPointer: import("@emotion/
|
|
26
|
-
cursorNA: import("@emotion/
|
|
2
|
+
flexJustifiedStart: import("@emotion/react").SerializedStyles;
|
|
3
|
+
flexJustifiedBetween: import("@emotion/react").SerializedStyles;
|
|
4
|
+
flexJustifiedCenter: import("@emotion/react").SerializedStyles;
|
|
5
|
+
flexJustifiedAround: import("@emotion/react").SerializedStyles;
|
|
6
|
+
flexJustifiedEnd: import("@emotion/react").SerializedStyles;
|
|
7
|
+
flexAlignCenter: import("@emotion/react").SerializedStyles;
|
|
8
|
+
flexAlignStart: import("@emotion/react").SerializedStyles;
|
|
9
|
+
flexAlignEnd: import("@emotion/react").SerializedStyles;
|
|
10
|
+
flexWrap: import("@emotion/react").SerializedStyles;
|
|
11
|
+
flexNoWrap: import("@emotion/react").SerializedStyles;
|
|
12
|
+
flexColumn: import("@emotion/react").SerializedStyles;
|
|
13
|
+
textSuccess: import("@emotion/react").SerializedStyles;
|
|
14
|
+
textError: import("@emotion/react").SerializedStyles;
|
|
15
|
+
bgSuccess: import("@emotion/react").SerializedStyles;
|
|
16
|
+
bgError: import("@emotion/react").SerializedStyles;
|
|
17
|
+
textFaded: import("@emotion/react").SerializedStyles;
|
|
18
|
+
textCapitalize: import("@emotion/react").SerializedStyles;
|
|
19
|
+
textUppercase: import("@emotion/react").SerializedStyles;
|
|
20
|
+
textAlignmentCenter: import("@emotion/react").SerializedStyles;
|
|
21
|
+
textAlignmentLeft: import("@emotion/react").SerializedStyles;
|
|
22
|
+
textAlignmentRight: import("@emotion/react").SerializedStyles;
|
|
23
|
+
textAlignmentStart: import("@emotion/react").SerializedStyles;
|
|
24
|
+
textAlignmentEnd: import("@emotion/react").SerializedStyles;
|
|
25
|
+
cursorPointer: import("@emotion/react").SerializedStyles;
|
|
26
|
+
cursorNA: import("@emotion/react").SerializedStyles;
|
|
27
27
|
};
|
|
28
28
|
export default mixins;
|
|
@@ -9,23 +9,23 @@ export declare enum ZIndexLevels {
|
|
|
9
9
|
}
|
|
10
10
|
declare const utils: {
|
|
11
11
|
remConverter: (value: number) => string;
|
|
12
|
-
widthPercentage: (value: number) => import("@emotion/
|
|
13
|
-
heightPercentage: (value: number) => import("@emotion/
|
|
14
|
-
m: (value: number) => import("@emotion/
|
|
15
|
-
mr: (value: number) => import("@emotion/
|
|
16
|
-
ml: (value: number) => import("@emotion/
|
|
17
|
-
mt: (value: number) => import("@emotion/
|
|
18
|
-
mb: (value: number) => import("@emotion/
|
|
19
|
-
mlr: (value: number) => import("@emotion/
|
|
20
|
-
mtb: (value: number) => import("@emotion/
|
|
21
|
-
p: (value: number) => import("@emotion/
|
|
22
|
-
pr: (value: number) => import("@emotion/
|
|
23
|
-
pl: (value: number) => import("@emotion/
|
|
24
|
-
pt: (value: number) => import("@emotion/
|
|
25
|
-
pb: (value: number) => import("@emotion/
|
|
26
|
-
plr: (value: number) => import("@emotion/
|
|
27
|
-
ptb: (value: number) => import("@emotion/
|
|
28
|
-
g: (value: number) => import("@emotion/
|
|
29
|
-
br: (value: number) => import("@emotion/
|
|
12
|
+
widthPercentage: (value: number) => import("@emotion/react").SerializedStyles;
|
|
13
|
+
heightPercentage: (value: number) => import("@emotion/react").SerializedStyles;
|
|
14
|
+
m: (value: number) => import("@emotion/react").SerializedStyles;
|
|
15
|
+
mr: (value: number) => import("@emotion/react").SerializedStyles;
|
|
16
|
+
ml: (value: number) => import("@emotion/react").SerializedStyles;
|
|
17
|
+
mt: (value: number) => import("@emotion/react").SerializedStyles;
|
|
18
|
+
mb: (value: number) => import("@emotion/react").SerializedStyles;
|
|
19
|
+
mlr: (value: number) => import("@emotion/react").SerializedStyles;
|
|
20
|
+
mtb: (value: number) => import("@emotion/react").SerializedStyles;
|
|
21
|
+
p: (value: number) => import("@emotion/react").SerializedStyles;
|
|
22
|
+
pr: (value: number) => import("@emotion/react").SerializedStyles;
|
|
23
|
+
pl: (value: number) => import("@emotion/react").SerializedStyles;
|
|
24
|
+
pt: (value: number) => import("@emotion/react").SerializedStyles;
|
|
25
|
+
pb: (value: number) => import("@emotion/react").SerializedStyles;
|
|
26
|
+
plr: (value: number) => import("@emotion/react").SerializedStyles;
|
|
27
|
+
ptb: (value: number) => import("@emotion/react").SerializedStyles;
|
|
28
|
+
g: (value: number) => import("@emotion/react").SerializedStyles;
|
|
29
|
+
br: (value: number) => import("@emotion/react").SerializedStyles;
|
|
30
30
|
};
|
|
31
31
|
export default utils;
|