@staylift-tech/conv-widget 0.0.16 → 0.0.17
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/cjs/staylift-widget.cjs.entry.js +2 -1
- package/dist/collection/components/staylift-widget/staylift-widget.js +2 -1
- package/dist/components/index.js +1 -1
- package/dist/esm/staylift-widget.entry.js +2 -1
- package/dist/staylift-widget/{p-def24482.entry.js → p-fb641e52.entry.js} +1 -1
- package/dist/staylift-widget/staylift-widget.esm.js +1 -1
- package/package.json +1 -1
|
@@ -26059,7 +26059,8 @@ const stayliftWidgetCss = () => `:host{--sl-primary:#6366f1;--sl-bg:#18181b;--sl
|
|
|
26059
26059
|
const BLOCKED_AGENT_IDS = [
|
|
26060
26060
|
// Add agent IDs here to block them, e.g.:
|
|
26061
26061
|
// 'agent_abc123',
|
|
26062
|
-
'agent_7701ke555bnjedaacb1w0x9q3c5p'
|
|
26062
|
+
'agent_7701ke555bnjedaacb1w0x9q3c5p',
|
|
26063
|
+
'agent_2801kfn62tyye3mv2enkv3btar6k'
|
|
26063
26064
|
];
|
|
26064
26065
|
const StayliftWidget = class {
|
|
26065
26066
|
constructor(hostRef) {
|