@deepdesk/deepdesk-sdk 16.0.1-beta.0 → 16.0.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
@@ -1854,14 +1854,14 @@ declare const styles$3: {
1854
1854
  type TextSuggestionStyles = typeof styles$3;
1855
1855
 
1856
1856
  declare const styles$2: {
1857
- readonly footer: string;
1858
- readonly footerShortcut: string;
1859
- readonly link: string;
1860
- readonly loginText: string;
1861
- readonly root: string;
1862
- readonly shortcut: string;
1863
- readonly shortcutList: string;
1864
- readonly stateText: string;
1857
+ readonly "footer": string;
1858
+ readonly "footerShortcut": string;
1859
+ readonly "link": string;
1860
+ readonly "loginText": string;
1861
+ readonly "root": string;
1862
+ readonly "shortcut": string;
1863
+ readonly "shortcutList": string;
1864
+ readonly "stateText": string;
1865
1865
  };
1866
1866
 
1867
1867
  type WidgetStyles = typeof styles$2;
package/dist/index.d.ts CHANGED
@@ -1854,14 +1854,14 @@ declare const styles$3: {
1854
1854
  type TextSuggestionStyles = typeof styles$3;
1855
1855
 
1856
1856
  declare const styles$2: {
1857
- readonly footer: string;
1858
- readonly footerShortcut: string;
1859
- readonly link: string;
1860
- readonly loginText: string;
1861
- readonly root: string;
1862
- readonly shortcut: string;
1863
- readonly shortcutList: string;
1864
- readonly stateText: string;
1857
+ readonly "footer": string;
1858
+ readonly "footerShortcut": string;
1859
+ readonly "link": string;
1860
+ readonly "loginText": string;
1861
+ readonly "root": string;
1862
+ readonly "shortcut": string;
1863
+ readonly "shortcutList": string;
1864
+ readonly "stateText": string;
1865
1865
  };
1866
1866
 
1867
1867
  type WidgetStyles = typeof styles$2;