@solcre-org/core-ui 2.26.5 → 2.26.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solcre-org/core-ui",
3
- "version": "2.26.5",
3
+ "version": "2.26.7",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1673,6 +1673,7 @@ interface GenericTab {
1673
1673
  active?: boolean;
1674
1674
  data?: any;
1675
1675
  customClass?: string;
1676
+ icon?: string;
1676
1677
  hasErrors?: boolean;
1677
1678
  }
1678
1679