@deepdesk/deepdesk-sdk 11.4.0 → 11.4.1-beta.0

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
@@ -1831,6 +1831,7 @@ declare const styles: {
1831
1831
  readonly "root": string;
1832
1832
  readonly "label": string;
1833
1833
  readonly "value": string;
1834
+ readonly "copyButton": string;
1834
1835
  readonly "isTrue": string;
1835
1836
  readonly "isFalse": string;
1836
1837
  };
package/dist/index.d.ts CHANGED
@@ -1831,6 +1831,7 @@ declare const styles: {
1831
1831
  readonly "root": string;
1832
1832
  readonly "label": string;
1833
1833
  readonly "value": string;
1834
+ readonly "copyButton": string;
1834
1835
  readonly "isTrue": string;
1835
1836
  readonly "isFalse": string;
1836
1837
  };