@medway-ui/core 1.7.2 → 1.7.3

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