Skip to content

Commit 44fdb2b

Browse files
committed
fix: Update demo app budgets and types for v2.3.0
1 parent 42a8f78 commit 44fdb2b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

demo/angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
},
3333
{
3434
"type": "anyComponentStyle",
35-
"maximumWarning": "10kB",
36-
"maximumError": "20kB"
35+
"maximumWarning": "20kB",
36+
"maximumError": "30kB"
3737
}
3838
],
3939
"outputHashing": "all"

demo/src/app/models/playground.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export interface PropDefinition {
1515
control: ControlConfig;
1616
description: string;
1717
defaultValue?: any;
18-
category?: 'basic' | 'advanced' | 'styling' | 'async' | 'behavior' | 'v2-features';
18+
category?: 'basic' | 'advanced' | 'styling' | 'async' | 'behavior' | 'v2-features' | 'v2.3-features';
1919
}
2020

2121
export interface Example {

0 commit comments

Comments
 (0)