@annalib/anna-core 9.0.2 → 9.0.3

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.
@@ -104,7 +104,6 @@ export interface IActionItemTypeSTRING__ICON_OR_TEXT_ACTION {
104
104
  value: string;
105
105
  }[];
106
106
  tooltipClass?: string;
107
- tooltipPlacement: string;
108
107
  typeOfData: 'STRING' | 'ICON_TEXT_ACTION';
109
108
  additionalTextBeforeLink: string;
110
109
  enableTooltipForAdditionalText: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "9.0.2",
3
+ "version": "9.0.3",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "2.0.3",
6
6
  "@angular/common": "^13.2.0",
@@ -68,7 +68,7 @@
68
68
  text-overflow: ellipsis !important;
69
69
  overflow: hidden !important;
70
70
  white-space:nowrap !important;
71
- width: 99%;
71
+ width: 99.5%;
72
72
  }
73
73
  }
74
74