@progress/kendo-angular-tooltip 22.1.0-develop.16 → 22.1.0-develop.17

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.
@@ -303,7 +303,7 @@ const packageMetadata = {
303
303
  productCode: 'KENDOUIANGULAR',
304
304
  productCodes: ['KENDOUIANGULAR'],
305
305
  publishDate: 0,
306
- version: '22.1.0-develop.16',
306
+ version: '22.1.0-develop.17',
307
307
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
308
308
  };
309
309
 
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1770047376,
11
- "version": "22.1.0-develop.16",
10
+ "publishDate": 1770055270,
11
+ "version": "22.1.0-develop.17",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-tooltip",
3
- "version": "22.1.0-develop.16",
3
+ "version": "22.1.0-develop.17",
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",
@@ -21,7 +21,7 @@
21
21
  "package": {
22
22
  "productName": "Kendo UI for Angular",
23
23
  "productCode": "KENDOUIANGULAR",
24
- "publishDate": 1770047376,
24
+ "publishDate": 1770055270,
25
25
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
26
26
  }
27
27
  },
@@ -31,15 +31,15 @@
31
31
  "@angular/core": "19 - 21",
32
32
  "@angular/platform-browser": "19 - 21",
33
33
  "@progress/kendo-licensing": "^1.10.0",
34
- "@progress/kendo-angular-common": "22.1.0-develop.16",
35
- "@progress/kendo-angular-l10n": "22.1.0-develop.16",
36
- "@progress/kendo-angular-popup": "22.1.0-develop.16",
37
- "@progress/kendo-angular-icons": "22.1.0-develop.16",
34
+ "@progress/kendo-angular-common": "22.1.0-develop.17",
35
+ "@progress/kendo-angular-l10n": "22.1.0-develop.17",
36
+ "@progress/kendo-angular-popup": "22.1.0-develop.17",
37
+ "@progress/kendo-angular-icons": "22.1.0-develop.17",
38
38
  "rxjs": "^6.5.3 || ^7.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "tslib": "^2.3.1",
42
- "@progress/kendo-angular-schematics": "22.1.0-develop.16"
42
+ "@progress/kendo-angular-schematics": "22.1.0-develop.17"
43
43
  },
44
44
  "schematics": "./schematics/collection.json",
45
45
  "module": "fesm2022/progress-kendo-angular-tooltip.mjs",