zebpay-ui 0.0.21 → 0.0.23
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/CircularLoader/typings.d.ts +2 -0
- package/dist/cjs/components/Input/typings.d.ts +2 -0
- package/dist/cjs/components/InputDropDown/index.d.ts +4 -0
- package/dist/cjs/components/InputDropDown/styles.d.ts +8 -0
- package/dist/cjs/components/InputDropDown/typings.d.ts +22 -0
- package/dist/cjs/components/Popper/styles.d.ts +1 -0
- package/dist/cjs/components/Select/typings.d.ts +1 -1
- package/dist/cjs/components/Tabs/TabsDropdown/index.d.ts +12 -0
- package/dist/cjs/components/Tabs/TabsDropdown/styles.d.ts +6 -0
- package/dist/cjs/components/Tabs/styles.d.ts +1 -0
- package/dist/cjs/components/Tabs/typings.d.ts +3 -0
- package/dist/cjs/components/Tags/index.d.ts +1 -1
- package/dist/cjs/components/Toast/index.d.ts +2 -3
- package/dist/cjs/components/Toast/typings.d.ts +3 -1
- package/dist/cjs/components/Tooltip/index.d.ts +1 -7
- package/dist/cjs/components/Tooltip/typings.d.ts +9 -0
- package/dist/cjs/components/Virtualize/index.d.ts +12 -0
- package/dist/cjs/components/Virtualize/styles.d.ts +4 -0
- package/dist/cjs/components/index.d.ts +6 -5
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/styles/colors.d.ts +8 -0
- package/dist/esm/components/CircularLoader/typings.d.ts +2 -0
- package/dist/esm/components/Input/typings.d.ts +2 -0
- package/dist/esm/components/InputDropDown/index.d.ts +4 -0
- package/dist/esm/components/InputDropDown/styles.d.ts +8 -0
- package/dist/esm/components/InputDropDown/typings.d.ts +22 -0
- package/dist/esm/components/Popper/styles.d.ts +1 -0
- package/dist/esm/components/Select/typings.d.ts +1 -1
- package/dist/esm/components/Tabs/TabsDropdown/index.d.ts +12 -0
- package/dist/esm/components/Tabs/TabsDropdown/styles.d.ts +6 -0
- package/dist/esm/components/Tabs/styles.d.ts +1 -0
- package/dist/esm/components/Tabs/typings.d.ts +3 -0
- package/dist/esm/components/Tags/index.d.ts +1 -1
- package/dist/esm/components/Toast/index.d.ts +2 -3
- package/dist/esm/components/Toast/typings.d.ts +3 -1
- package/dist/esm/components/Tooltip/index.d.ts +1 -7
- package/dist/esm/components/Tooltip/typings.d.ts +9 -0
- package/dist/esm/components/Virtualize/index.d.ts +12 -0
- package/dist/esm/components/Virtualize/styles.d.ts +4 -0
- package/dist/esm/components/index.d.ts +6 -5
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/styles/colors.d.ts +8 -0
- package/package.json +1 -1
|
@@ -5,13 +5,19 @@ declare const colors: {
|
|
|
5
5
|
Zeb_Solid_Bright_Blue: string;
|
|
6
6
|
Zeb_Solid_Light_Blue: string;
|
|
7
7
|
Zeb_Solid_Green: string;
|
|
8
|
+
Zeb_Solid_Light_Green: string;
|
|
8
9
|
Zeb_Solid_Red: string;
|
|
10
|
+
Zeb_Solid_Light_Red: string;
|
|
9
11
|
Zeb_Solid_Yellow: string;
|
|
10
12
|
Zeb_Solid_Grey: string;
|
|
11
13
|
Zeb_Solid_Dark_Grey: string;
|
|
12
14
|
Zeb_Solid_Black: string;
|
|
13
15
|
Zeb_Solid_Light_Blue_01: string;
|
|
14
16
|
Zeb_Solid_Grey_01: string;
|
|
17
|
+
Zeb_Solid_Vivid_Blue: string;
|
|
18
|
+
Zeb_Solid_Very_Dark_Blue: string;
|
|
19
|
+
Zeb_Solid_Very_Dark_Grey_Blue: string;
|
|
20
|
+
Zeb_Solid_Light_Grey: string;
|
|
15
21
|
Zeb_Gradient_Blue_01: string;
|
|
16
22
|
Zeb_Gradient_Blue_02: string;
|
|
17
23
|
Zeb_Gradient_Dark_Blue: string;
|
|
@@ -19,6 +25,8 @@ declare const colors: {
|
|
|
19
25
|
Zeb_Transparent_Green: string;
|
|
20
26
|
Zeb_Transparent_Yellow: string;
|
|
21
27
|
Zeb_Transparent_Red: string;
|
|
28
|
+
Zeb_Transparent_Yellow_01: string;
|
|
29
|
+
Zeb_Transparent_Grey: string;
|
|
22
30
|
Zeb_BG_Blue: string;
|
|
23
31
|
Zeb_BG_Light_Blue: string;
|
|
24
32
|
Zeb_BG_Green: string;
|