{
  "name": "@progress/kendo-angular-popup",
  "version": "24.2.2",
  "description": "Kendo UI Angular Popup component - an easily customized popup from the most trusted provider of professional Angular components.",
  "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",
    "Popup",
    "Progress"
  ],
  "@progress": {
    "friendlyName": "Popup",
    "migrations": {
      "options": {
        "parser": "tsx",
        "pattern": "*.{ts,html,css,scss,sass,less}"
      },
      "codemods": {
        "19": [
          {
            "description": "The Popup component has rendering changes that may affect custom styling.",
            "file": "codemods/v19/popup-rendering-changes.js",
            "instructionsOnly": true
          }
        ]
      }
    },
    "package": {
      "productName": "Kendo UI for Angular",
      "productCode": "KENDOUIANGULAR",
      "publishDate": 1783511229,
      "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
    }
  },
  "peerDependencies": {
    "@angular/animations": "19 - 22",
    "@angular/common": "19 - 22",
    "@angular/core": "19 - 22",
    "@angular/platform-browser": "19 - 22",
    "@progress/kendo-angular-common": "24.2.2",
    "@progress/kendo-licensing": "^1.11.0",
    "rxjs": "^6.5.3 || ^7.0.0"
  },
  "dependencies": {
    "@progress/kendo-popup-common": "1.9.5",
    "tslib": "^2.3.1",
    "@progress/kendo-angular-schematics": "24.2.2"
  },
  "schematics": "./schematics/collection.json",
  "module": "fesm2022/progress-kendo-angular-popup.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/progress-kendo-angular-popup.mjs"
    }
  },
  "sideEffects": false
}