@progress/kendo-angular-tooltip 14.4.0-develop.11 → 14.4.0-develop.12

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.
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-tooltip',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1705509826,
13
- version: '14.4.0-develop.11',
12
+ publishDate: 1705561287,
13
+ version: '14.4.0-develop.12',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -279,7 +279,6 @@ export class TooltipDirective {
279
279
  popupAlign,
280
280
  popupClass: 'k-popup-transparent'
281
281
  });
282
- this.renderer.addClass(this.popupRef.popupElement, 'k-tooltip-wrapper');
283
282
  if (this.tooltipClass) {
284
283
  this.renderer.addClass(this.popupRef.popupElement, this.tooltipClass);
285
284
  }
@@ -25,8 +25,8 @@ const packageMetadata = {
25
25
  name: '@progress/kendo-angular-tooltip',
26
26
  productName: 'Kendo UI for Angular',
27
27
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
28
- publishDate: 1705509826,
29
- version: '14.4.0-develop.11',
28
+ publishDate: 1705561287,
29
+ version: '14.4.0-develop.12',
30
30
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
31
31
  };
32
32
 
@@ -758,7 +758,6 @@ class TooltipDirective {
758
758
  popupAlign,
759
759
  popupClass: 'k-popup-transparent'
760
760
  });
761
- this.renderer.addClass(this.popupRef.popupElement, 'k-tooltip-wrapper');
762
761
  if (this.tooltipClass) {
763
762
  this.renderer.addClass(this.popupRef.popupElement, this.tooltipClass);
764
763
  }
@@ -25,8 +25,8 @@ const packageMetadata = {
25
25
  name: '@progress/kendo-angular-tooltip',
26
26
  productName: 'Kendo UI for Angular',
27
27
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
28
- publishDate: 1705509826,
29
- version: '14.4.0-develop.11',
28
+ publishDate: 1705561287,
29
+ version: '14.4.0-develop.12',
30
30
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
31
31
  };
32
32
 
@@ -758,7 +758,6 @@ class TooltipDirective {
758
758
  popupAlign,
759
759
  popupClass: 'k-popup-transparent'
760
760
  });
761
- this.renderer.addClass(this.popupRef.popupElement, 'k-tooltip-wrapper');
762
761
  if (this.tooltipClass) {
763
762
  this.renderer.addClass(this.popupRef.popupElement, this.tooltipClass);
764
763
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-tooltip",
3
- "version": "14.4.0-develop.11",
3
+ "version": "14.4.0-develop.12",
4
4
  "description": "Kendo UI Tooltip for Angular - A highly customizable and easily themeable tooltip from the creators developers trust for professional Angular components.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -25,15 +25,15 @@
25
25
  "@angular/core": "13 - 17",
26
26
  "@angular/platform-browser": "13 - 17",
27
27
  "@progress/kendo-licensing": "^1.0.2",
28
- "@progress/kendo-angular-common": "14.4.0-develop.11",
29
- "@progress/kendo-angular-l10n": "14.4.0-develop.11",
30
- "@progress/kendo-angular-popup": "14.4.0-develop.11",
31
- "@progress/kendo-angular-icons": "14.4.0-develop.11",
28
+ "@progress/kendo-angular-common": "14.4.0-develop.12",
29
+ "@progress/kendo-angular-l10n": "14.4.0-develop.12",
30
+ "@progress/kendo-angular-popup": "14.4.0-develop.12",
31
+ "@progress/kendo-angular-icons": "14.4.0-develop.12",
32
32
  "rxjs": "^6.5.3 || ^7.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "tslib": "^2.3.1",
36
- "@progress/kendo-angular-schematics": "14.4.0-develop.11"
36
+ "@progress/kendo-angular-schematics": "14.4.0-develop.12"
37
37
  },
38
38
  "schematics": "./schematics/collection.json",
39
39
  "module": "fesm2015/progress-kendo-angular-tooltip.mjs",