@trafilea/afrodita-components 6.49.2 → 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 +25 -1
- package/build/index.esm.js +18 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +18 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
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 FlagAU = 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 FlagGB = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/flag_uk" }), void 0); };
|
|
4589
|
+
|
|
4590
|
+
var FlagNZ = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/flag_nz" }), void 0); };
|
|
4591
|
+
|
|
4592
|
+
var FlagSG = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/flag_sg" }), void 0); };
|
|
4593
|
+
|
|
4594
|
+
var FlagUS = 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
|
+
FlagAU: FlagAU,
|
|
4655
|
+
FlagCA: FlagCA,
|
|
4656
|
+
FlagGB: FlagGB,
|
|
4657
|
+
FlagNZ: FlagNZ,
|
|
4658
|
+
FlagSG: FlagSG,
|
|
4659
|
+
FlagUS: FlagUS,
|
|
4642
4660
|
FreeExchange: FreeExchange,
|
|
4643
4661
|
GetDiscount: GetDiscount,
|
|
4644
4662
|
HasselFreeReturns: HasselFreeReturns,
|