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.
package/dist/index.cjs CHANGED
@@ -3838,9 +3838,11 @@ var SiteNotifications = function SiteNotifications() {
3838
3838
  var SiteHeader = function SiteHeader(props) {
3839
3839
  var _props$icon = props.icon,
3840
3840
  icon = _props$icon === void 0 ? "equalizer" : _props$icon,
3841
+ iconSrc = props.iconSrc,
3841
3842
  title = props.title;
3842
3843
  return /*#__PURE__*/React__default["default"].createElement(Header, {
3843
3844
  icon: icon,
3845
+ iconSrc: iconSrc,
3844
3846
  title: title
3845
3847
  });
3846
3848
  };
@@ -8854,7 +8856,7 @@ var TableEditor$1 = function TableEditor(props) {
8854
8856
  title: /*#__PURE__*/React__default["default"].createElement(Text, null, title)
8855
8857
  }, groupBy ? /*#__PURE__*/React__default["default"].createElement(DropDown, {
8856
8858
  id: "groupBy",
8857
- label: "Agrupar Por",
8859
+ label: /*#__PURE__*/React__default["default"].createElement(Text, null, "Group By"),
8858
8860
  value: groupBy,
8859
8861
  options: buildGroupOptions(schema),
8860
8862
  onChange: changeGroup