@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/dialogs.css +1 -1
- package/dist/index.cjs.js +8 -8
- package/dist/index.d.mts +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.esm.js +8 -8
- package/dist/index.iife.js +42 -42
- 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
|
@@ -1854,14 +1854,14 @@ declare const styles$3: {
|
|
|
1854
1854
|
type TextSuggestionStyles = typeof styles$3;
|
|
1855
1855
|
|
|
1856
1856
|
declare const styles$2: {
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
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
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
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;
|