@popmenu/admin-ui 0.119.0 → 0.121.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.
@@ -1,8 +1,8 @@
1
1
  import { ThemeColors } from '@popmenu/common-ui/build/components/Typography/TypographyProps';
2
- import { ReactNode } from 'react';
2
+ import React from 'react';
3
3
  export interface SettingsIndexCardProps {
4
4
  /** The icon from @popmenu/web-icons to be rendered */
5
- Icon?: ReactNode;
5
+ Icon?: React.FC<React.SVGProps<SVGSVGElement>>;
6
6
  /** Sets the title of the card */
7
7
  title: string;
8
8
  /** Displays the given card description */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@popmenu/admin-ui",
3
- "version": "0.119.0",
3
+ "version": "0.121.0",
4
4
  "license": "MIT",
5
5
  "author": "Popmenu Design System Team",
6
6
  "description": "React components specifically for the MyPop web app.",
@@ -32,5 +32,5 @@
32
32
  "acorn-jsx": "^5.3.2"
33
33
  },
34
34
  "sideEffects": false,
35
- "gitHead": "5d5cc4d8225ccf0b3bf93b4e34a7515045f01340"
35
+ "gitHead": "7962d1d2aac64131795dded887a4b5edbb19acb4"
36
36
  }