@runtypelabs/persona 3.2.1 → 3.2.2

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.d.cts CHANGED
@@ -1338,6 +1338,14 @@ type AgentWidgetLauncherConfig = {
1338
1338
  * @default 640
1339
1339
  */
1340
1340
  mobileBreakpoint?: number;
1341
+ /**
1342
+ * CSS z-index applied to the widget wrapper when it is in a positioned mode
1343
+ * (floating panel, mobile fullscreen, or sidebar). Increase this value if
1344
+ * other elements on the host page appear on top of the widget.
1345
+ *
1346
+ * @default 9999 in overlay modes (mobile fullscreen / sidebar); 50 for the regular floating panel
1347
+ */
1348
+ zIndex?: number;
1341
1349
  callToActionIconText?: string;
1342
1350
  callToActionIconName?: string;
1343
1351
  callToActionIconColor?: string;
package/dist/index.d.ts CHANGED
@@ -1338,6 +1338,14 @@ type AgentWidgetLauncherConfig = {
1338
1338
  * @default 640
1339
1339
  */
1340
1340
  mobileBreakpoint?: number;
1341
+ /**
1342
+ * CSS z-index applied to the widget wrapper when it is in a positioned mode
1343
+ * (floating panel, mobile fullscreen, or sidebar). Increase this value if
1344
+ * other elements on the host page appear on top of the widget.
1345
+ *
1346
+ * @default 9999 in overlay modes (mobile fullscreen / sidebar); 50 for the regular floating panel
1347
+ */
1348
+ zIndex?: number;
1341
1349
  callToActionIconText?: string;
1342
1350
  callToActionIconName?: string;
1343
1351
  callToActionIconColor?: string;