{
  "name": "@progress/kendo-angular-buttons",
  "version": "24.2.2",
  "description": "Buttons Package 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",
    "Button",
    "ButtonGroup",
    "Buttons",
    "Kendo UI",
    "Progress"
  ],
  "@progress": {
    "friendlyName": "Buttons",
    "migrations": {
      "options": {
        "parser": "tsx",
        "pattern": "*.{ts,html,css,scss,sass,less}"
      },
      "codemods": {
        "24": [
          {
            "description": "The ButtonThemeColor interface is renamed to FloatingActionButtonThemeColor for the FloatingActionButton.",
            "file": "codemods/v24/fab-ButtonThemeColor.js"
          },
          {
            "description": "The ButtonSize interface is renamed to FloatingActionButtonSize for the FloatingActionButton.",
            "file": "codemods/v24/fab-ButtonSize.js"
          },
          {
            "description": "The ButtonSize interface is renamed to DropDownButtonSize for the DropDownButton.",
            "file": "codemods/v24/dropdownbutton-ButtonSize.js"
          },
          {
            "description": "The ButtonSize interface is renamed to SplitButtonSize for the SplitButton.",
            "file": "codemods/v24/splitbutton-ButtonSize.js"
          },
          {
            "description": "The Button, DropDownButton, and SplitButton components have rendering changes that may affect custom styling.",
            "file": "codemods/v24/buttons-rendering-changes.js",
            "instructionsOnly": true
          },
          {
            "description": "ButtonThemeColor no longer accepts 'light' and 'dark' values for Button and FloatingActionButton.",
            "file": "codemods/v24/themecolor-light-dark.js"
          }
        ]
      }
    },
    "package": {
      "productName": "Kendo UI for Angular",
      "productCode": "KENDOUIANGULAR",
      "publishDate": 1783511255,
      "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-common": "24.2.2",
    "@progress/kendo-angular-l10n": "24.2.2",
    "@progress/kendo-angular-popup": "24.2.2",
    "@progress/kendo-angular-icons": "24.2.2",
    "rxjs": "^6.5.3 || ^7.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.1",
    "@progress/kendo-angular-schematics": "24.2.2",
    "@progress/kendo-common": "^1.0.1",
    "@progress/kendo-webspeech-common": "1.0.1",
    "@progress/kendo-smartpaste-common": "1.0.0"
  },
  "schematics": "./schematics/collection.json",
  "module": "fesm2022/progress-kendo-angular-buttons.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/progress-kendo-angular-buttons.mjs"
    }
  },
  "sideEffects": false
}