@tactics/lokaal-loket 0.0.312 → 0.0.314

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -1332,7 +1332,8 @@ interface ProfileNavigationThemeableProps {
1332
1332
  }
1333
1333
  type ClickHandler = React__default.MouseEventHandler<HTMLAnchorElement> & React__default.MouseEventHandler<HTMLButtonElement>;
1334
1334
  interface ProfileNavigationItemThemeableProps {
1335
- label: string;
1335
+ label?: string;
1336
+ title: string;
1336
1337
  icon: IconType;
1337
1338
  type: ItemType;
1338
1339
  href?: string;
@@ -1343,7 +1344,7 @@ interface ProfileNavigationItemThemeableProps {
1343
1344
 
1344
1345
  declare const ProfileNavigation: {
1345
1346
  ({ children }: IProfileNavigation): react_jsx_runtime.JSX.Element;
1346
- Item: ({ icon, label, onClick, count, type, isHighlighted, href, }: ProfileNavigationItemThemeableProps) => react_jsx_runtime.JSX.Element;
1347
+ Item: ({ icon, label, title, onClick, count, type, isHighlighted, href, }: ProfileNavigationItemThemeableProps) => react_jsx_runtime.JSX.Element;
1347
1348
  };
1348
1349
 
1349
1350
  interface IRecords {
package/build/index.d.ts CHANGED
@@ -1332,7 +1332,8 @@ interface ProfileNavigationThemeableProps {
1332
1332
  }
1333
1333
  type ClickHandler = React__default.MouseEventHandler<HTMLAnchorElement> & React__default.MouseEventHandler<HTMLButtonElement>;
1334
1334
  interface ProfileNavigationItemThemeableProps {
1335
- label: string;
1335
+ label?: string;
1336
+ title: string;
1336
1337
  icon: IconType;
1337
1338
  type: ItemType;
1338
1339
  href?: string;
@@ -1343,7 +1344,7 @@ interface ProfileNavigationItemThemeableProps {
1343
1344
 
1344
1345
  declare const ProfileNavigation: {
1345
1346
  ({ children }: IProfileNavigation): react_jsx_runtime.JSX.Element;
1346
- Item: ({ icon, label, onClick, count, type, isHighlighted, href, }: ProfileNavigationItemThemeableProps) => react_jsx_runtime.JSX.Element;
1347
+ Item: ({ icon, label, title, onClick, count, type, isHighlighted, href, }: ProfileNavigationItemThemeableProps) => react_jsx_runtime.JSX.Element;
1347
1348
  };
1348
1349
 
1349
1350
  interface IRecords {