@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.cjs.js +3 -3
- package/dist/index.d.mts +7 -6
- package/dist/index.d.ts +7 -6
- package/dist/index.esm.js +3 -3
- package/dist/index.iife.js +3 -3
- package/package.json +1 -1
- package/styles/index.js +1 -1
- package/styles.css +1 -1
- package/widget.css +1 -1
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
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
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
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
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;
|