@getsoren/design-system 4.45.0 → 4.45.1

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.
@@ -14,7 +14,7 @@ export declare const defaultKanbanChip: Record<string, KanbanChipFormat>;
14
14
  /**
15
15
  * Props for configuring the empty state of the Kanban component.
16
16
  */
17
- export interface EmptyStateProps {
17
+ export interface KanbanEmptyStateProps {
18
18
  title: string;
19
19
  description?: string;
20
20
  buttonText?: string;
@@ -127,5 +127,5 @@ export interface KanbanProps {
127
127
  /**
128
128
  * Optional empty state configuration.
129
129
  */
130
- emptyState?: ReactElement | EmptyStateProps;
130
+ emptyState?: ReactElement | KanbanEmptyStateProps;
131
131
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@getsoren/design-system",
3
3
  "description": "Design System React library",
4
4
  "sideEffects": false,
5
- "version": "4.45.0",
5
+ "version": "4.45.1",
6
6
  "license": "ISC",
7
7
  "type": "module",
8
8
  "types": "./dist/src/main.d.ts",