@trafilea/afrodita-components 6.49.3 → 6.49.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.d.ts +10 -9
- package/build/index.esm.js +7 -7
- package/build/index.js +7 -7
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -950,17 +950,17 @@ declare const FitGuarantee$1: IconComponent;
|
|
|
950
950
|
|
|
951
951
|
declare const FitPredictor$1: IconComponent;
|
|
952
952
|
|
|
953
|
-
declare const
|
|
953
|
+
declare const FlagAU: IconComponent;
|
|
954
954
|
|
|
955
955
|
declare const FlagCA: IconComponent;
|
|
956
956
|
|
|
957
|
+
declare const FlagGB: IconComponent;
|
|
958
|
+
|
|
957
959
|
declare const FlagNZ: IconComponent;
|
|
958
960
|
|
|
959
961
|
declare const FlagSG: IconComponent;
|
|
960
962
|
|
|
961
|
-
declare const
|
|
962
|
-
|
|
963
|
-
declare const FlagUSA$1: IconComponent;
|
|
963
|
+
declare const FlagUS: IconComponent;
|
|
964
964
|
|
|
965
965
|
declare const FreeExchange: IconComponent;
|
|
966
966
|
|
|
@@ -1016,11 +1016,12 @@ declare const Other_Chat: typeof Chat;
|
|
|
1016
1016
|
declare const Other_Coupons: typeof Coupons;
|
|
1017
1017
|
declare const Other_Email: typeof Email;
|
|
1018
1018
|
declare const Other_ExpressShipping: typeof ExpressShipping;
|
|
1019
|
-
declare const
|
|
1019
|
+
declare const Other_FlagAU: typeof FlagAU;
|
|
1020
1020
|
declare const Other_FlagCA: typeof FlagCA;
|
|
1021
|
+
declare const Other_FlagGB: typeof FlagGB;
|
|
1021
1022
|
declare const Other_FlagNZ: typeof FlagNZ;
|
|
1022
1023
|
declare const Other_FlagSG: typeof FlagSG;
|
|
1023
|
-
declare const
|
|
1024
|
+
declare const Other_FlagUS: typeof FlagUS;
|
|
1024
1025
|
declare const Other_FreeExchange: typeof FreeExchange;
|
|
1025
1026
|
declare const Other_GetDiscount: typeof GetDiscount;
|
|
1026
1027
|
declare const Other_HasselFreeReturns: typeof HasselFreeReturns;
|
|
@@ -1056,12 +1057,12 @@ declare namespace Other {
|
|
|
1056
1057
|
Other_ExpressShipping as ExpressShipping,
|
|
1057
1058
|
FitGuarantee$1 as FitGuarantee,
|
|
1058
1059
|
FitPredictor$1 as FitPredictor,
|
|
1059
|
-
|
|
1060
|
+
Other_FlagAU as FlagAU,
|
|
1060
1061
|
Other_FlagCA as FlagCA,
|
|
1062
|
+
Other_FlagGB as FlagGB,
|
|
1061
1063
|
Other_FlagNZ as FlagNZ,
|
|
1062
1064
|
Other_FlagSG as FlagSG,
|
|
1063
|
-
|
|
1064
|
-
FlagUSA$1 as FlagUSA,
|
|
1065
|
+
Other_FlagUS as FlagUS,
|
|
1065
1066
|
Other_FreeExchange as FreeExchange,
|
|
1066
1067
|
Other_GetDiscount as GetDiscount,
|
|
1067
1068
|
Other_HasselFreeReturns as HasselFreeReturns,
|
package/build/index.esm.js
CHANGED
|
@@ -4555,17 +4555,17 @@ var FitGuarantee$1 = function (props) { return (jsx$1(Icon$1, __assign$1({}, pro
|
|
|
4555
4555
|
|
|
4556
4556
|
var FitPredictor$1 = function (props) { return (jsx$1(Icon$1, __assign$1({}, props, { name: "other/fit_predictor" }), void 0)); };
|
|
4557
4557
|
|
|
4558
|
-
var
|
|
4558
|
+
var FlagAU = function (props) { return jsx$1(Icon$1, __assign$1({}, props, { name: "other/flag_aus" }), void 0); };
|
|
4559
4559
|
|
|
4560
4560
|
var FlagCA = function (props) { return jsx$1(Icon$1, __assign$1({}, props, { name: "other/flag_canada" }), void 0); };
|
|
4561
4561
|
|
|
4562
|
+
var FlagGB = function (props) { return jsx$1(Icon$1, __assign$1({}, props, { name: "other/flag_uk" }), void 0); };
|
|
4563
|
+
|
|
4562
4564
|
var FlagNZ = function (props) { return jsx$1(Icon$1, __assign$1({}, props, { name: "other/flag_nz" }), void 0); };
|
|
4563
4565
|
|
|
4564
4566
|
var FlagSG = function (props) { return jsx$1(Icon$1, __assign$1({}, props, { name: "other/flag_sg" }), void 0); };
|
|
4565
4567
|
|
|
4566
|
-
var
|
|
4567
|
-
|
|
4568
|
-
var FlagUSA$1 = function (props) { return jsx$1(Icon$1, __assign$1({}, props, { name: "other/flag_usa" }), void 0); };
|
|
4568
|
+
var FlagUS = function (props) { return jsx$1(Icon$1, __assign$1({}, props, { name: "other/flag_usa" }), void 0); };
|
|
4569
4569
|
|
|
4570
4570
|
var FreeExchange = function (props) { return (jsx$1(Icon$1, __assign$1({}, props, { name: "other/free_exchange" }), void 0)); };
|
|
4571
4571
|
|
|
@@ -4625,12 +4625,12 @@ var Other = /*#__PURE__*/Object.freeze({
|
|
|
4625
4625
|
ExpressShipping: ExpressShipping,
|
|
4626
4626
|
FitGuarantee: FitGuarantee$1,
|
|
4627
4627
|
FitPredictor: FitPredictor$1,
|
|
4628
|
-
|
|
4628
|
+
FlagAU: FlagAU,
|
|
4629
4629
|
FlagCA: FlagCA,
|
|
4630
|
+
FlagGB: FlagGB,
|
|
4630
4631
|
FlagNZ: FlagNZ,
|
|
4631
4632
|
FlagSG: FlagSG,
|
|
4632
|
-
|
|
4633
|
-
FlagUSA: FlagUSA$1,
|
|
4633
|
+
FlagUS: FlagUS,
|
|
4634
4634
|
FreeExchange: FreeExchange,
|
|
4635
4635
|
GetDiscount: GetDiscount,
|
|
4636
4636
|
HasselFreeReturns: HasselFreeReturns,
|
package/build/index.js
CHANGED
|
@@ -4581,17 +4581,17 @@ 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
|
|
4584
|
+
var FlagAU = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/flag_aus" }), void 0); };
|
|
4585
4585
|
|
|
4586
4586
|
var FlagCA = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/flag_canada" }), void 0); };
|
|
4587
4587
|
|
|
4588
|
+
var FlagGB = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/flag_uk" }), void 0); };
|
|
4589
|
+
|
|
4588
4590
|
var FlagNZ = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/flag_nz" }), void 0); };
|
|
4589
4591
|
|
|
4590
4592
|
var FlagSG = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/flag_sg" }), void 0); };
|
|
4591
4593
|
|
|
4592
|
-
var
|
|
4593
|
-
|
|
4594
|
-
var FlagUSA$1 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/flag_usa" }), void 0); };
|
|
4594
|
+
var FlagUS = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/flag_usa" }), void 0); };
|
|
4595
4595
|
|
|
4596
4596
|
var FreeExchange = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/free_exchange" }), void 0)); };
|
|
4597
4597
|
|
|
@@ -4651,12 +4651,12 @@ var Other = /*#__PURE__*/Object.freeze({
|
|
|
4651
4651
|
ExpressShipping: ExpressShipping,
|
|
4652
4652
|
FitGuarantee: FitGuarantee$1,
|
|
4653
4653
|
FitPredictor: FitPredictor$1,
|
|
4654
|
-
|
|
4654
|
+
FlagAU: FlagAU,
|
|
4655
4655
|
FlagCA: FlagCA,
|
|
4656
|
+
FlagGB: FlagGB,
|
|
4656
4657
|
FlagNZ: FlagNZ,
|
|
4657
4658
|
FlagSG: FlagSG,
|
|
4658
|
-
|
|
4659
|
-
FlagUSA: FlagUSA$1,
|
|
4659
|
+
FlagUS: FlagUS,
|
|
4660
4660
|
FreeExchange: FreeExchange,
|
|
4661
4661
|
GetDiscount: GetDiscount,
|
|
4662
4662
|
HasselFreeReturns: HasselFreeReturns,
|
package/package.json
CHANGED