@asgardeo/javascript 0.14.0 → 0.15.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.
@@ -65,11 +65,13 @@ export interface ThemeColors {
65
65
  error: {
66
66
  contrastText: string;
67
67
  dark?: string;
68
+ light?: string;
68
69
  main: string;
69
70
  };
70
71
  info: {
71
72
  contrastText: string;
72
73
  dark?: string;
74
+ light?: string;
73
75
  main: string;
74
76
  };
75
77
  primary: {
@@ -80,11 +82,13 @@ export interface ThemeColors {
80
82
  secondary: {
81
83
  contrastText: string;
82
84
  dark?: string;
85
+ light?: string;
83
86
  main: string;
84
87
  };
85
88
  success: {
86
89
  contrastText: string;
87
90
  dark?: string;
91
+ light?: string;
88
92
  main: string;
89
93
  };
90
94
  text: {
@@ -95,6 +99,7 @@ export interface ThemeColors {
95
99
  warning: {
96
100
  contrastText: string;
97
101
  dark?: string;
102
+ light?: string;
98
103
  main: string;
99
104
  };
100
105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asgardeo/javascript",
3
- "version": "0.14.0",
3
+ "version": "0.15.0",
4
4
  "description": "Framework agnostic JavaScript SDK for Asgardeo.",
5
5
  "keywords": [
6
6
  "asgardeo",