chayns-api 2.2.7 → 2.2.8

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.
@@ -131,6 +131,7 @@ export declare enum DialogSelectType {
131
131
  export type DialogSelectListItemType = {
132
132
  id: number | string;
133
133
  name: string;
134
+ subtitle?: string;
134
135
  disabled?: boolean;
135
136
  isSelected?: boolean;
136
137
  url?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "2.2.7",
3
+ "version": "2.2.8",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",