@trafilea/afrodita-components 5.0.0-beta.43 → 5.0.0-beta.44

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.
Files changed (2) hide show
  1. package/build/index.d.ts +1 -1
  2. package/package.json +1 -1
package/build/index.d.ts CHANGED
@@ -356,7 +356,7 @@ interface IconWrapperProps {
356
356
  fill?: string;
357
357
  }
358
358
 
359
- declare const Mail: ({ height, width }: IconWrapperProps) => JSX.Element;
359
+ declare const Mail: ({ height, width, }: Pick<IconWrapperProps, 'width' | 'height'>) => JSX.Element;
360
360
 
361
361
  declare const Messaging_QuestionCircle: typeof QuestionCircle;
362
362
  declare const Messaging_Messenger: typeof Messenger;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "5.0.0-beta.43",
6
+ "version": "5.0.0-beta.44",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",