matcha-components 20.275.0 → 20.275.2

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.
package/index.d.ts CHANGED
@@ -1967,6 +1967,7 @@ declare class MatchaTabsComponent implements AfterContentInit, OnChanges {
1967
1967
  private cdr;
1968
1968
  tabs: QueryList<MatchaTabItemComponent>;
1969
1969
  selectedIndex: number;
1970
+ responsiveGrid: 2 | 3 | null;
1970
1971
  selectedIndexChange: EventEmitter<number>;
1971
1972
  selectedTabChange: EventEmitter<TabChangeEvent>;
1972
1973
  get activeTabIndex(): number;
@@ -1984,7 +1985,7 @@ declare class MatchaTabsComponent implements AfterContentInit, OnChanges {
1984
1985
  private setActiveTab;
1985
1986
  handleKeyboardEvent(event: KeyboardEvent): void;
1986
1987
  static ɵfac: i0.ɵɵFactoryDeclaration<MatchaTabsComponent, never>;
1987
- static ɵcmp: i0.ɵɵComponentDeclaration<MatchaTabsComponent, "matcha-tabs", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "activeTabIndex": { "alias": "activeTabIndex"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; "selectedTabChange": "selectedTabChange"; "tabSelected": "tabSelected"; }, ["tabs"], ["*"], false, never>;
1988
+ static ɵcmp: i0.ɵɵComponentDeclaration<MatchaTabsComponent, "matcha-tabs", never, { "selectedIndex": { "alias": "selectedIndex"; "required": false; }; "responsiveGrid": { "alias": "responsiveGrid"; "required": false; }; "activeTabIndex": { "alias": "activeTabIndex"; "required": false; }; }, { "selectedIndexChange": "selectedIndexChange"; "selectedTabChange": "selectedTabChange"; "tabSelected": "tabSelected"; }, ["tabs"], ["*"], false, never>;
1988
1989
  }
1989
1990
 
1990
1991
  declare class MatchaTabsModule {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-components",
3
- "version": "20.275.0",
3
+ "version": "20.275.2",
4
4
  "peerDependencies": {},
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0"