@deepdesk/deepdesk-sdk 10.4.0 → 10.4.1-beta.1

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.mts CHANGED
@@ -4,7 +4,7 @@ import * as _reduxjs_toolkit_dist_configureStore from '@reduxjs/toolkit/dist/con
4
4
  import * as _reduxjs_toolkit from '@reduxjs/toolkit';
5
5
  import { Middleware } from '@reduxjs/toolkit';
6
6
 
7
- declare const styles$n: {
7
+ declare const styles$m: {
8
8
  readonly "root": string;
9
9
  readonly "imageWrapper": string;
10
10
  readonly "image": string;
@@ -33,19 +33,9 @@ interface CardComposition {
33
33
  Content: FC<ContentProps>;
34
34
  Title: FC<TitleProps>;
35
35
  }
36
- type CardStyles = typeof styles$n;
36
+ type CardStyles = typeof styles$m;
37
37
  declare const Card: FC & CardComposition;
38
38
 
39
- declare const styles$m: {
40
- readonly "root": string;
41
- };
42
-
43
- interface Props$7 {
44
- children: React.ReactNode;
45
- }
46
- type ChipStyles = typeof styles$m;
47
- declare const Chip: React.FC<Props$7>;
48
-
49
39
  declare const styles$l: {
50
40
  readonly "root": string;
51
41
  readonly "isArrowUp": string;
@@ -1665,7 +1655,6 @@ type WidgetCustomStyles = {
1665
1655
  };
1666
1656
  type InputOverlayCustomStyles = {
1667
1657
  CommandPalette?: Partial<CommandPaletteStyles>;
1668
- Chip?: Partial<ChipStyles>;
1669
1658
  EntitiesList?: Partial<EntitiesListStyles>;
1670
1659
  Label?: Partial<LabelStyles>;
1671
1660
  Login?: Partial<LoginStyles>;
@@ -2197,4 +2186,4 @@ declare function waitForElementVisibilityChange(element: HTMLElement, callback:
2197
2186
  type CSSModule = Record<string, string>;
2198
2187
  declare function useStyles<TStyles extends CSSModule>(componentName: string, defaultStyles: TStyles): TStyles;
2199
2188
 
2200
- export { AgentInfo, Card, Chip, ContentEditableInput, Conversation, ConversationMessage, DeepdeskAPI, DeepdeskSDK, HTTPClient, InputMediator, InputOverlayCustomStyles, InputType, KeyboardHint, Label, Locale, Logger, MountOptions, PinnedMessage, PlatformConfig, RootState, Section, SectionList, SelectionRange, Sources, Suggestion, SuggestionEventMetrics, SuggestionList, SuggestionMetrics, TextAreaInput, TextSuggestion, ToggleButton, UrlSuggestion, VisitorInfo, WidgetCustomStyles, WidgetOptions, attachFile, authenticateWithKey, createFullRange, createOverlayContainer, createRangeFromOffsets, escapeHTML, fetchPlatformConfig, formatTextMarkup, getRangeOffsets, getRangeText, insertCKEditor, isSupportedInputElement, updateContentEditable, updateTextArea, useStyles, waitForElementVisibilityChange };
2189
+ export { AgentInfo, Card, ContentEditableInput, Conversation, ConversationMessage, DeepdeskAPI, DeepdeskSDK, HTTPClient, InputMediator, InputOverlayCustomStyles, InputType, KeyboardHint, Label, Locale, Logger, MountOptions, PinnedMessage, PlatformConfig, RootState, Section, SectionList, SelectionRange, Sources, Suggestion, SuggestionEventMetrics, SuggestionList, SuggestionMetrics, TextAreaInput, TextSuggestion, ToggleButton, UrlSuggestion, VisitorInfo, WidgetCustomStyles, WidgetOptions, attachFile, authenticateWithKey, createFullRange, createOverlayContainer, createRangeFromOffsets, escapeHTML, fetchPlatformConfig, formatTextMarkup, getRangeOffsets, getRangeText, insertCKEditor, isSupportedInputElement, updateContentEditable, updateTextArea, useStyles, waitForElementVisibilityChange };
package/dist/index.d.ts CHANGED
@@ -4,7 +4,7 @@ import * as _reduxjs_toolkit_dist_configureStore from '@reduxjs/toolkit/dist/con
4
4
  import * as _reduxjs_toolkit from '@reduxjs/toolkit';
5
5
  import { Middleware } from '@reduxjs/toolkit';
6
6
 
7
- declare const styles$n: {
7
+ declare const styles$m: {
8
8
  readonly "root": string;
9
9
  readonly "imageWrapper": string;
10
10
  readonly "image": string;
@@ -33,19 +33,9 @@ interface CardComposition {
33
33
  Content: FC<ContentProps>;
34
34
  Title: FC<TitleProps>;
35
35
  }
36
- type CardStyles = typeof styles$n;
36
+ type CardStyles = typeof styles$m;
37
37
  declare const Card: FC & CardComposition;
38
38
 
39
- declare const styles$m: {
40
- readonly "root": string;
41
- };
42
-
43
- interface Props$7 {
44
- children: React.ReactNode;
45
- }
46
- type ChipStyles = typeof styles$m;
47
- declare const Chip: React.FC<Props$7>;
48
-
49
39
  declare const styles$l: {
50
40
  readonly "root": string;
51
41
  readonly "isArrowUp": string;
@@ -1665,7 +1655,6 @@ type WidgetCustomStyles = {
1665
1655
  };
1666
1656
  type InputOverlayCustomStyles = {
1667
1657
  CommandPalette?: Partial<CommandPaletteStyles>;
1668
- Chip?: Partial<ChipStyles>;
1669
1658
  EntitiesList?: Partial<EntitiesListStyles>;
1670
1659
  Label?: Partial<LabelStyles>;
1671
1660
  Login?: Partial<LoginStyles>;
@@ -2197,4 +2186,4 @@ declare function waitForElementVisibilityChange(element: HTMLElement, callback:
2197
2186
  type CSSModule = Record<string, string>;
2198
2187
  declare function useStyles<TStyles extends CSSModule>(componentName: string, defaultStyles: TStyles): TStyles;
2199
2188
 
2200
- export { AgentInfo, Card, Chip, ContentEditableInput, Conversation, ConversationMessage, DeepdeskAPI, DeepdeskSDK, HTTPClient, InputMediator, InputOverlayCustomStyles, InputType, KeyboardHint, Label, Locale, Logger, MountOptions, PinnedMessage, PlatformConfig, RootState, Section, SectionList, SelectionRange, Sources, Suggestion, SuggestionEventMetrics, SuggestionList, SuggestionMetrics, TextAreaInput, TextSuggestion, ToggleButton, UrlSuggestion, VisitorInfo, WidgetCustomStyles, WidgetOptions, attachFile, authenticateWithKey, createFullRange, createOverlayContainer, createRangeFromOffsets, escapeHTML, fetchPlatformConfig, formatTextMarkup, getRangeOffsets, getRangeText, insertCKEditor, isSupportedInputElement, updateContentEditable, updateTextArea, useStyles, waitForElementVisibilityChange };
2189
+ export { AgentInfo, Card, ContentEditableInput, Conversation, ConversationMessage, DeepdeskAPI, DeepdeskSDK, HTTPClient, InputMediator, InputOverlayCustomStyles, InputType, KeyboardHint, Label, Locale, Logger, MountOptions, PinnedMessage, PlatformConfig, RootState, Section, SectionList, SelectionRange, Sources, Suggestion, SuggestionEventMetrics, SuggestionList, SuggestionMetrics, TextAreaInput, TextSuggestion, ToggleButton, UrlSuggestion, VisitorInfo, WidgetCustomStyles, WidgetOptions, attachFile, authenticateWithKey, createFullRange, createOverlayContainer, createRangeFromOffsets, escapeHTML, fetchPlatformConfig, formatTextMarkup, getRangeOffsets, getRangeText, insertCKEditor, isSupportedInputElement, updateContentEditable, updateTextArea, useStyles, waitForElementVisibilityChange };