@deepdesk/deepdesk-sdk 10.1.6 → 10.1.7
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 +5 -5
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +5 -5
- package/dist/index.iife.js +11 -11
- package/package.json +1 -1
- package/styles/index.js +1 -1
- package/styles.css +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1281,6 +1281,8 @@ declare const styles$c: {
|
|
|
1281
1281
|
readonly "selectWrapper": string;
|
|
1282
1282
|
readonly "image": string;
|
|
1283
1283
|
readonly "imageSrc": string;
|
|
1284
|
+
readonly "imageSrcHidden": string;
|
|
1285
|
+
readonly "imageSrcStatus": string;
|
|
1284
1286
|
readonly "imageTitle": string;
|
|
1285
1287
|
readonly "actions": string;
|
|
1286
1288
|
readonly "actionsWrapper": string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1281,6 +1281,8 @@ declare const styles$c: {
|
|
|
1281
1281
|
readonly "selectWrapper": string;
|
|
1282
1282
|
readonly "image": string;
|
|
1283
1283
|
readonly "imageSrc": string;
|
|
1284
|
+
readonly "imageSrcHidden": string;
|
|
1285
|
+
readonly "imageSrcStatus": string;
|
|
1284
1286
|
readonly "imageTitle": string;
|
|
1285
1287
|
readonly "actions": string;
|
|
1286
1288
|
readonly "actionsWrapper": string;
|