@crystaldesign/widget-library 25.12.0-beta.12 → 25.12.0-beta.14

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.
@@ -454,7 +454,7 @@ function useProductData(_ref) {
454
454
  setInitialProduct(false);
455
455
  _context4.next = 10;
456
456
  return logSelectedProduct(normalizedProductIds[0], widgetType, variantToUse === null || variantToUse === void 0 ? void 0 : variantToUse.variantId, variantToUse === null || variantToUse === void 0 ? void 0 : variantToUse.modelName, variantToUse === null || variantToUse === void 0 || (_variantToUse$catCode = variantToUse.catCodex) === null || _variantToUse$catCode === void 0 ? void 0 : _variantToUse$catCode.toString(), variantToUse === null || variantToUse === void 0 ? void 0 : variantToUse.configuration.OrderSets.map(function (set) {
457
- return set.SupplierGUID;
457
+ return set.AccountGUID;
458
458
  }), 'onWidgetInitialProduct');
459
459
  case 10:
460
460
  case "end":
@@ -503,7 +503,7 @@ function useProductData(_ref) {
503
503
  notifyProductChanged(product);
504
504
  _context5.next = 11;
505
505
  return logSelectedProduct(productId, widgetType, product.variantId, product.modelName, (_product$catCodex = product.catCodex) === null || _product$catCodex === void 0 ? void 0 : _product$catCodex.toString(), product.configuration ? product.configuration.OrderSets.map(function (set) {
506
- return set.SupplierGUID;
506
+ return set.AccountGUID;
507
507
  }) : undefined);
508
508
  case 11:
509
509
  return _context5.abrupt("return");
@@ -530,7 +530,7 @@ function useProductData(_ref) {
530
530
  notifyProductChanged(_product);
531
531
  _context5.next = 28;
532
532
  return logSelectedProduct(productId, widgetType, _product.variantId, _product.modelName, (_product$catCodex2 = _product.catCodex) === null || _product$catCodex2 === void 0 ? void 0 : _product$catCodex2.toString(), _product.configuration.OrderSets.map(function (set) {
533
- return set.SupplierGUID;
533
+ return set.AccountGUID;
534
534
  }));
535
535
  case 28:
536
536
  _context5.next = 31;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/widget-library",
3
- "version": "25.12.0-beta.12",
3
+ "version": "25.12.0-beta.14",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "storybook": "storybook dev -p 6006",
@@ -36,5 +36,5 @@
36
36
  "suiteName": "widget-library",
37
37
  "outputDirectory": "./test-reports"
38
38
  },
39
- "gitHead": "c85adb483ff3ed5e6bb4fabc27a3e34f6bb8d6d6"
39
+ "gitHead": "43907fe6b804f2402cd4679ed4fbca1c0b84f101"
40
40
  }