@trafilea/afrodita-components 6.45.3 → 6.45.5
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 -2
- package/build/index.esm.js +6 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +6 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -4555,6 +4555,8 @@ var Loading = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({ tes
|
|
|
4555
4555
|
|
|
4556
4556
|
var McAfee = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/mc_afee" }), void 0); };
|
|
4557
4557
|
|
|
4558
|
+
var Megafone = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/megafone" }), void 0); };
|
|
4559
|
+
|
|
4558
4560
|
var Play = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/play" }), void 0); };
|
|
4559
4561
|
|
|
4560
4562
|
var QrCode = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "other/qr_code" }), void 0); };
|
|
@@ -4605,6 +4607,7 @@ var Other = /*#__PURE__*/Object.freeze({
|
|
|
4605
4607
|
HelpCenter: HelpCenter,
|
|
4606
4608
|
Loading: Loading,
|
|
4607
4609
|
McAfee: McAfee,
|
|
4610
|
+
Megafone: Megafone,
|
|
4608
4611
|
Play: Play,
|
|
4609
4612
|
QrCode: QrCode,
|
|
4610
4613
|
QuestionWithCircle: QuestionWithCircle,
|
|
@@ -4673,6 +4676,8 @@ var SizeEmpty = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({},
|
|
|
4673
4676
|
|
|
4674
4677
|
var SizeEmptyV2 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/size_empty_v2" }), void 0); };
|
|
4675
4678
|
|
|
4679
|
+
var SizeWithStars = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/size_with_stars" }), void 0); };
|
|
4680
|
+
|
|
4676
4681
|
var Star = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({ testId: "star" }, props, { name: "pdp/star" }), void 0); };
|
|
4677
4682
|
|
|
4678
4683
|
var StarEmpty = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({ testId: "star-empty" }, props, { name: "pdp/star_empty" }), void 0)); };
|
|
@@ -4718,6 +4723,7 @@ var PDP = /*#__PURE__*/Object.freeze({
|
|
|
4718
4723
|
ShippingEmpty: ShippingEmpty,
|
|
4719
4724
|
SizeEmpty: SizeEmpty,
|
|
4720
4725
|
SizeEmptyV2: SizeEmptyV2,
|
|
4726
|
+
SizeWithStars: SizeWithStars,
|
|
4721
4727
|
Star: Star,
|
|
4722
4728
|
StarEmpty: StarEmpty,
|
|
4723
4729
|
StarHalf: StarHalf,
|