@eventop/sdk 1.0.9 → 1.1.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/index.cjs CHANGED
@@ -663,7 +663,7 @@ function EventopStep({
663
663
  // }
664
664
  // ═══════════════════════════════════════════════════════════════════════════
665
665
 
666
- function useEventop() {
666
+ function useEventopAI() {
667
667
  const sdk = () => window.Eventop;
668
668
  return {
669
669
  open: () => sdk()?.open(),
@@ -726,5 +726,5 @@ function useEventopTour() {
726
726
  exports.EventopAIProvider = EventopProvider;
727
727
  exports.EventopStep = EventopStep;
728
728
  exports.EventopTarget = EventopTarget;
729
- exports.useEventop = useEventop;
729
+ exports.useEventopAI = useEventopAI;
730
730
  exports.useEventopTour = useEventopTour;
package/dist/index.js CHANGED
@@ -661,7 +661,7 @@ function EventopStep({
661
661
  // }
662
662
  // ═══════════════════════════════════════════════════════════════════════════
663
663
 
664
- function useEventop() {
664
+ function useEventopAI() {
665
665
  const sdk = () => window.Eventop;
666
666
  return {
667
667
  open: () => sdk()?.open(),
@@ -721,4 +721,4 @@ function useEventopTour() {
721
721
  };
722
722
  }
723
723
 
724
- export { EventopProvider as EventopAIProvider, EventopStep, EventopTarget, useEventop, useEventopTour };
724
+ export { EventopProvider as EventopAIProvider, EventopStep, EventopTarget, useEventopAI, useEventopTour };
@@ -663,7 +663,7 @@ function EventopStep({
663
663
  // }
664
664
  // ═══════════════════════════════════════════════════════════════════════════
665
665
 
666
- function useEventop() {
666
+ function useEventopAI() {
667
667
  const sdk = () => window.Eventop;
668
668
  return {
669
669
  open: () => sdk()?.open(),
@@ -726,5 +726,5 @@ function useEventopTour() {
726
726
  exports.EventopAIProvider = EventopProvider;
727
727
  exports.EventopStep = EventopStep;
728
728
  exports.EventopTarget = EventopTarget;
729
- exports.useEventop = useEventop;
729
+ exports.useEventopAI = useEventopAI;
730
730
  exports.useEventopTour = useEventopTour;
@@ -661,7 +661,7 @@ function EventopStep({
661
661
  // }
662
662
  // ═══════════════════════════════════════════════════════════════════════════
663
663
 
664
- function useEventop() {
664
+ function useEventopAI() {
665
665
  const sdk = () => window.Eventop;
666
666
  return {
667
667
  open: () => sdk()?.open(),
@@ -721,4 +721,4 @@ function useEventopTour() {
721
721
  };
722
722
  }
723
723
 
724
- export { EventopProvider as EventopAIProvider, EventopStep, EventopTarget, useEventop, useEventopTour };
724
+ export { EventopProvider as EventopAIProvider, EventopStep, EventopTarget, useEventopAI, useEventopTour };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eventop/sdk",
3
- "version": "1.0.9",
3
+ "version": "1.1.1",
4
4
  "description": "AI-powered guided tours for any web app. Drop-in, themeable, provider-agnostic.",
5
5
  "keywords": [
6
6
  "onboarding",