@eventop/sdk 1.0.9 → 1.1.0
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 +2 -2
- package/dist/index.js +2 -2
- package/dist/react/index.cjs +2 -2
- package/dist/react/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -663,7 +663,7 @@ function EventopStep({
|
|
|
663
663
|
// }
|
|
664
664
|
// ═══════════════════════════════════════════════════════════════════════════
|
|
665
665
|
|
|
666
|
-
function
|
|
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.
|
|
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
|
|
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,
|
|
724
|
+
export { EventopProvider as EventopAIProvider, EventopStep, EventopTarget, useEventopAI, useEventopTour };
|
package/dist/react/index.cjs
CHANGED
|
@@ -663,7 +663,7 @@ function EventopStep({
|
|
|
663
663
|
// }
|
|
664
664
|
// ═══════════════════════════════════════════════════════════════════════════
|
|
665
665
|
|
|
666
|
-
function
|
|
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.
|
|
729
|
+
exports.useEventopAI = useEventopAI;
|
|
730
730
|
exports.useEventopTour = useEventopTour;
|
package/dist/react/index.js
CHANGED
|
@@ -661,7 +661,7 @@ function EventopStep({
|
|
|
661
661
|
// }
|
|
662
662
|
// ═══════════════════════════════════════════════════════════════════════════
|
|
663
663
|
|
|
664
|
-
function
|
|
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,
|
|
724
|
+
export { EventopProvider as EventopAIProvider, EventopStep, EventopTarget, useEventopAI, useEventopTour };
|