@deepdesk/deepdesk-sdk 14.1.1-beta.7 → 14.1.1-beta.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.
package/dist/index.d.mts CHANGED
@@ -1919,12 +1919,13 @@ declare const styles$1: {
1919
1919
  type WidgetStyles = typeof styles$1;
1920
1920
 
1921
1921
  declare const styles: {
1922
- readonly "root": string;
1923
- readonly "label": string;
1924
- readonly "value": string;
1925
- readonly "copyButton": string;
1926
- readonly "isTrue": string;
1927
- readonly "isFalse": string;
1922
+ readonly root: string;
1923
+ readonly label: string;
1924
+ readonly value: string;
1925
+ readonly copyButton: string;
1926
+ readonly copyButtonText: string;
1927
+ readonly isTrue: string;
1928
+ readonly isFalse: string;
1928
1929
  };
1929
1930
 
1930
1931
  type WidgetCustomDataStyles = typeof styles;
package/dist/index.d.ts CHANGED
@@ -1919,12 +1919,13 @@ declare const styles$1: {
1919
1919
  type WidgetStyles = typeof styles$1;
1920
1920
 
1921
1921
  declare const styles: {
1922
- readonly "root": string;
1923
- readonly "label": string;
1924
- readonly "value": string;
1925
- readonly "copyButton": string;
1926
- readonly "isTrue": string;
1927
- readonly "isFalse": string;
1922
+ readonly root: string;
1923
+ readonly label: string;
1924
+ readonly value: string;
1925
+ readonly copyButton: string;
1926
+ readonly copyButtonText: string;
1927
+ readonly isTrue: string;
1928
+ readonly isFalse: string;
1928
1929
  };
1929
1930
 
1930
1931
  type WidgetCustomDataStyles = typeof styles;