@w0nna_dev/lina-widget 1.0.6 → 1.0.9

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.
@@ -18,6 +18,12 @@ export declare class LinaWidget extends LitElement {
18
18
  btnStartText: string;
19
19
  btnEndText: string;
20
20
  colors: Partial<LinaColors>;
21
+ brandingLogoColor: string;
22
+ brandingTitleColor: string;
23
+ brandingDividerColor: string;
24
+ versionColor: string;
25
+ buttonBackground: string;
26
+ buttonTextColor: string;
21
27
  private currentState;
22
28
  private callStatus;
23
29
  private _hasMicPermission;
@@ -11,6 +11,10 @@ export interface LinaColors {
11
11
  pulseJoy: string;
12
12
  pulseThinking: string;
13
13
  pulseInterrupted: string;
14
+ stateIdle: string;
15
+ stateListening: string;
16
+ stateThinking: string;
17
+ stateSpeaking: string;
14
18
  }
15
19
  export interface LinaOrbConfig {
16
20
  size?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w0nna_dev/lina-widget",
3
- "version": "1.0.6",
3
+ "version": "1.0.9",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/lina-widget.umd.js",