@progress/kendo-angular-tooltip 17.0.0-develop.34 → 17.0.0-develop.36

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: 1730712089,
13
- version: '17.0.0-develop.34',
12
+ publishDate: 1730720962,
13
+ version: '17.0.0-develop.36',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -164,7 +164,6 @@ export class PopoverDirectivesBase {
164
164
  popupAlign,
165
165
  anchorAlign,
166
166
  margin: popupMargin,
167
- popupClass: 'k-popup-transparent',
168
167
  collision: { horizontal: 'fit', vertical: 'fit' }
169
168
  });
170
169
  const popupInstance = this.popupRef.content.instance;
@@ -303,8 +303,8 @@ const packageMetadata = {
303
303
  name: '@progress/kendo-angular-tooltip',
304
304
  productName: 'Kendo UI for Angular',
305
305
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
306
- publishDate: 1730712089,
307
- version: '17.0.0-develop.34',
306
+ publishDate: 1730720962,
307
+ version: '17.0.0-develop.36',
308
308
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
309
309
  };
310
310
 
@@ -985,7 +985,6 @@ class PopoverDirectivesBase {
985
985
  popupAlign,
986
986
  anchorAlign,
987
987
  margin: popupMargin,
988
- popupClass: 'k-popup-transparent',
989
988
  collision: { horizontal: 'fit', vertical: 'fit' }
990
989
  });
991
990
  const popupInstance = this.popupRef.content.instance;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-tooltip",
3
- "version": "17.0.0-develop.34",
3
+ "version": "17.0.0-develop.36",
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": "16 - 18",
26
26
  "@angular/platform-browser": "16 - 18",
27
27
  "@progress/kendo-licensing": "^1.0.2",
28
- "@progress/kendo-angular-common": "17.0.0-develop.34",
29
- "@progress/kendo-angular-l10n": "17.0.0-develop.34",
30
- "@progress/kendo-angular-popup": "17.0.0-develop.34",
31
- "@progress/kendo-angular-icons": "17.0.0-develop.34",
28
+ "@progress/kendo-angular-common": "17.0.0-develop.36",
29
+ "@progress/kendo-angular-l10n": "17.0.0-develop.36",
30
+ "@progress/kendo-angular-popup": "17.0.0-develop.36",
31
+ "@progress/kendo-angular-icons": "17.0.0-develop.36",
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": "17.0.0-develop.34"
36
+ "@progress/kendo-angular-schematics": "17.0.0-develop.36"
37
37
  },
38
38
  "schematics": "./schematics/collection.json",
39
39
  "module": "fesm2022/progress-kendo-angular-tooltip.mjs",