@luminati-io/uikit 1.8.0 → 1.8.1

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/dist/uikit.umd.js CHANGED
@@ -20060,7 +20060,8 @@ __webpack_require__.r(__webpack_exports__);
20060
20060
 
20061
20061
 
20062
20062
  var Badge = function Badge(props) {
20063
- var children = props.children,
20063
+ var className = props.className,
20064
+ children = props.children,
20064
20065
  shape = props.shape,
20065
20066
  variant = props.variant,
20066
20067
  icon = props.icon,
@@ -20080,6 +20081,7 @@ var Badge = function Badge(props) {
20080
20081
  }[variant];
20081
20082
  }, [variant]);
20082
20083
  return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().createElement(BadgeWrapper, {
20084
+ className: className,
20083
20085
  $shape: shape,
20084
20086
  $color: bgColor,
20085
20087
  flex_direction: iconPlacement == 'right' ? 'row-reverse' : 'row'
@@ -21512,6 +21514,7 @@ var Legend = function Legend(props) {
21512
21514
  return (0,_render_comp__WEBPACK_IMPORTED_MODULE_5__.renderComp)(item, _objectSpread({
21513
21515
  key: "legend-".concat(i),
21514
21516
  Glyph: _glyph__WEBPACK_IMPORTED_MODULE_4__["default"],
21517
+ LegendLabel: _visx_legend__WEBPACK_IMPORTED_MODULE_7__["default"],
21515
21518
  data: data,
21516
21519
  DefaultItem: DefaultItem
21517
21520
  }, label));