@progress/kendo-angular-navigation
Version:
Kendo UI Navigation for Angular
71 lines • 2.18 kB
JSON
{
"name": "@progress/kendo-angular-navigation",
"version": "24.2.2",
"description": "Kendo UI Navigation for Angular",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Progress",
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
"bugs": {
"url": "https://github.com/telerik/kendo-angular"
},
"keywords": [
"Angular",
"Kendo UI"
],
"@progress": {
"friendlyName": "Navigation",
"migrations": {
"options": {
"parser": "tsx",
"pattern": "*.{ts,html,css,scss,sass,less}"
},
"codemods": {
"24": [
{
"description": "AppBarThemeColor no longer accepts 'light', 'dark', or 'inherit' values.",
"file": "codemods/v24/appbar-themecolor-light-dark.js"
},
{
"description": "BottomNavigationThemeColor no longer accepts 'light', 'dark', 'success', 'warning', or 'error' values.",
"file": "codemods/v24/bottomnavigation-themecolor-light-dark.js"
}
]
}
},
"package": {
"productName": "Kendo UI for Angular",
"productCode": "KENDOUIANGULAR",
"publishDate": 1783511316,
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
}
},
"peerDependencies": {
"@angular/animations": "19 - 22",
"@angular/common": "19 - 22",
"@angular/core": "19 - 22",
"@angular/platform-browser": "19 - 22",
"@progress/kendo-licensing": "^1.11.0",
"@progress/kendo-angular-buttons": "24.2.2",
"@progress/kendo-angular-common": "24.2.2",
"@progress/kendo-angular-icons": "24.2.2",
"@progress/kendo-angular-l10n": "24.2.2",
"rxjs": "^6.5.3 || ^7.0.0"
},
"dependencies": {
"tslib": "^2.3.1",
"@progress/kendo-angular-schematics": "24.2.2"
},
"schematics": "./schematics/collection.json",
"module": "fesm2022/progress-kendo-angular-navigation.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/progress-kendo-angular-navigation.mjs"
}
},
"sideEffects": false
}