@medway-ui/core 1.7.5 → 1.7.7

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.mts CHANGED
@@ -111,11 +111,12 @@ interface CardWeekProps extends React.ComponentProps<"div"> {
111
111
  }
112
112
  interface CardWeekBreadcrumbProps extends React.ComponentProps<"div"> {
113
113
  tag?: string;
114
+ tagIcon?: React.ReactElement;
114
115
  }
115
116
  type CardWeekStatusProps = React.ComponentProps<"div">;
116
117
  type CardWeekStatusTimeProps = React.ComponentProps<"div">;
117
118
  declare function CardWeek({ className, done, postponed, skipped, ...props }: CardWeekProps): react_jsx_runtime.JSX.Element;
118
- declare function CardWeekBreadcrumb({ className, children, tag, ...props }: CardWeekBreadcrumbProps): react_jsx_runtime.JSX.Element;
119
+ declare function CardWeekBreadcrumb({ className, children, tag, tagIcon, ...props }: CardWeekBreadcrumbProps): react_jsx_runtime.JSX.Element;
119
120
  declare function CardWeekContainer({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
120
121
  declare function CardWeekHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
121
122
  declare function CardWeekTitle({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
package/dist/index.d.ts CHANGED
@@ -111,11 +111,12 @@ interface CardWeekProps extends React.ComponentProps<"div"> {
111
111
  }
112
112
  interface CardWeekBreadcrumbProps extends React.ComponentProps<"div"> {
113
113
  tag?: string;
114
+ tagIcon?: React.ReactElement;
114
115
  }
115
116
  type CardWeekStatusProps = React.ComponentProps<"div">;
116
117
  type CardWeekStatusTimeProps = React.ComponentProps<"div">;
117
118
  declare function CardWeek({ className, done, postponed, skipped, ...props }: CardWeekProps): react_jsx_runtime.JSX.Element;
118
- declare function CardWeekBreadcrumb({ className, children, tag, ...props }: CardWeekBreadcrumbProps): react_jsx_runtime.JSX.Element;
119
+ declare function CardWeekBreadcrumb({ className, children, tag, tagIcon, ...props }: CardWeekBreadcrumbProps): react_jsx_runtime.JSX.Element;
119
120
  declare function CardWeekContainer({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
120
121
  declare function CardWeekHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
121
122
  declare function CardWeekTitle({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;