plataforma-fundacao-componentes 2.25.4 → 2.25.5

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.
@@ -11181,7 +11181,7 @@ TextEditorColorPicker.defaultProps = {
11181
11181
 
11182
11182
  var rootClassName$2B = 'text-editor-header-button';
11183
11183
  function TextEditorHeaderButton(props) {
11184
- return /*#__PURE__*/React$1.createElement("button", {
11184
+ return /*#__PURE__*/React.createElement("button", {
11185
11185
  className: getMergedClassNames([rootClassName$2B, props.active ? 'active' : '']),
11186
11186
  onClick: props.onClick,
11187
11187
  disabled: props.disabled