{
  "name": "@progress/kendo-angular-toolbar",
  "version": "24.0.1",
  "description": "Kendo UI Angular Toolbar component - a single UI element that organizes buttons and other navigation elements",
  "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",
    "Angular",
    "ToolBar",
    "toolbar-popup",
    "toolbar-customization",
    "scrollable-toolbar",
    "navbar",
    "navigation-bar"
  ],
  "@progress": {
    "friendlyName": "ToolBar",
    "migrations": {
      "options": {
        "parser": "tsx",
        "pattern": "*.{ts,html,css,scss,sass,less}"
      },
      "codemods": {
        "19": [
          {
            "description": "Migrate showIcon's overflow value to menu and both value to always",
            "file": "codemods/v19/toolbar-button-showicon.js"
          },
          {
            "description": "Migrate showText's overflow value to menu and both value to always",
            "file": "codemods/v19/toolbar-button-showtext.js"
          }
        ]
      }
    },
    "package": {
      "productName": "Kendo UI for Angular",
      "productCode": "KENDOUIANGULAR",
      "publishDate": 1779374446,
      "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
    }
  },
  "peerDependencies": {
    "@angular/animations": "19 - 21",
    "@angular/common": "19 - 21",
    "@angular/core": "19 - 21",
    "@angular/platform-browser": "19 - 21",
    "@progress/kendo-licensing": "^1.11.0",
    "@progress/kendo-angular-buttons": "24.0.1",
    "@progress/kendo-angular-common": "24.0.1",
    "@progress/kendo-angular-l10n": "24.0.1",
    "@progress/kendo-angular-icons": "24.0.1",
    "@progress/kendo-angular-indicators": "24.0.1",
    "@progress/kendo-angular-popup": "24.0.1",
    "rxjs": "^6.5.3 || ^7.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.1",
    "@progress/kendo-angular-schematics": "24.0.1"
  },
  "schematics": "./schematics/collection.json",
  "module": "fesm2022/progress-kendo-angular-toolbar.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/progress-kendo-angular-toolbar.mjs"
    }
  },
  "sideEffects": false
}