@progress/kendo-angular-layout 6.4.0 → 6.4.1-dev.202201241447

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@ export var packageMetadata = {
9
9
  name: '@progress/kendo-angular-layout',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1642588031,
12
+ publishDate: 1643035523,
13
13
  version: '',
14
14
  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'
15
15
  };
@@ -90,8 +90,11 @@ var TabStripScrollableButtonComponent = /** @class */ (function () {
90
90
  };
91
91
  tslib_1.__decorate([
92
92
  HostBinding('class.k-button'),
93
- HostBinding('class.k-button-icon'),
94
- HostBinding('class.k-flat'),
93
+ HostBinding('class.k-button-md'),
94
+ HostBinding('class.k-icon-button'),
95
+ HostBinding('class.k-rounded-md'),
96
+ HostBinding('class.k-button-flat'),
97
+ HostBinding('class.k-button-flat-base'),
95
98
  tslib_1.__metadata("design:type", Boolean)
96
99
  ], TabStripScrollableButtonComponent.prototype, "btnClasses", void 0);
97
100
  tslib_1.__decorate([
@@ -115,7 +118,7 @@ var TabStripScrollableButtonComponent = /** @class */ (function () {
115
118
  ], TabStripScrollableButtonComponent.prototype, "prev", void 0);
116
119
  TabStripScrollableButtonComponent = tslib_1.__decorate([
117
120
  Component({
118
- template: "\n <span class=\"k-icon\" [ngClass]=\"iconClass\"></span>\n ",
121
+ template: "\n <span class=\"k-icon k-button-icon\" [ngClass]=\"iconClass\"></span>\n ",
119
122
  selector: '[kendoTabStripScrollableButton]'
120
123
  }),
121
124
  tslib_1.__metadata("design:paramtypes", [ElementRef,