@luminati-io/uikit 3.1.1 → 3.1.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.
@@ -23570,10 +23570,10 @@ var Icon = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().forwardRef(
23570
23570
  return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(StyledSvg, _extends({
23571
23571
  ref: ref
23572
23572
  }, (0,_utils__WEBPACK_IMPORTED_MODULE_4__.getCommonProps)(props), {
23573
- size: size,
23573
+ $size: size,
23574
23574
  viewBox: ic.viewBox,
23575
- color: _theme__WEBPACK_IMPORTED_MODULE_5__["default"].color[color],
23576
- verticalAlign: verticalAlign,
23575
+ $color: _theme__WEBPACK_IMPORTED_MODULE_5__["default"].color[color],
23576
+ $verticalAlign: verticalAlign,
23577
23577
  "data-icon": name
23578
23578
  }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("use", {
23579
23579
  href: "#".concat(ic.id)
@@ -23593,11 +23593,11 @@ var StyledSvg = styled_components__WEBPACK_IMPORTED_MODULE_1___default().svg.wit
23593
23593
  displayName: "StyledSvg",
23594
23594
  componentId: "sc-uhf282-0"
23595
23595
  })(["color:", ";", " vertical-align:", ";"], function (props) {
23596
- return props.color;
23596
+ return props.$color;
23597
23597
  }, function (props) {
23598
- return (0,_utils__WEBPACK_IMPORTED_MODULE_4__.toIconSize)(props.size);
23598
+ return (0,_utils__WEBPACK_IMPORTED_MODULE_4__.toIconSize)(props.$size);
23599
23599
  }, function (props) {
23600
- return props.verticalAlign;
23600
+ return props.$verticalAlign;
23601
23601
  });
23602
23602
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Icon);
23603
23603