@trafilea/afrodita-components 6.45.3 → 6.45.4

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/build/index.js CHANGED
@@ -4673,6 +4673,8 @@ var SizeEmpty = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({},
4673
4673
 
4674
4674
  var SizeEmptyV2 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/size_empty_v2" }), void 0); };
4675
4675
 
4676
+ var SizeWithStars = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/size_with_stars" }), void 0); };
4677
+
4676
4678
  var Star = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({ testId: "star" }, props, { name: "pdp/star" }), void 0); };
4677
4679
 
4678
4680
  var StarEmpty = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({ testId: "star-empty" }, props, { name: "pdp/star_empty" }), void 0)); };
@@ -4718,6 +4720,7 @@ var PDP = /*#__PURE__*/Object.freeze({
4718
4720
  ShippingEmpty: ShippingEmpty,
4719
4721
  SizeEmpty: SizeEmpty,
4720
4722
  SizeEmptyV2: SizeEmptyV2,
4723
+ SizeWithStars: SizeWithStars,
4721
4724
  Star: Star,
4722
4725
  StarEmpty: StarEmpty,
4723
4726
  StarHalf: StarHalf,