@skalar-saas/design-system 0.1.150 → 0.1.151

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
@@ -112,6 +112,8 @@ export { ProjectOverviewCard } from './shared/ui/ProjectOverviewCard';
112
112
  export type { ProjectOverviewCardProps, ProjectOverviewStat } from './shared/ui/ProjectOverviewCard';
113
113
  export { ModuleSummaryCard } from './shared/ui/ModuleSummaryCard';
114
114
  export type { ModuleSummaryCardProps } from './shared/ui/ModuleSummaryCard';
115
+ export { WidgetSummaryCard } from './shared/ui/WidgetSummaryCard';
116
+ export type { WidgetSummaryCardProps } from './shared/ui/WidgetSummaryCard';
115
117
  export { WidgetBuilderItemHoverAction } from './shared/ui/WidgetBuilderItemHoverAction/WidgetBuilderItemHoverAction';
116
118
  export type { WidgetBuilderItemHoverActionProps } from './shared/ui/WidgetBuilderItemHoverAction/WidgetBuilderItemHoverAction';
117
119
  export { ProjectActionCard } from './shared/ui/ProjectActionCard/ProjectActionCard';