@trafilea/afrodita-components 6.18.1 → 6.18.2

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
@@ -3400,6 +3400,8 @@ var templateObject_1$1_;
3400
3400
 
3401
3401
  var Add = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "actions/add" }), void 0); };
3402
3402
 
3403
+ var Camera = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "actions/camera" }), void 0); };
3404
+
3403
3405
  var Check$2 = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "actions/check" }), void 0); };
3404
3406
 
3405
3407
  var CheckboxEmpty = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "actions/check_box_empty" }), void 0)); };
@@ -3481,6 +3483,7 @@ var Warning = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, pr
3481
3483
  var Actions = /*#__PURE__*/Object.freeze({
3482
3484
  __proto__: null,
3483
3485
  Add: Add,
3486
+ Camera: Camera,
3484
3487
  Check: Check$2,
3485
3488
  CheckboxEmpty: CheckboxEmpty,
3486
3489
  CheckboxLight: CheckboxLight,
@@ -4082,6 +4085,8 @@ var Stopwatch = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({},
4082
4085
 
4083
4086
  var TrustBadge = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/trust_badge" }), void 0); };
4084
4087
 
4088
+ var Verified = function (props) { return jsxRuntime.jsx(Icon$1, __assign$1({}, props, { name: "pdp/verified" }), void 0); };
4089
+
4085
4090
  var PDP = /*#__PURE__*/Object.freeze({
4086
4091
  __proto__: null,
4087
4092
  CircleNumber: CircleNumber,
@@ -4113,7 +4118,8 @@ var PDP = /*#__PURE__*/Object.freeze({
4113
4118
  StarHalf: StarHalf,
4114
4119
  Stars: Stars,
4115
4120
  Stopwatch: Stopwatch,
4116
- TrustBadge: TrustBadge
4121
+ TrustBadge: TrustBadge,
4122
+ Verified: Verified
4117
4123
  });
4118
4124
 
4119
4125
  var Amazon = function (props) { return (jsxRuntime.jsx(Icon$1, __assign$1({ testId: "AmazonIcon" }, props, { name: "payment/amazon" }), void 0)); };