@koredev/agentai-web-sdk 1.5.3-rc → 1.5.4-rc
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.
|
@@ -91,14 +91,6 @@ export declare const coachingConst: any;
|
|
|
91
91
|
export declare const serviceTabMap: any;
|
|
92
92
|
export declare const PlaybookColorMap: any;
|
|
93
93
|
export declare const storageConst: any;
|
|
94
|
-
export declare const DARKTHEME_COLORCODES: {
|
|
95
|
-
primay: string;
|
|
96
|
-
secondary: string;
|
|
97
|
-
primaryText: string;
|
|
98
|
-
secondaryText: string;
|
|
99
|
-
bodyBackground: string;
|
|
100
|
-
warningColor: string;
|
|
101
|
-
};
|
|
102
94
|
export declare const ClassMapConstanst: {
|
|
103
95
|
HEADER: string;
|
|
104
96
|
FOOTER: string;
|
|
@@ -347,6 +339,4 @@ export declare const IdMapConstant: {
|
|
|
347
339
|
DIALOG_SUGGESTION: string;
|
|
348
340
|
TOOLTIP_TRIGGER: string;
|
|
349
341
|
ASSIST_SECTION: string;
|
|
350
|
-
DARK_THEME_BTN: string;
|
|
351
|
-
LIGHT_THEME_BTN: string;
|
|
352
342
|
};
|