@skalar-saas/design-system 0.1.133 → 0.1.135

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
@@ -107,6 +107,10 @@ export { WorkspaceSettings } from './shared/ui/WorkspaceSettings';
107
107
  export type { WorkspaceSettingsProps, WorkspaceSettingsItem } from './shared/ui/WorkspaceSettings';
108
108
  export { SupportCard } from './shared/ui/SupportCard/SupportCard';
109
109
  export type { SupportCardButtonItem, SupportCardProps } from './shared/ui/SupportCard/SupportCard';
110
+ export { ProjectOverviewCard } from './shared/ui/ProjectOverviewCard';
111
+ export type { ProjectOverviewCardProps, ProjectOverviewStat } from './shared/ui/ProjectOverviewCard';
112
+ export { ModuleSummaryCard } from './shared/ui/ModuleSummaryCard';
113
+ export type { ModuleSummaryCardProps } from './shared/ui/ModuleSummaryCard';
110
114
  export { WidgetBuilderItemHoverAction } from './shared/ui/WidgetBuilderItemHoverAction/WidgetBuilderItemHoverAction';
111
115
  export type { WidgetBuilderItemHoverActionProps } from './shared/ui/WidgetBuilderItemHoverAction/WidgetBuilderItemHoverAction';
112
116
  export { ProjectActionCard } from './shared/ui/ProjectActionCard/ProjectActionCard';