@luminati-io/uikit 1.9.1 → 1.9.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/dist/uikit.umd.js CHANGED
@@ -29029,7 +29029,9 @@ __webpack_require__.r(__webpack_exports__);
29029
29029
 
29030
29030
 
29031
29031
  var TagGroup = function TagGroup(props) {
29032
- var size = props.size,
29032
+ var className = props.className,
29033
+ style = props.style,
29034
+ size = props.size,
29033
29035
  options = props.options,
29034
29036
  _props$value = props.value,
29035
29037
  value = _props$value === void 0 ? [] : _props$value,
@@ -29042,7 +29044,10 @@ var TagGroup = function TagGroup(props) {
29042
29044
  onChange(nextValue, id);
29043
29045
  };
29044
29046
  }, [value, onChange]);
29045
- return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(StyledGroup, null, options.map(function (o, i) {
29047
+ return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(StyledGroup, {
29048
+ className: className,
29049
+ style: style
29050
+ }, options.map(function (o, i) {
29046
29051
  return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement("li", {
29047
29052
  key: "tag_group_item-".concat(o.id, "-").concat(i)
29048
29053
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_clickable_tag__WEBPACK_IMPORTED_MODULE_4__["default"], {