@wabbit-dashboard/embed 1.0.0 → 1.0.8
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/wabbit-embed.cjs.js
CHANGED
|
@@ -3552,7 +3552,7 @@ var EmailCaptureWidget$1 = /*#__PURE__*/Object.freeze({
|
|
|
3552
3552
|
// Import Wabbit class and types
|
|
3553
3553
|
// Export main API functions as named exports
|
|
3554
3554
|
// For UMD: These automatically become properties of the global Wabbit object (Wabbit.init, Wabbit.getInstance, Wabbit.destroy)
|
|
3555
|
-
// For ESM/CJS: Can import { init, getInstance, destroy } from '@wabbit/embed'
|
|
3555
|
+
// For ESM/CJS: Can import { init, getInstance, destroy } from '@wabbit-dashboard/embed'
|
|
3556
3556
|
function init(config) {
|
|
3557
3557
|
return Wabbit.init(config);
|
|
3558
3558
|
}
|
|
@@ -3562,7 +3562,7 @@ function getInstance() {
|
|
|
3562
3562
|
function destroy() {
|
|
3563
3563
|
return Wabbit.destroy();
|
|
3564
3564
|
}
|
|
3565
|
-
// Create an object as default export (for ESM/CJS: import Wabbit from '@wabbit/embed')
|
|
3565
|
+
// Create an object as default export (for ESM/CJS: import Wabbit from '@wabbit-dashboard/embed')
|
|
3566
3566
|
// Note: For UMD, we don't use default export, but directly use named exports
|
|
3567
3567
|
const WabbitSDK = {
|
|
3568
3568
|
init,
|
package/dist/wabbit-embed.esm.js
CHANGED
|
@@ -3548,7 +3548,7 @@ var EmailCaptureWidget$1 = /*#__PURE__*/Object.freeze({
|
|
|
3548
3548
|
// Import Wabbit class and types
|
|
3549
3549
|
// Export main API functions as named exports
|
|
3550
3550
|
// For UMD: These automatically become properties of the global Wabbit object (Wabbit.init, Wabbit.getInstance, Wabbit.destroy)
|
|
3551
|
-
// For ESM/CJS: Can import { init, getInstance, destroy } from '@wabbit/embed'
|
|
3551
|
+
// For ESM/CJS: Can import { init, getInstance, destroy } from '@wabbit-dashboard/embed'
|
|
3552
3552
|
function init(config) {
|
|
3553
3553
|
return Wabbit.init(config);
|
|
3554
3554
|
}
|
|
@@ -3558,7 +3558,7 @@ function getInstance() {
|
|
|
3558
3558
|
function destroy() {
|
|
3559
3559
|
return Wabbit.destroy();
|
|
3560
3560
|
}
|
|
3561
|
-
// Create an object as default export (for ESM/CJS: import Wabbit from '@wabbit/embed')
|
|
3561
|
+
// Create an object as default export (for ESM/CJS: import Wabbit from '@wabbit-dashboard/embed')
|
|
3562
3562
|
// Note: For UMD, we don't use default export, but directly use named exports
|
|
3563
3563
|
const WabbitSDK = {
|
|
3564
3564
|
init,
|
package/dist/wabbit-embed.umd.js
CHANGED
|
@@ -3554,7 +3554,7 @@
|
|
|
3554
3554
|
// Import Wabbit class and types
|
|
3555
3555
|
// Export main API functions as named exports
|
|
3556
3556
|
// For UMD: These automatically become properties of the global Wabbit object (Wabbit.init, Wabbit.getInstance, Wabbit.destroy)
|
|
3557
|
-
// For ESM/CJS: Can import { init, getInstance, destroy } from '@wabbit/embed'
|
|
3557
|
+
// For ESM/CJS: Can import { init, getInstance, destroy } from '@wabbit-dashboard/embed'
|
|
3558
3558
|
function init(config) {
|
|
3559
3559
|
return Wabbit.init(config);
|
|
3560
3560
|
}
|
|
@@ -3564,7 +3564,7 @@
|
|
|
3564
3564
|
function destroy() {
|
|
3565
3565
|
return Wabbit.destroy();
|
|
3566
3566
|
}
|
|
3567
|
-
// Create an object as default export (for ESM/CJS: import Wabbit from '@wabbit/embed')
|
|
3567
|
+
// Create an object as default export (for ESM/CJS: import Wabbit from '@wabbit-dashboard/embed')
|
|
3568
3568
|
// Note: For UMD, we don't use default export, but directly use named exports
|
|
3569
3569
|
const WabbitSDK = {
|
|
3570
3570
|
init,
|
|
@@ -3554,7 +3554,7 @@
|
|
|
3554
3554
|
// Import Wabbit class and types
|
|
3555
3555
|
// Export main API functions as named exports
|
|
3556
3556
|
// For UMD: These automatically become properties of the global Wabbit object (Wabbit.init, Wabbit.getInstance, Wabbit.destroy)
|
|
3557
|
-
// For ESM/CJS: Can import { init, getInstance, destroy } from '@wabbit/embed'
|
|
3557
|
+
// For ESM/CJS: Can import { init, getInstance, destroy } from '@wabbit-dashboard/embed'
|
|
3558
3558
|
function init(config) {
|
|
3559
3559
|
return Wabbit.init(config);
|
|
3560
3560
|
}
|
|
@@ -3564,7 +3564,7 @@
|
|
|
3564
3564
|
function destroy() {
|
|
3565
3565
|
return Wabbit.destroy();
|
|
3566
3566
|
}
|
|
3567
|
-
// Create an object as default export (for ESM/CJS: import Wabbit from '@wabbit/embed')
|
|
3567
|
+
// Create an object as default export (for ESM/CJS: import Wabbit from '@wabbit-dashboard/embed')
|
|
3568
3568
|
// Note: For UMD, we don't use default export, but directly use named exports
|
|
3569
3569
|
const WabbitSDK = {
|
|
3570
3570
|
init,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wabbit-dashboard/embed",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Wabbit Embed SDK - Unified widget library for embedding chat, forms, and email capture",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/wabbit-embed.cjs.js",
|
|
@@ -59,4 +59,3 @@
|
|
|
59
59
|
"peerDependencies": {},
|
|
60
60
|
"dependencies": {}
|
|
61
61
|
}
|
|
62
|
-
|