@magemetrics/ai 0.4.0 → 0.4.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/dist/react/ai.js +4596 -4541
- package/dist/react/index.d.ts +0 -2
- package/dist/styles.css +1 -1
- package/dist/web-component/index.d.ts +0 -2
- package/dist/web-component/web-component.es.js +17045 -16901
- package/package.json +12 -12
- package/dist/web-component/browser-Dyh7itI8.js +0 -15
package/dist/react/index.d.ts
CHANGED
|
@@ -474,8 +474,6 @@ declare type StartOptions = DisplayControlProps & {
|
|
|
474
474
|
label?: string;
|
|
475
475
|
/** Label text displayed above the recommendations section */
|
|
476
476
|
recommendationsLabel?: string;
|
|
477
|
-
/** Placeholder text for the chat launcher input field */
|
|
478
|
-
placeholder?: string;
|
|
479
477
|
/** Whether the chat launcher input should auto-focus on mount */
|
|
480
478
|
autoFocus?: boolean;
|
|
481
479
|
};
|