ywana-core8 0.0.848 → 0.0.849

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.
@@ -3829,9 +3829,11 @@ var SiteNotifications = function SiteNotifications() {
3829
3829
  var SiteHeader = function SiteHeader(props) {
3830
3830
  var _props$icon = props.icon,
3831
3831
  icon = _props$icon === void 0 ? "equalizer" : _props$icon,
3832
+ iconSrc = props.iconSrc,
3832
3833
  title = props.title;
3833
3834
  return /*#__PURE__*/React.createElement(Header, {
3834
3835
  icon: icon,
3836
+ iconSrc: iconSrc,
3835
3837
  title: title
3836
3838
  });
3837
3839
  };
@@ -8845,7 +8847,7 @@ var TableEditor$1 = function TableEditor(props) {
8845
8847
  title: /*#__PURE__*/React.createElement(Text, null, title)
8846
8848
  }, groupBy ? /*#__PURE__*/React.createElement(DropDown, {
8847
8849
  id: "groupBy",
8848
- label: "Agrupar Por",
8850
+ label: /*#__PURE__*/React.createElement(Text, null, "Group By"),
8849
8851
  value: groupBy,
8850
8852
  options: buildGroupOptions(schema),
8851
8853
  onChange: changeGroup