@deepdesk/deepdesk-sdk 11.5.5-beta.2 → 11.6.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/dialogs.css +1 -1
- package/dist/index.cjs.js +8 -8
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +8 -8
- package/dist/index.iife.js +15 -15
- package/package.json +2 -2
- package/styles/index.js +1 -1
- package/styles.css +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1657,6 +1657,7 @@ declare const styles$g: {
|
|
|
1657
1657
|
readonly "sources": string;
|
|
1658
1658
|
readonly "sourcesTitle": string;
|
|
1659
1659
|
readonly "source": string;
|
|
1660
|
+
readonly "sourceShowMore": string;
|
|
1660
1661
|
readonly "icon": string;
|
|
1661
1662
|
readonly "searchIcon": string;
|
|
1662
1663
|
readonly "searchInputWrapper": string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1657,6 +1657,7 @@ declare const styles$g: {
|
|
|
1657
1657
|
readonly "sources": string;
|
|
1658
1658
|
readonly "sourcesTitle": string;
|
|
1659
1659
|
readonly "source": string;
|
|
1660
|
+
readonly "sourceShowMore": string;
|
|
1660
1661
|
readonly "icon": string;
|
|
1661
1662
|
readonly "searchIcon": string;
|
|
1662
1663
|
readonly "searchInputWrapper": string;
|