idmission-web-sdk 1.0.310 → 1.0.311

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.
@@ -128,6 +128,8 @@ export interface Theme {
128
128
  borderWidth?: number;
129
129
  unsatisfiedColor?: string;
130
130
  satisfiedColor?: string;
131
+ instructionsTextColor?: string;
132
+ instructionsBackgroundColor?: string;
131
133
  };
132
134
  readTextPrompt?: {
133
135
  heading?: {
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const webSdkVersion = "1.0.310";
1
+ export declare const webSdkVersion = "1.0.311";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "idmission-web-sdk",
3
- "version": "1.0.310",
3
+ "version": "1.0.311",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/sdk2.esm.js",