@aurora-ds/components 0.15.0 → 0.15.1

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.d.ts CHANGED
@@ -675,6 +675,8 @@ type MenuItemProps = {
675
675
  label: string;
676
676
  icon?: ReactNode;
677
677
  onClick: () => void;
678
+ textColor?: keyof Theme['colors'];
679
+ iconColor?: keyof Theme['colors'];
678
680
  };
679
681
 
680
682
  declare const MenuItem: FC<MenuItemProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurora-ds/components",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "type": "module",
5
5
  "description": "Aurora DS - React Components Library",
6
6
  "main": "dist/cjs/index.js",