{
  "name": "@progress/kendo-angular-layout",
  "version": "23.4.0",
  "description": "Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts",
  "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",
    "PanelBar",
    "Progress",
    "TabStrip",
    "angular splitter",
    "angular templates",
    "angular-layouts",
    "angularjs",
    "dashboardlayout",
    "drawer",
    "expansionpanel",
    "panelbar",
    "split-container",
    "split-layout",
    "split-panes",
    "splitter",
    "stepper",
    "tabstrip",
    "tilelayout"
  ],
  "@progress": {
    "friendlyName": "Layout",
    "migrations": {
      "options": {
        "parser": "tsx",
        "pattern": "*.{ts,html,css,scss,sass,less}"
      },
      "codemods": {
        "18": [
          {
            "description": "The Layout components have rendering changes that may affect custom styling.",
            "file": "codemods/v18/layout-rendering-changes.js",
            "instructionsOnly": true
          }
        ],
        "19": [
          {
            "description": "mousescrollspeed of TabStripScrollableSettings is deprecated",
            "file": "codemods/v19/tabstrip-mousescrollspeed.js"
          }
        ],
        "21": [
          {
            "description": "The Layout components have rendering changes that may affect custom styling.",
            "file": "codemods/v21/layout-rendering-changes.js",
            "instructionsOnly": true
          }
        ]
      }
    },
    "package": {
      "productName": "Kendo UI for Angular",
      "productCode": "KENDOUIANGULAR",
      "publishDate": 1777036844,
      "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 - 21",
    "@angular/common": "19 - 21",
    "@angular/core": "19 - 21",
    "@angular/platform-browser": "19 - 21",
    "@progress/kendo-licensing": "^1.11.0",
    "@progress/kendo-angular-common": "23.4.0",
    "@progress/kendo-angular-l10n": "23.4.0",
    "@progress/kendo-angular-progressbar": "23.4.0",
    "@progress/kendo-angular-icons": "23.4.0",
    "@progress/kendo-angular-buttons": "23.4.0",
    "@progress/kendo-angular-intl": "23.4.0",
    "rxjs": "^6.5.3 || ^7.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.1",
    "@progress/kendo-angular-schematics": "23.4.0",
    "@progress/kendo-draggable": "^3.0.2"
  },
  "schematics": "./schematics/collection.json",
  "module": "fesm2022/progress-kendo-angular-layout.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/progress-kendo-angular-layout.mjs"
    }
  },
  "sideEffects": false
}