@apexcura/ui-components 0.0.16-Beta744 → 0.0.16-Beta746

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.
@@ -100,6 +100,7 @@ export type ElementType = {
100
100
  value: string;
101
101
  icon: string;
102
102
  label: string;
103
+ tooltip: string;
103
104
  }[];
104
105
  options?: {
105
106
  key?: string;