@trafilea/afrodita-components 6.49.2 → 6.49.3

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
@@ -4581,6 +4581,18 @@ var FitGuarantee$1 = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$
4581
4581
 
4582
4582
  var FitPredictor$1 = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/fit_predictor" }), void 0)); };
4583
4583
 
4584
+ var FlagAUS = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/flag_aus" }), void 0); };
4585
+
4586
+ var FlagCA = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/flag_canada" }), void 0); };
4587
+
4588
+ var FlagNZ = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/flag_nz" }), void 0); };
4589
+
4590
+ var FlagSG = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/flag_sg" }), void 0); };
4591
+
4592
+ var FlagUK = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/flag_uk" }), void 0); };
4593
+
4594
+ var FlagUSA$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/flag_usa" }), void 0); };
4595
+
4584
4596
  var FreeExchange = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/free_exchange" }), void 0)); };
4585
4597
 
4586
4598
  var GetDiscount = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/get_discount" }), void 0); };
@@ -4639,6 +4651,12 @@ var Other = /*#__PURE__*/Object.freeze({
4639
4651
  ExpressShipping: ExpressShipping,
4640
4652
  FitGuarantee: FitGuarantee$1,
4641
4653
  FitPredictor: FitPredictor$1,
4654
+ FlagAUS: FlagAUS,
4655
+ FlagCA: FlagCA,
4656
+ FlagNZ: FlagNZ,
4657
+ FlagSG: FlagSG,
4658
+ FlagUK: FlagUK,
4659
+ FlagUSA: FlagUSA$1,
4642
4660
  FreeExchange: FreeExchange,
4643
4661
  GetDiscount: GetDiscount,
4644
4662
  HasselFreeReturns: HasselFreeReturns,