@census-ai/census-sdk 0.4.5 → 0.4.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.d.cts CHANGED
@@ -279,7 +279,11 @@ interface CensusError {
279
279
  /**
280
280
  * Step types for guides
281
281
  */
282
- type GuideStepType = 'tooltip' | 'modal' | 'slideout' | 'hotspot' | 'banner';
282
+ type GuideStepType = 'tooltip' | 'modal' | 'slideout' | 'hotspot' | 'banner' | 'embedded';
283
+ /**
284
+ * Position options for embedded guides
285
+ */
286
+ type EmbeddedPosition = 'prepend' | 'append' | 'replace';
283
287
  /**
284
288
  * Tooltip position options
285
289
  */
@@ -331,6 +335,7 @@ interface GuideStepDisplayConfig {
331
335
  backdrop?: boolean;
332
336
  spotlightPadding?: number;
333
337
  bannerPosition?: 'top' | 'bottom';
338
+ embeddedPosition?: EmbeddedPosition;
334
339
  }
335
340
  /**
336
341
  * Advancement configuration for guide steps
package/dist/index.d.ts CHANGED
@@ -279,7 +279,11 @@ interface CensusError {
279
279
  /**
280
280
  * Step types for guides
281
281
  */
282
- type GuideStepType = 'tooltip' | 'modal' | 'slideout' | 'hotspot' | 'banner';
282
+ type GuideStepType = 'tooltip' | 'modal' | 'slideout' | 'hotspot' | 'banner' | 'embedded';
283
+ /**
284
+ * Position options for embedded guides
285
+ */
286
+ type EmbeddedPosition = 'prepend' | 'append' | 'replace';
283
287
  /**
284
288
  * Tooltip position options
285
289
  */
@@ -331,6 +335,7 @@ interface GuideStepDisplayConfig {
331
335
  backdrop?: boolean;
332
336
  spotlightPadding?: number;
333
337
  bannerPosition?: 'top' | 'bottom';
338
+ embeddedPosition?: EmbeddedPosition;
334
339
  }
335
340
  /**
336
341
  * Advancement configuration for guide steps