@data-c/ui 0.0.171 → 0.0.173

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
@@ -259,12 +259,6 @@ interface MenuItemProps {
259
259
  interface DrawerMenuProps extends DrawerProps {
260
260
  width: number;
261
261
  items: Array<MenuItemProps>;
262
- logo: string;
263
- minLogo: string;
264
- label: string;
265
- minLabel: string;
266
- version?: string;
267
- link?: string;
268
262
  activeMenu?: string;
269
263
  onMenuClick: (link: string) => void;
270
264
  toggleMenu: (open?: boolean) => void;