@getlupa/client 0.13.0-alpha → 0.13.0-alpha-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.
@@ -40403,9 +40403,9 @@ const productList = (options, mountOptions) => {
40403
40403
  };
40404
40404
  const searchContainer = (options, mountOptions) => {
40405
40405
  var _a, _b;
40406
- const existingInstance = app.productList[options.trigger];
40406
+ const existingInstance = app.searchContainer[options.trigger];
40407
40407
  if (existingInstance) {
40408
- existingInstance.productListOptions = options;
40408
+ existingInstance.searchContainerOptions = options;
40409
40409
  if (mountOptions === null || mountOptions === void 0 ? void 0 : mountOptions.fetch) {
40410
40410
  setTimeout(() => {
40411
40411
  var _a;
@@ -40399,9 +40399,9 @@ const productList = (options, mountOptions) => {
40399
40399
  };
40400
40400
  const searchContainer = (options, mountOptions) => {
40401
40401
  var _a, _b;
40402
- const existingInstance = app.productList[options.trigger];
40402
+ const existingInstance = app.searchContainer[options.trigger];
40403
40403
  if (existingInstance) {
40404
- existingInstance.productListOptions = options;
40404
+ existingInstance.searchContainerOptions = options;
40405
40405
  if (mountOptions === null || mountOptions === void 0 ? void 0 : mountOptions.fetch) {
40406
40406
  setTimeout(() => {
40407
40407
  var _a;