chayns-api 1.0.71 → 1.0.72

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.
@@ -106,7 +106,11 @@ export type DialogSelectListItemType = {
106
106
  disabled?: boolean;
107
107
  isSelected?: boolean;
108
108
  url?: string;
109
+ /**
110
+ * @deprecated Use {@link icon} instead
111
+ */
109
112
  className?: string;
113
+ icon?: string;
110
114
  };
111
115
  export interface DialogSelect {
112
116
  type: DialogType.SELECT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "1.0.71",
3
+ "version": "1.0.72",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",