@trafilea/afrodita-components 6.46.0 → 6.46.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.
package/build/index.js CHANGED
@@ -4654,6 +4654,8 @@ var KlarnaLogo = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({},
4654
4654
 
4655
4655
  var LightBulb = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/light_bulb" }), void 0); };
4656
4656
 
4657
+ var LoadingTrafisizy = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/loading_trafisizy" }), void 0); };
4658
+
4657
4659
  var Minus = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/minus" }), void 0); };
4658
4660
 
4659
4661
  var Moon = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/moon" }), void 0); };
@@ -4712,6 +4714,7 @@ var PDP = /*#__PURE__*/Object.freeze({
4712
4714
  Hours: Hours,
4713
4715
  KlarnaLogo: KlarnaLogo,
4714
4716
  LightBulb: LightBulb,
4717
+ LoadingTrafisizy: LoadingTrafisizy,
4715
4718
  Minus: Minus,
4716
4719
  Moon: Moon,
4717
4720
  NewClock: NewClock,