@asantemedia-org/edwardsvacuum-design-system 1.6.64 → 1.6.65

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.js CHANGED
@@ -372,17 +372,6 @@ var parseDelimitedFacetValue = function (value) {
372
372
  return entry !== null;
373
373
  });
374
374
  };
375
- /**
376
- * Formats a delimited facet value into a human-readable string list
377
- * Returns null if the value is not in delimited format
378
- */
379
- var formatFacetValueAsString = function (value) {
380
- if (!isDelimitedFacetValue(value)) return null;
381
- var entries = parseDelimitedFacetValue(value);
382
- return entries.map(function (e) {
383
- return "".concat(e.value, " ").concat(e.unit);
384
- }).join(', ');
385
- };
386
375
 
387
376
  var styles$2 = {"facet-unit-selector":"FacetUnitSelector-module__facet-unit-selector___1Zdhx","facet-unit-selector__value":"FacetUnitSelector-module__facet-unit-selector__value___E-LAN","facet-unit-selector__unit":"FacetUnitSelector-module__facet-unit-selector__unit___TxIk7","facet-unit-selector__dropdown":"FacetUnitSelector-module__facet-unit-selector__dropdown___Xj3dK"};
388
377
 
@@ -1657,12 +1646,7 @@ exports.AccordionSection = AccordionSection;
1657
1646
  exports.AlgoliaDynamicSearch = AlgoliaDynamicSearchEdwards;
1658
1647
  exports.AlgoliaDynamicSearchRaw = AlgoliaDynamicSearchRaw;
1659
1648
  exports.Card = Card;
1660
- exports.FacetUnitSelector = FacetUnitSelector;
1661
- exports.FriendlyCaptcha = FriendlyCaptcha;
1662
1649
  exports.ProductCard = ProductCard;
1663
1650
  exports.ProductDetailsCard = ProductDetailsCard;
1664
1651
  exports.QrForm = QrForm;
1665
- exports.formatFacetValueAsString = formatFacetValueAsString;
1666
- exports.isDelimitedFacetValue = isDelimitedFacetValue;
1667
- exports.parseDelimitedFacetValue = parseDelimitedFacetValue;
1668
1652
  //# sourceMappingURL=index.js.map