@agorapulse/ui-components 18.0.39 → 18.0.41

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.
@@ -93,6 +93,8 @@ export type NavSelectorCategory = {
93
93
  children: (NavSelectorLeaf | NavSelectorGroup)[];
94
94
  /** Indicates if the group should be folded or expanded when generating the nav selector */
95
95
  folded: boolean;
96
+ /** Title of the empty state */
97
+ emptyStateTitle?: string;
96
98
  type: 'CATEGORY';
97
99
  } & NavSelectorBaseNode;
98
100
  export type NavSelectorEntry = NavSelectorLeaf | NavSelectorGroup | NavSelectorCategory;
@@ -186,6 +188,8 @@ export type InternalNavSelectorCategory = {
186
188
  children: (InternalNavSelectorGroup | InternalNavSelectorLeaf)[];
187
189
  /** Indicates whenever the category is folded or not */
188
190
  folded: boolean;
191
+ /** Title of the empty state */
192
+ emptyStateTitle?: string;
189
193
  type: 'CATEGORY';
190
194
  } & InternalNavSelectorBaseNode;
191
195
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-components",
3
3
  "description": "Agorapulse UI Components Library",
4
- "version": "18.0.39",
4
+ "version": "18.0.41",
5
5
  "author": "Benoit Hediard",
6
6
  "repository": {
7
7
  "type": "git",