@commercetools-uikit/icon-button 19.5.0 → 19.6.0

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/README.md CHANGED
@@ -58,7 +58,7 @@ export default Example;
58
58
  | `onClick` | `Function`<br/>[See signature.](#signature-onClick) | | | Handler when the button is clicked |
59
59
  | `shape` | `union`<br/>Possible values:<br/>`'round' , 'square'` | | `'round'` | @deprecated This prop is only used in the old theme. For the new theme this prop will not be taken into account and `square` is used by default |
60
60
  | `theme` | `union`<br/>Possible values:<br/>`'default' , 'primary' , 'info'` | | `'default'` | The component may have a theme only if `isToggleButton` is `true` |
61
- | `size` | `union`<br/>Possible values:<br/>`'small' , 'medium' , 'big'` | | `'big'` | Indicates the size of the icon. |
61
+ | `size` | `union`<br/>Possible values:<br/>`TLegacySizes , TSizes` | | `'40'` | Indicates the size of the icon. Available sizes are '10', '20', '30', '40'. |
62
62
 
63
63
  ## Signatures
64
64