minerva-plexus-csd 1.0.9 → 1.0.11

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/index.d.ts CHANGED
@@ -76,6 +76,8 @@ declare interface ConversationProviderProps {
76
76
  serviceTicketingNoUSer?: boolean;
77
77
  }
78
78
 
79
+ export declare const CSDLogo: default_2.FC<default_2.SVGProps<SVGSVGElement>>;
80
+
79
81
  export declare const CustomLogo: default_2.FC<CustomLogoProps>;
80
82
 
81
83
  declare interface CustomLogoProps {
@@ -112,6 +114,7 @@ export declare const minervaLocales: {
112
114
  error: string;
113
115
  welcome: string;
114
116
  list_conversations: string;
117
+ chatTtitle: string;
115
118
  };
116
119
  menus: {
117
120
  explorehelper: string;
@@ -175,6 +178,7 @@ export declare const minervaLocales: {
175
178
  error: string;
176
179
  welcome: string;
177
180
  list_conversations: string;
181
+ chatTtitle: string;
178
182
  };
179
183
  menus: {
180
184
  explorehelper: string;
@@ -234,6 +238,10 @@ export declare const minervaLocales: {
234
238
  };
235
239
  };
236
240
 
241
+ declare interface Props {
242
+ serviceTicketingNoUSer: boolean;
243
+ }
244
+
237
245
  declare type ServiceContextType = {
238
246
  service: string;
239
247
  setService: (service: string) => void;
@@ -254,11 +262,7 @@ export declare const setApiConfig: (config: {
254
262
 
255
263
  export declare const setAssetsBasePath: (path: string) => void;
256
264
 
257
- export declare const TicketingComponent: default_2.FC<TicketingComponentProps>;
258
-
259
- declare interface TicketingComponentProps {
260
- serviceTicketingNoUSer: boolean;
261
- }
265
+ export declare const TicketingComponent: default_2.FC<Props>;
262
266
 
263
267
  export declare const useApiConfig: () => ApiConfigType;
264
268