@magemetrics/ai 0.1.7 → 0.1.8
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/react/ai.js +718 -721
- package/dist/react/index.d.ts +1 -1
- package/dist/web-component/index.d.ts +1 -1
- package/dist/web-component/web-component.es.js +37171 -35876
- package/package.json +5 -5
package/dist/react/index.d.ts
CHANGED
|
@@ -814,7 +814,7 @@ declare type StandaloneConversationModalProps = {
|
|
|
814
814
|
declare type StartOptions = DisplayControlProps & {
|
|
815
815
|
label?: string;
|
|
816
816
|
recommendationsLabel?: string;
|
|
817
|
-
|
|
817
|
+
placeholder?: string;
|
|
818
818
|
};
|
|
819
819
|
|
|
820
820
|
declare type TableFilters = Record<string, string | number>;
|
|
@@ -814,7 +814,7 @@ declare type StandaloneConversationModalProps = {
|
|
|
814
814
|
declare type StartOptions = DisplayControlProps & {
|
|
815
815
|
label?: string;
|
|
816
816
|
recommendationsLabel?: string;
|
|
817
|
-
|
|
817
|
+
placeholder?: string;
|
|
818
818
|
};
|
|
819
819
|
|
|
820
820
|
declare type TableFilters = Record<string, string | number>;
|