@annalib/anna-core 8.4.6 → 8.4.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.
@@ -101,6 +101,7 @@ export interface IActionItemTypeSTRING__ICON_OR_TEXT_ACTION {
101
101
  key: string;
102
102
  value: string;
103
103
  }[];
104
+ tooltipPlacement: string;
104
105
  typeOfData: 'STRING' | 'ICON_TEXT_ACTION';
105
106
  additionalTextBeforeLink: string;
106
107
  enableTooltipForAdditionalText: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "8.4.6",
3
+ "version": "8.4.7",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^2.0.3",
6
6
  "@angular/common": "^14.3.0",